summaryrefslogtreecommitdiffstats
path: root/configure.in
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 /configure.in
parent706e7a9cf93fad3a8b0b7cd524c44d9e17e64da7 (diff)
- (bal) sys/queue.h is bogus for NCR platform. Patch by Daniel Carroll
<dan@mesastate.edu>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
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"