From 2972d6c045134f54e13e8823f7ac40155c9825a4 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Fri, 30 May 2003 17:43:42 +1000 Subject: [PATCH] - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix. I'm pretty sure these are required. I also want to add -D_XOPEN_SOURCE=1 -D_XOPEN_SOURCE_EXTENDED=1 to CPPFLAGS for MP-RAS but I haven't had confirmation that it will not break anything else. --- ChangeLog | 3 ++- configure.ac | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 826860701..56096a70f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 20030530 - (dtucker) Add missing semicolon in md5crypt.c, patch from openssh at roumenpetrov.info + - (dtucker) Define SSHD_ACQUIRES_CTTY for NCR MP-RAS and Reliant Unix. 20030526 - (djm) Avoid auth2-chall.c warning when compiling without @@ -1622,4 +1623,4 @@ save auth method before monitor_reset_key_state(); bugzilla bug #284; ok provos@ -$Id: ChangeLog,v 1.2753 2003/05/30 06:58:22 dtucker Exp $ +$Id: ChangeLog,v 1.2754 2003/05/30 07:43:42 dtucker Exp $ diff --git a/configure.ac b/configure.ac index 5800d1e4b..83b40188d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# $Id: configure.ac,v 1.123 2003/05/19 23:24:42 djm Exp $ +# $Id: configure.ac,v 1.124 2003/05/30 07:43:42 dtucker Exp $ AC_INIT AC_CONFIG_SRCDIR([ssh.c]) @@ -298,6 +298,7 @@ mips-sony-bsd|mips-sony-newsos4) LDFLAGS="$LDFLAGS -L/usr/local/lib" LIBS="$LIBS -lc89" AC_DEFINE(USE_PIPES) + AC_DEFINE(SSHD_ACQUIRES_CTTY) ;; *-sni-sysv*) CPPFLAGS="$CPPFLAGS -I/usr/local/include" @@ -306,6 +307,7 @@ mips-sony-bsd|mips-sony-newsos4) IPADDR_IN_DISPLAY=yes AC_DEFINE(USE_PIPES) AC_DEFINE(IP_TOS_IS_BROKEN) + AC_DEFINE(SSHD_ACQUIRES_CTTY) # /usr/ucblib/libucb.a no longer needed on ReliantUNIX # Attention: always take care to bind libsocket and libnsl before libc, # otherwise you will find lots of "SIOCGPGRP errno 22" on syslog