diff options
-rw-r--r-- | mdk-stage1/dietlibc/dietfeatures.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdk-stage1/dietlibc/dietfeatures.h b/mdk-stage1/dietlibc/dietfeatures.h index f64dcce78..a7b84d5b9 100644 --- a/mdk-stage1/dietlibc/dietfeatures.h +++ b/mdk-stage1/dietlibc/dietfeatures.h @@ -45,7 +45,7 @@ /* 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 |