summaryrefslogtreecommitdiffstats
path: root/src/file_rx2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/file_rx2.c')
-rw-r--r--src/file_rx2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/file_rx2.c b/src/file_rx2.c
index ab184aa6..eed9c4ea 100644
--- a/src/file_rx2.c
+++ b/src/file_rx2.c
@@ -20,6 +20,7 @@
*/
+#if !defined(SINGLE_FORMAT) || defined(SINGLE_FORMAT_rx2)
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
@@ -67,3 +68,4 @@ static void register_header_check_rx2(file_stat_t *file_stat)
{
register_header_check(0, rx2_header, sizeof(rx2_header), &header_check_rx2, file_stat);
}
+#endif