X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=windows%2Fconfig-compiler.h;h=fbc199f9681256683e12021cb104eff0b0cc3cec;hp=5cfffcf7d314cd5fa5cd3769a404422b80072a0c;hb=2c9ffa506ae934f40a3bb13897a995078f4be7af;hpb=606ce6e79829379b795e5926b6da4601804b25d1 diff --git a/windows/config-compiler.h b/windows/config-compiler.h index 5cfffcf7..fbc199f9 100644 --- a/windows/config-compiler.h +++ b/windows/config-compiler.h @@ -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 /* -------------------- */ /* MS Visual C section. */