Mercurial > hg > octave-lojdl > gnulib-hg
view modules/fts @ 15636:578b354d30fc
Add dependencies to new dirent related modules.
* modules/backupfile (Depends-on): Add opendir, readdir, closedir.
* modules/fts (Depends-on): Likewise.
* modules/glob (Depends-on): Likewise.
* modules/savedir (Depends-on): Likewise.
* modules/scandir (Depends-on): Likewise.
* modules/dirent-safer (Depends-on): Add opendir, closedir.
* modules/fdopendir (Depends-on): Add opendir.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 17 Sep 2011 16:53:15 +0200 |
parents | d4118b26b79e |
children | 45b9be95a543 |
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 fchdir fcntl-h fcntl-safer hash i-ring lstat memmove openat-safer opendir readdir 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