summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2012-11-15 18:49:17 +0000
committerJim Jagielski <jim@apache.org>2012-11-15 18:49:17 +0000
commit0e158082aab12f9d786cdcf729dd2c2cb6aead45 (patch)
tree9ac88db07c67f73c05806cdf7628d63511b59a92 /configure.in
parent376086f0e7478e7cda4c588dd58e702a9ce45b9d (diff)
downloadhttpd-0e158082aab12f9d786cdcf729dd2c2cb6aead45.tar.gz
* core: Add in ap_get_sload() and ap_get_loadavg().
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1409924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d3f3b4cd7a..e0f97ce1ee 100644
--- a/configure.in
+++ b/configure.in
@@ -435,7 +435,8 @@ strings.h \
sys/prctl.h \
sys/processor.h \
sys/sem.h \
-sys/sdt.h
+sys/sdt.h \
+sys/loadavg.h
)
AC_HEADER_SYS_WAIT
@@ -469,7 +470,8 @@ bindprocessor \
prctl \
timegm \
getpgid \
-fopen64
+fopen64 \
+getloadavg
)
dnl confirm that a void pointer is large enough to store a long integer