From: Daniel Stenberg Date: Tue, 30 May 2000 22:26:57 +0000 (+0000) Subject: Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS X-Git-Tag: curl-7_1_1~133 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784c29c6c5fb53edb0c33b65d6a20902eaa7ef53;p=thirdparty%2Fcurl.git Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS --- diff --git a/acconfig.h b/acconfig.h index 616cc069a6..87e1d7cc35 100644 --- a/acconfig.h +++ b/acconfig.h @@ -10,3 +10,8 @@ /* Define cpu-machine-OS */ #undef OS +/* Number of arguments your gethostbyaddr_r() function accepts */ +#undef GETHOSTBYADDR_R_NARGS + +/* Number of arguments your gethostbyname_r() function accepts */ +#undef GETHOSTBYNAME_R_NARGS