diff options
author | djm <djm> | 2001-02-26 09:49:58 +0000 |
---|---|---|
committer | djm <djm> | 2001-02-26 09:49:58 +0000 |
commit | e9a84b2d79ef0463a6857c7342c0b6a36481048f (patch) | |
tree | 0211da22d8ebaad903773a02b1e705c193bc4dfa /acconfig.h | |
parent | 19a9cabd77378ccbb45573e702b667613862c8c0 (diff) | |
download | openssh-e9a84b2d79ef0463a6857c7342c0b6a36481048f.tar.gz |
- (djm) Some systems (SCO3, NeXT) have weird saved uid semantics.
Based on patch from Tim Rice <tim@multitalents.net>
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.103 2001/02/24 21:41:10 mouring Exp $ */ +/* $Id: acconfig.h,v 1.104 2001/02/26 09:49:59 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -296,6 +296,9 @@ /* Define if X11 doesn't support AF_UNIX sockets on that system */ #undef NO_X11_UNIX_SOCKETS +/* Needed for SCO and NeXT */ +#undef SAVED_IDS_WORK_WITH_SETEUID + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ |