summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2006-02-04 17:42:58 -0800
committerTim Rice <tim@multitalents.net>2006-02-04 17:42:58 -0800
commit70335a6b5f54b9e9e2460cb22957c872d7eca5fb (patch)
treeb9d595aeab7c416acec24621d9e9a835ab05d6bf
parent0daad78fab0ff6b6b4064e3e7a5090d258d945a8 (diff)
- (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
kraai at ftbfs.org.
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac7
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 10fea4e89..61faee92e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
120060205 120060205
2 - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test 2 - (tim) [configure.ac] Add AC_REVISION. Add sys/time.h to lastlog.h test
3 for Solaris. OK dtucker@. 3 for Solaris. OK dtucker@.
4 - (tim) [configure.ac] Bug #1149. Changes in QNX section only. Patch by
5 kraai at ftbfs.org.
4 6
520060203 720060203
6 - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first 8 - (tim) [configure.ac] test for egrep (AC_PROG_EGREP) before first
@@ -3834,4 +3836,4 @@
3834 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 3836 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
3835 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 3837 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
3836 3838
3837$Id: ChangeLog,v 1.4121 2006/02/05 01:33:55 tim Exp $ 3839$Id: ChangeLog,v 1.4122 2006/02/05 01:42:58 tim Exp $
diff --git a/configure.ac b/configure.ac
index d64daf219..8c6551453 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.325 2006/02/05 01:33:55 tim Exp $ 1# $Id: configure.ac,v 1.326 2006/02/05 01:42:58 tim Exp $
2# 2#
3# Copyright (c) 1999-2004 Damien Miller 3# Copyright (c) 1999-2004 Damien Miller
4# 4#
@@ -15,7 +15,7 @@
15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 15# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 16
17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org) 17AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
18AC_REVISION($Revision: 1.325 $) 18AC_REVISION($Revision: 1.326 $)
19AC_CONFIG_SRCDIR([ssh.c]) 19AC_CONFIG_SRCDIR([ssh.c])
20 20
21AC_CONFIG_HEADER(config.h) 21AC_CONFIG_HEADER(config.h)
@@ -577,12 +577,13 @@ mips-sony-bsd|mips-sony-newsos4)
577 AC_DEFINE(BROKEN_SETREGID) 577 AC_DEFINE(BROKEN_SETREGID)
578 ;; 578 ;;
579 579
580*-*-nto-qnx) 580*-*-nto-qnx*)
581 AC_DEFINE(USE_PIPES) 581 AC_DEFINE(USE_PIPES)
582 AC_DEFINE(NO_X11_UNIX_SOCKETS) 582 AC_DEFINE(NO_X11_UNIX_SOCKETS)
583 AC_DEFINE(MISSING_NFDBITS, 1, [Define on *nto-qnx systems]) 583 AC_DEFINE(MISSING_NFDBITS, 1, [Define on *nto-qnx systems])
584 AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems]) 584 AC_DEFINE(MISSING_HOWMANY, 1, [Define on *nto-qnx systems])
585 AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems]) 585 AC_DEFINE(MISSING_FD_MASK, 1, [Define on *nto-qnx systems])
586 AC_DEFINE(DISABLE_LASTLOG)
586 ;; 587 ;;
587 588
588*-*-ultrix*) 589*-*-ultrix*)