summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-02-02 20:13:28 +0200
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2011-02-02 20:13:28 +0200
commitfe145b0900d8006310232e2edb4137c04c116702 (patch)
tree12d9c3f5bea6c6481050211f64ad22118d925c93 /config.h.cmake
parentd98270e1a39c5c9d40b9d3fbca7d8a3ebeb92ccc (diff)
parent72ae1d65dd62f1e2cc308549a84a46feadd158f4 (diff)
downloadmariadb-git-fe145b0900d8006310232e2edb4137c04c116702.tar.gz
merge
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 65ebd077da6..7de8f716e77 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -614,4 +614,9 @@
#define PROTOCOL_VERSION 10
+/* time_t related defines */
+
+#cmakedefine SIZEOF_TIME_T @SIZEOF_TIME_T@
+#cmakedefine TIME_T_UNSIGNED @TIME_T_UNSIGNED@
+
#endif