summaryrefslogtreecommitdiff
path: root/dviware/quicspool/libglob/glob.h
blob: 51f26c415683e894fbb5ba37f08a10ba87434de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* $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