diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-07 11:40:44 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-07 11:40:44 +0000 |
commit | 96e2abd0849c1980dad10013ef0d17027554ef9f (patch) | |
tree | b4313983e7883b477552c881868bc6709f9857d0 /busybox.def.h | |
parent | 286b0de74da3cba56b8cc7961a19044eb45969b2 (diff) | |
download | busybox-w32-96e2abd0849c1980dad10013ef0d17027554ef9f.tar.gz busybox-w32-96e2abd0849c1980dad10013ef0d17027554ef9f.tar.bz2 busybox-w32-96e2abd0849c1980dad10013ef0d17027554ef9f.zip |
Init is now even more perfect then before.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 13 |
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 @@ | |||
88 | // | 88 | // |
89 | // | 89 | // |
90 | // | 90 | // |
91 | // Don't turn BB_UTILITY off. It contains support code | ||
92 | // that compiles to 0 if everything else if turned off. | ||
93 | #define BB_UTILITY | ||
94 | // | ||
95 | // | ||
96 | // | ||
91 | // This is where feature definitions go. Generally speaking, | 97 | // This is where feature definitions go. Generally speaking, |
92 | // turning this stuff off makes things a bit smaller (and less | 98 | // turning this stuff off makes things a bit smaller (and less |
93 | // pretty/useful). | 99 | // pretty/useful). |
@@ -113,10 +119,3 @@ | |||
113 | //Enable init being called as /linuxrc | 119 | //Enable init being called as /linuxrc |
114 | #define BB_FEATURE_LINUXRC | 120 | #define BB_FEATURE_LINUXRC |
115 | // | 121 | // |
116 | // | ||
117 | // | ||
118 | // Don't turn BB_UTILITY off. It contains support code | ||
119 | // that compiles to 0 if everything else if turned off. | ||
120 | #define BB_UTILITY | ||
121 | // | ||
122 | // | ||