From c715c0a0543577b20bf0c95f2fbcce7bd6a9b9c5 Mon Sep 17 00:00:00 2001 From: hniksic Date: Wed, 29 Jun 2005 06:33:35 -0700 Subject: [PATCH] [svn] Define limits.h and include config-post.h explicitly. --- windows/ChangeLog | 5 +++++ windows/config.h.mingw | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/windows/ChangeLog b/windows/ChangeLog index 8ffb364e..7bf7b062 100644 --- a/windows/ChangeLog +++ b/windows/ChangeLog @@ -1,3 +1,8 @@ +2005-06-29 Hrvoje Niksic + + * config.h.mingw: MinGW has limits.h, uint32_t, and the + sin6_scope_id member of sockaddr_in6. Include config-post.h. + 2005-06-27 Hrvoje Niksic * config.h.bor: Ditto. diff --git a/windows/config.h.mingw b/windows/config.h.mingw index 4cf6c30f..c5bc210a 100644 --- a/windows/config.h.mingw +++ b/windows/config.h.mingw @@ -177,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 header file. */ +#define HAVE_LIMITS_H + /* Define if you have the header file. */ #define HAVE_STRING_H 1 @@ -256,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 */ @@ -265,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 */ -- 2.39.2