From 3fb9e63b907186c70fb79e818d899ccb67b4b421 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Wed, 14 Mar 2018 07:29:04 -0500 Subject: bump base requirement to Windows Vista, use builtin inet_ntop/pton --- include/Makefile.am | 1 - include/compat/arpa/inet.h | 8 -------- 2 files changed, 9 deletions(-) (limited to 'include') diff --git a/include/Makefile.am b/include/Makefile.am index 728d921..976a9f9 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -21,7 +21,6 @@ noinst_HEADERS += compat/time.h noinst_HEADERS += compat/unistd.h noinst_HEADERS += compat/win32netcompat.h -noinst_HEADERS += compat/arpa/inet.h noinst_HEADERS += compat/arpa/nameser.h noinst_HEADERS += compat/machine/endian.h diff --git a/include/compat/arpa/inet.h b/include/compat/arpa/inet.h index f14ffde..4422f41 100644 --- a/include/compat/arpa/inet.h +++ b/include/compat/arpa/inet.h @@ -13,11 +13,3 @@ #endif #endif - -#ifndef HAVE_INET_NTOP -const char * inet_ntop(int af, const void *src, char *dst, socklen_t size); -#endif - -#ifndef HAVE_INET_PTON -int inet_pton(int af, const char * src, void * dst); -#endif -- cgit v1.2.3-55-g6feb