X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c08bb0fb733dd2a44c091687a0e57d5a6f61328c..fcb69e5cdcfdfd0bdcea2127e5f4c9133a2282b9:/lib/fnmatch.c diff --git a/lib/fnmatch.c b/lib/fnmatch.c index dd6297c6..2feeac51 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -48,7 +48,6 @@ #endif #endif /* 0 */ - /* For platform which support the ISO C amendement 1 functionality we support user defined character classes. */ #if defined _LIBC || (defined HAVE_WCTYPE_H && defined HAVE_WCHAR_H) @@ -65,8 +64,7 @@ program understand `configure --with-gnu-libc' and omit the object files, it is simpler to just do this in the source for each such file. */ -#if defined _LIBC || !defined __GNU_LIBRARY__ - +#if 1 # if defined STDC_HEADERS || !defined isascii # define ISASCII(c) 1