2 getgroups() function: return the supplementary group IDs of the current process.
10 malloc-posix [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
11 stdint [test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1]
15 if test $HAVE_GETGROUPS = 0 || test $REPLACE_GETGROUPS = 1; then
16 AC_LIBOBJ([getgroups])
18 gl_UNISTD_MODULE_INDICATOR([getgroups])
29 Jim Meyering, Eric Blake