summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-01 16:25:29 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-01 16:25:29 -0500
commit2fc6e113f6bf6be333b248dea26a2e9b950a43a1 (patch)
tree772c2b7deee11d15f3c4e8d982d0e1bf3381be30 /src/meson.build
parent3551dd74a53f82aab1aae7111c334cdd11f174f0 (diff)
downloadlighttpd-git-2fc6e113f6bf6be333b248dea26a2e9b950a43a1.tar.gz
[build] do not check for prctl; HAVE_PRCTL unused
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index ac5dfa3f..3ee68677 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -138,7 +138,6 @@ conf_data.set('HAVE_PIPE2', compiler.has_function('pipe2', args: defs))
conf_data.set('HAVE_POLL', compiler.has_function('poll', args: defs))
conf_data.set('HAVE_PORT_CREATE', compiler.has_function('port_create', args: defs))
conf_data.set('HAVE_POSIX_FADVISE', compiler.has_function('posix_fadvise', args: defs))
-conf_data.set('HAVE_PRCTL', compiler.has_function('prctl', args: defs))
conf_data.set('HAVE_PREAD', compiler.has_function('pread', args: defs))
conf_data.set('HAVE_PREADV', compiler.has_function('preadv', args: defs))
conf_data.set('HAVE_PWRITE', compiler.has_function('pwrite', args: defs))