relocatable-lib-lgpl: Allow unconditional use of set_relocation_prefix.
[gnulib.git] / modules / fdopendir
blob7412254b6e2a311b4c84fb3f3447a04d6b90e19a
1 Description:
2 Open a directory stream from a file descriptor.
4 Files:
5 lib/fdopendir.c
6 lib/dirent-private.h
7 m4/fdopendir.m4
9 Depends-on:
10 dirent
11 extensions
12 at-internal     [test $HAVE_FDOPENDIR = 0]
13 dirfd           [test $HAVE_FDOPENDIR = 0]
14 dup             [test $HAVE_FDOPENDIR = 0]
15 errno           [test $HAVE_FDOPENDIR = 0]
16 fchdir          [test $HAVE_FDOPENDIR = 0]
17 fstat           [test $HAVE_FDOPENDIR = 0]
18 openat-die      [test $HAVE_FDOPENDIR = 0]
19 opendir         [test $HAVE_FDOPENDIR = 0]
20 save-cwd        [test $HAVE_FDOPENDIR = 0]
22 configure.ac:
23 gl_FUNC_FDOPENDIR
24 gl_CONDITIONAL([GL_COND_OBJ_FDOPENDIR],
25                [test $HAVE_FDOPENDIR = 0 || test $REPLACE_FDOPENDIR = 1])
26 gl_DIRENT_MODULE_INDICATOR([fdopendir])
27 gl_MODULE_INDICATOR([fdopendir])
29 Makefile.am:
30 if GL_COND_OBJ_FDOPENDIR
31 lib_SOURCES += fdopendir.c
32 endif
34 Include:
35 <dirent.h>
37 License:
38 GPL
40 Maintainer:
41 Jim Meyering, Eric Blake