diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-10-05 01:54:54 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-10-05 01:54:54 +0200 |
commit | dc3c757f577ba1f81df4a65c3fd3dcb79f3bb8c2 (patch) | |
tree | ff9e92b028cc9f533f96b8296f072ec6ea6bd8b1 /configure.ac | |
parent | - (djm) Bug #406: s/msg_send/ssh_msg_send/ for Mac OS X 1.2 (diff) | |
download | openssh-dc3c757f577ba1f81df4a65c3fd3dcb79f3bb8c2.tar.xz openssh-dc3c757f577ba1f81df4a65c3fd3dcb79f3bb8c2.zip |
- (bal) Disable post-authentication Privsep for OSF/1. It conflicts with
SIA.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5fe50e56b..c7223c7aa 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) |