- (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too.

This commit is contained in:
Tim Rice 2010-01-17 12:48:22 -08:00
parent 33e48ac7b2
commit 7ab7b9346d
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,6 @@
20100117
- (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too.
20100116
- (dtucker) [openbsd-compat/pwcache.c] Pull in includes.h and thus defines.h
so we correctly detect whether or not we have a native user_from_uid.

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.436 2010/01/16 20:23:25 tim Exp $
# $Id: configure.ac,v 1.437 2010/01/17 20:48:22 tim Exp $
#
# Copyright (c) 1999-2004 Damien Miller
#
@ -15,7 +15,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
AC_INIT(OpenSSH, Portable, openssh-unix-dev@mindrot.org)
AC_REVISION($Revision: 1.436 $)
AC_REVISION($Revision: 1.437 $)
AC_CONFIG_SRCDIR([ssh.c])
AC_CONFIG_HEADER(config.h)
@ -786,6 +786,7 @@ mips-sony-bsd|mips-sony-newsos4)
AC_DEFINE(DISABLE_SHADOW)
AC_DEFINE(DISABLE_FD_PASSING)
AC_DEFINE(SETEUID_BREAKS_SETUID)
AC_DEFINE(BROKEN_GETADDRINFO)
AC_DEFINE(BROKEN_SETREUID)
AC_DEFINE(BROKEN_SETREGID)
AC_DEFINE(WITH_ABBREV_NO_TTY)