ports/emulators/hercules/files/patch-version.c
Ying-Chieh Liao 6528a3f9ff upgrade to 2.16.5
PR:		42333
Submitted by:	maintainer
2002-10-10 19:36:41 +00:00

17 lines
328 B
C

--- version.c.orig Mon Sep 2 11:15:53 2002
+++ version.c Mon Sep 2 11:17:51 2002
@@ -106,6 +106,14 @@
"No HET BZIP2 support",
#endif
+#if defined(GNU_MTIO_SUPPORT)
+ "Using GNU tape handling",
+#elif defined(HAVE_MTIO_H)
+ "Using generic Unix tape handling",
+#else
+ "No SCSI tape support",
+#endif
+
" "
};