OSDN Git Service

This commit was manufactured by cvs2svn to create tag
[hengband/hengband.git] / src / z-config.h
index 91b9fd9..1737f83 100644 (file)
 
 #endif /* USE_SPECIAL */
 
-/*
- * OPTION: Hack -- Macintosh stuff
- */
-#ifdef MACINTOSH
-
-/* Do not handle signals */
-# undef HANDLE_SIGNALS
-
-#endif
-
-
-/*
- * OPTION: Hack -- Windows stuff
- */
-#ifdef WINDOWS
-
-/* Do not handle signals */
-# undef HANDLE_SIGNALS
-
-#endif
-
 
 /*
  * OPTION: Hack -- EMX stuff
  * OPTION: Person to bother if something goes wrong.
  */
 /* #define MAINTAINER  "rr9@angband.org" */
-#define MAINTAINER     "echizen@s5.xrea.com"
+#define MAINTAINER     "echizen@users.sourceforge.jp"
 
 
 #ifdef JP