maintainer-makefile: Prohibit BSD4.3/SysV u_char etc types.
[gnulib.git] / modules / mgetgroups
blobbc8a9ddf251ad982866df7c701f3bf58902e92ab
1 Description:
2 Return the group IDs of a user or current process in malloc'd storage.
4 Files:
5 lib/mgetgroups.c
6 lib/mgetgroups.h
7 m4/mgetgroups.m4
9 Depends-on:
10 free-posix
11 getgroups
12 getugroups
13 realloc-posix
14 xalloc-oversized
16 configure.ac:
17 gl_MGETGROUPS
19 Makefile.am:
20 lib_SOURCES += mgetgroups.c
22 Include:
23 "mgetgroups.h"
25 License:
26 LGPLv2+
28 Maintainer:
29 Jim Meyering, Eric Blake