summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--configure.ac4
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 82686070..56096a70 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 5800d1e4..83b40188 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