]> granicus.if.org Git - nethack/commit
VMS config1.h
authorPatR <rankin@nethack.org>
Fri, 19 Apr 2019 19:42:35 +0000 (12:42 -0700)
committerPatR <rankin@nethack.org>
Fri, 19 Apr 2019 19:42:35 +0000 (12:42 -0700)
commitedd412e56cc520524d5c6707b0f219a029af909e
tree64c2047ee66f03c90480f844db1449420d16f877
parent6c84ccc2410921cf07c53867b5c787804e51a561
VMS config1.h

Some port of yacc was generating '#include <stdlib.h>' before our
'#include "config.h" and needed a specific define from config1.h to
be supplied on the command line to avoid conflicting contents within
that header file, but then config1.h drew complaints about redefining
the macro.  Guard against that.
include/config1.h