diff options
author | Eric Andersen | 1999-11-19 05:31:45 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-19 05:31:45 +0000 |
commit | 6a76e652aab7d614c2b47b50318e0690c06779c4 (patch) | |
tree | eb5564c774b9ef03dc095e7c06e8adb2a8ede1c8 /busybox.def.h | |
parent | 08b1034f4f0b910660a8b1a537f86462fa41ebad (diff) | |
download | busybox-6a76e652aab7d614c2b47b50318e0690c06779c4.zip busybox-6a76e652aab7d614c2b47b50318e0690c06779c4.tar.gz |
Stuf
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 c20650f..fcdd66e 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 + + + + |