/* $Header: glob.h,v 1.1 88/01/15 12:15:48 simpson Rel $ */
/* 
$Log:	glob.h,v $
 * Revision 1.1  88/01/15  12:15:48  simpson
 * initial release
 * 
 * Revision 0.1  87/12/11  17:18:07  simpson
 * beta test
 * 
*/
#define GLOB_MAX_PATTERN	1024
#define GLOB_OK			0
#define GLOB_PATTERN_TOO_BIG	-1
#define GLOB_PATTERN_EMPTY	-2
#define GLOB_BRACKET_MISSING	-3
#define GLOB_RANGE_INVERTED	-4
#define GLOB_SET_TOO_BIG	-5
#define GLOB_EXECUTION_ERROR	-6