--- dietlibc-0.30/dietfeatures.h.orig 2006-04-04 09:35:14 +0400 +++ dietlibc-0.30/dietfeatures.h 2006-08-28 23:38:11 +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. */ @@ -99,7 +99,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 /* Include support for ProPolice/SSP, calls guard_setup */ /* ProPolice is part of gcc 4.1 and up, there were patches for earlier