aboutsummaryrefslogtreecommitdiff
path: root/busybox.def.h
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-19 20:03:48 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-19 20:03:48 +0000
commitbd4a75f6c8e3c821a45f136eb6c21e71aa1450be (patch)
treefe8cf4622b7973cae5614de2da32a6a7bd24aedb /busybox.def.h
parentbb245ba0c2238d6a6b19af151249cdb25afdca87 (diff)
downloadbusybox-bd4a75f6c8e3c821a45f136eb6c21e71aa1450be.tar.gz
Finish off the libc5 porting effort. Everything now works with libc5
except for md5sum, which uses the GNU libc addition getline(). -Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r--busybox.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h
index 3556b1e24..d7756a498 100644
--- a/busybox.def.h
+++ b/busybox.def.h
@@ -55,7 +55,7 @@
#define BB_LSMOD
#define BB_MAKEDEVS
#define BB_MATH
-#define BB_MD5SUM
+//#define BB_MD5SUM
#define BB_MKDIR
#define BB_MKFIFO
#define BB_MKFS_MINIX
@@ -89,7 +89,7 @@
#define BB_TAR
#define BB_TEE
#define BB_TEST
-//#define BB_TELNET
+#define BB_TELNET
#define BB_TOUCH
#define BB_TR
#define BB_TRUE_FALSE