summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-05 07:28:21 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-05 07:28:21 -0500
commit1b11cd7aebfbc6a944ff21961dc44a5e537a92f6 (patch)
tree2601d24c11f5463df4e98ac8f297a0a83c53aa97 /src/meson.build
parentb6bd11c15e62133426cf2acf189886237b97736c (diff)
downloadlighttpd-git-1b11cd7aebfbc6a944ff21961dc44a5e537a92f6.tar.gz
[build] feature consistency between build types
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/meson.build b/src/meson.build
index bfe6a29c..713ccac7 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -144,9 +144,7 @@ conf_data.set('HAVE_LSTAT', compiler.has_function('lstat', args: defs))
conf_data.set('HAVE_MADVISE', compiler.has_function('madvise', args: defs))
conf_data.set('HAVE_MALLOC_TRIM', compiler.has_function('malloc_trim', args: defs))
conf_data.set('HAVE_MALLOPT', compiler.has_function('mallopt', args: defs))
-conf_data.set('HAVE_MEMCPY', compiler.has_function('memcpy', args: defs))
conf_data.set('HAVE_MEMPCPY', compiler.has_function('mempcpy', args: defs, prefix: '#include <string.h>'))
-conf_data.set('HAVE_MEMSET', compiler.has_function('memset', args: defs))
conf_data.set('HAVE_MKOSTEMP', compiler.has_function('mkostemp', args: defs))
conf_data.set('HAVE_MMAP', compiler.has_function('mmap', args: defs))
conf_data.set('HAVE_PIPE2', compiler.has_function('pipe2', args: defs))