view modules/fts @ 18079:4c948fd76734 default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Mon, 24 Aug 2015 06:09:19 -0700
parents 1a086f523d28
children
line wrap: on
line source

Description:
Traverse a file hierarchy.

Files:
lib/fts_.h
lib/fts.c
lib/fts-cycle.c
m4/fts.m4

Depends-on:
cloexec
closedir
cycle-check
d-ino
d-type
dirent-safer
dup
fchdir
fcntl-h
fcntl-safer
fdopendir
flexmember
fstat
hash
i-ring
lstat
memmove
openat-h
openat-safer
opendir
readdir
stdalign
stdbool
unistd-safer

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.
AC_LIBOBJ([fts])

Makefile.am:

Include:
"fts_.h"

License:
GPL

Maintainer:
Jim Meyering