Code

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 db3bf4b8b88c96debc7bfabf66c33ca680d00e31..15215d3c6df1461aa4f4e3e8a21d35525a328e23 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;