Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git] / modules / fnmatch-gnu
blobf2c49de101ed1334d9094c949872be3c3ccb08e9
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 Link:
23 $(LIB_MBRTOWC)
25 License:
26 LGPLv2+
28 Maintainer:
29 all