view modules/faccessat @ 12298:6cb1877033fc

better AC_REQUIRE expanded-before-required-warning avoidance * m4/chown.m4 (gl_FUNC_CHOWN, gl_FUNC_CHOWN_FOLLOWS_SYMLINK): Define with AC_DEFUN_ONCE, rather than AC_DEFUN, to avoid AC_REQUIRE warnings. Suggested by Eric Blake. This change also reverts commit 1b712ba8, which is no longer needed.
author Jim Meyering <meyering@redhat.com>
date Mon, 16 Nov 2009 19:26:35 +0100
parents 1514bb09834a
children efab6978105e
line wrap: on
line source

Description:
faccessat() function: check user's permissions for a file.

Files:
lib/faccessat.c
m4/faccessat.m4

Depends-on:
euidaccess
extensions
fcntl-h
openat
unistd

configure.ac:
gl_FUNC_FACCESSAT
gl_MODULE_INDICATOR([faccessat])
gl_UNISTD_MODULE_INDICATOR([faccessat])

Makefile.am:

Include:
<fcntl.h>
<unistd.h>

Link:
$(LIB_EACCESS)

License:
GPL

Maintainer:
Jim Meyering, Eric Blake