aboutsummaryrefslogtreecommitdiff
path: root/ares/inet_ntop.c
diff options
context:
space:
mode:
Diffstat (limited to 'ares/inet_ntop.c')
-rw-r--r--ares/inet_ntop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/inet_ntop.c b/ares/inet_ntop.c
index 914576f5d..7f43b5c03 100644
--- a/ares/inet_ntop.c
+++ b/ares/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)