From 488253bfe74eaaf2a8720c37a2955241af7a7345 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 11 Dec 2009 03:39:17 +0000 Subject: Add the time zone abbreviation to the result of abs_time_to_str() and abs_time_secs_to_str(). svn path=/trunk/; revision=31234 --- config.h.win32 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.win32') diff --git a/config.h.win32 b/config.h.win32 index a1714b5c6a..73de28204a 100644 --- a/config.h.win32 +++ b/config.h.win32 @@ -138,6 +138,12 @@ /* Define if you have the header file. */ /* #undef HAVE_SYS_WAIT_H */ +/* Define if tm_zone field exists in struct tm */ +/* #undef HAVE_TM_ZONE 1 */ + +/* Define if tzname array exists */ +/* #undef HAVE_TZNAME */ + /* Define if you have the header file. */ /* #define HAVE_UNISTD_H 1 */ -- cgit v1.2.3