summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-01 16:39:45 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-01 16:54:46 -0500
commitf36908de33c60f6cca3a6ae8be625d8f25e1c7ac (patch)
tree05f159497be516a2531db6e02a2ce7d893884489 /configure.ac
parent2fc6e113f6bf6be333b248dea26a2e9b950a43a1 (diff)
downloadlighttpd-git-f36908de33c60f6cca3a6ae8be625d8f25e1c7ac.tar.gz
[core] server.core-files support on FreeBSD (fixes #3128)
(thx devnexen) x-ref: "server.core-files support on FreeBSD proposal" https://redmine.lighttpd.net/issues/3128
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 d458e159..35ed0a3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -113,6 +113,7 @@ AC_CHECK_HEADERS([\
sys/mman.h \
sys/poll.h \
sys/prctl.h \
+ sys/procctl.h \
sys/resource.h \
sys/select.h \
sys/sendfile.h \