summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorKen Murchison <murch@andrew.cmu.edu>2014-06-26 14:14:27 -0400
committerKen Murchison <murch@andrew.cmu.edu>2014-06-26 14:15:52 -0400
commit98c1406216d2a1a77257597ba624f38735229c75 (patch)
treefa37d418316c153302fe5a398a62d519d0e71035 /config.h.cmake
parent169e6e202d0967137d66462e8357a4cc653a6d75 (diff)
downloadlibical-git-98c1406216d2a1a77257597ba624f38735229c75.tar.gz
Allow dates > 2038 if sizeof(time_t) > 4
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 1d80c616..c543e89f 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -170,3 +170,4 @@
typedef int pid_t;
#endif
+#cmakedefine SIZEOF_TIME_T ${SIZEOF_TIME_T}