diff options
author | tim <tim> | 2004-04-17 03:03:07 +0000 |
---|---|---|
committer | tim <tim> | 2004-04-17 03:03:07 +0000 |
commit | 643e88846c46424861cb06b12c708a16657f420d (patch) | |
tree | a2cce78ef7d2aec4fb4fe9c147c72708fa80307c /configure.ac | |
parent | 393703ce899e53c8d62378927c92ee4f625530d7 (diff) | |
download | openssh-643e88846c46424861cb06b12c708a16657f420d.tar.gz |
- (tim) [configure.ac] Set SETEUID_BREAKS_SETUID, BROKEN_SETREUID and
BROKEN_SETREGID for SCO OpenServer 3
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9d24f37a..6ba4d244 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.213 2004/04/14 10:14:26 djm Exp $ +# $Id: configure.ac,v 1.214 2004/04/17 03:03:07 tim Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -359,6 +359,9 @@ mips-sony-bsd|mips-sony-newsos4) AC_DEFINE(HAVE_SECUREWARE) AC_DEFINE(DISABLE_SHADOW) AC_DEFINE(BROKEN_SAVED_UIDS) + AC_DEFINE(SETEUID_BREAKS_SETUID) + AC_DEFINE(BROKEN_SETREUID) + AC_DEFINE(BROKEN_SETREGID) AC_DEFINE(WITH_ABBREV_NO_TTY) AC_CHECK_FUNCS(getluid setluid) MANTYPE=man |