- (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as

bogus in configure
This commit is contained in:
Damien Miller 2002-01-22 23:51:42 +11:00
parent 1fc2343e35
commit 28e4d8f87b
2 changed files with 5 additions and 2 deletions

View File

@ -228,6 +228,8 @@
typo in error message; from djast@cs.toronto.edu
- (djm) Make auth2-pam.c compile again after dispatch.h and packet.h
changes
- (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as
bogus in configure
20020121
- (djm) Rework ssh-rand-helper:
@ -7375,4 +7377,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
$Id: ChangeLog,v 1.1787 2002/01/22 12:43:12 djm Exp $
$Id: ChangeLog,v 1.1788 2002/01/22 12:51:42 djm Exp $

View File

@ -1,4 +1,4 @@
i# $Id: configure.ac,v 1.12 2002/01/22 11:16:05 djm Exp $
i# $Id: configure.ac,v 1.13 2002/01/22 12:51:43 djm Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -122,6 +122,7 @@ case "$host" in
check_for_libcrypt_later=1
AC_DEFINE(DONT_TRY_OTHER_AF)
AC_DEFINE(PAM_TTY_KLUDGE)
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
inet6_default_4in6=yes
;;
mips-sony-bsd|mips-sony-newsos4)