malloc-h: New module.
[gnulib.git] / modules / fts
blob4f49b88f8a2d32ea66e0045368f9caf6606ae434
1 Description:
2 Traverse a file hierarchy.
4 Files:
5 lib/fts_.h
6 lib/fts.c
7 lib/fts-cycle.c
8 m4/fts.m4
10 Depends-on:
11 attribute
12 c99
13 closedir
14 cycle-check
15 d-ino
16 d-type
17 fchdir
18 fcntl
19 fcntl-h
20 flexmember
21 fstat
22 hash
23 i-ring
24 lstat
25 memmove
26 open
27 openat-h
28 opendir
29 opendirat
30 readdir
31 stdalign
32 stdbool
33 stddef
35 configure.ac:
36 gl_FUNC_FTS
37 dnl Use this version of fts unconditionally, since the GNU libc and
38 dnl NetBSD versions have bugs and/or unnecessary limitations.
39 AC_LIBOBJ([fts])
41 Makefile.am:
43 Include:
44 "fts_.h"
46 License:
47 GPL
49 Maintainer:
50 Jim Meyering