X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fsysdep.h;h=069882a72388227146f7e2536aca285ba825af1b;hp=bd6b83bf3e011016f4758e3e70d880943ee4f946;hb=8624553a31b148f9051cc11725bc01d9760fa07b;hpb=4eeabffee6e5b348d36c4f3ba0579ed086226603 diff --git a/src/sysdep.h b/src/sysdep.h index bd6b83bf..069882a7 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -222,10 +222,10 @@ int vsnprintf (char *str, size_t count, const char *fmt, va_list arg); # undef FNM_PERIOD # undef FNM_NOMATCH -# define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ -# define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ -# define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ -# define FNM_NOMATCH 1 +# define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ +# define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ +# define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ +# define FNM_NOMATCH 1 int fnmatch (const char *, const char *, int); #endif