New fts module.
[gnulib.git] / modules / fts
1 Description:
2 Traverse a file hierarchy.
3
4 Files:
5 lib/fts_.h
6 lib/fts.c
7 lib/fts-cycle.c
8 m4/fts.m4
9
10 Depends-on:
11 cycle-check
12 hash
13 dirfd
14 unistd-safer
15 stdbool
16 gettext
17
18 configure.ac:
19 gl_FUNC_FTS
20
21 Makefile.am:
22
23 Include:
24 "fts_.h"
25
26 License:
27 GPL
28
29 Maintainer:
30 Jim Meyering