From a08ee8a0bed9d6e55beec8cfb735937735c4a417 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 24 Sep 2008 16:43:12 +0000 Subject: HAVE_INET_NTOP will only be defined when an IPv6 capable working inet_ntop function is available. --- inet_ntop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inet_ntop.c') diff --git a/inet_ntop.c b/inet_ntop.c index 914576f..7f43b5c 100644 --- a/inet_ntop.c +++ b/inet_ntop.c @@ -46,7 +46,7 @@ #include "inet_ntop.h" -#if !defined(HAVE_INET_NTOP) || !defined(HAVE_INET_NTOP_IPV6) +#ifndef HAVE_INET_NTOP #ifdef SPRINTF_CHAR # define SPRINTF(x) strlen(sprintf/**/x) -- cgit v1.2.3