idpriv-droptemp: Handle large user and group ids.
[gnulib.git] / modules / dirfd
bloba87fa8b2e72ef21cb863a6c9ba19d585efc98393
1 Description:
2 Retrieving the file descriptor of an open directory stream.  (Unportable.)
4 Files:
5 lib/dirfd.c
6 lib/dirent-private.h
7 m4/dirfd.m4
9 Depends-on:
10 dirent
11 extensions
12 errno           [test $HAVE_DIRFD = 0 || test $REPLACE_DIRFD = 1]
14 configure.ac:
15 gl_FUNC_DIRFD
16 gl_CONDITIONAL([GL_COND_OBJ_DIRFD],
17                [test $HAVE_DIRFD = 0 || test $REPLACE_DIRFD = 1])
18 AM_COND_IF([GL_COND_OBJ_DIRFD], [
19   gl_PREREQ_DIRFD
21 gl_DIRENT_MODULE_INDICATOR([dirfd])
23 Makefile.am:
24 if GL_COND_OBJ_DIRFD
25 lib_SOURCES += dirfd.c
26 endif
28 Include:
29 <dirent.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 Jim Meyering