- (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as
bogus in configure
This commit is contained in:
parent
1fc2343e35
commit
28e4d8f87b
|
@ -228,6 +228,8 @@
|
||||||
typo in error message; from djast@cs.toronto.edu
|
typo in error message; from djast@cs.toronto.edu
|
||||||
- (djm) Make auth2-pam.c compile again after dispatch.h and packet.h
|
- (djm) Make auth2-pam.c compile again after dispatch.h and packet.h
|
||||||
changes
|
changes
|
||||||
|
- (djm) Recent Glibc includes an incompatible sys/queue.h. Treat it as
|
||||||
|
bogus in configure
|
||||||
|
|
||||||
20020121
|
20020121
|
||||||
- (djm) Rework ssh-rand-helper:
|
- (djm) Rework ssh-rand-helper:
|
||||||
|
@ -7375,4 +7377,4 @@
|
||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
|
|
@ -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_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
|
@ -122,6 +122,7 @@ case "$host" in
|
||||||
check_for_libcrypt_later=1
|
check_for_libcrypt_later=1
|
||||||
AC_DEFINE(DONT_TRY_OTHER_AF)
|
AC_DEFINE(DONT_TRY_OTHER_AF)
|
||||||
AC_DEFINE(PAM_TTY_KLUDGE)
|
AC_DEFINE(PAM_TTY_KLUDGE)
|
||||||
|
AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
|
||||||
inet6_default_4in6=yes
|
inet6_default_4in6=yes
|
||||||
;;
|
;;
|
||||||
mips-sony-bsd|mips-sony-newsos4)
|
mips-sony-bsd|mips-sony-newsos4)
|
||||||
|
|
Loading…
Reference in New Issue