diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-03-19 17:25:21 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-03-19 17:25:21 +0000 |
commit | fa513aab48e9a1817658897bf69e4889f049a22a (patch) | |
tree | 58a15620cae6f097754016323371569514c240b6 | |
parent | 8b960321393f0d9206fc09da80d3a277153d72db (diff) | |
download | busybox-w32-fa513aab48e9a1817658897bf69e4889f049a22a.tar.gz busybox-w32-fa513aab48e9a1817658897bf69e4889f049a22a.tar.bz2 busybox-w32-fa513aab48e9a1817658897bf69e4889f049a22a.zip |
Some configuration adjustments from Vladimir
-rw-r--r-- | Config.h | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -157,7 +157,7 @@ | |||
157 | #define BB_FEATURE_TRIVIAL_HELP | 157 | #define BB_FEATURE_TRIVIAL_HELP |
158 | // | 158 | // |
159 | // Use termios to manipulate the screen ('more' is prettier with this on) | 159 | // Use termios to manipulate the screen ('more' is prettier with this on) |
160 | #define BB_FEATURE_USE_TERMIOS | 160 | //#define BB_FEATURE_USE_TERMIOS |
161 | // | 161 | // |
162 | // calculate terminal & column widths (for more and ls) | 162 | // calculate terminal & column widths (for more and ls) |
163 | #define BB_FEATURE_AUTOWIDTH | 163 | #define BB_FEATURE_AUTOWIDTH |
@@ -355,9 +355,6 @@ | |||
355 | #if defined BB_SH | 355 | #if defined BB_SH |
356 | #if defined BB_FEATURE_COMMAND_EDITING | 356 | #if defined BB_FEATURE_COMMAND_EDITING |
357 | #define BB_CMDEDIT | 357 | #define BB_CMDEDIT |
358 | #ifndef BB_FEATURE_USE_TERMIOS | ||
359 | #define BB_FEATURE_USE_TERMIOS | ||
360 | #endif | ||
361 | #else | 358 | #else |
362 | #undef BB_FEATURE_COMMAND_EDITING | 359 | #undef BB_FEATURE_COMMAND_EDITING |
363 | #undef BB_FEATURE_COMMAND_TAB_COMPLETION | 360 | #undef BB_FEATURE_COMMAND_TAB_COMPLETION |
@@ -365,7 +362,6 @@ | |||
365 | #define BB_FEATURE_SH_SIMPLE_PROMPT | 362 | #define BB_FEATURE_SH_SIMPLE_PROMPT |
366 | #endif | 363 | #endif |
367 | #else | 364 | #else |
368 | #undef BB_FEATURE_COMMAND_EDITING | ||
369 | #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN | 365 | #undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN |
370 | #undef BB_FEATURE_SH_STANDALONE_SHELL | 366 | #undef BB_FEATURE_SH_STANDALONE_SHELL |
371 | #undef BB_FEATURE_SH_SIMPLE_PROMPT | 367 | #undef BB_FEATURE_SH_SIMPLE_PROMPT |