32 const int fnmatch_flags = FNM_CASEFOLD;
34 const int fnmatch_flags = 0;
39 for (path_cmp =
static_cast<bPathCompare *
>(
U.autoexec_paths.first); path_cmp;
40 path_cmp = path_cmp->
next)
42 if (path_cmp->
path[0] ==
'\0') {
46 if (fnmatch(path_cmp->
path, path, fnmatch_flags) == 0) {