diff --git a/util/mdgrep.h b/util/mdgrep.h index 5444d1d28..165a88608 100644 --- a/util/mdgrep.h +++ b/util/mdgrep.h @@ -1,10 +1,19 @@ /* - * This file generated by mdgrep.pl version 1.1. + * NetHack 3.5 mdgrep.h $Date$ $Revision$ + * Copyright (c) Kenneth Lorber, Kensington, Maryland, 2008 + * NetHack may be freely redistributed. See license for details. + * + * This file generated by mdgrep.pl version 1.5. * DO NOT EDIT! Your changes will be lost. */ static struct grep_var grep_vars[]={ {"0", 0}, {"1", 1}, +#if defined(ALLDOCS) + {"ALLDOCS", 1}, +#else + {"ALLDOCS", 0}, +#endif #if defined(AMIGA) {"AMIGA", 1}, #else @@ -267,4 +276,5 @@ static struct grep_var grep_vars[]={ /* Command ids */ #define TODO_GREP 1 + /* End of file */