--- nethack-3.4.3-orig/include/config.h 2006-02-22 11:23:16.992987500 -0800 +++ nethack-3.4.3/include/config.h 2006-02-22 11:22:55.263629500 -0800 @@ -350,7 +350,7 @@ /*#define GOLDOBJ */ /* Gold is kept on obj chains - Helge Hafting */ #define AUTOPICKUP_EXCEPTIONS /* exceptions to autopickup */ #define DUMP_LOG /* Dump game end information to a file */ -/* #define DUMP_FN "/tmp/%n.nh" */ /* Fixed dumpfile name, if you want +#define DUMP_FN "/tmp/%n.nh" /* Fixed dumpfile name, if you want * to prevent definition by users */ #define LOG_MOVES /* Move count and wiz/exp mode info in logfile */ #define SHOW_BORN /* Show numbers of each monster created */ @@ -360,7 +360,7 @@ #ifdef TTY_GRAPHICS # define HPMON /* Color hp monitor */ # define MENU_COLOR -/*# define MENU_COLOR_REGEX */ +# define MENU_COLOR_REGEX /* if MENU_COLOR_REGEX is defined, use regular expressions (GNU regex.h) * otherwise use pmatch() to match menu color lines. * pmatch() provides basic globbing: '*' and '?' wildcards.