aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-03-19 17:25:21 +0000
committerEric Andersen <andersen@codepoet.org>2001-03-19 17:25:21 +0000
commitfa513aab48e9a1817658897bf69e4889f049a22a (patch)
tree58a15620cae6f097754016323371569514c240b6 /Config.h
parent8b960321393f0d9206fc09da80d3a277153d72db (diff)
downloadbusybox-fa513aab48e9a1817658897bf69e4889f049a22a.tar.gz
Some configuration adjustments from Vladimir
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Config.h b/Config.h
index e355292f6..171385420 100644
--- a/Config.h
+++ b/Config.h
@@ -157,7 +157,7 @@
#define BB_FEATURE_TRIVIAL_HELP
//
// Use termios to manipulate the screen ('more' is prettier with this on)
-#define BB_FEATURE_USE_TERMIOS
+//#define BB_FEATURE_USE_TERMIOS
//
// calculate terminal & column widths (for more and ls)
#define BB_FEATURE_AUTOWIDTH
@@ -355,9 +355,6 @@
#if defined BB_SH
#if defined BB_FEATURE_COMMAND_EDITING
#define BB_CMDEDIT
- #ifndef BB_FEATURE_USE_TERMIOS
- #define BB_FEATURE_USE_TERMIOS
- #endif
#else
#undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_COMMAND_TAB_COMPLETION
@@ -365,7 +362,6 @@
#define BB_FEATURE_SH_SIMPLE_PROMPT
#endif
#else
- #undef BB_FEATURE_COMMAND_EDITING
#undef BB_FEATURE_SH_APPLETS_ALWAYS_WIN
#undef BB_FEATURE_SH_STANDALONE_SHELL
#undef BB_FEATURE_SH_SIMPLE_PROMPT