ptsname_r: Work around bug on Android 4.3.
[gnulib.git] / modules / fnmatch-gnu
blob86b522547e076649e6e9dbc3912a33b779ad0375
1 Description:
2 fnmatch() function: wildcard matching, with GNU extensions.
4 Files:
6 Depends-on:
7 fnmatch
9 configure.ac:
10 gl_FUNC_FNMATCH_GNU
11 if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
12   AC_LIBOBJ([fnmatch])
13   gl_PREREQ_FNMATCH
15 gl_MODULE_INDICATOR([fnmatch-gnu])
17 Makefile.am:
19 Include:
20 <fnmatch.h>
22 License:
23 LGPLv2+
25 Maintainer:
26 all