aboutsummaryrefslogtreecommitdiff
path: root/lib/hostip.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-08-24 12:33:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-08-24 12:33:16 +0000
commit1b1f143cd65cb86138e3083790d89f959e3ecc87 (patch)
tree8f1f2128b6176c5f3019620af721747e13abb4d1 /lib/hostip.c
parent31b8eea0414bfb9188f6beea94ea72b26c33894f (diff)
hostname and large file support added
Diffstat (limited to 'lib/hostip.c')
-rw-r--r--lib/hostip.c2
1 files changed, 1 insertions, 1 deletions
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