diff options
author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-09-27 08:53:33 +0000 |
---|---|---|
committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-09-27 08:53:33 +0000 |
commit | 46e9153f5a8d8793d003139d34282cd4997d3c7c (patch) | |
tree | 945a82560aaefaaa2bb90d1bb3d8b54ea0e898b9 /acconfig.h | |
parent | 046f94dddfa5e3e4cd69dc8625c439c2b5e5a445 (diff) | |
download | zabbix-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.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |