]> sjero.net Git - wget/blobdiff - windows/config-compiler.h
[svn] Several fixes for MSVC8.
[wget] / windows / config-compiler.h
index f0bcccc289d6a1337462576652eb8c45301f3192..bac5fc600e13507c0d60a21f7ec67617465d92a5 100644 (file)
@@ -87,6 +87,7 @@ so, delete this exception statement from your version.  */
 #define HAVE__BOOL 1
 #undef SIZEOF_LONG_LONG                /* avoid redefinition warning */
 #define SIZEOF_LONG_LONG 8
+#define HAVE_UINTPTR_T 1
 
 #define HAVE_STRTOLL 1
 \f
@@ -109,6 +110,13 @@ so, delete this exception statement from your version.  */
 #if _MSC_VER >= 1300
 # define HAVE__STRTOI64 1
 #endif
+
+#if _MSC_VER >= 1400
+#pragma warning ( disable : 4996 )
+#define _CRT_SECURE_NO_DEPRECATE
+#define HAVE_SYS_UTIME_H 1
+#undef HAVE_UTIME_H
+#endif
 \f
 /* ------------------ */
 /* Borland C section. */