]> 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 fe9d3c2f537350d4cc0141f6c473f1695b8380f7..5648cf8c2c71c114f87d2d124cd555fb8f406319 100644 (file)
@@ -74,7 +74,7 @@
 #undef HAVE_SIGSETJMP
 
 /* Define to 1 if the system has the type `sig_atomic_t'. */
-#undef HAVE_SIG_ATOMIC_T
+#define HAVE_SIG_ATOMIC_T 1
 
 /* Define to 1 if you have the `snprintf' function. */
 #define HAVE_SNPRINTF 1
 #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"