60 lines
673 B
Plaintext
60 lines
673 B
Plaintext
Description:
|
|
Traverse a file hierarchy.
|
|
|
|
Files:
|
|
lib/fts_.h
|
|
lib/fts.c
|
|
lib/fts-cycle.c
|
|
m4/fts.m4
|
|
|
|
Depends-on:
|
|
alignasof
|
|
attribute
|
|
c99
|
|
calloc-posix
|
|
closedir
|
|
cycle-check
|
|
d-ino
|
|
d-type
|
|
fchdir
|
|
fcntl
|
|
fcntl-h
|
|
fcntl-safer
|
|
flexmember
|
|
free-posix
|
|
fstat
|
|
hash
|
|
i-ring
|
|
lstat
|
|
malloc-posix
|
|
memmove
|
|
open
|
|
openat-h
|
|
opendir
|
|
opendirat
|
|
readdir
|
|
realloc-posix
|
|
stdbool
|
|
stddef
|
|
stdint
|
|
|
|
configure.ac:
|
|
gl_FUNC_FTS
|
|
dnl Use this version of fts unconditionally, since the GNU libc and
|
|
dnl NetBSD versions have bugs and/or unnecessary limitations.
|
|
gl_CONDITIONAL([GL_COND_OBJ_FTS], [true])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_FTS
|
|
lib_SOURCES += fts.c
|
|
endif
|
|
|
|
Include:
|
|
"fts_.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|