pthread: fix pthread.h creation for srcdir != builddir
[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 cycle-check
13 d-ino
14 d-type
15 dirent-safer
16 dirfd
17 fchdir
18 fcntl-h
19 fcntl-safer
20 hash
21 i-ring
22 lstat
23 memmove
24 openat-safer
25 stdbool
26 unistd-safer
27
28 configure.ac:
29 gl_FUNC_FTS
30
31 Makefile.am:
32
33 Include:
34 "fts_.h"
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering