diff options
author | Brent Cook <bcook@openbsd.org> | 2015-06-29 22:51:40 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-07-02 00:19:53 -0500 |
commit | 545454277a0be1dcb17b64cb10530a881aae760d (patch) | |
tree | debdf3d7ff6eb7a877a813fd01fc414a0316c883 /crypto/Makefile.am | |
parent | 8414df69bc5463e13d91b865d8f21c294e2fe18b (diff) | |
download | portable-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.am | 4 |
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 | |||
53 | libcompat_la_SOURCES += compat/bsd-asprintf.c | 53 | libcompat_la_SOURCES += compat/bsd-asprintf.c |
54 | endif | 54 | endif |
55 | 55 | ||
56 | if !HAVE_INET_PTON | ||
57 | libcompat_la_SOURCES += compat/inet_pton.c | ||
58 | endif | ||
59 | |||
56 | if !HAVE_REALLOCARRAY | 60 | if !HAVE_REALLOCARRAY |
57 | libcompat_la_SOURCES += compat/reallocarray.c | 61 | libcompat_la_SOURCES += compat/reallocarray.c |
58 | endif | 62 | endif |