--- dietlibc-0.28/dietfeatures.h.orig 2004-12-17 22:14:49 +0300 +++ dietlibc-0.28/dietfeatures.h 2005-04-14 14:26:48 +0400 @@ -47,7 +47,7 @@ /* you need to define this if you want to run your programs with large * file support on kernel 2.2 or 2.0 */ -#define WANT_LARGEFILE_BACKCOMPAT +/* #define WANT_LARGEFILE_BACKCOMPAT */ /* do you want localtime(3) to read /etc/localtime? * Needed for daylight saving time etc. */ @@ -59,7 +59,7 @@ #define WANT_FULL_RESOLV_CONF /* do you want IPv6 transport support in the DNS resolver? */ -#define WANT_IPV6_DNS +/* #define WANT_IPV6_DNS */ /* do you want gethostbyname and friends to consult /etc/hosts? */ #define WANT_ETC_HOSTS @@ -69,13 +69,13 @@ #define WANT_INET_ADDR_DNS /* do you want math functions high precision rather than fast/small? */ -#define WANT_HIGH_PRECISION_MATH +/* #define WANT_HIGH_PRECISION_MATH */ /* do you want support for matherr? */ #define WANT_MATHERR /* do you want crypt(3) to use MD5 if the salt starts with "$1$"? */ -#define WANT_CRYPT_MD5 +/* #define WANT_CRYPT_MD5 */ /* do you want diet to include a safeguard dependency to make linking * against glibc fail? This may fail with older binutils. */ @@ -98,7 +98,7 @@ /* WARNING: this appears to break with some binutils versions. Works * for me with binutils 2.15. The symptom is an error message that * `main' can not be found. */ -#define WANT_STACKGAP +/* #define WANT_STACKGAP */ /* stop uncommenting here ;-) */ #ifndef WANT_FASTER_STRING_ROUTINES