Bump to 1.14.1
[platform/upstream/augeas.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 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]
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 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