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/compat/arpa/inet.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/compat') 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