From 2dbadc6405799420fea17717c1da464dd7d0ade9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 14 Jun 2000 10:50:18 +0000 Subject: Added GETHOSTBYNAME_R_NARGS and GETHOSTBYADDR_R_NARGS --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') 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 -- cgit v1.2.3