]> sjero.net Git - wget/blobdiff - windows/config.h
[svn] Define HAVE__BOOL, HAVE_INTTYPES_H, and HAVE_STRTOLL for MinGW.
[wget] / windows / config.h
index 254a7920787a865702147cbbc0c308ca7f7e2093..5648cf8c2c71c114f87d2d124cd555fb8f406319 100644 (file)
 #undef HAVE_USLEEP
 
 /* Define to 1 if you have the <utime.h> header file. */
-#undef HAVE_UTIME_H
+#define HAVE_UTIME_H 1
 
 /* Define to 1 if you have the `vsnprintf' function. */
 #define HAVE_VSNPRINTF 1
    code using `volatile' can become incorrect without. Disable with care. */
 #undef volatile
 
+/* Include compiler-specific defines. */
+#include "config-compiler.h"
 
 #include "config-post.h"