From 96e2abd0849c1980dad10013ef0d17027554ef9f Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Fri, 7 Jan 2000 11:40:44 +0000 Subject: Init is now even more perfect then before. -Erik --- busybox.def.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'busybox.def.h') 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 -// -// -- cgit v1.2.3