From 784c29c6c5fb53edb0c33b65d6a20902eaa7ef53 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 30 May 2000 22:26:57 +0000 Subject: Added GETHOSTBYADDR_R_NARGS and GETHOSTBYNAME_R_NARGS --- acconfig.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 616cc069a..87e1d7cc3 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 -- cgit v1.2.3