Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-19 08:31:45 +0300
committerEric Andersen <andersen@codepoet.org>1999-11-19 08:31:45 +0300
commit6a76e652aab7d614c2b47b50318e0690c06779c4 (patch)
treeeb5564c774b9ef03dc095e7c06e8adb2a8ede1c8 /busybox.def.h
parent08b1034f4f0b910660a8b1a537f86462fa41ebad (diff)
Stuf
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h11
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
+
+
+
+