From 3432834ca429e9ad7208ece2e72e16c5cef5607e Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Mon, 23 Apr 2001 22:39:42 +0000 Subject: - (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll --- configure.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index fe6e55933..e447d342f 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" -- cgit v1.2.3