1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Define limits.h and include config-post.h explicitly.

This commit is contained in:
hniksic 2005-06-29 06:33:35 -07:00
parent 40f4de9ae9
commit c715c0a054
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2005-06-29 Hrvoje Niksic <hniksic@xemacs.org>
* 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 <hniksic@xemacs.org> 2005-06-27 Hrvoje Niksic <hniksic@xemacs.org>
* config.h.bor: Ditto. * config.h.bor: Ditto.

View File

@ -177,6 +177,9 @@ so, delete this exception statement from your version. */
/* Define if you have the usleep function. */ /* Define if you have the usleep function. */
/* #undef HAVE_USLEEP */ /* #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 if you have the <string.h> header file. */
#define HAVE_STRING_H 1 #define HAVE_STRING_H 1
@ -256,7 +259,7 @@ so, delete this exception statement from your version. */
/* #undef HAVE_HAVE_STRUCT_SOCKADDR_IN6 */ /* #undef HAVE_HAVE_STRUCT_SOCKADDR_IN6 */
/* Define if struct sockaddr_in6 has the sin6_scope_id member */ /* 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. */ /* Define if you want to enable the IPv6 support. */
/* #undef ENABLE_IPV6 */ /* #undef ENABLE_IPV6 */
@ -265,6 +268,8 @@ so, delete this exception statement from your version. */
#define socklen_t int #define socklen_t int
/* Define if you have uint32_t. */ /* Define if you have uint32_t. */
#undef HAVE_UINT32_T #define HAVE_UINT32_T
#include "config-post.h"
#endif /* CONFIG_H */ #endif /* CONFIG_H */