diff options
Diffstat (limited to 'emulators/hercules/files/patch-feature.h')
-rw-r--r-- | emulators/hercules/files/patch-feature.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/emulators/hercules/files/patch-feature.h b/emulators/hercules/files/patch-feature.h deleted file mode 100644 index 17885d5ad6c0..000000000000 --- a/emulators/hercules/files/patch-feature.h +++ /dev/null @@ -1,12 +0,0 @@ ---- feature.h.orig Mon Sep 2 11:36:09 2002 -+++ feature.h Mon Sep 2 11:36:55 2002 -@@ -479,4 +479,9 @@ - #define XSTORE_PAGEMASK 0x7FFFF000 - #endif - -+#if defined(__FreeBSD__) -+ #define HAVE_MTIO_H -+#else -+ #define GNU_MTIO_SUPPORT -+#endif - /* end of FEATURES.H */ |