From 98c1406216d2a1a77257597ba624f38735229c75 Mon Sep 17 00:00:00 2001 From: Ken Murchison Date: Thu, 26 Jun 2014 14:14:27 -0400 Subject: Allow dates > 2038 if sizeof(time_t) > 4 --- ConfigureChecks.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'ConfigureChecks.cmake') diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 77df7b21..7daf84c2 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -34,6 +34,7 @@ check_type_size(mode_t SIZEOF_MODE_T) check_type_size(size_t SIZEOF_SIZE_T) check_type_size(intptr_t INTPTR_T) # please do not rename HAVE_INTPTR_T will automatically be defined check_type_size(pid_t HAVE_PID_T) +check_type_size(time_t SIZEOF_TIME_T) include(FindThreads) check_library_exists(pthread pthread_attr_get_np "" HAVE_PTHREAD_ATTR_GET_NP) -- cgit v1.2.1