diff --git a/include/config.h b/include/config.h index 121ce5407..47b2951cc 100644 --- a/include/config.h +++ b/include/config.h @@ -11,6 +11,7 @@ * For "UNIX" select BSD, ULTRIX, SYSV, or HPUX in unixconf.h. * A "VMS" option is not needed since the VMS C-compilers * provide it (no need to change sec#1, vmsconf.h handles it). + * MacOSX uses the UNIX configruation, not the old MAC one. */ #define UNIX /* delete if no fork(), exec() available */ @@ -304,6 +305,28 @@ */ /* #define DLB */ /* not supported on all platforms */ +/* + * Defining REPRODUCIBLE_BUILD causes 'util/makedefs -v' to construct + * date+time in include/date.h (to be shown by nethack's 'v' command) + * from SOURCE_DATE_EPOCH in the build environment rather than use + * current date+time when makedefs is run. + * + * [The version string will show "last revision