]> sjero.net Git - wget/blobdiff - windows/config-compiler.h
[svn] config-compiler.h (HAVE_INTPTR_T): Define to 1 under MinGW.
[wget] / windows / config-compiler.h
index f0bcccc289d6a1337462576652eb8c45301f3192..a4435ef99075883ae370cf04f363a99c049a2102 100644 (file)
@@ -87,6 +87,8 @@ 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_INTPTR_T 1 
+#define HAVE_UINTPTR_T 1
 
 #define HAVE_STRTOLL 1
 \f
@@ -109,6 +111,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. */