Merge branch 'NetHack-3.6'
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user