repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
fts
blob
4f49b88f8a2d32ea66e0045368f9caf6606ae434
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
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
34
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])
40
41
Makefile.am:
42
43
Include:
44
"fts_.h"
45
46
License:
47
GPL
48
49
Maintainer:
50
Jim Meyering