aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Holland <samuel@sholland.org>2017-01-11 17:39:07 -0600
committerSamuel Holland <samuel@sholland.org>2017-01-11 17:54:22 -0600
commit2ab442623e689532910b34ff0dbbc2167da02330 (patch)
tree7a254de04abbe609f02e80b69dfb5a2582e618b1 /configure.ac
parentMerge pull request #760 from bsdsx/getline (diff)
downloadOpenSMTPD-2ab442623e689532910b34ff0dbbc2167da02330.tar.xz
OpenSMTPD-2ab442623e689532910b34ff0dbbc2167da02330.zip
fix musl compatibility (missing function prototypes)
inet_net_pton is already compiled, but no prototype is provided. res_hnok is provided by the compatibility layer in libasr. These fixes avoid warnings about implicit function declaration. Fixes #758
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 42e092f6..e27c514d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -594,6 +594,7 @@ AC_CHECK_FUNCS([ \
pledge \
pw_dup \
reallocarray \
+ res_hnok \
setenv \
setlinebuf \
setproctitle \