diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-19 05:31:45 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-19 05:31:45 +0000 |
commit | 9854b38d81f9a8c0c5feb245d070b378415a82c2 (patch) | |
tree | eb5564c774b9ef03dc095e7c06e8adb2a8ede1c8 /busybox.def.h | |
parent | 1fede547092c5302a27d5c668a47335b36fcdf53 (diff) | |
download | busybox-w32-9854b38d81f9a8c0c5feb245d070b378415a82c2.tar.gz busybox-w32-9854b38d81f9a8c0c5feb245d070b378415a82c2.tar.bz2 busybox-w32-9854b38d81f9a8c0c5feb245d070b378415a82c2.zip |
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@109 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index c20650f86..fcdd66e37 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -64,3 +64,14 @@ | |||
64 | // Don't turn BB_UTILITY off. It contains support code | 64 | // Don't turn BB_UTILITY off. It contains support code |
65 | // that compiles to 0 if everything else if turned off. | 65 | // that compiles to 0 if everything else if turned off. |
66 | #define BB_UTILITY | 66 | #define BB_UTILITY |
67 | // | ||
68 | //This is where feature definitions go. | ||
69 | #define BB_FEATURE_LINUXRC | ||
70 | /* Turning this off makes things a bit smaller (and less pretty) */ | ||
71 | #define BB_FEATURE_USE_TERMIOS | ||
72 | /* Turning this off makes things a bit smaller (and less pretty) */ | ||
73 | #define BB_FEATURE_AUTOWIDTH | ||
74 | |||
75 | |||
76 | |||
77 | |||