From 51f99b62910e83326283c7dcbcfd2f9e42506692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gwenol=C3=A9=20Beauchesne?= Date: Tue, 18 Feb 2003 18:41:21 +0000 Subject: Define WANT_TZFILE_PARSER so that call to tset() in strftime() implementation can be resolved. --- mdk-stage1/dietlibc/dietfeatures.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdk-stage1/dietlibc/dietfeatures.h b/mdk-stage1/dietlibc/dietfeatures.h index a7b84d5b9..f64dcce78 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 -- cgit v1.2.1