X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fsysdep.h;h=069882a72388227146f7e2536aca285ba825af1b;hp=3eeef069570e1699d7b0948a97f28b2972517304;hb=HEAD;hpb=f747e7344598c0c8e3ff1e88943dd671da358fe4 diff --git a/src/sysdep.h b/src/sysdep.h index 3eeef069..069882a7 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -1,6 +1,7 @@ /* Dirty system-dependent hacks. Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. + 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, + Inc. This file is part of GNU Wget. @@ -221,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