Applied patch from Larry Doolittle to remove some strlen calls, and add one
[oweals/busybox.git] / Config.h.Hurd
index 8ae9f9f1be0fb1f6dbf2d16b6816a22bba99cb94..43d59e069cd4a88375cffef39ccd982351222fb2 100644 (file)
 // at the same time...
 #define BB_FEATURE_USE_PROCFS
 //
-// This compiles out everything but the most 
-// trivial --help usage information (i.e. reduces binary size)
-//#define BB_FEATURE_TRIVIAL_HELP
+// show verbose usage messages
+#define BB_FEATURE_VERBOSE_USAGE
 //
 // Use termios to manipulate the screen ('more' is prettier with this on)
 #define BB_FEATURE_USE_TERMIOS
        #define BB_NFSMOUNT
 #endif
 //
-#if defined BB_IFCONFIG
-       #ifdef BB_FEATURE_IFCONFIG_STATUS
-               #define BB_INTERFACE
-       #endif
-#else
-       #undef BB_INTERFACE
-#endif 
-//
 #if defined BB_FEATURE_AUTOWIDTH
        #ifndef BB_FEATURE_USE_TERMIOS
                #define BB_FEATURE_USE_TERMIOS