summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
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 a3ec88c6d..cbc866ad5 100644
--- a/configure.in
+++ b/configure.in
@@ -1,4 +1,4 @@
1# $Id: configure.in,v 1.245 2001/02/18 02:07:07 djm Exp $ 1# $Id: configure.in,v 1.246 2001/02/18 04:29:29 djm Exp $
2 2
3AC_INIT(ssh.c) 3AC_INIT(ssh.c)
4 4
@@ -175,6 +175,7 @@ mips-sony-bsd|mips-sony-newsos4)
175 CPPFLAGS="$CPPFLAGS -DSUNOS4" 175 CPPFLAGS="$CPPFLAGS -DSUNOS4"
176 AC_CHECK_FUNCS(getpwanam) 176 AC_CHECK_FUNCS(getpwanam)
177 AC_DEFINE(PAM_SUN_CODEBASE) 177 AC_DEFINE(PAM_SUN_CODEBASE)
178 AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H)
178 conf_utmp_location=/etc/utmp 179 conf_utmp_location=/etc/utmp
179 conf_wtmp_location=/var/adm/wtmp 180 conf_wtmp_location=/var/adm/wtmp
180 conf_lastlog_location=/var/adm/lastlog 181 conf_lastlog_location=/var/adm/lastlog