chg 26486 removes last use of NGROUPS, so remove the macro-def
Jim Cromie [Mon, 26 Dec 2005 07:57:51 +0000 (00:57 -0700)]
Message-ID: <43B004EF.8060500@gmail.com>

p4raw-id: //depot/perl@26489

doio.c

diff --git a/doio.c b/doio.c
index 4c913d8..a956af0 100644 (file)
--- a/doio.c
+++ b/doio.c
@@ -1928,9 +1928,6 @@ Perl_ingroup(pTHX_ Gid_t testgid, bool effective)
     if (testgid == (effective ? PL_egid : PL_gid))
        return TRUE;
 #ifdef HAS_GETGROUPS
-#ifndef NGROUPS
-#define NGROUPS 32
-#endif
     {
        Groups_t *gary = NULL;
        I32 anum;