From: Daniel Stenberg Date: Wed, 28 Nov 2001 23:21:31 +0000 (+0000) Subject: in_addr_t added X-Git-Tag: curl-7_9_2~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1076e0a9e56e0f65214093a0842db82dbef0ca2;p=thirdparty%2Fcurl.git in_addr_t added --- diff --git a/acconfig.h b/acconfig.h index acf11d59a6..8eb3032652 100644 --- a/acconfig.h +++ b/acconfig.h @@ -62,3 +62,5 @@ #undef HAVE_O_NONBLOCK #undef HAVE_DISABLED_NONBLOCKING +/* Define this to 'int' if in_addr_t is not an available typedefed type */ +#undef in_addr_t