diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-02-18 20:26:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-02-18 20:26:48 +0000 |
commit | 94456f598417f2f61edb97b5ab67ddfdc408ad10 (patch) | |
tree | c3d07bb811f5d1dcbcd814e1530bef641a541091 | |
parent | 12dceb114769110f90f6e354c2f901bf0398e901 (diff) | |
download | busybox-w32-94456f598417f2f61edb97b5ab67ddfdc408ad10.tar.gz busybox-w32-94456f598417f2f61edb97b5ab67ddfdc408ad10.tar.bz2 busybox-w32-94456f598417f2f61edb97b5ab67ddfdc408ad10.zip |
Put back Vladimir's testing defines, which I mistakenly removed.
-rw-r--r-- | cmdedit.c | 10 | ||||
-rw-r--r-- | shell/cmdedit.c | 10 |
2 files changed, 12 insertions, 8 deletions
@@ -41,11 +41,13 @@ | |||
41 | 41 | ||
42 | #else | 42 | #else |
43 | 43 | ||
44 | //#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT | 44 | #define BB_FEATURE_SH_COMMAND_EDITING |
45 | //#define BB_FEATURE_BASH_STYLE_PROMT | 45 | #define BB_FEATURE_SH_TAB_COMPLETION |
46 | #define BB_FEATURE_SH_USERNAME_COMPLETION | ||
47 | #define BB_FEATURE_NONPRINTABLE_INVERSE_PUT | ||
48 | #define BB_FEATURE_BASH_STYLE_PROMT | ||
49 | #define BB_FEATURE_CLEAN_UP | ||
46 | 50 | ||
47 | #define TRUE 1 | ||
48 | #define FALSE 0 | ||
49 | #define D(x) x | 51 | #define D(x) x |
50 | 52 | ||
51 | #endif /* TEST */ | 53 | #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 @@ | |||
41 | 41 | ||
42 | #else | 42 | #else |
43 | 43 | ||
44 | //#define BB_FEATURE_NONPRINTABLE_INVERSE_PUT | 44 | #define BB_FEATURE_SH_COMMAND_EDITING |
45 | //#define BB_FEATURE_BASH_STYLE_PROMT | 45 | #define BB_FEATURE_SH_TAB_COMPLETION |
46 | #define BB_FEATURE_SH_USERNAME_COMPLETION | ||
47 | #define BB_FEATURE_NONPRINTABLE_INVERSE_PUT | ||
48 | #define BB_FEATURE_BASH_STYLE_PROMT | ||
49 | #define BB_FEATURE_CLEAN_UP | ||
46 | 50 | ||
47 | #define TRUE 1 | ||
48 | #define FALSE 0 | ||
49 | #define D(x) x | 51 | #define D(x) x |
50 | 52 | ||
51 | #endif /* TEST */ | 53 | #endif /* TEST */ |