Fix problem with _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H on VMS.
[gnulib.git] / modules / fts
1 Description:
2 Traverse a file hierarchy.
3
4 Files:
5 lib/fts_.h
6 lib/fts.c
7 lib/fts-cycle.c
8 m4/fts.m4
9
10 Depends-on:
11 cycle-check
12 d-type
13 dirfd
14 fchdir
15 fcntl
16 fcntl-safer
17 hash
18 i-ring
19 lstat
20 openat
21 stdbool
22 unistd-safer
23
24 configure.ac:
25 gl_FUNC_FTS
26 gl_MODULE_INDICATOR([fts])
27
28 Makefile.am:
29
30 Include:
31 "fts_.h"
32
33 License:
34 GPL
35
36 Maintainer:
37 Jim Meyering