diff options
Diffstat (limited to 'games/mangband/files/patch-aa')
-rw-r--r-- | games/mangband/files/patch-aa | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/games/mangband/files/patch-aa b/games/mangband/files/patch-aa new file mode 100644 index 000000000000..cb9cc4e10bb0 --- /dev/null +++ b/games/mangband/files/patch-aa @@ -0,0 +1,38 @@ +--- config.h.orig Wed Oct 21 09:45:08 1998 ++++ config.h Wed Dec 30 17:23:11 1998 +@@ -75,7 +75,7 @@ + /* + * OPTION: Use the POSIX "termios" methods in "main-gcu.c" + */ +-/* #define USE_TPOSIX */ ++#define USE_TPOSIX + + /* + * OPTION: Use the "termio" methods in "main-gcu.c" +@@ -103,7 +103,7 @@ + * OPTION: Use the "curs_set()" call in "main-gcu.c". + * Hack -- This option will not work on most BSD machines + */ +-#ifdef SYS_V ++#if defined(SYS_V) || defined(__FreeBSD__) + # define USE_CURS_SET + #endif + +@@ -504,7 +504,7 @@ + /* + * OPTION: Have the server respond to commands typed in on its tty. + */ +-#define SERVER_CONSOLE ++/* #define SERVER_CONSOLE */ + + /* + * OPTION: Enable a method to control the server from an external program. +@@ -566,7 +566,7 @@ + /* + * OPTION: Attempt to prevent all "cheating" + */ +-/* #define VERIFY_HONOR */ ++#define VERIFY_HONOR + + + /* |