git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1492 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H
 
+/* Define to 1 if you have the <sys/tape.h> header file. */
+#undef HAVE_SYS_TAPE_H
+
 /* Define to 1 if you have the <sys/time.h> header file. */
 #undef HAVE_SYS_TIME_H
 
 
        resolv.h \
        mtio.h \
        sys/mtio.h \
+       sys/tape.h \
        regex.h \
 )
 AC_HEADER_STDC
 
 
 
 
+
 
 
 for ac_header in \
        resolv.h \
        mtio.h \
        sys/mtio.h \
+       sys/tape.h \
        regex.h \
 
 do
 
 
 #ifdef HAVE_MTIO_H
 #include <mtio.h>
-#endif
-#ifdef HAVE_SYS_MTIO_H
-#include <sys/mtio.h>
+#else
+# ifdef HAVE_SYS_MTIO_H
+# include <sys/mtio.h>
+# else
+#   ifdef HAVE_SYS_TAPE
+#   include <sys/tape.h>
+#   endif
+# endif
 #endif
 #include "block.h"
 #include "record.h"
 
 /* */
 #undef  VERSION
 #define VERSION "1.35.1"
-#define BDATE   "26 July 2004"
-#define LSMDATE "26Jul04"
+#define BDATE   "27 July 2004"
+#define LSMDATE "27Jul04"
 
 /* Debug flags */
 #undef  DEBUG