From 4f3f757d56fbf420ea5030dcf7ea971b3da3ab47 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 28 Apr 2000 00:18:56 +0000 Subject: Latest and greatest. Some effort at libc5 (aiming towards newlib) compatability. -Erik --- busybox.def.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'busybox.def.h') diff --git a/busybox.def.h b/busybox.def.h index 3012b0c..c10c1a3 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -75,6 +75,7 @@ #define BB_RMDIR #define BB_RMMOD #define BB_SED +#define BB_SETKEYCODES #define BB_SFDISK #define BB_SH #define BB_SLEEP @@ -136,7 +137,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 @@ -193,7 +194,7 @@ #define BB_FEATURE_SORT_REVERSE // // Enable command line editing in the shell -#define BB_FEATURE_SH_COMMAND_EDITING +//#define BB_FEATURE_SH_COMMAND_EDITING // // Enable tab completion in the shell (not yet // working very well -- so don't turn this on) -- cgit v1.1