load plugin: Use #if rather than #ifdef.
authorFlorian Forster <octo@huhu.verplant.org>
Wed, 30 Apr 2008 08:57:51 +0000 (10:57 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 30 Apr 2008 08:57:51 +0000 (10:57 +0200)
src/load.c

index db3bf4b..15215d3 100644 (file)
@@ -116,7 +116,7 @@ static int load_read (void)
        load_submit (snum, mnum, lnum);
 /* #endif KERNEL_LINUX */
 
-#elif defined(HAVE_LIBSTATGRAB)
+#elif HAVE_LIBSTATGRAB
        gauge_t snum, mnum, lnum;
        sg_load_stats *ls;