Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-02-18 23:26:48 +0300
committerEric Andersen <andersen@codepoet.org>2001-02-18 23:26:48 +0300
commit94456f598417f2f61edb97b5ab67ddfdc408ad10 (patch)
treec3d07bb811f5d1dcbcd814e1530bef641a541091
parent12dceb114769110f90f6e354c2f901bf0398e901 (diff)
Put back Vladimir's testing defines, which I mistakenly removed.
-rw-r--r--cmdedit.c10
-rw-r--r--shell/cmdedit.c10
2 files changed, 12 insertions, 8 deletions
diff --git a/cmdedit.c b/cmdedit.c
index 097918925..97ba8316d 100644
--- a/cmdedit.c
+++ b/cmdedit.c
@@ -41,11 +41,13 @@
#else
-//#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
-//#define BB_FEATURE_BASH_STYLE_PROMT
+#define BB_FEATURE_SH_COMMAND_EDITING
+#define BB_FEATURE_SH_TAB_COMPLETION
+#define BB_FEATURE_SH_USERNAME_COMPLETION
+#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
+#define BB_FEATURE_BASH_STYLE_PROMT
+#define BB_FEATURE_CLEAN_UP
-#define TRUE 1
-#define FALSE 0
#define D(x) x
#endif /* TEST */
diff --git a/shell/cmdedit.c b/shell/cmdedit.c
index 097918925..97ba8316d 100644
--- a/shell/cmdedit.c
+++ b/shell/cmdedit.c
@@ -41,11 +41,13 @@
#else
-//#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
-//#define BB_FEATURE_BASH_STYLE_PROMT
+#define BB_FEATURE_SH_COMMAND_EDITING
+#define BB_FEATURE_SH_TAB_COMPLETION
+#define BB_FEATURE_SH_USERNAME_COMPLETION
+#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT
+#define BB_FEATURE_BASH_STYLE_PROMT
+#define BB_FEATURE_CLEAN_UP
-#define TRUE 1
-#define FALSE 0
#define D(x) x
#endif /* TEST */