math: Add support for OpenVMS.
[gnulib/ericb.git] / modules / fts
blob55c09e7c959467f620f91368ee05d7d9e8e3cabf
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 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 flexmember
23 fstat
24 hash
25 i-ring
26 lstat
27 memmove
28 openat-h
29 openat-safer
30 opendir
31 readdir
32 stdalign
33 stdbool
34 stddef
35 unistd-safer
37 configure.ac:
38 gl_FUNC_FTS
39 dnl Use this version of fts unconditionally, since the GNU libc and
40 dnl NetBSD versions have bugs and/or unnecessary limitations.
41 AC_LIBOBJ([fts])
43 Makefile.am:
45 Include:
46 "fts_.h"
48 License:
49 GPL
51 Maintainer:
52 Jim Meyering