summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2003-09-22 11:26:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2003-09-22 11:26:16 +1000
commited92b213212336d49417c1e7dae41caf6c63b2db (patch)
treedb12bdbfa2c11edf75ea9a8ebd418fe5e9afd819 /configure.ac
parented9eb02326f653be1a76b5772bbe9a1632114f57 (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 5d1f8501..88aa481a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.158 2003/09/22 01:18:47 dtucker Exp $
+# $Id: configure.ac,v 1.159 2003/09/22 01:26:16 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")
;;