* lib/chdir-long.c: Include <fcntl.h>, for O_DIRECTORY.
[pspp] / 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 dirfd
13 fcntl
14 hash
15 lstat
16 openat
17 stdbool
18 fcntl-safer
19 unistd-safer
20
21 configure.ac:
22 gl_FUNC_FTS
23
24 Makefile.am:
25 EXTRA_DIST += fts_.h fts-cycle.c
26
27 Include:
28 "fts_.h"
29
30 License:
31 GPL
32
33 Maintainer:
34 Jim Meyering