New module 'fstat'.
[gnulib.git] / modules / fdopendir
1 Description:
2 Open a directory stream from a file descriptor.
3
4 Files:
5 lib/fdopendir.c
6 lib/openat-priv.h
7 lib/openat-proc.c
8 m4/fdopendir.m4
9
10 Depends-on:
11 dirent
12 extensions
13 dup             [test $HAVE_FDOPENDIR = 0]
14 errno           [test $HAVE_FDOPENDIR = 0]
15 fchdir          [test $HAVE_FDOPENDIR = 0]
16 fstat           [test $HAVE_FDOPENDIR = 0]
17 openat-die      [test $HAVE_FDOPENDIR = 0]
18 opendir         [test $HAVE_FDOPENDIR = 0]
19 save-cwd        [test $HAVE_FDOPENDIR = 0]
20
21 configure.ac:
22 gl_FUNC_FDOPENDIR
23 if test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1; then
24   AC_LIBOBJ([fdopendir])
25 fi
26 if test $HAVE_FDOPENDIR = 0; then
27   AC_LIBOBJ([openat-proc])
28 fi
29 gl_DIRENT_MODULE_INDICATOR([fdopendir])
30 gl_MODULE_INDICATOR([fdopendir])
31
32 Makefile.am:
33
34 Include:
35 <dirent.h>
36
37 License:
38 GPL
39
40 Maintainer:
41 Jim Meyering, Eric Blake