X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FFile%2FGlob%2Fbsd_glob.h;h=af92c04ea2d82116bad182161fc472bc9bcfd3e0;hb=bac331f5e518ae718fb4a25b9e4efbb108b55169;hp=5d04fff1c341dc277d298fdab37f095050a2ff60;hpb=2d5e9e5d1dfda924cd025894f9c8781ba03c3c8c;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/File/Glob/bsd_glob.h b/ext/File/Glob/bsd_glob.h index 5d04fff..af92c04 100644 --- a/ext/File/Glob/bsd_glob.h +++ b/ext/File/Glob/bsd_glob.h @@ -30,6 +30,7 @@ * SUCH DAMAGE. * * @(#)glob.h 8.1 (Berkeley) 6/2/93 + * [lots of perl-specific changes since then--see bsd_glob.c] */ #ifndef _BSD_GLOB_H_ @@ -73,6 +74,8 @@ typedef struct { #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ #define GLOB_NOCASE 0x1000 /* Treat filenames without regard for case. */ #define GLOB_ALPHASORT 0x2000 /* Alphabetic, not ASCII sort, like csh. */ +#define GLOB_LIMIT 0x4000 /* Limit pattern match output to ARG_MAX + (usually from limits.h). */ #define GLOB_NOSPACE (-1) /* Malloc call failed. */ #define GLOB_ABEND (-2) /* Unignored error. */