Define NGROUPS.

This commit is contained in:
Ulrich Drepper 2000-04-18 17:26:12 +00:00
parent 1fcf9f3339
commit 2b6e50c981
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
/* The pagesize is 4096. */ /* The pagesize is 4096. */
#define EXEC_PAGESIZE 4096 #define EXEC_PAGESIZE 4096
/* maximum number of supplemental groups. */
#define NGROUPS 32
/* Macros for min/max. */ /* Macros for min/max. */
#define MIN(a,b) (((a)<(b))?(a):(b)) #define MIN(a,b) (((a)<(b))?(a):(b))
#define MAX(a,b) (((a)>(b))?(a):(b)) #define MAX(a,b) (((a)>(b))?(a):(b))