[collectd] [PATCH] sensors: SENSORS_HAVE_READ unification
Luboš Staněk
kolektor<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>atlas.cz
Tue Dec 5 16:15:55 CET 2006
Signed-off-by: Stanek Lubos <kolektor<span style="display: none;">.trailing-username</span>(a)<span style="display: none;">leading-domain.</span>atlas.cz>
---
src/sensors.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/sensors.c b/src/sensors.c
index 7cf787c..c1b7d4b 100644
--- a/src/sensors.c
+++ b/src/sensors.c
@@ -178,7 +178,7 @@ static ignorelist_t *sensor_list;
*/
static int sensor_extended_naming = 0;
-#ifdef HAVE_LIBSENSORS
+#if SENSORS_HAVE_READ
typedef struct featurelist
{
const sensors_chip_name *chip;
@@ -188,7 +188,7 @@ typedef struct featurelist
} featurelist_t;
featurelist_t *first_feature = NULL;
-#endif /* defined (HAVE_LIBSENSORS) */
+#endif /* if SENSORS_HAVE_READ */
static int sensors_config (char *key, char *value)
{
@@ -230,7 +230,7 @@ static int sensors_config (char *key, ch
static void collectd_sensors_init (void)
{
-#ifdef HAVE_LIBSENSORS
+#if SENSORS_HAVE_READ
FILE *fh;
featurelist_t *last_feature = NULL;
featurelist_t *new_feature;
@@ -330,7 +330,7 @@ #endif
if (first_feature == NULL)
sensors_cleanup ();
-#endif /* defined(HAVE_LIBSENSORS) */
+#endif /* if SENSORS_HAVE_READ */
return;
}
--
1.4.2.4
More information about the collectd
mailing list