Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git] / modules / fnmatch
blobf547670214d5c57c6fe2230d2ac0e6143bfbfb9a
1 Description:
2 fnmatch() function: wildcard matching.
4 Files:
5 lib/fnmatch.c
6 lib/fnmatch_loop.c
7 m4/mbstate_t.m4
8 m4/fnmatch.m4
10 Depends-on:
11 fnmatch-h
12 alloca-opt      [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
13 attribute       [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
14 btowc           [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
15 builtin-expect  [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
16 flexmember      [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
17 intprops        [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
18 isblank         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
19 iswctype        [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
20 libc-config     [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
21 stdbool         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
22 strnlen         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
23 wchar           [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
24 wctype-h        [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
25 wmemchr         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
26 wmempcpy        [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
27 memchr          [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
28 memcmp          [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
29 mempcpy         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
30 mbsrtowcs       [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
31 mbsinit         [test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1]
33 configure.ac:
34 gl_FUNC_FNMATCH_POSIX
35 if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
36   AC_LIBOBJ([fnmatch])
37   gl_PREREQ_FNMATCH
39 gl_FNMATCH_MODULE_INDICATOR([fnmatch])
41 Makefile.am:
43 Include:
44 <fnmatch.h>
46 Link:
47 $(LIB_MBRTOWC)
49 License:
50 LGPLv2+
52 Maintainer:
53 all, glibc