From c60a6a5bd9c7b30de6f4e2236720220baff49d74 Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Sun, 22 Jul 2001 13:16:15 +0000 Subject: [PATCH] fix date('T') --- main/config.w32.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main/config.w32.h b/main/config.w32.h index 9ea14f5f14..87b1841546 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -113,6 +113,8 @@ #define HAVE_LIMITS_H 1 #define HAVE_TZSET 1 +#define HAVE_TZNAME 1 + /* Define if you have the flock function. */ #undef HAVE_FLOCK -- 2.50.1