summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-12-29 15:10:59 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-08 19:54:29 -0400
commit0d62b8657b57ab2eef5ee82a9694c6c0954e20ef (patch)
tree929640d67f14ecca97c2cf6f1b3b77590ee9c24e /configure.ac
parent3f7779d247262fc23984b87afea0d77299b2f8f6 (diff)
downloadlighttpd-git-0d62b8657b57ab2eef5ee82a9694c6c0954e20ef.tar.gz
[mod_webdav] use copy_file_range() if available
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index b219c8b7..e9f0b60e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1216,6 +1216,7 @@ AC_CHECK_FUNCS([\
arc4random_buf \
chroot \
clock_gettime \
+ copy_file_range \
epoll_ctl \
explicit_bzero \
explicit_memset \