diff options
Diffstat (limited to 'glob/glob.c')
-rw-r--r-- | glob/glob.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glob/glob.c b/glob/glob.c index 4bbf7bb..80d667c 100644 --- a/glob/glob.c +++ b/glob/glob.c @@ -1303,7 +1303,7 @@ glob_in_dir (pattern, directory, flags, errfunc, pglob) { int fnm_flags = ((!(flags & GLOB_PERIOD) ? FNM_PERIOD : 0) | ((flags & GLOB_NOESCAPE) ? FNM_NOESCAPE : 0) -#if defined _AMIGA || defined VMS +#if defined HAVE_CASE_INSENSITIVE_FS | FNM_CASEFOLD #endif ); |