Code

perl plugin: Be more consistent about capitalization.
[collectd.git] / src / collectd.h
index 957654bc0abcc446fd03c94fdc06b69de27878af..e7fc4e3554f4c0c0ea90403994af186e11d4cf56 100644 (file)
@@ -227,10 +227,6 @@ typedef bool _Bool;
 # include <kstat.h>
 #endif
 
-#if HAVE_SENSORS_SENSORS_H
-# include <sensors/sensors.h>
-#endif
-
 #ifndef PACKAGE_NAME
 #define PACKAGE_NAME "collectd"
 #endif
@@ -300,5 +296,6 @@ typedef bool _Bool;
 
 extern char hostname_g[];
 extern int  interval_g;
+extern int  timeout_g;
 
 #endif /* COLLECTD_H */