pull in the recent unconditionals merge from master

This commit is contained in:
Derek S. Ray
2015-02-27 21:25:00 -05:00
parent 7f0ff8f011
commit b1a7bbbbdb
538 changed files with 1715 additions and 5685 deletions

View File

@@ -1,5 +1,6 @@
/*
* NetHack 3.5 mdgrep.h $Date$ $Revision$
* NetHack 3.5 mdgrep.h $NHDT-Date$ $NHDT-Branch$:$NHDT-Revision$
* NetHack 3.5 mdgrep.h $Date: 2010/05/01 20:57:17 $ $Revision: 1.5 $
* Copyright (c) Kenneth Lorber, Kensington, Maryland, 2008
* NetHack may be freely redistributed. See license for details.
*
@@ -256,11 +257,7 @@ static struct grep_var grep_vars[]={
#else
{"WIN_CE_SMARTPHONE", 0},
#endif
#if defined(WIZARD)
{"WIZARD", 1},
#else
{"WIZARD", 0},
#endif
#if defined(X11_GRAPHICS)
{"X11_GRAPHICS", 1},
#else