We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a078de commit 889316dCopy full SHA for 889316d
compat/fnmatch/fnmatch.c
@@ -55,7 +55,8 @@
55
program understand `configure --with-gnu-libc' and omit the object files,
56
it is simpler to just do this in the source for each such file. */
57
58
-#if defined _LIBC || !defined __GNU_LIBRARY__
+#if defined NO_FNMATCH || defined NO_FNMATCH_CASEFOLD || \
59
+ defined _LIBC || !defined __GNU_LIBRARY__
60
61
62
# if defined STDC_HEADERS || !defined isascii
0 commit comments