aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2020-01-09 02:14:22 +0100
committerGilles Chehade <gilles@poolp.org>2020-01-09 02:14:22 +0100
commit2eab64d2b6d0d71a51fb63f9ebf1d92f035a2d8e (patch)
tree8299131729e244bd74103658cfd99fe600e30cf1 /configure.ac
parentbuild libasr into libopenbsd (diff)
downloadOpenSMTPD-2eab64d2b6d0d71a51fb63f9ebf1d92f035a2d8e.tar.xz
OpenSMTPD-2eab64d2b6d0d71a51fb63f9ebf1d92f035a2d8e.zip
detect res_randomid()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 53899000..5ed60556 100644
--- a/configure.ac
+++ b/configure.ac
@@ -567,6 +567,7 @@ AC_CHECK_FUNCS([ \
pledge \
reallocarray \
recallocarray \
+ res_randomid \
res_hnok \
setenv \
seteuid \
@@ -2013,6 +2014,7 @@ AM_CONDITIONAL([NEED_NANOSLEEP], [test "x$ac_cv_func_nanosleep" != "xyes"])
AM_CONDITIONAL([NEED_PIDFILE], [test "x$ac_cv_func_pidfile" != "xyes"])
AM_CONDITIONAL([NEED_REALLOCARRAY], [test "x$ac_cv_func_reallocarray" != "xyes"])
AM_CONDITIONAL([NEED_RECALLOCARRAY], [test "x$ac_cv_func_recallocarray" != "xyes"])
+AM_CONDITIONAL([NEED_RES_RANDOMID], [test "x$ac_cv_func_res_randomid" != "xyes"])
AM_CONDITIONAL([NEED_SETPROCTITLE], [test "x$ac_cv_func_setproctitle" != "xyes"])
AM_CONDITIONAL([NEED_SETEGID], [test "x$ac_cv_func_setegid" != "xyes"])
AM_CONDITIONAL([NEED_SETEUID], [test "x$ac_cv_func_seteuid" != "xyes"])