999dcf9efdc07706a46148c216350fbeec53b94e
[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 d-type
13 dirfd
14 fcntl
15 fcntl-safer
16 hash
17 lstat
18 openat
19 stdbool
20 unistd-safer
21
22 configure.ac:
23 gl_FUNC_FTS
24
25 Makefile.am:
26 EXTRA_DIST += fts_.h fts.c fts-cycle.c
27
28 Include:
29 "fts_.h"
30
31 License:
32 GPL
33
34 Maintainer:
35 Jim Meyering