time: Fix test failure on FreeBSD.
[gnulib.git] / modules / fts
blobb754e0f57212e8123881a10f934896b5855118a2
1 Description:
2 Traverse a file hierarchy.
4 Files:
5 lib/fts_.h
6 lib/fts.c
7 lib/fts-cycle.c
8 m4/fts.m4
10 Depends-on:
11 alignasof
12 attribute
13 c99
14 calloc-posix
15 closedir
16 cycle-check
17 d-ino
18 d-type
19 fchdir
20 fcntl
21 fcntl-h
22 flexmember
23 free-posix
24 fstat
25 hash
26 i-ring
27 lstat
28 malloc-posix
29 memmove
30 open
31 openat-h
32 opendir
33 opendirat
34 readdir
35 realloc-posix
36 stdbool
37 stddef
38 stdint
40 configure.ac:
41 gl_FUNC_FTS
42 dnl Use this version of fts unconditionally, since the GNU libc and
43 dnl NetBSD versions have bugs and/or unnecessary limitations.
44 gl_CONDITIONAL([GL_COND_OBJ_FTS], [true])
46 Makefile.am:
47 if GL_COND_OBJ_FTS
48 lib_SOURCES += fts.c
49 endif
51 Include:
52 "fts_.h"
54 License:
55 GPL
57 Maintainer:
58 Jim Meyering