summaryrefslogtreecommitdiff
path: root/src/sys-socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys-socket.h')
-rw-r--r--src/sys-socket.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/sys-socket.h b/src/sys-socket.h
index c9650ad0..cf93efd2 100644
--- a/src/sys-socket.h
+++ b/src/sys-socket.h
@@ -59,13 +59,6 @@ int inet_aton(const char *cp, struct in_addr *inp);
#include <netdb.h>
#endif /* !_WIN32 */
-#ifdef HAVE_INET_NTOP
-/* only define it if it isn't defined yet */
-#ifndef HAVE_IPV6
-#define HAVE_IPV6
-#endif
-#endif
-
typedef union {
#ifdef HAVE_IPV6
struct sockaddr_in6 ipv6;