X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=windows%2Fconfig.h.mingw;h=fc43a4fb3ed59de14c2d5f0e4bb5f634372601e6;hb=25028b0f3b5bdc54edec38648eddf48e92e1f455;hp=cf7f92d7fcbde875e1c039cfa0f354b3a62840b2;hpb=441bdb084c84b3afebd9c9055fddba56ae7bc77c;p=wget diff --git a/windows/config.h.mingw b/windows/config.h.mingw index cf7f92d7..fc43a4fb 100644 --- a/windows/config.h.mingw +++ b/windows/config.h.mingw @@ -34,9 +34,6 @@ so, delete this exception statement from your version. */ /* Define if you have the header file. */ /* #undef HAVE_ALLOCA_H */ -/* For MinGW GCC/Win32, alloca is defined in the header file. */ -#include - /* Flag that C files should include , not . */ #define WGET_USE_STDARG @@ -259,7 +256,7 @@ so, delete this exception statement from your version. */ /* #undef HAVE_HAVE_STRUCT_SOCKADDR_IN6 */ /* Define if struct sockaddr_in6 has the sin6_scope_id member */ -/* #undef HAVE_SOCKADDR_IN6_SCOPE_ID */ +#define HAVE_SOCKADDR_IN6_SCOPE_ID /* Define if you want to enable the IPv6 support. */ /* #undef ENABLE_IPV6 */ @@ -268,6 +265,8 @@ so, delete this exception statement from your version. */ #define socklen_t int /* Define if you have uint32_t. */ -#undef HAVE_UINT32_T +#define HAVE_UINT32_T + +#include "config-post.h" #endif /* CONFIG_H */