List of gnulib modules used by mailutils
Showing
1 changed file
with
28 additions
and
0 deletions
gnulib.modules
0 → 100644
1 | |||
2 | # List of gnulib modules needed for GNU mailutils. | ||
3 | # A module name per line. Empty lines and comments are ignored. | ||
4 | # A line beginning with colon starts a library section. All modules | ||
5 | # below this line up to the start of the next section will be placed | ||
6 | # in corresponding directory. The file is processed by scripts/gnulib-sync | ||
7 | # to synchronize mailtutils tree with gnulib. | ||
8 | |||
9 | :mailbox | ||
10 | argp | ||
11 | getline | ||
12 | regex | ||
13 | strtok_r | ||
14 | md5 | ||
15 | |||
16 | :lib | ||
17 | xalloc | ||
18 | alloca | ||
19 | fnmatch | ||
20 | getpass-gnu | ||
21 | malloc | ||
22 | obstack | ||
23 | realloc | ||
24 | setenv | ||
25 | snprintf | ||
26 | strcase | ||
27 | xstrtol | ||
28 | vasprintf |
-
Please register or sign in to post a comment