diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index bbe50162b..713b094d6 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.137 2002/05/13 03:15:43 djm Exp $ */ +/* $Id: acconfig.h,v 1.138 2002/06/12 16:57:15 mouring Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -12,6 +12,9 @@ /* supported by bsd-setproctitle.c */ #undef SPT_TYPE +/* setgroups() NOOP allowed */ +#undef SETGROUPS_NOOP + /* SCO workaround */ #undef BROKEN_SYS_TERMIO_H |