]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/patches/testing/faketape.h
Commit NULL vol name patch
[bacula/bacula] / bacula / patches / testing / faketape.h
index 2f86c4f07ae0bcf1b83d73fbb1ff2c79eb28cd51..040f5a807543d20362ec9d7ade8f016308bc61ed 100644 (file)
@@ -38,6 +38,8 @@
 #include <stddef.h>
 #include "bacula.h"
 
+#ifdef USE_FAKETAPE
+
 #define FTAPE_MAX_DRIVE 50
 
 /* 
@@ -99,4 +101,5 @@ public:
    int tape_pos(struct mtpos *mt_com);
 };
 
+#endif /* USE_FAKETAPE */
 #endif /* !FAKETAPE_H */