]> granicus.if.org Git - nethack/commitdiff
Enable dumplog for winnt
authorPasi Kallinen <paxed@alt.org>
Sat, 19 Aug 2017 11:29:18 +0000 (14:29 +0300)
committerPasi Kallinen <paxed@alt.org>
Sat, 19 Aug 2017 11:29:18 +0000 (14:29 +0300)
include/ntconf.h

index 48b149bfa355f477965a99a5a800f6a10a3ab6f3..a096a2ff1f3d70b66dd49eba308440e987c917b8 100644 (file)
 #define SYSCF_FILE "sysconf" /* Use a file to hold the SYSCF configuration \
                                 */
 
+#define DUMPLOG      /* Enable dumplog files */
+/*#define DUMPLOG_FILE "nethack-%n-%d.log"*/
+#define DUMPLOG_MSG_COUNT 50
+
 #define USER_SOUNDS
 
 /*#define CHANGE_COLOR*/ /* allow palette changes */