X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Ffts;h=59e557a5bdfb3e6cc11d88882009ebeb698701f4;hb=0815daf810f59e2da6778367a2000bdd25af71b4;hp=b100fca8c473d9a32b5d4a5ac446f902fb79c7e6;hpb=e9255b85d00e92866a4edbca355ef59d825e9705;p=gnulib.git diff --git a/modules/fts b/modules/fts index b100fca8c..59e557a5b 100644 --- a/modules/fts +++ b/modules/fts @@ -8,21 +8,36 @@ lib/fts-cycle.c m4/fts.m4 Depends-on: +cloexec +closedir cycle-check -dirfd -fcntl +d-ino +d-type +dirent-safer +dup +fchdir +fcntl-h +fcntl-safer +fdopendir +fstat hash +i-ring lstat -openat +memmove +openat-h +openat-safer +opendir +readdir stdbool -fcntl-safer 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: -EXTRA_DIST += fts_.h fts-cycle.c Include: "fts_.h"