summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-08 15:46:24 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-08 18:09:42 -0500
commitc0ced4e82b13ea7e5566e640a34b3bd5ed5899c7 (patch)
treea4e29a311fb6940555d74636d263b4a79a1284fe /SConstruct
parent448621e0261712984c784e6b10ba940891060a3a (diff)
downloadlighttpd-git-c0ced4e82b13ea7e5566e640a34b3bd5ed5899c7.tar.gz
[build] collect Sun-specific headers and funcs
sendfilev() is Solaris-specific (and other OS have other alternatives)
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 686a4218..485ddabf 100644
--- a/SConstruct
+++ b/SConstruct
@@ -454,6 +454,7 @@ if 1:
'sys/filio.h',
])
autoconf.haveFunc('port_create', 'port.h')
+ autoconf.haveFunc('sendfilev')
autoconf.haveFunc('setpflags', 'priv.h')
autoconf.haveTypes(Split('pid_t size_t off_t'))