diff options
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/busybox.def.h b/busybox.def.h index c20650f86..fcdd66e37 100644 --- a/busybox.def.h +++ b/busybox.def.h @@ -64,3 +64,14 @@ // Don't turn BB_UTILITY off. It contains support code // that compiles to 0 if everything else if turned off. #define BB_UTILITY +// +//This is where feature definitions go. +#define BB_FEATURE_LINUXRC +/* Turning this off makes things a bit smaller (and less pretty) */ +#define BB_FEATURE_USE_TERMIOS +/* Turning this off makes things a bit smaller (and less pretty) */ +#define BB_FEATURE_AUTOWIDTH + + + + |