aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2009-12-11 03:39:17 +0000
committerGuy Harris <guy@alum.mit.edu>2009-12-11 03:39:17 +0000
commit488253bfe74eaaf2a8720c37a2955241af7a7345 (patch)
tree45cb48bf81ba465e1d465cb2d2494dea450f0cc7 /config.h.win32
parent0d337768a7f6c9664dd8cf04d401fbadf25bd161 (diff)
Add the time zone abbreviation to the result of abs_time_to_str() and
abs_time_secs_to_str(). svn path=/trunk/; revision=31234
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win326
1 files changed, 6 insertions, 0 deletions
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 <sys/wait.h> 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 <unistd.h> header file. */
/* #define HAVE_UNISTD_H 1 */