DICT
#define DICT 32768U
DICT, /* waiting for inflateSetDictionary() call */
#define DICT "/usr/share/games/boggle/dictionary"
#define DICT(c) (isascii(c) && isalnum(c) ? (c) : NO_COMPARE)