- (dtucker) [configure.ac] Bug #345: Do not disable utmp on HP-UX 10.x.

ok djm@
This commit is contained in:
Darren Tucker 2004-02-10 17:15:05 +11:00
parent c28b88a314
commit 13a707b60d
2 changed files with 4 additions and 4 deletions

View File

@ -15,6 +15,8 @@
definition. Fixes build errors on AIX.
- (dtucker) [configure.ac loginrec.c] Bug #464: Use updwtmpx on platforms
that support it. from & ok mouring@
- (dtucker) [configure.ac] Bug #345: Do not disable utmp on HP-UX 10.x.
ok djm@
20040207
- (dtucker) OpenBSD CVS Sync
@ -1838,4 +1840,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3223 2004/02/10 05:49:35 dtucker Exp $
$Id: ChangeLog,v 1.3224 2004/02/10 06:15:05 dtucker Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.195 2004/02/10 05:49:35 dtucker Exp $
# $Id: configure.ac,v 1.196 2004/02/10 06:15:05 dtucker Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -165,7 +165,6 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
AC_DEFINE(USE_PIPES)
AC_DEFINE(LOGIN_NO_ENDOPT)
AC_DEFINE(LOGIN_NEEDS_UTMPX)
AC_DEFINE(DISABLE_UTMP)
AC_DEFINE(LOCKED_PASSWD_STRING, "*")
AC_DEFINE(SPT_TYPE,SPT_PSTAT)
LIBS="$LIBS -lsec -lsecpw"
@ -181,7 +180,6 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
AC_DEFINE(USE_PIPES)
AC_DEFINE(LOGIN_NO_ENDOPT)
AC_DEFINE(LOGIN_NEEDS_UTMPX)
AC_DEFINE(DISABLE_UTMP)
AC_DEFINE(LOCKED_PASSWD_STRING, "*")
AC_DEFINE(SPT_TYPE,SPT_PSTAT)
LIBS="$LIBS -lsec"