diff options
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 3ede30a6..b732e478 100644 --- a/src/meson.build +++ b/src/meson.build @@ -123,6 +123,7 @@ conf_data.set('HAVE_PRIV_H', compiler.has_header('priv.h')) conf_data.set('HAVE_SYS_DEVPOLL_H', compiler.has_header('sys/devpoll.h')) conf_data.set('HAVE_SYS_FILIO_H', compiler.has_header('sys/filio.h')) conf_data.set('HAVE_PORT_CREATE', compiler.has_function('port_create', args: defs)) +conf_data.set('HAVE_SENDFILEV', compiler.has_function('sendfilev', args: defs)) conf_data.set('HAVE_SETPFLAGS', compiler.has_function('setpflags', args: defs)) endif @@ -160,7 +161,6 @@ conf_data.set('HAVE_SELECT', compiler.has_function('select', args: defs)) conf_data.set('HAVE_SENDFILE', compiler.has_function('sendfile', args: defs)) conf_data.set('HAVE_SEND_FILE', compiler.has_function('send_file', args: defs)) conf_data.set('HAVE_SENDFILE64', compiler.has_function('sendfile64', args: defs)) -conf_data.set('HAVE_SENDFILEV', compiler.has_function('sendfilev', args: defs)) conf_data.set('HAVE_SIGACTION', compiler.has_function('sigaction', args: defs)) conf_data.set('HAVE_SIGNAL', compiler.has_function('signal', args: defs)) conf_data.set('HAVE_SPLICE', compiler.has_function('splice', args: defs)) |