aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-11 03:39:17 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-11 03:39:17 +0000
commit8a4c6e8c874ebaafbef67c2cdc334a4766fc76f4 (patch)
tree45cb48bf81ba465e1d465cb2d2494dea450f0cc7 /config.h.win32
parentf81d1872bb288a36c8dbab1efa8efa72200791f8 (diff)
Add the time zone abbreviation to the result of abs_time_to_str() and
abs_time_secs_to_str(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31234 f5534014-38df-0310-8fa8-9805f1628bb7
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 */