aboutsummaryrefslogtreecommitdiff
path: root/Config.h.Hurd
diff options
context:
space:
mode:
authorMatt Kraai <kraai@debian.org>2001-04-24 15:19:04 +0000
committerMatt Kraai <kraai@debian.org>2001-04-24 15:19:04 +0000
commit3a4aef5a4c145515a53c7d21a8d977fbc0892e32 (patch)
tree17707c772bcd60837f493d7c0b2ff06044b62592 /Config.h.Hurd
parent01441036e9754425e2b09b43deec879ca46206cb (diff)
downloadbusybox-w32-3a4aef5a4c145515a53c7d21a8d977fbc0892e32.tar.gz
busybox-w32-3a4aef5a4c145515a53c7d21a8d977fbc0892e32.tar.bz2
busybox-w32-3a4aef5a4c145515a53c7d21a8d977fbc0892e32.zip
Update applet define from BB_CP_MV to BB_CP and BB_MV.
Diffstat (limited to 'Config.h.Hurd')
-rw-r--r--Config.h.Hurd3
1 files changed, 2 insertions, 1 deletions
diff --git a/Config.h.Hurd b/Config.h.Hurd
index 43d59e069..3736b5789 100644
--- a/Config.h.Hurd
+++ b/Config.h.Hurd
@@ -18,7 +18,7 @@
18#define BB_CHROOT 18#define BB_CHROOT
19//#define BB_CHVT /* not needed */ 19//#define BB_CHVT /* not needed */
20#define BB_CLEAR 20#define BB_CLEAR
21#define BB_CP_MV 21#define BB_CP
22#define BB_CUT 22#define BB_CUT
23#define BB_DATE 23#define BB_DATE
24#define BB_DC 24#define BB_DC
@@ -72,6 +72,7 @@
72#define BB_MORE 72#define BB_MORE
73//#define BB_MOUNT /* different implementation */ 73//#define BB_MOUNT /* different implementation */
74#define BB_MT 74#define BB_MT
75#define BB_MV
75#define BB_NSLOOKUP 76#define BB_NSLOOKUP
76//#define BB_PING /* doesnt compile, Hurd uses BSD style ip.h */ 77//#define BB_PING /* doesnt compile, Hurd uses BSD style ip.h */
77//#define BB_POWEROFF /* different implementation i assume */ 78//#define BB_POWEROFF /* different implementation i assume */