Update applet define from BB_CP_MV to BB_CP and BB_MV.
[oweals/busybox.git] / Config.h.Hurd
index 8ae9f9f1be0fb1f6dbf2d16b6816a22bba99cb94..3736b5789704572eabfc87515cae5593f768700f 100644 (file)
@@ -18,7 +18,7 @@
 #define BB_CHROOT
 //#define BB_CHVT      /* not needed */
 #define BB_CLEAR
-#define BB_CP_MV
+#define BB_CP
 #define BB_CUT
 #define BB_DATE
 #define BB_DC
@@ -72,6 +72,7 @@
 #define BB_MORE
 //#define BB_MOUNT     /* different implementation */
 #define BB_MT
+#define BB_MV
 #define BB_NSLOOKUP
 //#define BB_PING      /* doesnt compile, Hurd uses BSD style ip.h */
 //#define BB_POWEROFF  /* different implementation i assume */
 // 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