summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-04-23 22:39:42 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-04-23 22:39:42 +0000
commit3432834ca429e9ad7208ece2e72e16c5cef5607e (patch)
tree5316cb79c6766994d0b1b0bdbe31639c764bb1f7
parent706e7a9cf93fad3a8b0b7cd524c44d9e17e64da7 (diff)
downloadopenssh-git-3432834ca429e9ad7208ece2e72e16c5cef5607e.tar.gz
- (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
<dan@mesastate.edu>
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3773ac9b..385b0d03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,8 @@
document hostbased and other cleanup
- (stevesk) start_pam() doesn't use DNS now for sshd -u0.
- (stevesk) auth-pam.c: use PERMIT_NO_PASSWD
+ - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
+ <dan@mesastate.edu>
20010422
- OpenBSD CVS Sync
@@ -5233,4 +5235,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1163 2001/04/23 18:38:37 stevesk Exp $
+$Id: ChangeLog,v 1.1164 2001/04/23 22:39:42 mouring Exp $
diff --git a/configure.in b/configure.in
index fe6e5593..e447d342 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.279 2001/04/21 21:31:53 tim Exp $
+# $Id: configure.in,v 1.280 2001/04/23 22:39:42 mouring Exp $
AC_INIT(ssh.c)
@@ -179,6 +179,7 @@ mips-sony-bsd|mips-sony-newsos4)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
LDFLAGS="$LDFLAGS -L/usr/local/lib"
LIBS="$LIBS -lc89 -lnsl -lgen -lsocket"
+ AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
;;
*-sni-sysv*)
CPPFLAGS="$CPPFLAGS -I/usr/local/include"