X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Flib%2Ffnmatch.h;h=9bc52cd57b3a82da6151590003130eeda04b9d21;hb=4132c9f33642f579d89700f36caced609d374d51;hp=278410d1220d7590726c4fa2e4259b1106d6ed44;hpb=7e12f0f085e8a0a29f7a70bca3dddbca09349e50;p=bacula%2Fbacula diff --git a/bacula/src/lib/fnmatch.h b/bacula/src/lib/fnmatch.h index 278410d122..9bc52cd57b 100644 --- a/bacula/src/lib/fnmatch.h +++ b/bacula/src/lib/fnmatch.h @@ -40,6 +40,7 @@ #undef FNM_PERIOD #define FNM_NOMATCH 1 /* Match failed. */ +#define FNM_MATCH 0 /* Match succeeded */ #define FNM_PATHNAME 0x01 /* Slash must be matched by slash. */ #define FNM_NOESCAPE 0x02 /* Disable backslash escaping. */