]> granicus.if.org Git - curl/commitdiff
Do not define HAVE_GMTIME_R for native Windows builds
authorYang Tse <yangsita@gmail.com>
Thu, 15 Feb 2007 01:58:37 +0000 (01:58 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 15 Feb 2007 01:58:37 +0000 (01:58 +0000)
lib/config-win32.h

index 3e1721204b5371d4db0f6fe4cad5683351b99ffd..41df3d9e3a47b322902c5f378e089e99568da44a 100644 (file)
@@ -2,7 +2,7 @@
 #define __LIB_CONFIG_WIN32_H
 
 /* ================================================================ */
-/*    lib/config-win32.h - Hand crafted config file for windows     */
+/*    lib/config-win32.h - Hand crafted config file for Windows     */
 /* ================================================================ */
 
 /* ---------------------------------------------------------------- */
 /* Undef keyword 'const' if it does not work.  */
 /* #undef const */
 
-#if defined(_MSC_VER) && (_MSC_VER > 1310) && (_MSC_VER < 1400)
-/* MSVC 2003 has gmtime_r, MSVC 2005 doesn't */
-#define HAVE_GMTIME_R
-#endif
+/* Windows should not have HAVE_GMTIME_R defined */
+/* #undef HAVE_GMTIME_R */
 
 /* ---------------------------------------------------------------- */
 /*                        LDAP LIBRARY FILES                        */