diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-12 18:57:14 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-12 18:57:14 +0200 |
commit | 837461bf9a8f71b96a522bf6f51d6fdcb5b2a8cd (patch) | |
tree | 8d9133b0e60ad650bf440158bb742a8af7f5c06f /acconfig.h | |
parent | - markus@cvs.openbsd.org 2002/06/12 01:09:52 (diff) | |
download | openssh-837461bf9a8f71b96a522bf6f51d6fdcb5b2a8cd.tar.xz openssh-837461bf9a8f71b96a522bf6f51d6fdcb5b2a8cd.zip |
- (bal) Build noop setgroups() for cygwin to clean up code (For other
platforms without the setgroups() requirement, you MUST define
SETGROUPS_NOOP in the configure.ac) Based on patch by vinschen@redhat.com
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 |