diff options
author | Tim Rice <tim@multitalents.net> | 2006-02-04 17:42:58 -0800 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2006-02-04 17:42:58 -0800 |
commit | 70335a6b5f54b9e9e2460cb22957c872d7eca5fb (patch) | |
tree | b9d595aeab7c416acec24621d9e9a835ab05d6bf /configure.ac | |
parent | 0daad78fab0ff6b6b4064e3e7a5090d258d945a8 (diff) | |
download | openssh-git-70335a6b5f54b9e9e2460cb22957c872d7eca5fb.tar.gz |
- (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
kraai at ftbfs.org.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index d64daf21..8c655145 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.325 2006/02/05 01:33:55 tim Exp $ +# $Id: configure.ac,v 1.326 2006/02/05 01:42:58 tim Exp $ # # Copyright (c) 1999-2004 Damien Miller # @@ -15,7 +15,7 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) -AC_REVISION($Revision: 1.325 $) +AC_REVISION($Revision: 1.326 $) AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_HEADER(config.h) @@ -577,12 +577,13 @@ mips-sony-bsd|mips-sony-newsos4) AC_DEFINE(BROKEN_SETREGID) ;; -*-*-nto-qnx) +*-*-nto-qnx*) AC_DEFINE(USE_PIPES) AC_DEFINE(NO_X11_UNIX_SOCKETS) AC_DEFINE(MISSING_NFDBITS, 1, [Define on *nto-qnx systems]) AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems]) AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems]) + AC_DEFINE(DISABLE_LASTLOG) ;; *-*-ultrix*) |