summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-22 11:40:24 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-22 11:40:24 +1000
commit00130115294af62753cd03c85fcdbcbcf63bc8bb (patch)
tree419e984dc81b70e6d921afb7b3a0ed07ee370428 /configure.ac
parented92b213212336d49417c1e7dae41caf6c63b2db (diff)
- (dtucker) [configure.ac] Bug #693: uid swapping issues on NCR MP-RAS.
Patch from david.haughton at ncr.com
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 88aa481a..3a503d99 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.159 2003/09/22 01:26:16 dtucker Exp $
+# $Id: configure.ac,v 1.160 2003/09/22 01:40:25 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -286,6 +286,9 @@ mips-sony-bsd|mips-sony-newsos4)
LIBS="$LIBS -lc89"
AC_DEFINE(USE_PIPES)
AC_DEFINE(SSHD_ACQUIRES_CTTY)
+ AC_DEFINE(SETEUID_BREAKS_SETUID)
+ AC_DEFINE(BROKEN_SETREUID)
+ AC_DEFINE(BROKEN_SETREGID)
;;
*-sni-sysv*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"