Add dependencies to new dirent related modules.
[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 cloexec
12 closedir
13 cycle-check
14 d-ino
15 d-type
16 dirent-safer
17 fchdir
18 fcntl-h
19 fcntl-safer
20 hash
21 i-ring
22 lstat
23 memmove
24 openat-safer
25 opendir
26 readdir
27 stdbool
28 unistd-safer
29
30 configure.ac:
31 gl_FUNC_FTS
32 dnl Use this version of fts unconditionally, since the GNU libc and
33 dnl NetBSD versions have bugs and/or unnecessary limitations.
34 AC_LIBOBJ([fts])
35
36 Makefile.am:
37
38 Include:
39 "fts_.h"
40
41 License:
42 GPL
43
44 Maintainer:
45 Jim Meyering