summaryrefslogtreecommitdiff
path: root/SConstruct
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 /SConstruct
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 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 8d5bfaab..f4e2f101 100644
--- a/SConstruct
+++ b/SConstruct
@@ -448,6 +448,7 @@ if 1:
'strftime',
'strstr',
'strtol',
+ 'timegm',
'writev',
])
autoconf.haveFunc('getentropy', 'sys/random.h')