oops, fix belonging to the previous curl_getdate() fix since it makes MSVC

use gmtime_r
This commit is contained in:
Daniel Stenberg 2006-12-05 15:00:14 +00:00
parent 17ae28e0fe
commit 318a8258fd

View File

@ -352,6 +352,11 @@
/* Undef keyword 'const' if it does not work. */
/* #undef const */
#if _MSC_VER > 1310
/* MSVC 2003 has gmtime_r */
#define HAVE_GMTIME_R
#endif
/* ---------------------------------------------------------------- */
/* LDAP LIBRARY FILES */
/* ---------------------------------------------------------------- */