diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-03 05:22:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-03 05:22:31 +0000 |
commit | 832000f7f3e368bb00d02bf4b54cb531affdaf1b (patch) | |
tree | c39934626bbd6925649b87e5f0cfbace9b701a27 /busybox.def.h | |
parent | f0c30b71be66ff76f16339c1b8d774120beef558 (diff) | |
download | busybox-w32-832000f7f3e368bb00d02bf4b54cb531affdaf1b.tar.gz busybox-w32-832000f7f3e368bb00d02bf4b54cb531affdaf1b.tar.bz2 busybox-w32-832000f7f3e368bb00d02bf4b54cb531affdaf1b.zip |
Turn off debugging in the Makefile.
-Erik
Diffstat (limited to '')
-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 42a63d8ee..01d7d87cc 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -140,7 +140,7 @@ | |||
140 | //#define BB_FEATURE_TRIVIAL_HELP | 140 | //#define BB_FEATURE_TRIVIAL_HELP |
141 | // | 141 | // |
142 | // Use termios to manipulate the screen ('more' is prettier with this on) | 142 | // Use termios to manipulate the screen ('more' is prettier with this on) |
143 | //#define BB_FEATURE_USE_TERMIOS | 143 | #define BB_FEATURE_USE_TERMIOS |
144 | // | 144 | // |
145 | // calculate terminal & column widths (for more and ls) | 145 | // calculate terminal & column widths (for more and ls) |
146 | #define BB_FEATURE_AUTOWIDTH | 146 | #define BB_FEATURE_AUTOWIDTH |