diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-02-02 20:13:28 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2011-02-02 20:13:28 +0200 |
commit | fe145b0900d8006310232e2edb4137c04c116702 (patch) | |
tree | 12d9c3f5bea6c6481050211f64ad22118d925c93 /config.h.cmake | |
parent | d98270e1a39c5c9d40b9d3fbca7d8a3ebeb92ccc (diff) | |
parent | 72ae1d65dd62f1e2cc308549a84a46feadd158f4 (diff) | |
download | mariadb-git-fe145b0900d8006310232e2edb4137c04c116702.tar.gz |
merge
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 5 |
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 |