summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-08 23:07:57 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-10 22:38:27 -0500
commitaeba3144548b17d1fc35db4a6809ba5ebbe50c7e (patch)
treef0178a17bf3cdea44ec77817a33055dff7a0bb48 /SConstruct
parent618fb436f2f0bddbc143be092a6bb7d9e8f6c49d (diff)
downloadlighttpd-git-aeba3144548b17d1fc35db4a6809ba5ebbe50c7e.tar.gz
[build] check headers before some funcs
skip some func checks (slow) if expected header does not exist
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 485ddabf..0ee13bf2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -433,7 +433,6 @@ if 1:
'pwrite',
'pwritev',
'select',
- 'send_file',
'sendfile',
'sendfile64',
'sigaction',