]> sjero.net Git - wget/blobdiff - windows/config-compiler.h
[svn] Define HAVE__BOOL, HAVE_INTTYPES_H, and HAVE_STRTOLL for MinGW.
[wget] / windows / config-compiler.h
index 5cfffcf7d314cd5fa5cd3769a404422b80072a0c..fbc199f9681256683e12021cb104eff0b0cc3cec 100644 (file)
@@ -84,6 +84,11 @@ so, delete this exception statement from your version.  */
 # undef gai_strerror
 # define gai_strerror windows_strerror
 #endif
+
+/* MinGW and GCC support some POSIX and C99 features.  */
+#define HAVE__BOOL 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_STRTOLL 1
 \f
 /* -------------------- */
 /* MS Visual C section. */