Merge branch 'stable'
[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 dup
18 fchdir
19 fcntl-h
20 fcntl-safer
21 fstat
22 hash
23 i-ring
24 lstat
25 memmove
26 openat-h
27 openat-safer
28 opendir
29 readdir
30 stdbool
31 unistd-safer
32
33 configure.ac:
34 gl_FUNC_FTS
35 dnl Use this version of fts unconditionally, since the GNU libc and
36 dnl NetBSD versions have bugs and/or unnecessary limitations.
37 AC_LIBOBJ([fts])
38
39 Makefile.am:
40
41 Include:
42 "fts_.h"
43
44 License:
45 GPL
46
47 Maintainer:
48 Jim Meyering