malloc-h: New module.
[gnulib.git] / modules / exclude
blob8fe2708b99e6aee56cb39d6c373a1bda16026d52
1 Description:
2 Manage list of filenames or wildcard patterns for --exclude option processing.
4 Files:
5 lib/exclude.h
6 lib/exclude.c
8 Depends-on:
9 filename
10 fnmatch
11 fopen-gnu
12 hash
13 mbscasecmp
14 mbuiter
15 regex
16 stdbool
17 verify
18 xalloc
20 configure.ac:
22 Makefile.am:
23 lib_SOURCES += exclude.c
25 Include:
26 "exclude.h"
28 Link:
29 $(LIB_MBRTOWC)
31 License:
32 GPL
34 Maintainer:
35 Paul Eggert