Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 123731
Collapse All | Expand All

(-)nethack-3.4.3-orig/include/config.h (-2 / +2 lines)
Lines 350-356 Link Here
350
/*#define GOLDOBJ */	/* Gold is kept on obj chains - Helge Hafting */
350
/*#define GOLDOBJ */	/* Gold is kept on obj chains - Helge Hafting */
351
#define AUTOPICKUP_EXCEPTIONS  /* exceptions to autopickup */
351
#define AUTOPICKUP_EXCEPTIONS  /* exceptions to autopickup */
352
#define DUMP_LOG	/* Dump game end information to a file */
352
#define DUMP_LOG	/* Dump game end information to a file */
353
/* #define DUMP_FN "/tmp/%n.nh" */	/* Fixed dumpfile name, if you want
353
#define DUMP_FN "/tmp/%n.nh" 	/* Fixed dumpfile name, if you want
354
					 * to prevent definition by users */
354
					 * to prevent definition by users */
355
#define LOG_MOVES	/* Move count and wiz/exp mode info in logfile */
355
#define LOG_MOVES	/* Move count and wiz/exp mode info in logfile */
356
#define SHOW_BORN	/* Show numbers of each monster created */
356
#define SHOW_BORN	/* Show numbers of each monster created */
Lines 360-366 Link Here
360
#ifdef TTY_GRAPHICS
360
#ifdef TTY_GRAPHICS
361
# define HPMON		/* Color hp monitor */
361
# define HPMON		/* Color hp monitor */
362
# define MENU_COLOR
362
# define MENU_COLOR
363
/*# define MENU_COLOR_REGEX */
363
# define MENU_COLOR_REGEX 
364
/* if MENU_COLOR_REGEX is defined, use regular expressions (GNU regex.h)
364
/* if MENU_COLOR_REGEX is defined, use regular expressions (GNU regex.h)
365
 * otherwise use pmatch() to match menu color lines.
365
 * otherwise use pmatch() to match menu color lines.
366
 * pmatch() provides basic globbing: '*' and '?' wildcards.
366
 * pmatch() provides basic globbing: '*' and '?' wildcards.

Return to bug 123731