X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fdirfd;h=8410f38d72be2cef2182183ddd6f0fbcf3ebc3d6;hb=8a1f6249804a216743e8413158725145884d921b;hp=82cfb7a9853781ae2aa134da03d40f91ae1ddeb3;hpb=5eeec029e833abe9ba663d51bb556bd1eebb814e;p=gnulib.git diff --git a/modules/dirfd b/modules/dirfd index 82cfb7a98..8410f38d7 100644 --- a/modules/dirfd +++ b/modules/dirfd @@ -2,22 +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: gl_FUNC_DIRFD +gl_DIRENT_MODULE_INDICATOR([dirfd]) Makefile.am: Include: -"dirfd.h" + License: -LGPL +LGPLv2+ Maintainer: Jim Meyering