From bd4a75f6c8e3c821a45f136eb6c21e71aa1450be Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Jun 2000 20:03:48 +0000 Subject: Finish off the libc5 porting effort. Everything now works with libc5 except for md5sum, which uses the GNU libc addition getline(). -Erik --- busybox.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'busybox.def.h') 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 -- cgit v1.2.3