summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-02-18 15:29:28 +1100
committerDamien Miller <djm@mindrot.org>2001-02-18 15:29:28 +1100
commit877d8ea1442f92dbc5135a7e16d1bb9591abea54 (patch)
tree8c6b9d24877c81e169d8b8820e8ed614c9699bdb /configure.in
parenta1072a8e3728a044acfb96ca1e69aa0cb9c09aeb (diff)
- (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has
a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C. Miller <Todd.Miller@courtesan.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a3ec88c6..cbc866ad 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.245 2001/02/18 02:07:07 djm Exp $
+# $Id: configure.in,v 1.246 2001/02/18 04:29:29 djm Exp $
AC_INIT(ssh.c)
@@ -175,6 +175,7 @@ mips-sony-bsd|mips-sony-newsos4)
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