Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-05-12 15:31:31 -04:00
22 changed files with 1025 additions and 799 deletions

View File

@@ -37,7 +37,15 @@ typedef struct dlb_library {
/* library definitions */
#ifndef DLBFILE
#ifndef VERSION_IN_DLB_FILENAME
#define DLBFILE "nhdat" /* name of library */
#else
#define MAX_DLB_FILENAME 256
#define DLBFILE dlbfilename
#define DLBBASENAME "nhdat"
extern char dlbfilename[MAX_DLB_FILENAME];
extern char *FDECL(build_dlb_filename, (const char *));
#endif
#endif
#ifndef FILENAME_CMP
#define FILENAME_CMP strcmp /* case sensitive */

View File

@@ -43,6 +43,8 @@
/* #define SHORT_FILENAMES */ /* All NT filesystems support long names now
*/
#define VERSION_IN_DLB_FILENAME /* Append version digits to nhdat */
#ifdef MICRO
#undef MICRO /* never define this! */
#endif