]> sjero.net Git - wget/blobdiff - windows/config.h.mingw
[svn] Define limits.h and include config-post.h explicitly.
[wget] / windows / config.h.mingw
index cf7f92d7fcbde875e1c039cfa0f354b3a62840b2..c5bc210a3623eed2b45ae18b6e116c44b784a9a5 100644 (file)
@@ -34,9 +34,6 @@ so, delete this exception statement from your version.  */
 /* Define if you have the <alloca.h> header file.  */
 /* #undef HAVE_ALLOCA_H */
 
-/* For MinGW GCC/Win32, alloca is defined in the <malloc.h> header file. */
-#include <malloc.h>
-
 /* Flag that C files should include <stdarg.h>, not <varargs.h>.  */
 #define WGET_USE_STDARG
 
@@ -180,6 +177,9 @@ so, delete this exception statement from your version.  */
 /* Define if you have the usleep function.  */
 /* #undef HAVE_USLEEP */
 
+/* Define if you have the <limits.h> header file.  */
+#define HAVE_LIMITS_H
+
 /* Define if you have the <string.h> header file.  */
 #define HAVE_STRING_H 1
 
@@ -259,7 +259,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 +268,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 */