1 diff -Nru NetHack-3.6.7.orig/include/config.h NetHack-3.6.7/include/config.h
2 --- NetHack-3.6.7.orig/include/config.h 2023-02-15 22:52:57.000000000 +0100
3 +++ NetHack-3.6.7/include/config.h 2023-10-08 14:58:19.655839924 +0200
5 #define TTY_GRAPHICS /* good old tty based graphics */
7 /* #define CURSES_GRAPHICS *//* Curses interface - Karl Garrison*/
8 -/* #define X11_GRAPHICS */ /* X11 interface */
9 +#define X11_GRAPHICS /* X11 interface */
10 /* #define QT_GRAPHICS */ /* Qt interface */
11 /* #define GNOME_GRAPHICS */ /* Gnome interface */
12 /* #define MSWIN_GRAPHICS */ /* Windows NT, CE, Graphics */
15 #if defined(UNIX) && !defined(ZLIB_COMP) && !defined(COMPRESS)
16 /* path and file name extension for compression program */
17 -#define COMPRESS "/usr/bin/compress" /* Lempel-Ziv compression */
18 -#define COMPRESS_EXTENSION ".Z" /* compress's extension */
19 +/* #define COMPRESS "/usr/bin/compress" */ /* Lempel-Ziv compression */
20 +/* #define COMPRESS_EXTENSION ".Z" */ /* compress's extension */
21 /* An example of one alternative you might want to use: */
22 -/* #define COMPRESS "/usr/local/bin/gzip" */ /* FSF gzip compression */
23 -/* #define COMPRESS_EXTENSION ".gz" */ /* normal gzip extension */
24 +#define COMPRESS "/usr/local/bin/gzip" /* FSF gzip compression */
25 +#define COMPRESS_EXTENSION ".gz" /* normal gzip extension */
30 * otherwise it will be the current directory.
33 -#define HACKDIR "/usr/games/lib/nethackdir"
34 +#define HACKDIR "/usr/lib/nethack"
39 * functions that have been macroized.
42 -/* #define VISION_TABLES */ /* use vision tables generated at compile time */
43 +#define VISION_TABLES 1 /* use vision tables generated at compile time */
45 #ifndef NO_MACRO_CPATH
46 #define MACRO_CPATH /* use clear_path macros instead of functions */