summaryrefslogtreecommitdiff
path: root/emulators/hercules/files/patch-version.c
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/hercules/files/patch-version.c')
-rw-r--r--emulators/hercules/files/patch-version.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/hercules/files/patch-version.c b/emulators/hercules/files/patch-version.c
new file mode 100644
index 000000000000..df908e14c311
--- /dev/null
+++ b/emulators/hercules/files/patch-version.c
@@ -0,0 +1,17 @@
+--- 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
++
+ " "
+
+ };