summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-02-14 08:44:04 +1100
committerDamien Miller <djm@mindrot.org>2002-02-14 08:44:04 +1100
commitd054b07cc9d01a8891a48877e236f5aad552f9da (patch)
tree5e960862392302db25e4b7a7f88853e3eb729cb4
parent57e3fa8c957fb2f991dbe90f38c6717870d5d5df (diff)
- (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.de
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index eaffef49..53e91b49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-20010213
+20020213
+ - (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.de
+
+20020213
- (djm) OpenBSD CVS Sync
- markus@cvs.openbsd.org 2002/02/11 16:10:15
[kex.c]
@@ -7586,4 +7589,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.1851 2002/02/13 18:14:52 tim Exp $
+$Id: ChangeLog,v 1.1852 2002/02/13 21:44:04 djm Exp $
diff --git a/configure.ac b/configure.ac
index 873214f7..e342c974 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-# $Id: configure.ac,v 1.19 2002/02/13 18:14:53 tim Exp $
+# $Id: configure.ac,v 1.20 2002/02/13 21:44:06 djm Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@@ -63,6 +63,7 @@ case "$host" in
AC_DEFINE(BROKEN_GETADDRINFO)
dnl AIX handles lastlog as part of its login message
AC_DEFINE(DISABLE_LASTLOG)
+ AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
;;
*-*-cygwin*)
LIBS="$LIBS /usr/lib/textmode.o"