summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2019-05-05 23:02:06 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2019-05-05 23:05:02 -0400
commitec94594504f4eec3a91fe5a55153dedbe8535790 (patch)
tree31a6d5b4c5e6a972e4e195ebc4e676167091b939 /SConstruct
parent3abbb8dc4b3dda39d4af0d7c0327f53129e23adf (diff)
downloadlighttpd-git-ec94594504f4eec3a91fe5a55153dedbe8535790.tar.gz
[scons] help scons on FreeBSD find sys/event.h
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct10
1 files changed, 1 insertions, 9 deletions
diff --git a/SConstruct b/SConstruct
index fcf43443..74f5358b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -350,7 +350,6 @@ if 1:
'getopt.h',
'inttypes.h',
'linux/random.h',
- 'netinet/in.h',
'poll.h',
'pwd.h',
'stdint.h',
@@ -359,26 +358,19 @@ if 1:
'strings.h',
'sys/devpoll.h',
'sys/epoll.h',
- 'sys/event.h',
'sys/filio.h',
- 'sys/mman.h',
'sys/poll.h',
'sys/port.h',
'sys/prctl.h',
- 'sys/resource.h',
- 'sys/select.h',
'sys/sendfile.h',
- 'sys/socket.h',
'sys/time.h',
- 'sys/uio.h',
- 'sys/un.h',
'sys/wait.h',
'syslog.h',
'unistd.h',
'winsock2.h',
# "have" the last header if we include others before?
- ['sys/time.h', 'sys/types.h', 'sys/resource.h'],
+ ['sys/types.h', 'sys/time.h', 'sys/resource.h'],
['sys/types.h', 'netinet/in.h'],
['sys/types.h', 'sys/event.h'],
['sys/types.h', 'sys/mman.h'],