diff options
author | Matt Kraai | 2001-04-24 15:19:04 +0000 |
---|---|---|
committer | Matt Kraai | 2001-04-24 15:19:04 +0000 |
commit | 3a4aef5a4c145515a53c7d21a8d977fbc0892e32 (patch) | |
tree | 17707c772bcd60837f493d7c0b2ff06044b62592 /Config.h.Hurd | |
parent | 01441036e9754425e2b09b43deec879ca46206cb (diff) | |
download | busybox-3a4aef5a4c145515a53c7d21a8d977fbc0892e32.zip busybox-3a4aef5a4c145515a53c7d21a8d977fbc0892e32.tar.gz |
Update applet define from BB_CP_MV to BB_CP and BB_MV.
Diffstat (limited to 'Config.h.Hurd')
-rw-r--r-- | Config.h.Hurd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.h.Hurd b/Config.h.Hurd index 43d59e0..3736b57 100644 --- a/Config.h.Hurd +++ b/Config.h.Hurd @@ -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 */ |