Mercurial > hg > octave-lojdl > gnulib-hg
view modules/euidaccess @ 17111:b8250ce33952
hash-pjw: relax license to LGPLv2+
* modules/hash-pjw (License): Relax, with consent of author.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 26 Sep 2012 20:12:57 -0700 |
parents | 9009d83acea4 |
children |
line wrap: on
line source
Description: euidaccess() function: check effective user's permissions for a file. Files: lib/euidaccess.c m4/euidaccess.m4 Depends-on: 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: Include: <unistd.h> Link: $(LIB_EACCESS) License: LGPLv2+ Maintainer: Jim Meyering, glibc