iconv-h: Fix module description.
[gnulib.git] / modules / access
blob7434e021efb22aa92d224fd1e26029e1fab7825a
1 Description:
2 access() function: test the access rights of a file.
4 Files:
5 lib/access.c
6 m4/access.m4
8 Depends-on:
9 unistd
10 fcntl
12 configure.ac:
13 gl_FUNC_ACCESS
14 if test $REPLACE_ACCESS = 1; then
15   AC_LIBOBJ([access])
17 gl_UNISTD_MODULE_INDICATOR([access])
19 Makefile.am:
21 Include:
22 <unistd.h>
24 License:
25 LGPLv2+
27 Maintainer:
28 all