* lib/getlogin_r.c, lib/getlogin_r.h, m4/getlogin_r.m4,
[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 m4/inttypes-pri.m4
10
11 Depends-on:
12 cycle-check
13 dirfd
14 hash
15 lstat
16 stdbool
17 unistd-safer
18
19 configure.ac:
20 gl_FUNC_FTS
21
22 Makefile.am:
23
24 Include:
25 "fts_.h"
26
27 License:
28 GPL
29
30 Maintainer:
31 Jim Meyering