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
commit3b65062d33c7e33ca67e9cc661f572b9c166572a (patch)
tree12d9c3f5bea6c6481050211f64ad22118d925c93 /config.h.cmake
parent9b3884e9d75e5cab146a84875b53c93e454b19d5 (diff)
parentac3243c8c82077c34e99e8f7f9a83e5bc9fd7b66 (diff)
downloadmariadb-git-3b65062d33c7e33ca67e9cc661f572b9c166572a.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