diff options
Diffstat (limited to 'inet_ntop.c')
-rw-r--r-- | inet_ntop.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |