From 1b1f143cd65cb86138e3083790d89f959e3ecc87 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 24 Aug 2000 12:33:16 +0000 Subject: hostname and large file support added --- lib/hostip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hostip.c') diff --git a/lib/hostip.c b/lib/hostip.c index fe8a7743f..ecfb59de3 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -69,7 +69,7 @@ #include "urldata.h" #include "sendf.h" -#ifndef HAVE_INET_NTOA_R_DECL +#if defined(HAVE_INET_NTOA_R) && !defined(HAVE_INET_NTOA_R_DECL) #include "inet_ntoa_r.h" #endif -- cgit v1.2.3