From: Daniel Stenberg Date: Wed, 14 Jun 2000 10:50:18 +0000 (+0000) Subject: Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS X-Git-Tag: curl-7_1_1~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dbadc6405799420fea17717c1da464dd7d0ade9;p=curl Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS --- diff --git a/config.h.in b/config.h.in index 2521fd327..507e95acc 100644 --- a/config.h.in +++ b/config.h.in @@ -31,6 +31,12 @@ /* 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 + /* The number of bytes in a long double. */ #undef SIZEOF_LONG_DOUBLE