summaryrefslogtreecommitdiff
path: root/modules/fnmatch-gnu
blob: aba4aa71a90cb41edf119fa2575d8999021b8c6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Description:
fnmatch() function: wildcard matching, with GNU extensions.

Files:
lib/fnmatch.c

Depends-on:
fnmatch

configure.ac:
gl_FUNC_FNMATCH_GNU
if test $HAVE_FNMATCH = 0 || test $REPLACE_FNMATCH = 1; then
  AC_LIBOBJ([fnmatch])
  gl_PREREQ_FNMATCH
fi
gl_MODULE_INDICATOR([fnmatch-gnu])

Makefile.am:

Include:
<fnmatch.h>

Link:
$(MBRTOWC_LIB)

License:
LGPLv2+

Maintainer:
all