summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-09-27 08:53:33 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2001-09-27 08:53:33 +0000
commit46e9153f5a8d8793d003139d34282cd4997d3c7c (patch)
tree945a82560aaefaaa2bb90d1bb3d8b54ea0e898b9 /acconfig.h
parent046f94dddfa5e3e4cd69dc8625c439c2b5e5a445 (diff)
downloadzabbix-46e9153f5a8d8793d003139d34282cd4997d3c7c.tar.gz
zabbix-46e9153f5a8d8793d003139d34282cd4997d3c7c.tar.xz
zabbix-46e9153f5a8d8793d003139d34282cd4997d3c7c.zip
Added define HAVE_PROC_LOADAVG (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@223 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index d7e63d9f..ec0deb15 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,6 +1,9 @@
/* Define if filesystem /proc exists */
#undef HAVE_PROC
+/* Define if file /proc/loadavg exists */
+#undef HAVE_PROC_LOADAVG
+
/* Define if file /proc/1/status exists */
#undef HAVE_PROC_1_STATUS