OpenSSH 2.5.0p1
Todd C. Miller
Todd.Miller at courtesan.com
Sun Feb 18 14:41:53 EST 2001
SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has a
<sys/queue.h> that lacks the TAILQ_* macros. I wonder if it would
not be better to just check for their existence in <sys/queue.h>
and avoid the special cases?
- todd
--- configure.in.DIST Thu Feb 15 18:12:41 2001
+++ configure.in Sat Feb 17 18:51:35 2001
@@ -175,6 +175,7 @@
CPPFLAGS="$CPPFLAGS -DSUNOS4"
AC_CHECK_FUNCS(getpwanam)
AC_DEFINE(PAM_SUN_CODEBASE)
+ AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
conf_utmp_location=/etc/utmp
conf_wtmp_location=/var/adm/wtmp
conf_lastlog_location=/var/adm/lastlog
More information about the openssh-unix-dev
mailing list