Remove workarounds for ancient compilers
This commit is contained in:
@@ -136,11 +136,5 @@ II.B.3. Compiling NetHack with the commercial version of DICE
|
||||
however, this is not recommended, and you should upgrade to the
|
||||
commercial version.)
|
||||
|
||||
DICE 3.0 (the first commercial release) has a couple of bugs in it which
|
||||
turn up in several of the NetHack sources; the DCC30_BUG define fixes
|
||||
them. If you have a more recent version of the compiler, you may be
|
||||
able to compile without this (and get slightly more efficient code) by
|
||||
commenting out the define in amiconf.h.
|
||||
|
||||
During compilation, DICE will output a lot of warnings; they can be
|
||||
safely ignored.
|
||||
|
||||
@@ -229,7 +229,7 @@ Notes:
|
||||
config.h: UNIX, TTY_GRAPHICS
|
||||
unixconf.h: SYSV, SVR4, TERMINFO, POSIX_JOB_CONTROL, POSIX_TYPES
|
||||
|
||||
X11_GRAPHICS does work. Do not define OPENWINBUG. You may safely define
|
||||
X11_GRAPHICS does work. You may safely define
|
||||
NETWORK, TEXTCOLOR if desired. Other #defines in these files may be
|
||||
defined too, as needed. Just make sure that the set mentioned here are
|
||||
not misdefined, or your compile will fail (do _not_ define BSD or SUNOS4).
|
||||
|
||||
Reference in New Issue
Block a user