X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffnmatch.c;h=02dd365adb9a8475698ca7022e6472b225bd2840;hb=5d95b32a83f1663be6172f07b21ba7615b6055f4;hp=4bc47e19465b74e3f262e5ad962a83dd9079b242;hpb=aafb133aa1176295ec51c8a477e46e498e98fb57;p=gnulib.git diff --git a/lib/fnmatch.c b/lib/fnmatch.c index 4bc47e194..02dd365ad 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991,1992,1993,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006 +/* Copyright (C) 1991,1992,1993,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify @@ -40,7 +40,7 @@ #include #define WIDE_CHAR_SUPPORT \ - (HAVE_WCTYPE_H && HAVE_WCHAR_H && HAVE_BTOWC && HAVE_ISWCTYPE \ + (HAVE_WCTYPE_H && HAVE_BTOWC && HAVE_ISWCTYPE \ && HAVE_WMEMCHR && (HAVE_WMEMCPY || HAVE_WMEMPCPY)) /* For platform which support the ISO C amendement 1 functionality we