verify: new macro 'assume'
[gnulib.git] / modules / group-member
1 Description:
2 Determine whether the current process has the permissions of a given group ID.
3
4 Files:
5 lib/group-member.c
6 m4/group-member.m4
7
8 Depends-on:
9 unistd
10 extensions
11 getgroups        [test $HAVE_GROUP_MEMBER = 0]
12 xalloc-oversized [test $HAVE_GROUP_MEMBER = 0]
13
14 configure.ac:
15 gl_FUNC_GROUP_MEMBER
16 if test $HAVE_GROUP_MEMBER = 0; then
17   AC_LIBOBJ([group-member])
18   gl_PREREQ_GROUP_MEMBER
19 fi
20 gl_UNISTD_MODULE_INDICATOR([group-member])
21
22 Makefile.am:
23
24 Include:
25 <unistd.h>
26
27 License:
28 GPL
29
30 Maintainer:
31 Jim Meyering