consolidate build status /patchlevel info settings in one place - patchlevel.h
This commit is contained in:
@@ -7,7 +7,17 @@
|
||||
#define CONFIG_H
|
||||
|
||||
/*
|
||||
* Section 1: Operating and window systems selection.
|
||||
* Section 1: NetHack consolidated version, patchlevel, development status.
|
||||
*/
|
||||
|
||||
#ifdef SHORT_FILENAMES
|
||||
#include "patchlev.h"
|
||||
#else
|
||||
#include "patchlevel.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Section 2: Operating and window systems selection.
|
||||
* Select the version of the OS you are using.
|
||||
* For "UNIX" select BSD, ULTRIX, SYSV, or HPUX in unixconf.h.
|
||||
* A "VMS" option is not needed since the VMS C-compilers
|
||||
@@ -144,7 +154,7 @@
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Section 2: Some global parameters and filenames.
|
||||
* Section 3: Some global parameters and filenames.
|
||||
*
|
||||
* LOGFILE, XLOGFILE, NEWS and PANICLOG refer to files in
|
||||
* the playground directory. Commenting out LOGFILE, XLOGFILE,
|
||||
@@ -373,7 +383,7 @@
|
||||
#endif /* CHDIR */
|
||||
|
||||
/*
|
||||
* Section 3: Definitions that may vary with system type.
|
||||
* Section 4: Definitions that may vary with system type.
|
||||
* For example, both schar and uchar should be short ints on
|
||||
* the AT&T 3B2/3B5/etc. family.
|
||||
*/
|
||||
@@ -466,7 +476,7 @@ typedef unsigned char uchar;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Section 4: EXPERIMENTAL STUFF
|
||||
* Section 5: EXPERIMENTAL STUFF
|
||||
*
|
||||
* Conditional compilation of new or experimental options are controlled here.
|
||||
* Enable any of these at your own risk -- there are almost certainly
|
||||
@@ -576,7 +586,7 @@ typedef unsigned char uchar;
|
||||
|
||||
#define USE_ISAAC64 /* Use cross-plattform, bundled RNG */
|
||||
|
||||
/* End of Section 4 */
|
||||
/* End of Section 5 */
|
||||
|
||||
#ifdef TTY_TILES_ESCCODES
|
||||
# ifndef USE_TILES
|
||||
|
||||
Reference in New Issue
Block a user