- (djm) Don't use system sys/queue.h on AIX. Report from gert@greenie.muc.de

This commit is contained in:
Damien Miller 2002-02-14 08:44:04 +11:00
parent 57e3fa8c95
commit d054b07cc9
2 changed files with 7 additions and 3 deletions

View File

@ -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 $

View File

@ -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"