X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconfig.h.in;h=c05f00c35a034819232c929f000ebb3e8e788caf;hp=eb811e3b900020c93f2f79d6fcdaea4822d1c52d;hb=f58c6774e4650c0395cf9ab9828b8872553b7f4f;hpb=515538434058cab972900f65ae203c226f1796bc diff --git a/src/config.h.in b/src/config.h.in index eb811e3b..c05f00c3 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -80,6 +80,9 @@ char *alloca (); significant byte first). */ #undef WORDS_BIGENDIAN +/* Define to the length of int. */ +#undef SIZEOF_INT + /* Define to the length of long. */ #undef SIZEOF_LONG @@ -271,9 +274,15 @@ char *alloca (); /* Define if you want to enable the IPv6 support. */ #undef ENABLE_IPV6 -/* Define if you don't have socklen_t. */ +/* Defined to int or size_t on systems without socklen_t. */ #undef socklen_t +/* Define if you have int32_t. */ +#undef HAVE_INT32_T + +/* Define if you have u_int32_t. */ +#undef HAVE_U_INT32_T + /* First a gambit to see whether we're on Solaris. We'll need it below. */ #ifdef __sun