X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fdirfd;h=8410f38d72be2cef2182183ddd6f0fbcf3ebc3d6;hb=8a1f6249804a216743e8413158725145884d921b;hp=ce489f3bb4e86b0d8294c39088157b7ac39da67a;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/dirfd b/modules/dirfd index ce489f3bb..8410f38d7 100644 --- a/modules/dirfd +++ b/modules/dirfd @@ -2,21 +2,25 @@ Description: Retrieving the file descriptor of an open directory stream. (Unportable.) Files: -lib/dirfd.h lib/dirfd.c m4/dirfd.m4 Depends-on: +dirent +extensions +errno [test $ac_cv_have_decl_dirfd = no || test $REPLACE_DIRFD = 1] configure.ac: -UTILS_FUNC_DIRFD +gl_FUNC_DIRFD +gl_DIRENT_MODULE_INDICATOR([dirfd]) Makefile.am: -lib_SOURCES += dirfd.h Include: -"dirfd.h" + + +License: +LGPLv2+ Maintainer: Jim Meyering -