Obsolete VTE pre-2.91 ABI
[oi-userland.git] / components / games / nethack / patches / unixconf.h.patch
blob98d7df5eeb301ff168ce493988b314b9c92b0889
1 diff -Nru NetHack-3.6.7.orig/include/unixconf.h NetHack-3.6.7/include/unixconf.h
2 --- NetHack-3.6.7.orig/include/unixconf.h 2023-02-15 22:52:57.000000000 +0100
3 +++ NetHack-3.6.7/include/unixconf.h 2023-10-08 15:00:52.851613365 +0200
4 @@ -100,13 +100,13 @@
5 */
7 /* #define NO_FILE_LINKS */ /* if no hard links */
8 -/* #define LOCKDIR "/usr/games/lib/nethackdir" */ /* where to put locks */
9 +#define LOCKDIR "/usr/lib/nethack" /* where to put locks */
12 * If you want the static parts of your playground on a read-only file
13 * system, define VAR_PLAYGROUND to be where the variable parts are kept.
15 -/* #define VAR_PLAYGROUND "/var/lib/games/nethack" */
16 +#define VAR_PLAYGROUND "/var/games/nethack"
19 * Define DEF_PAGER as your default pager, e.g. "/bin/cat" or "/usr/ucb/more"
20 @@ -133,7 +133,7 @@
21 * "extra output" method is used, but not all systems provide access to
22 * a fine-grained timer.
24 -/* #define TIMED_DELAY */ /* usleep() */
25 +#define TIMED_DELAY /* usleep() */
26 #endif
27 #if defined(MACOSX) && !defined(TIMED_DELAY)
28 #define TIMED_DELAY