summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2001-03-08 18:26:57 +0000
committerKevin Steves <stevesk@pobox.com>2001-03-08 18:26:57 +0000
commit52dd46855d387f71585d6d6daf18a03da9207d87 (patch)
tree693aa7ab9da5cede96be5b97313c1f04fad2d6a1
parentcebc858ca27e1b3138e346b0094bcdfa08088699 (diff)
- (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
Dirk Markwardt <D.Markwardt@tu-bs.de>
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 415000ca4..410ffd98e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
8 [readconf.c ssh.1] 8 [readconf.c ssh.1]
9 turn off useprivilegedports by default. only rhost-auth needs 9 turn off useprivilegedports by default. only rhost-auth needs
10 this. older sshd's may need this, too. 10 this. older sshd's may need this, too.
11 - (stevesk) Reliant Unix (SNI) needs HAVE_BOGUS_SYS_QUEUE_H;
12 Dirk Markwardt <D.Markwardt@tu-bs.de>
11 13
1220010307 1420010307
13 - (bal) OpenBSD CVS Sync 15 - (bal) OpenBSD CVS Sync
@@ -4441,4 +4443,4 @@
4441 - Wrote replacements for strlcpy and mkdtemp 4443 - Wrote replacements for strlcpy and mkdtemp
4442 - Released 1.0pre1 4444 - Released 1.0pre1
4443 4445
4444$Id: ChangeLog,v 1.926 2001/03/08 03:39:10 mouring Exp $ 4446$Id: ChangeLog,v 1.927 2001/03/08 18:26:58 stevesk Exp $
diff --git a/configure.in b/configure.in
index de3a2fb8f..176e3b4ba 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.261 2001/03/03 13:29:21 djm Exp $ 1# $Id: configure.in,v 1.262 2001/03/08 18:26:57 stevesk Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -203,6 +203,7 @@ mips-sony-bsd|mips-sony-newsos4)
203 IPADDR_IN_DISPLAY=yes 203 IPADDR_IN_DISPLAY=yes
204 AC_DEFINE(USE_PIPES) 204 AC_DEFINE(USE_PIPES)
205 AC_DEFINE(IP_TOS_IS_BROKEN) 205 AC_DEFINE(IP_TOS_IS_BROKEN)
206 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
206 mansubdir=cat 207 mansubdir=cat
207 LIBS="$LIBS -lgen -lnsl -lucb" 208 LIBS="$LIBS -lgen -lnsl -lucb"
208 ;; 209 ;;