X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fz-config.h;h=d98056b7bcbc9956e8e37592e62b950f0767b2d4;hb=d8acfcac45f5502441e56205cb3e2c5ab16d5594;hp=cf2c2778a9438f5eef8587dfcaf2aa2d5ff541b8;hpb=f9fc1c3d568b529a93a79f7faaa852860ab8d313;p=hengband%2Fhengband.git diff --git a/src/z-config.h b/src/z-config.h index cf2c2778a..d98056b7b 100644 --- a/src/z-config.h +++ b/src/z-config.h @@ -65,7 +65,7 @@ * The old "USE_NCU" option has been replaced with "USE_GCU". * * Several other such options are available for non-unix machines, - * such as "MACINTOSH", "WINDOWS", "USE_IBM", "USE_EMX". + * such as "MACINTOSH", "WINDOWS", "USE_IBM". * * You may also need to specify the "system", using defines such as * "SOLARIS" (for Solaris), etc, see "h-config.h" for more info. @@ -292,17 +292,6 @@ /* - * OPTION: Hack -- EMX stuff - */ -#ifdef USE_EMX - -/* Do not handle signals */ -# undef HANDLE_SIGNALS - -#endif - - -/* * OPTION: Set the "default" path to the angband "lib" directory. * * See "main.c" for usage, and note that this value is only used on @@ -532,31 +521,6 @@ # define VERIFY_TIMESTAMPS #endif -/* Zangband options: */ - -/* Allow hordes of 'similar' monsters */ -#define MONSTER_HORDES - -/* - * OPTION: Repeat last command -- TNB - */ -#define ALLOW_REPEAT - -/* - * OPTION: Make opening and closing things easy -- TNB - */ -#define ALLOW_EASY_OPEN - -/* - * OPTION: Make disarming traps easy -- TNB - */ -#define ALLOW_EASY_DISARM - -/* - * OPTION: Make floor stacks easy -- TNB - */ -#define ALLOW_EASY_FLOOR - /* * Check the modification time of *_info.raw files * (by Keldon Jones)