OSDN Git Service

SYS_III, SYS_V, ATARI プリプロセッサを除去。 / Remove SYS_III, SYS_V, ATARI preprocessors.
authorDeskull <desull@users.sourceforge.jp>
Sat, 25 Apr 2015 14:48:24 +0000 (23:48 +0900)
committerDeskull <desull@users.sourceforge.jp>
Sat, 25 Apr 2015 14:48:24 +0000 (23:48 +0900)
lib/edit/r_info.txt
src/h-config.h
src/z-config.h

index 6fd625a..e7cc718 100644 (file)
@@ -21719,7 +21719,7 @@ W:0:4:0:0:0:0
 B:HIT:HURT:1d3
 F:ATTR_MULTI | UNIQUE | MALE | ANIMAL | CAN_SPEAK | FRIENDLY
 F:FORCE_MAXHP | DROP_CORPSE | WILD_TOWN | WILD_ONLY
-F:ONLY_ITEM | DROP_90 | DROP_GOOD | HUMAN |
+F:ONLY_ITEM | DROP_90 | DROP_GOOD | HUMAN | STUPID | EMPTY_MIND
 F:OPEN_DOOR | BASH_DOOR | HAS_LITE_1 |
 F:NO_CONF | NO_SLEEP
 
index c002f68..154b3d8 100644 (file)
 #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
 #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
  * 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
index 5047311..53a93a4 100644 (file)
  */
 /* #define USE_TCHARS */
 
-
-/*
- * OPTION: Use "blocking getch() calls" in "main-gcu.c".
- * Hack -- Note that this option will NOT work on many BSD machines
- * Currently used whenever available, if you get a warning about
- * "nodelay()" undefined, then make sure to undefine this.
- */
-#if defined(SYS_V)
-# define USE_GETCH
-#endif
-
-
-/*
- * OPTION: Use the "curs_set()" call in "main-gcu.c".
- * Hack -- This option will not work on most BSD machines
- */
-#ifdef SYS_V
-# define USE_CURS_SET
-#endif
-
-
 /*
  * OPTION: Include "ncurses.h" instead of "curses.h" in "main-gcu.c"
  */