summaryrefslogtreecommitdiff
path: root/include/raid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/raid.h')
-rw-r--r--include/raid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/raid.h b/include/raid.h
index e7261bb4998..8cbd0f1a442 100644
--- a/include/raid.h
+++ b/include/raid.h
@@ -33,7 +33,7 @@ const char *my_raid_type(int raid_type);
}
#endif
-#ifdef USE_RAID
+#if defined(USE_RAID) && !defined(DONT_USE_RAID)
#ifdef __GNUC__
#pragma interface /* gcc class implementation */