strtoimax: Avoid link error on OSF/1 with DTK cc.
[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 if test $HAVE_GROUP_MEMBER = 0; then
18   AC_LIBOBJ([group-member])
19   gl_PREREQ_GROUP_MEMBER
20 fi
21 gl_UNISTD_MODULE_INDICATOR([group-member])
22
23 Makefile.am:
24
25 Include:
26 <unistd.h>
27
28 License:
29 GPL
30
31 Maintainer:
32 Jim Meyering