mgetgroups: relax license to LGPLv2+
[gnulib.git] / modules / getgroups
1 Description:
2 getgroups() function: return the supplementary group IDs of the current process.
3
4 Files:
5 lib/getgroups.c
6 m4/getgroups.m4
7
8 Depends-on:
9 unistd
10 malloc-posix    [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
11 stdint          [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
12
13 configure.ac:
14 gl_FUNC_GETGROUPS
15 if test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1; then
16   AC_LIBOBJ([getgroups])
17 fi
18 gl_UNISTD_MODULE_INDICATOR([getgroups])
19
20 Makefile.am:
21
22 Include:
23 <unistd.h>
24
25 License:
26 LGPLv2+
27
28 Maintainer:
29 Jim Meyering, Eric Blake