aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-07 11:40:44 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-07 11:40:44 +0000
commit96e2abd0849c1980dad10013ef0d17027554ef9f (patch)
treeb4313983e7883b477552c881868bc6709f9857d0 /busybox.def.h
parent286b0de74da3cba56b8cc7961a19044eb45969b2 (diff)
downloadbusybox-96e2abd0849c1980dad10013ef0d17027554ef9f.tar.gz
Init is now even more perfect then before.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 032146519..834555302 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -88,6 +88,12 @@
//
//
//
+// 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. Generally speaking,
// turning this stuff off makes things a bit smaller (and less
// pretty/useful).
@@ -113,10 +119,3 @@
//Enable init being called as /linuxrc
#define BB_FEATURE_LINUXRC
//
-//
-//
-// Don't turn BB_UTILITY off. It contains support code
-// that compiles to 0 if everything else if turned off.
-#define BB_UTILITY
-//
-//