summaryrefslogtreecommitdiff
path: root/src/meson.build
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 /src/meson.build
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 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index 3ee68677..da99d459 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -36,6 +36,7 @@ conf_data.set('HAVE_SYS_LOADAVG_H', compiler.has_header('sys/loadavg.h'))
conf_data.set('HAVE_SYS_MMAN_H', compiler.has_header('sys/mman.h'))
conf_data.set('HAVE_SYS_POLL_H', compiler.has_header('sys/poll.h'))
conf_data.set('HAVE_SYS_PRCTL_H', compiler.has_header('sys/prctl.h'))
+conf_data.set('HAVE_SYS_PROCCTL_H', compiler.has_header('sys/procctl.h'))
conf_data.set('HAVE_SYS_RESOURCE_H', compiler.has_header('sys/resource.h'))
conf_data.set('HAVE_SYS_SENDFILE_H', compiler.has_header('sys/sendfile.h'))
conf_data.set('HAVE_SYS_SELECT_H', compiler.has_header('sys/select.h'))