X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fh-config.h;h=001f2c2dbd471db200c285bbaf1e980011bfe3fc;hb=2695da87f9c99421938b3b68c716a9fced486fbf;hp=dec22605c23ca30b385a8df497c71329700bc5cf;hpb=c005e224c56033aa8e7d1f115af9338240e23b48;p=hengbandforosx%2Fhengbandosx.git diff --git a/src/h-config.h b/src/h-config.h index dec22605c..001f2c2db 100644 --- a/src/h-config.h +++ b/src/h-config.h @@ -51,14 +51,6 @@ #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 @@ -68,20 +60,6 @@ #endif /* - * OPTION: Compile on a SYS III version of UNIX - */ -#ifndef SYS_III -/* #define SYS_III */ -#endif - -/* - * OPTION: Compile on a SYS V version of UNIX (not Solaris) - */ -#ifndef SYS_V -/* #define SYS_V */ -#endif - -/* * OPTION: Compile on a HPUX version of UNIX */ #ifndef HPUX @@ -96,13 +74,6 @@ #endif /* - * OPTION: Compile on a SunOS machine - */ -#ifndef SUNOS -/* #define SUNOS */ -#endif - -/* * OPTION: Compile on a Solaris machine */ #ifndef SOLARIS @@ -118,16 +89,6 @@ #endif - -/* - * Extract the "SUNOS" flag from the compiler - */ -#if defined(sun) -# ifndef SUNOS -# define SUNOS -# endif -#endif - /* * Extract the "ULTRIX" flag from the compiler */ @@ -138,15 +99,6 @@ #endif /* - * Extract the "ATARI" flag from the compiler [cjh] - */ -#if defined(__atarist) || defined(__atarist__) -# ifndef ATARI -# define ATARI -# endif -#endif - -/* * Extract the "ACORN" flag from the compiler */ #ifdef __riscos @@ -165,15 +117,6 @@ #endif /* - * Extract the "MSDOS" flag from the compiler - */ -#ifdef __MSDOS__ -# ifndef MSDOS -# define MSDOS -# endif -#endif - -/* * Extract the "WINDOWS" flag from the compiler */ #if defined(_Windows) || defined(__WINDOWS__) || \ @@ -209,7 +152,6 @@ * or for the "Atari" platform which is Unix-like, apparently */ #if !defined(MACINTOSH) && !defined(WINDOWS) && \ - !defined(MSDOS) && !defined(USE_EMX) && \ !defined(ACORN) && !defined(VM) # define SET_UID #endif @@ -223,8 +165,8 @@ * involving userid's, or multiple users on a single machine, etc. */ #ifdef SET_UID -# if defined(SYS_III) || defined(SYS_V) || defined(SOLARIS) || \ - defined(HPUX) || defined(SGI) || defined(ATARI) +# if defined(SOLARIS) || \ + defined(HPUX) || defined(SGI) # ifndef USG # define USG # endif @@ -251,7 +193,7 @@ # undef PATH_SEP # define PATH_SEP "\\" #endif -#if defined(MSDOS) || defined(OS2) || defined(USE_EMX) +#if defined(OS2) # undef PATH_SEP # define PATH_SEP "\\" #endif @@ -259,10 +201,6 @@ # undef PATH_SEP # define PATH_SEP "/" #endif -#ifdef VM -# undef PATH_SEP -# define PATH_SEP "" -#endif /* @@ -318,11 +256,9 @@ # elif defined(SJIS) # define iskanji(x) ((0x81 <= (unsigned char)(x) && (unsigned char)(x) <= 0x9f) || (0xe0 <= (unsigned char)(x) && (unsigned char)(x) <= 0xfc)) # define iskana(x) (((unsigned char)(x) >= 0xA0) && ((unsigned char)(x) <= 0xDF)) -# elif defined(MSDOS) -# include # else # error Oops! Please define "EUC" or "SJIS" for kanji-code of your system. -# endif /* MSDOS */ +# endif #endif #endif /* INCLUDED_H_CONFIG_H */