Imported Upstream version 2.6.1p2
[debian/amanda] / config / amanda / tape.m4
index f5b04d9650ebbbbaabe6a00848d6f9c40eff4729..09c92f410c2ea4c02dd42234d47b49f18ab07d8d 100644 (file)
@@ -184,4 +184,9 @@ AC_DEFUN([AMANDA_TAPE_DEVICE], [
        ],[
            AC_MSG_RESULT(no)
        ])
+
+    case "$target" in
+       *linux*) AC_DEFINE(DEFAULT_TAPE_NON_BLOCKING_OPEN,1,
+                       [Define if open of tape device require O_NONBLOCK]);;
+    esac
 ])