2 Open a directory stream from a file descriptor.
11 at-internal [test $HAVE_FDOPENDIR = 0]
12 dirfd [test $HAVE_FDOPENDIR = 0]
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]
23 if test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1; then
24 AC_LIBOBJ([fdopendir])
26 gl_DIRENT_MODULE_INDICATOR([fdopendir])
27 gl_MODULE_INDICATOR([fdopendir])
38 Jim Meyering, Eric Blake