tcgetsid: Detect declaration correctly.
[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 errno           [test $HAVE_FDOPENDIR = 0]
14 fchdir          [test $HAVE_FDOPENDIR = 0]
15 openat-die      [test $HAVE_FDOPENDIR = 0]
16 save-cwd        [test $HAVE_FDOPENDIR = 0]
17
18 configure.ac:
19 gl_FUNC_FDOPENDIR
20 if test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1; then
21   AC_LIBOBJ([fdopendir])
22 fi
23 if test $HAVE_FDOPENDIR = 0; then
24   AC_LIBOBJ([openat-proc])
25 fi
26 gl_DIRENT_MODULE_INDICATOR([fdopendir])
27 gl_MODULE_INDICATOR([fdopendir])
28
29 Makefile.am:
30
31 Include:
32 <dirent.h>
33
34 License:
35 GPL
36
37 Maintainer:
38 Jim Meyering, Eric Blake