aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
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 /crypto/Makefile.am
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 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 16efe88..7a42c3e 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -53,6 +53,10 @@ if !HAVE_ASPRINTF
53libcompat_la_SOURCES += compat/bsd-asprintf.c 53libcompat_la_SOURCES += compat/bsd-asprintf.c
54endif 54endif
55 55
56if !HAVE_INET_PTON
57libcompat_la_SOURCES += compat/inet_pton.c
58endif
59
56if !HAVE_REALLOCARRAY 60if !HAVE_REALLOCARRAY
57libcompat_la_SOURCES += compat/reallocarray.c 61libcompat_la_SOURCES += compat/reallocarray.c
58endif 62endif