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