summaryrefslogtreecommitdiff
path: root/src/h-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/h-config.h')
-rw-r--r--src/h-config.h46
1 files changed, 1 insertions, 45 deletions
diff --git a/src/h-config.h b/src/h-config.h
index 97120cd1..da68959d 100644
--- a/src/h-config.h
+++ b/src/h-config.h
@@ -32,24 +32,6 @@
/* #define WINDOWS */
#endif
-#ifdef USE_IBM
-
- /*
- * OPTION: Compile on an IBM (automatic)
- */
- #ifndef MSDOS
- #define MSDOS
- #endif
-
-
- /* Use the new SVGA code */
- #ifndef USE_IBM_SVGA
- #define USE_IBM_SVGA
- #endif
-
-
-#endif
-
/*
* OPTION: Compile on a SYS III version of UNIX
*/
@@ -130,15 +112,6 @@
#endif
/*
- * Extract the "ACORN" flag from the compiler
- */
-#ifdef __riscos
-# ifndef ACORN
-# define ACORN
-# endif
-#endif
-
-/*
* Extract the "SGI" flag from the compiler
*/
#ifdef sgi
@@ -181,8 +154,7 @@
* or for the "Atari" platform which is Unix-like, apparently
*/
#if !defined(MACINTOSH) && !defined(WINDOWS) && \
- !defined(MSDOS) && !defined(USE_EMX) && \
- !defined(AMIGA) && !defined(ACORN) && !defined(VM)
+ !defined(MSDOS) && !defined(USE_EMX)
# define SET_UID
#endif
@@ -210,8 +182,6 @@
* for various other systems. Note that any system that uses the
* "period" as a separator (i.e. ACORN) will have to pretend that
* it uses the slash, and do its own mapping of period <-> slash.
- * Note that the VM system uses a "flat" directory, and thus uses
- * the empty string for "PATH_SEP".
*/
#undef PATH_SEP
#define PATH_SEP "/"
@@ -227,18 +197,10 @@
# undef PATH_SEP
# define PATH_SEP "\\"
#endif
-#ifdef AMIGA
-# undef PATH_SEP
-# define PATH_SEP "/"
-#endif
#ifdef __GO32__
# undef PATH_SEP
# define PATH_SEP "/"
#endif
-#ifdef VM
-# undef PATH_SEP
-# define PATH_SEP ""
-#endif
/*
@@ -298,10 +260,4 @@
# endif
#endif
-#ifdef USE_IBM
- #ifndef HAS_USLEEP
- #define HAS_USLEEP /* Set for gcc (djgpp-v2), TY */
- #endif
-#endif
-
#endif