summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/config.h b/src/config.h
index 8ee46cf7..cb258925 100644
--- a/src/config.h
+++ b/src/config.h
@@ -44,13 +44,6 @@
/*
- * OPTION: define "SPECIAL_BSD" for using certain versions of UNIX
- * that use the 4.4BSD Lite version of Curses in "main-gcu.c"
- */
-/* #define SPECIAL_BSD */
-
-
-/*
* OPTION: Use the POSIX "termios" methods in "main-gcu.c"
*/
/* #define USE_TPOSIX */
@@ -112,11 +105,6 @@
#endif
-/*
- * OPTION: Handle signals
- */
-#define HANDLE_SIGNALS
-
@@ -139,27 +127,6 @@
#define USE_GRAPHICS
-/*
- * 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: Set the "default" path to the angband "lib" directory.