summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-10-04 23:54:54 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-10-04 23:54:54 +0000
commitdc3c757f577ba1f81df4a65c3fd3dcb79f3bb8c2 (patch)
treeff9e92b028cc9f533f96b8296f072ec6ea6bd8b1 /configure.ac
parent901119beab6622a263d9d0ccf4eb494bd33d3c77 (diff)
- (bal) Disable post-authentication Privsep for OSF/1. It conflicts with
SIA.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5fe50e56..c7223c7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.89 2002/09/26 00:38:47 tim Exp $
+# $Id: configure.ac,v 1.90 2002/10/04 23:54:55 mouring Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -330,6 +330,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_MSG_RESULT(no)
fi
fi
+ AC_DEFINE(DISABLE_FD_PASSING)
;;
*-*-nto-qnx)