X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Feuidaccess;h=e34b76bc55efd60791be460b7ae6d8fe116d3d74;hb=04707083859be0e1be90aac1355e4efe5c3a339b;hp=8d4bb875289f37c6f693ec700fddac1fe41b82d1;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/euidaccess b/modules/euidaccess index 8d4bb8752..e34b76bc5 100644 --- a/modules/euidaccess +++ b/modules/euidaccess @@ -2,26 +2,35 @@ Description: euidaccess() function: check effective user's permissions for a file. Files: -lib/euidaccess.h lib/euidaccess.c -lib/stat-macros.h m4/euidaccess.m4 Depends-on: -group-member +unistd +extensions +root-uid +group-member [test $HAVE_EUIDACCESS = 0] +stat [test $HAVE_EUIDACCESS = 0] +sys_stat [test $HAVE_EUIDACCESS = 0] configure.ac: gl_FUNC_EUIDACCESS +if test $HAVE_EUIDACCESS = 0; then + AC_LIBOBJ([euidaccess]) + gl_PREREQ_EUIDACCESS +fi +gl_UNISTD_MODULE_INDICATOR([euidaccess]) Makefile.am: -lib_SOURCES += euidaccess.h stat-macros.h Include: -"euidaccess.h" + + +Link: +$(LIB_EACCESS) License: -LGPL +LGPLv2+ Maintainer: Jim Meyering, glibc -