summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2009-12-14 00:28:04 +0100
committerPino Toscano <pino@kde.org>2009-12-14 00:28:04 +0100
commit9f0146c5b2f9326e834104b89791f66b18f85adc (patch)
treed3254e67a505ef7cfec97659825ab3e0358e0964 /config.h.cmake
parent62854051f4e47028147cc93a5faac39e2fa2c9fd (diff)
[CMake] add checks for gmtime_r and localtime_r
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 7b57de09..89455686 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -36,12 +36,18 @@
/* Defines if gettimeofday is available on your system */
#cmakedefine HAVE_GETTIMEOFDAY 1
+/* Defines if gmtime_r is available on your system */
+#define HAVE_GMTIME_R 1
+
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1
/* Define to 1 if you have the `z' library (-lz). */
#cmakedefine HAVE_LIBZ 1
+/* Defines if localtime_r is available on your system */
+#define HAVE_LOCALTIME_R 1
+
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H 1