New module 'copysignl'.
[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-safer
27 opendir
28 readdir
29 stdbool
30 unistd-safer
31
32 configure.ac:
33 gl_FUNC_FTS
34 dnl Use this version of fts unconditionally, since the GNU libc and
35 dnl NetBSD versions have bugs and/or unnecessary limitations.
36 AC_LIBOBJ([fts])
37
38 Makefile.am:
39
40 Include:
41 "fts_.h"
42
43 License:
44 GPL
45
46 Maintainer:
47 Jim Meyering