Merged trunk... huh...
[collectd.git] / src / load.h
1 #ifndef LOAD_H
2 #define LOAD_H
3
4 #include "collectd.h"
5 #include "common.h"
6
7 #ifndef COLLECT_LOAD
8 #if defined(HAVE_GETLOADAVG) || defined(KERNEL_LINUX) || defined(HAVE_LIBSTATGRAB)
9 #define COLLECT_LOAD 1
10 #else
11 #define COLLECT_LOAD 0
12 #endif
13 #endif /* !defined(COLLECT_LOAD) */
14
15 #endif /* LOAD_H */