summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac3
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index eaffef493..53e91b49a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
120010213 120020213
2 - (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.de
3
420020213
2 - (djm) OpenBSD CVS Sync 5 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2002/02/11 16:10:15 6 - markus@cvs.openbsd.org 2002/02/11 16:10:15
4 [kex.c] 7 [kex.c]
@@ -7586,4 +7589,4 @@
7586 - Wrote replacements for strlcpy and mkdtemp 7589 - Wrote replacements for strlcpy and mkdtemp
7587 - Released 1.0pre1 7590 - Released 1.0pre1
7588 7591
7589$Id: ChangeLog,v 1.1851 2002/02/13 18:14:52 tim Exp $ 7592$Id: ChangeLog,v 1.1852 2002/02/13 21:44:04 djm Exp $
diff --git a/configure.ac b/configure.ac
index 873214f71..e342c974e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.19 2002/02/13 18:14:53 tim Exp $ 1# $Id: configure.ac,v 1.20 2002/02/13 21:44:06 djm Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -63,6 +63,7 @@ case "$host" in
63 AC_DEFINE(BROKEN_GETADDRINFO) 63 AC_DEFINE(BROKEN_GETADDRINFO)
64 dnl AIX handles lastlog as part of its login message 64 dnl AIX handles lastlog as part of its login message
65 AC_DEFINE(DISABLE_LASTLOG) 65 AC_DEFINE(DISABLE_LASTLOG)
66 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
66 ;; 67 ;;
67*-*-cygwin*) 68*-*-cygwin*)
68 LIBS="$LIBS /usr/lib/textmode.o" 69 LIBS="$LIBS /usr/lib/textmode.o"