From 8f7540d7b6741a98b148b7840b328b527b5fe6f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 18 Feb 2003 17:00:12 +0000 Subject: Merge back small config file --- mdk-stage1/dietlibc/dietfeatures.h | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/mdk-stage1/dietlibc/dietfeatures.h b/mdk-stage1/dietlibc/dietfeatures.h index 1692de348..a7b84d5b9 100644 --- a/mdk-stage1/dietlibc/dietfeatures.h +++ b/mdk-stage1/dietlibc/dietfeatures.h @@ -3,12 +3,12 @@ /* feel free to comment some of these out to reduce code size */ -#define WANT_FLOATING_POINT_IN_PRINTF -#define WANT_FLOATING_POINT_IN_SCANF +/* #define WANT_FLOATING_POINT_IN_PRINTF */ +/* #define WANT_FLOATING_POINT_IN_SCANF */ #define WANT_CHARACTER_CLASSES_IN_SCANF #define WANT_NULL_PRINTF -#define WANT_LONGLONG_PRINTF -#define WANT_LONGLONG_SCANF +/* #define WANT_LONGLONG_PRINTF */ +/* #define WANT_LONGLONG_SCANF */ /* 128 or 2048 bytes buffer size? */ /* #define WANT_SMALL_STDIO_BUFS */ @@ -22,7 +22,7 @@ #define SLASH_PROC_OK /* use errno_location instead of errno */ -#define WANT_THREAD_SAFE +/* #define WANT_THREAD_SAFE */ /* make the startcode, etc. dynamic aware ({con,de}structors) */ /* #define WANT_DYNAMIC */ @@ -37,15 +37,15 @@ /* read the comment in lib/strncat.c for an explanation */ /* #define WANT_NON_COMPLIANT_STRNCAT */ -#undef WANT_LINKER_WARNINGS +/* #define WANT_LINKER_WARNINGS */ /* you need to define this if you want to run your programs with large * file support on kernel 2.2 or 2.0 */ -#undef WANT_LARGEFILE_BACKCOMPAT +/* #define WANT_LARGEFILE_BACKCOMPAT */ /* do you want localtime(3) to read /etc/localtime? * Needed for daylight saving time etc. */ -#define WANT_TZFILE_PARSER +/* #define WANT_TZFILE_PARSER */ /* do you want the DNS routines to parse and use "domain" and "search" * lines from /etc/resolv.conf? Normally not used on boot floppies and @@ -53,7 +53,7 @@ #define WANT_FULL_RESOLV_CONF /* do you want IPv6 transport support in the DNS resolver? */ -#undef WANT_IPV6_DNS +/* #define WANT_IPV6_DNS */ /* do you want gethostbyname and friends to consult /etc/hosts? */ #define WANT_ETC_HOSTS @@ -63,17 +63,17 @@ #define WANT_INET_ADDR_DNS /* do you want math functions high precision rather than fast/small? */ -#undef WANT_HIGH_PRECISION_MATH +/* #define WANT_HIGH_PRECISION_MATH */ /* do you want support for matherr? */ -#define WANT_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. */ -#undef WANT_SAFEGUARD +#define WANT_SAFEGUARD /* dy you want that malloc(0) return a pointer to a "zero-length" object * that is realloc-able; means realloc(..,size) gives a NEW object (like a -- cgit v1.2.1