diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-06-19 20:03:48 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-06-19 20:03:48 +0000 |
commit | bd4a75f6c8e3c821a45f136eb6c21e71aa1450be (patch) | |
tree | fe8cf4622b7973cae5614de2da32a6a7bd24aedb /busybox.def.h | |
parent | bb245ba0c2238d6a6b19af151249cdb25afdca87 (diff) | |
download | busybox-w32-bd4a75f6c8e3c821a45f136eb6c21e71aa1450be.tar.gz busybox-w32-bd4a75f6c8e3c821a45f136eb6c21e71aa1450be.tar.bz2 busybox-w32-bd4a75f6c8e3c821a45f136eb6c21e71aa1450be.zip |
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 3556b1e24..d7756a498 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -55,7 +55,7 @@ | |||
55 | #define BB_LSMOD | 55 | #define BB_LSMOD |
56 | #define BB_MAKEDEVS | 56 | #define BB_MAKEDEVS |
57 | #define BB_MATH | 57 | #define BB_MATH |
58 | #define BB_MD5SUM | 58 | //#define BB_MD5SUM |
59 | #define BB_MKDIR | 59 | #define BB_MKDIR |
60 | #define BB_MKFIFO | 60 | #define BB_MKFIFO |
61 | #define BB_MKFS_MINIX | 61 | #define BB_MKFS_MINIX |
@@ -89,7 +89,7 @@ | |||
89 | #define BB_TAR | 89 | #define BB_TAR |
90 | #define BB_TEE | 90 | #define BB_TEE |
91 | #define BB_TEST | 91 | #define BB_TEST |
92 | //#define BB_TELNET | 92 | #define BB_TELNET |
93 | #define BB_TOUCH | 93 | #define BB_TOUCH |
94 | #define BB_TR | 94 | #define BB_TR |
95 | #define BB_TRUE_FALSE | 95 | #define BB_TRUE_FALSE |