diff options
author | Eric Andersen | 2000-06-19 20:03:48 +0000 |
---|---|---|
committer | Eric Andersen | 2000-06-19 20:03:48 +0000 |
commit | bd4a75f6c8e3c821a45f136eb6c21e71aa1450be (patch) | |
tree | fe8cf4622b7973cae5614de2da32a6a7bd24aedb /busybox.def.h | |
parent | bb245ba0c2238d6a6b19af151249cdb25afdca87 (diff) | |
download | busybox-bd4a75f6c8e3c821a45f136eb6c21e71aa1450be.zip busybox-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/busybox.def.h b/busybox.def.h index 3556b1e..d7756a4 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 |