summaryrefslogtreecommitdiff
path: root/src/inet_ntop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/inet_ntop.c')
-rw-r--r--src/inet_ntop.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/inet_ntop.c b/src/inet_ntop.c
index 6d37620..cb52713 100644
--- a/src/inet_ntop.c
+++ b/src/inet_ntop.c
@@ -38,6 +38,8 @@
#include "inet_ntop.h"
+#ifndef HAVE_INET_NTOP
+
#ifndef HAVE_THIS_INET_NTOP
#define HAVE_THIS_INET_NTOP
@@ -225,3 +227,5 @@ inet_ntop6(src, dst, size)
#endif
#endif
+
+#endif