aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGilles Chehade <gilles@poolp.org>2019-11-16 22:15:53 +0000
committerGilles Chehade <gilles@poolp.org>2019-11-16 22:15:53 +0000
commita3015c7d42152e6b794b5b5d40d76cb624066530 (patch)
tree63f0ef842a7ae61059757e4f44b44cdda90f72fa /configure.ac
parentfix typo in configure.ac leading to incorrect inclusion of setresuid.c (diff)
downloadOpenSMTPD-a3015c7d42152e6b794b5b5d40d76cb624066530.tar.xz
OpenSMTPD-a3015c7d42152e6b794b5b5d40d76cb624066530.zip
pw_dup is never used
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3da143fe..65503d3d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -540,7 +540,6 @@ AC_CHECK_FUNCS([ \
memmove \
nsleep \
pidfile \
- pw_dup \
reallocarray \
recallocarray \
res_hnok \
@@ -2002,7 +2001,6 @@ AM_CONDITIONAL([NEED_FREEZERO], [test "x$ac_cv_func_freezero" != "xyes"])
#AM_CONDITIONAL([NEED_GETLINE], [test "x$ac_cv_have_getline" != "xyes"])
AM_CONDITIONAL([NEED_GETPEEREID], [test "x$ac_cv_func_getpeereid" != "xyes"])
AM_CONDITIONAL([NEED_PIDFILE], [test "x$ac_cv_func_pidfile" != "xyes"])
-AM_CONDITIONAL([NEED_PW_DUP], [test "x$ac_cv_func_pw_dup" != "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_SETRESGID], [test "x$ac_cv_func_setresgid" != "xyes"])