summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-05-21 22:22:45 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-08-27 02:16:41 -0400
commit86c39754f215ec00186a649c09cf0b2eea21c872 (patch)
tree6e3341a6657e2dabd4811393883752d125eb069f /configure.ac
parentd4c18555780432718558833ccd7ae4870fd6845e (diff)
downloadlighttpd-git-86c39754f215ec00186a649c09cf0b2eea21c872.tar.gz
[core] ck.[ch] - C11 Annex K wrappers
(selected functions; not complete) (import from one of my development branches from 2016) define safe_memclear() -> ck_memzero() for transition
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 9bacd1b3..f7bf8626 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1516,6 +1516,7 @@ AC_CHECK_FUNCS([\
sigaction \
signal \
srandom \
+ strerror_r \
timegm \
writev \
])