summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2009-12-14 00:34:59 +0100
committerPino Toscano <pino@kde.org>2009-12-14 00:34:59 +0100
commit916ab7163249e23bd5ba00922fdcad9caaf92c75 (patch)
tree746a6cb05f691d94a4615ac96388b1aec89d467b /config.h.cmake
parentea655d8c7e24e97ee710110a783ed9c209cf76e3 (diff)
[CMake] oops, those should have been '#cmakedefine' and not '#define'
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.cmake b/config.h.cmake
index d59e3671..6486d671 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -38,7 +38,7 @@
#cmakedefine HAVE_GETTIMEOFDAY 1
/* Defines if gmtime_r is available on your system */
-#define HAVE_GMTIME_R 1
+#cmakedefine HAVE_GMTIME_R 1
/* Define to 1 if you have the <inttypes.h> header file. */
#cmakedefine HAVE_INTTYPES_H 1
@@ -47,7 +47,7 @@
#cmakedefine HAVE_LIBZ 1
/* Defines if localtime_r is available on your system */
-#define HAVE_LOCALTIME_R 1
+#cmakedefine HAVE_LOCALTIME_R 1
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H 1