summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-09-21 08:46:27 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-30 17:34:03 -0400
commit5cab11b7ea82080d311b88f9bf49e78b3033f365 (patch)
tree497618f98bd0ee5c13078471bf3f92fd1ab1bfc8 /configure.ac
parent9f62f1b19672f156891138cbdd8f3398388d4a84 (diff)
downloadlighttpd-git-5cab11b7ea82080d311b88f9bf49e78b3033f365.tar.gz
[build] check for pread(), pwrite(), splice()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bb3dfb65..d90c0598 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1512,12 +1512,15 @@ AC_CHECK_FUNCS([\
pipe2 \
poll \
port_create \
+ pread \
+ pwrite \
select \
send_file \
sendfile \
sendfile64 \
sigaction \
signal \
+ splice \
srandom \
strerror_r \
timegm \