/*
 * Copyright 1986,1989 by Richard P. Basch
 * All Rights Reserved.
 */

#define	LITERAL		'\\'
#define WILDCHAR	'?'
#define WILDCARD	'*'

#define RANGEBEG	'['
#define RANGEEND	']'
#define RANGETO		'-'
#define NOTCHAR		'^'
