NEWS.stable: update and finalise
[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          [test $HAVE_GROUP_MEMBER = 0]
13 stdbool         [test $HAVE_GROUP_MEMBER = 0]
14
15 configure.ac:
16 gl_FUNC_GROUP_MEMBER
17 gl_UNISTD_MODULE_INDICATOR([group-member])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 GPL
26
27 Maintainer:
28 Jim Meyering