From: Roland McGrath Date: Sat, 6 Jan 1996 21:24:34 +0000 (+0000) Subject: (NGROUPS_MAX): Don't try to define this macro. X-Git-Tag: 3.74.3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb69b06199e968a3238a049753a9c3c68b6885ba;p=thirdparty%2Fmake.git (NGROUPS_MAX): Don't try to define this macro. --- diff --git a/job.c b/job.c index 3d4f328b..61c4af2b 100644 --- a/job.c +++ b/job.c @@ -41,20 +41,6 @@ static int dos_batch_file; #include #endif - -/* If NGROUPS_MAX == 0 then try other methods for finding a real value. */ -#if defined (NGROUPS_MAX) && NGROUPS_MAX == 0 -#undef NGROUPS_MAX -#endif /* NGROUPS_MAX == 0 */ - -#ifndef NGROUPS_MAX -#ifdef POSIX -#define GET_NGROUPS_MAX sysconf (_SC_NGROUPS_MAX) -#else /* Not POSIX. */ -#define NGROUPS_MAX NGROUPS -#endif /* POSIX. */ -#endif - #if defined (HAVE_SYS_WAIT_H) || defined (HAVE_UNION_WAIT) #include #endif