summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-22 11:26:40 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-22 11:26:40 +1000
commita307b6ff146616915ecb75d8db6d7206d2609afe (patch)
tree0c729f325e085a8ea6527dc5d772c22f4953b9fb /configure.ac
parent8f4b9460387a31b6a69160226ee3f44e75725340 (diff)
- (dtucker) [configure.ac] Bug #653: uid swapping issues on Tru64.
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 bdc0ac93..77eb39ec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.154.2.3 2003/09/22 01:19:26 dtucker Exp $
+# $Id: configure.ac,v 1.154.2.4 2003/09/22 01:26:40 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -403,6 +403,9 @@ mips-sony-bsd|mips-sony-newsos4)
fi
AC_DEFINE(DISABLE_FD_PASSING)
AC_DEFINE(BROKEN_GETADDRINFO)
+ AC_DEFINE(SETEIUD_BREAKS_SETUID)
+ AC_DEFINE(BROKEN_SETREUID)
+ AC_DEFINE(BROKEN_SETREGID)
AC_DEFINE(LOCKED_PASSWD_SUBSTR, "Nologin")
;;