summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-10-26 00:37:23 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-10-27 04:16:38 -0400
commit5c18891a94ca2630dfb10840a66dad4e3c44f16e (patch)
tree33fc3499153d5062b3a91d6da522526086c28631 /configure.ac
parent907ec27737f04c036726aa39b211555726b1fc92 (diff)
downloadlighttpd-git-5c18891a94ca2630dfb10840a66dad4e3c44f16e.tar.gz
[build] check for preadv(), pwritev()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 5028d9e5..5220104f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1513,7 +1513,9 @@ AC_CHECK_FUNCS([\
poll \
port_create \
pread \
+ preadv \
pwrite \
+ pwritev \
select \
send_file \
sendfile \