Put back Vladimir's testing defines, which I mistakenly removed.

This commit is contained in:
Eric Andersen 2001-02-18 20:26:48 +00:00
parent 12dceb1147
commit 94456f5984
2 changed files with 12 additions and 8 deletions

View File

@ -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 */

View File

@ -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 */