summaryrefslogtreecommitdiff
path: root/modules/fnmatch-gnu
blob: ed47df2cafd094bae55c79c4f0a7ea671d8dc974 (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:
$(LIB_MBRTOWC)

License:
LGPLv2+

Maintainer:
all