=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/glob.h,v retrieving revision 1.4 retrieving revision 1.4.12.1 diff -c -r1.4 -r1.4.12.1 *** src/include/glob.h 1998/01/31 17:06:26 1.4 --- src/include/glob.h 2001/04/10 19:06:23 1.4.12.1 *************** *** 1,4 **** ! /* $OpenBSD: glob.h,v 1.4 1998/01/31 17:06:26 millert Exp $ */ /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: glob.h,v 1.4.12.1 2001/04/10 19:06:23 jason Exp $ */ /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */ /* *************** *** 82,87 **** --- 82,88 ---- #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */ #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ #define GLOB_NOESCAPE 0x1000 /* Disable backslash escaping. */ + #define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ #endif /* Error values returned by glob(3) */