aboutsummaryrefslogtreecommitdiff
path: root/m4/check-os-options.m4
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2015-06-29 22:51:40 -0500
committerBrent Cook <busterb@gmail.com>2015-07-02 00:19:53 -0500
commit545454277a0be1dcb17b64cb10530a881aae760d (patch)
treedebdf3d7ff6eb7a877a813fd01fc414a0316c883 /m4/check-os-options.m4
parent8414df69bc5463e13d91b865d8f21c294e2fe18b (diff)
downloadportable-545454277a0be1dcb17b64cb10530a881aae760d.tar.gz
portable-545454277a0be1dcb17b64cb10530a881aae760d.tar.bz2
portable-545454277a0be1dcb17b64cb10530a881aae760d.zip
add check for inet_pton, nudge minimum win32 compat to 0x0501
Diffstat (limited to 'm4/check-os-options.m4')
-rw-r--r--m4/check-os-options.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/check-os-options.m4 b/m4/check-os-options.m4
index e4e5364..371ffb3 100644
--- a/m4/check-os-options.m4
+++ b/m4/check-os-options.m4
@@ -50,7 +50,7 @@ case $host_os in
50 HOST_OS=win 50 HOST_OS=win
51 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE -D_POSIX -D_POSIX_SOURCE -D__USE_MINGW_ANSI_STDIO" 51 CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE -D_POSIX -D_POSIX_SOURCE -D__USE_MINGW_ANSI_STDIO"
52 CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_THREAD_SAFE_FUNCTIONS" 52 CPPFLAGS="$CPPFLAGS -D_REENTRANT -D_POSIX_THREAD_SAFE_FUNCTIONS"
53 CPPFLAGS="$CPPFLAGS -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0600" 53 CPPFLAGS="$CPPFLAGS -DWIN32_LEAN_AND_MEAN -D_WIN32_WINNT=0x0501"
54 CPPFLAGS="$CPPFLAGS -DOPENSSL_NO_SPEED -DNO_SYSLOG" 54 CPPFLAGS="$CPPFLAGS -DOPENSSL_NO_SPEED -DNO_SYSLOG"
55 CFLAGS="$CFLAGS -static-libgcc" 55 CFLAGS="$CFLAGS -static-libgcc"
56 LDFLAGS="$LDFLAGS -static-libgcc" 56 LDFLAGS="$LDFLAGS -static-libgcc"