From eabb99c63b52b36e32f3c706fd2684ebb609f324 Mon Sep 17 00:00:00 2001 From: dtucker Date: Fri, 30 May 2003 07:43:42 +0000 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 | 1 + configure.ac | 2 ++ 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index c48ddeca..894dc0ec 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 diff --git a/configure.ac b/configure.ac index 53fa7022..83441619 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.45.1