New module 'dup'.
[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 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 if test $HAVE_FDOPENDIR = 0; then
26   AC_LIBOBJ([openat-proc])
27 fi
28 gl_DIRENT_MODULE_INDICATOR([fdopendir])
29 gl_MODULE_INDICATOR([fdopendir])
30
31 Makefile.am:
32
33 Include:
34 <dirent.h>
35
36 License:
37 GPL
38
39 Maintainer:
40 Jim Meyering, Eric Blake