compat/fnmatch: respect NO_FNMATCH* even on glibc
[gitweb.git] / compat / fnmatch / fnmatch.c
index 9473aed2bbcb91994f166cf66d24459c66ac2fcb..6f7387d036984ae52119a952f28a74d34536b8bd 100644 (file)
@@ -55,7 +55,8 @@
    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 defined NO_FNMATCH || defined NO_FNMATCH_CASEFOLD || \
+    defined _LIBC || !defined __GNU_LIBRARY__
 
 
 # if defined STDC_HEADERS || !defined isascii