add check for inet_pton, nudge minimum win32 compat to 0x0501

This commit is contained in:
Brent Cook
2015-06-29 22:51:40 -05:00
committed by Brent Cook
parent 8414df69bc
commit 545454277a
6 changed files with 229 additions and 2 deletions

View File

@@ -53,6 +53,10 @@ if !HAVE_ASPRINTF
libcompat_la_SOURCES += compat/bsd-asprintf.c
endif
if !HAVE_INET_PTON
libcompat_la_SOURCES += compat/inet_pton.c
endif
if !HAVE_REALLOCARRAY
libcompat_la_SOURCES += compat/reallocarray.c
endif