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