diff options
Diffstat (limited to 'ext/File/Glob/bsd_glob.h')
-rw-r--r-- | ext/File/Glob/bsd_glob.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/File/Glob/bsd_glob.h b/ext/File/Glob/bsd_glob.h index 410b007a2d..10d1de534c 100644 --- a/ext/File/Glob/bsd_glob.h +++ b/ext/File/Glob/bsd_glob.h @@ -71,6 +71,7 @@ typedef struct { #define GLOB_NOMAGIC 0x0200 /* GLOB_NOCHECK without magic chars (csh). */ #define GLOB_QUOTE 0x0400 /* Quote special chars with \. */ #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ +#define GLOB_NOCASE 0x1000 /* Treat filenames without regard for case. */ #define GLOB_NOSPACE (-1) /* Malloc call failed. */ #define GLOB_ABEND (-2) /* Unignored error. */ |