Adjust the default feature set a wee bit
authorEric Andersen <andersen@codepoet.org>
Sat, 20 Jan 2001 19:48:21 +0000 (19:48 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 20 Jan 2001 19:48:21 +0000 (19:48 -0000)
Config.h

index f526c3e..53e6e9e 100644 (file)
--- a/Config.h
+++ b/Config.h
 //#define BB_FEATURE_INIT_CHROOT
 //
 //Make sure nothing is printed to the console on boot
-#define BB_FEATURE_EXTRA_QUIET
+//#define BB_FEATURE_EXTRA_QUIET
 //
 //Should syslogd also provide klogd support?
 #define BB_FEATURE_KLOGD
 // #define BB_FEATURE_INSTALLER
 //
 // Enable a nifty progress meter in wget (adds just under 2k)
-//#define BB_FEATURE_STATUSBAR
+#define BB_FEATURE_STATUSBAR
 //
 // Clean up all memory before exiting -- usually not needed
 // as the OS can clean up...  Don't enable this unless you