summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-11-21 09:51:40 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2020-12-24 16:13:20 -0500
commitf8cc9fb915288879fa0cb4fa7a11dbd0e2c41069 (patch)
tree35431f3ac4f8ea472ed9fadedff1ac667484d7d2 /configure.ac
parentf928f6d8271825ebabbe5f8e0f6071476d4226d1 (diff)
downloadlighttpd-git-f8cc9fb915288879fa0cb4fa7a11dbd0e2c41069.tar.gz
[core] http_date.[ch] encapsulate HTTP-date parse
http_date.[ch] encapsulate HTTP-date parse/compare (import from one of my development branches from 2015)
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 6ebfe385..da9c8b10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1479,6 +1479,7 @@ AC_CHECK_FUNCS([\
sigaction \
signal \
srandom \
+ timegm \
writev \
])
AC_CHECK_HEADERS([sys/random.h], [AC_CHECK_FUNCS([getentropy])])