summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2016-02-23 21:01:49 +1030
committerAdrian Johnson <ajohnson@redneon.com>2016-06-06 20:04:11 +0930
commite4690ee1be027dd7028e86ea6732a3f4f2680ef7 (patch)
tree182b8ff232839b968e7108a2433cb4f3ed6250ba /config.h.cmake
parent7936af2eeb8f84993acabd1b306da50d49256b31 (diff)
glib: return date in UTC instead of local time
Bug 94173
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 85c6d328..7988b74e 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -64,6 +64,9 @@
/* Defines if gmtime_r is available on your system */
#cmakedefine HAVE_GMTIME_R 1
+/* Defines if timegm is available on your system */
+#cmakedefine HAVE_TIMEGM 1
+
/* Define if you have the iconv() function and it works. */
#cmakedefine HAVE_ICONV 1