dates from 2038 or later now return 0x7fffffff when 32 bit time_t is used

This commit is contained in:
Daniel Stenberg
2004-11-11 09:26:09 +00:00
parent 8ef8e949bd
commit cd73a733c7
5 changed files with 20 additions and 0 deletions

View File

@@ -1171,6 +1171,7 @@ AC_CHECK_SIZEOF(curl_off_t, ,[
])
AC_CHECK_SIZEOF(size_t)
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(time_t)
AC_CHECK_TYPE(long long,
[AC_DEFINE(HAVE_LONGLONG, 1, [if your compiler supports long long])]