summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authortim <tim>2004-04-17 03:03:07 +0000
committertim <tim>2004-04-17 03:03:07 +0000
commit643e88846c46424861cb06b12c708a16657f420d (patch)
treea2cce78ef7d2aec4fb4fe9c147c72708fa80307c /configure.ac
parent393703ce899e53c8d62378927c92ee4f625530d7 (diff)
downloadopenssh-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.ac5
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