summaryrefslogtreecommitdiff
path: root/src/h-system.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-11 23:46:27 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-11 23:46:28 +0100
commitd829c88460b4d60ecc3a9f339dd57113c764cf80 (patch)
tree70857f09a01b3570c9c53960d49797007983a7dd /src/h-system.h
parentbdfb7e6170baeceb3b79bcd8dad3b15f1a90051f (diff)
Remove obsolete platforms/frontends.
Removed platforms/systems: - OS/2 - RiscOS - SVGALib - IBM DOS - VM/ESA (Vax) - Amiga - Acorn - Dummy - VMS - Macintosh (non-Carbon)
Diffstat (limited to 'src/h-system.h')
-rw-r--r--src/h-system.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/src/h-system.h b/src/h-system.h
index 2d28e45d..465c3170 100644
--- a/src/h-system.h
+++ b/src/h-system.h
@@ -11,9 +11,6 @@
*
* This file is a big hack to make other files less of a hack.
* This file has been rebuilt -- it may need a little more work.
- *
- * It is (very) unlikely that VMS will work without help, primarily
- * because VMS does not use the "ASCII" character set.
*/
@@ -58,8 +55,8 @@
# include <io.h>
#endif
-#if !defined(MACINTOSH) && !defined(AMIGA) && \
- !defined(ACORN) && !defined(VM) && !defined(__MWERKS__)
+#if !defined(MACINTOSH) && \
+ !defined(__MWERKS__)
# if defined(__TURBOC__) || defined(__WATCOMC__)
# include <mem.h>
# else
@@ -68,7 +65,7 @@
#endif
-#if !defined(NeXT) && !defined(__MWERKS__) && !defined(ACORN)
+#if !defined(NeXT) && !defined(__MWERKS__)
# include <fcntl.h>
#endif
@@ -125,7 +122,7 @@ extern char *strrchr();
-#if !defined(linux) && !defined(__MWERKS__) && !defined(ACORN)
+#if !defined(linux) && !defined(__MWERKS__)
extern long atol();
#endif