(NGROUPS_MAX): Don't try to define this macro.
authorRoland McGrath <roland@redhat.com>
Sat, 6 Jan 1996 21:24:34 +0000 (21:24 +0000)
committerRoland McGrath <roland@redhat.com>
Sat, 6 Jan 1996 21:24:34 +0000 (21:24 +0000)
job.c

diff --git a/job.c b/job.c
index 3d4f328b099aef1912f3c7220e56480e070208a7..61c4af2b209d2978806f350074d40b330cd3e888 100644 (file)
--- a/job.c
+++ b/job.c
@@ -41,20 +41,6 @@ static int dos_batch_file;
 #include <sys/file.h>
 #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 <sys/wait.h>
 #endif