- (djm) Define BROKEN_REALPATH for AIX, patch from

Antti Tapaninen <aet@cc.hut.fi>
This commit is contained in:
Damien Miller 2002-04-23 22:52:45 +10:00
parent f6195f2be8
commit f5fea44ae3
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,10 @@
- (djm) Trim ChangeLog to include only post-3.1 changes - (djm) Trim ChangeLog to include only post-3.1 changes
- (djm) Update RPM spec file versions - (djm) Update RPM spec file versions
- (djm) Redhat spec enables KrbV by default - (djm) Redhat spec enables KrbV by default
- (djm) Applied OpenSC smartcard updates from Markus &
Antti Tapaninen <aet@cc.hut.fi>
- (djm) Define BROKEN_REALPATH for AIX, patch from
Antti Tapaninen <aet@cc.hut.fi>
- (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by - (djm) Bug #222: Fix tests for getaddrinfo on OSF/1. Spotted by
Robert Urban <urban@spielwiese.de> Robert Urban <urban@spielwiese.de>
- (djm) Make privsep work with PAM (still experimental) - (djm) Make privsep work with PAM (still experimental)
@ -476,4 +480,4 @@
- (stevesk) entropy.c: typo in debug message - (stevesk) entropy.c: typo in debug message
- (djm) ssh-keygen -i needs seeded RNG; report from markus@ - (djm) ssh-keygen -i needs seeded RNG; report from markus@
$Id: ChangeLog,v 1.2073 2002/04/23 11:17:17 djm Exp $ $Id: ChangeLog,v 1.2074 2002/04/23 12:52:45 djm Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.48 2002/04/23 12:48:46 djm Exp $ # $Id: configure.ac,v 1.49 2002/04/23 12:52:46 djm Exp $
AC_INIT AC_INIT
AC_CONFIG_SRCDIR([ssh.c]) AC_CONFIG_SRCDIR([ssh.c])
@ -61,6 +61,7 @@ case "$host" in
fi fi
AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)]) AC_CHECK_FUNC(authenticate, [AC_DEFINE(WITH_AIXAUTHENTICATE)])
AC_DEFINE(BROKEN_GETADDRINFO) AC_DEFINE(BROKEN_GETADDRINFO)
AC_DEFINE(BROKEN_REALPATH)
dnl AIX handles lastlog as part of its login message dnl AIX handles lastlog as part of its login message
AC_DEFINE(DISABLE_LASTLOG) AC_DEFINE(DISABLE_LASTLOG)
;; ;;