From a45e38e962a30307dd2034c2c032bd76333ebd2c Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 17 Oct 2015 22:57:59 -0500 Subject: disable some tests with 32-bit time_t systems Also disable use of _mkgmtime, it does not produce correct results. --- include/compat/time.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include') diff --git a/include/compat/time.h b/include/compat/time.h index 3a87548..9ed9c03 100644 --- a/include/compat/time.h +++ b/include/compat/time.h @@ -15,9 +15,5 @@ #endif #ifndef HAVE_TIMEGM -#ifdef HAVE__MKGMTIME -#define timegm(tm) _mkgmtime(tm) -#else time_t timegm(struct tm *tm); #endif -#endif -- cgit v1.2.3-55-g6feb