]> sjero.net Git - wget/commitdiff
[svn] Define HAVE__BOOL, HAVE_INTTYPES_H, and HAVE_STRTOLL for MinGW.
authorhniksic <devnull@localhost>
Thu, 7 Jul 2005 14:30:50 +0000 (07:30 -0700)
committerhniksic <devnull@localhost>
Thu, 7 Jul 2005 14:30:50 +0000 (07:30 -0700)
By Gisle Vanem.

windows/ChangeLog
windows/config-compiler.h

index f047fc6d40f99c9cb36b895b1e65ab1dca7d0c34..1e6bcaddfcc0a3f9a102d63188b2afe919894d9e 100644 (file)
@@ -1,3 +1,8 @@
+2005-07-07  Gisle Vanem  <giva@bgnett.no>
+
+       * config-compiler.h: Define HAVE__BOOL, HAVE_INTTYPES_H, and
+       HAVE_STRTOLL for MinGW.
+
 2005-07-07  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * config.h.mingw: Removed.
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. */