repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
fnmatch-gnu
blob
f2c49de101ed1334d9094c949872be3c3ccb08e9
1
Description:
2
fnmatch() function: wildcard matching, with GNU extensions.
3
4
Files:
5
6
Depends-on:
7
fnmatch
8
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
14
fi
15
gl_MODULE_INDICATOR([fnmatch-gnu])
16
17
Makefile.am:
18
19
Include:
20
<fnmatch.h>
21
22
Link:
23
$(LIB_MBRTOWC)
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all
30