autoupdate
[gnulib.git] / modules / dirfd
blob0ad0bf42c251a69eebd0f797e4bd1dc1ea686740
1 Description:
2 Retrieving the file descriptor of an open directory stream.  (Unportable.)
4 Files:
5 lib/dirfd.c
6 m4/dirfd.m4
8 Depends-on:
9 dirent
10 extensions
11 errno           [test $ac_cv_func_dirfd = no && test $gl_cv_func_dirfd_macro = no || test $REPLACE_DIRFD = 1]
13 configure.ac:
14 gl_FUNC_DIRFD
15 if test $ac_cv_func_dirfd = no && test $gl_cv_func_dirfd_macro = no \
16    || test $REPLACE_DIRFD = 1; then
17   AC_LIBOBJ([dirfd])
18   gl_PREREQ_DIRFD
20 gl_DIRENT_MODULE_INDICATOR([dirfd])
22 Makefile.am:
24 Include:
25 <dirent.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Jim Meyering