diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-13 05:36:13 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-13 05:36:13 +0000 |
commit | 73c8c9cf9a61286a109a8785b8e4782828d6fe99 (patch) | |
tree | 9a06b75f8564759dcf64cbc492026012c8986342 /busybox.def.h | |
parent | 23dea9b712daf0f29bdbb0e6adce1d697f53cefc (diff) | |
download | busybox-w32-73c8c9cf9a61286a109a8785b8e4782828d6fe99.tar.gz busybox-w32-73c8c9cf9a61286a109a8785b8e4782828d6fe99.tar.bz2 busybox-w32-73c8c9cf9a61286a109a8785b8e4782828d6fe99.zip |
More doc updates
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/busybox.def.h b/busybox.def.h index 744db85e8..5652b4518 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -135,7 +135,7 @@ | |||
135 | // | 135 | // |
136 | // This compiles out everything but the most | 136 | // This compiles out everything but the most |
137 | // trivial --help usage information (i.e. reduces binary size) | 137 | // trivial --help usage information (i.e. reduces binary size) |
138 | #define BB_FEATURE_TRIVIAL_HELP | 138 | //#define BB_FEATURE_TRIVIAL_HELP |
139 | // | 139 | // |
140 | // Use termios to manipulate the screen ('more' is prettier with this on) | 140 | // Use termios to manipulate the screen ('more' is prettier with this on) |
141 | //#define BB_FEATURE_USE_TERMIOS | 141 | //#define BB_FEATURE_USE_TERMIOS |