From cb69b06199e968a3238a049753a9c3c68b6885ba Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 6 Jan 1996 21:24:34 +0000 Subject: (NGROUPS_MAX): Don't try to define this macro. --- job.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'job.c') diff --git a/job.c b/job.c index 3d4f328..61c4af2 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 -- cgit v1.2.3