summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-06-14 01:41:28 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-08 15:06:07 -0400
commit17835501546f98bb0f788d75193c2673e3fea9f4 (patch)
tree21295caace9ea3772641ee9204ea8928ef2dcb97 /SConstruct
parent18ec4f419ccea116ae1833b27b19087cb21876b5 (diff)
downloadlighttpd-git-17835501546f98bb0f788d75193c2673e3fea9f4.tar.gz
[build] look for malloc.h and mallopt()
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index cfebd3d6..741a8e4f 100644
--- a/SConstruct
+++ b/SConstruct
@@ -371,6 +371,7 @@ if 1:
'getopt.h',
'inttypes.h',
'linux/random.h',
+ 'malloc.h',
'poll.h',
'port.h',
'pwd.h',
@@ -428,6 +429,7 @@ if 1:
'localtime_r',
'lstat',
'madvise',
+ 'mallopt',
'memcpy',
'mempcpy',
'memset_s',