aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-04-19 16:38:28 +0000
committerJörg Mayer <jmayer@loplof.de>2013-04-19 16:38:28 +0000
commitc5548e107758aca4c681b1baa338d89c11bcf61a (patch)
treec45b9f2e9ffb3f5d023b22f8051b922006848491 /cmakeconfig.h.in
parent6c137314aa48f5e81b5e01f99d9dd13e7d1b8ff2 (diff)
Add HAVE_TM_ZONE and HAVE_TZNAME detection to fix timezone display
in cmake builds. svn path=/trunk/; revision=48932
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 21f2698f94..2b8e9a988a 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -309,6 +309,12 @@
/* Define to 1 if you have the <winsock2.h> header file. */
#cmakedefine HAVE_WINSOCK2_H 1
+/* Define to 1 if tm_zone field exists in struct tm. */
+#cmakedefine HAVE_TM_ZONE 1
+
+/* Define to 1 if tzname array exists. */
+#cmakedefine HAVE_TZNAME 1
+
/* HTML viewer, e.g. mozilla */
#cmakedefine HTML_VIEWER