summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNiclas Rosenvik <youremailsarecrap@gmail.com>2019-11-13 20:20:10 +0000
committerGlenn Strauss <gstrauss@gluelogic.com>2020-01-30 21:47:59 -0500
commit8c9b5480f33e24c42c52df54629f58d1de58cd4f (patch)
treec8f97aa71b258ae9dd78f5e40b36e03829ec48f9 /configure.ac
parent15cdc313b500e2473de7bafdcf1c703dbfd11e56 (diff)
downloadlighttpd-git-8c9b5480f33e24c42c52df54629f58d1de58cd4f.tar.gz
[core] Solaris has getloadavg in sys/loadavg.h
SunOS/Solaris/Illumos has getloadavg declared in sys/loadavg.h . github: closes #101
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6afa419f..dbddfb93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -112,6 +112,7 @@ AC_CHECK_HEADERS([\
sys/epoll.h \
sys/event.h \
sys/filio.h \
+ sys/loadavg.h \
sys/mman.h \
sys/poll.h \
sys/prctl.h \