repo.or.cz
/
gnulib
/
ericb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
math: Add support for OpenVMS.
[gnulib/ericb.git]
/
modules
/
fts
blob
55c09e7c959467f620f91368ee05d7d9e8e3cabf
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
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
36
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])
42
43
Makefile.am:
44
45
Include:
46
"fts_.h"
47
48
License:
49
GPL
50
51
Maintainer:
52
Jim Meyering