summaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
parent18ec4f419ccea116ae1833b27b19087cb21876b5 (diff)
downloadlighttpd-git-17835501546f98bb0f788d75193c2673e3fea9f4.tar.gz
[build] look for malloc.h and mallopt()
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9bdf9773..ebd2cc8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -96,6 +96,7 @@ AC_HEADER_SYS_WAIT
AC_CHECK_HEADERS([\
getopt.h \
inttypes.h \
+ malloc.h \
poll.h \
port.h \
pwd.h \
@@ -1499,6 +1500,7 @@ AC_CHECK_FUNCS([\
localtime_r \
lstat \
madvise \
+ mallopt \
memcpy \
mempcpy \
memset \