summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2022-01-20 20:03:04 +0000
committerYann Ylavic <ylavic@apache.org>2022-01-20 20:03:04 +0000
commitaf558302645384b998333f214d0af37cb3a4ff26 (patch)
tree77ce3fd86c87aeced8e800feb96c53a6ba3474f9 /configure.in
parentae3f3307625833eab2ae5ef078f52e4262f1756e (diff)
downloadhttpd-af558302645384b998333f214d0af37cb3a4ff26.tar.gz
mod_unixd: Make CoreDumpDirectory work for FreeBSD 11+. PR 65819.
FreeBSD 11+ coredumping requires tracing enabled via procctl(PROC_TRACE_CTL). Submitted by: David CARLIER <devnexen gmail.com> Reviewed by: ylavic (by inspection) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1897269 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9ba3ad46e6..d049ae9253 100644
--- a/configure.in
+++ b/configure.in
@@ -476,6 +476,7 @@ pwd.h \
grp.h \
strings.h \
sys/prctl.h \
+sys/procctl.h \
sys/processor.h \
sys/sem.h \
sys/sdt.h \
@@ -533,6 +534,7 @@ getgrnam \
initgroups \
bindprocessor \
prctl \
+procctl \
timegm \
getpgid \
fopen64 \