diff options
author | Tim Rice <tim@multitalents.net> | 2010-01-17 21:48:22 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2010-01-17 21:48:22 +0100 |
commit | 7ab7b9346d658f86cbd08bd0e7f5f41dbf6ee880 (patch) | |
tree | 38b9e0c302a555e589bd6a10c7cfd68dc77dd860 /configure.ac | |
parent | Oops, forgot to document second change to roaming_client.c (diff) | |
download | openssh-7ab7b9346d658f86cbd08bd0e7f5f41dbf6ee880.tar.xz openssh-7ab7b9346d658f86cbd08bd0e7f5f41dbf6ee880.zip |
- (tim) [configure.ac] OpenServer 5 needs BROKEN_GETADDRINFO too.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a105de71d..2ea3ed706 100644 --- a/configure.ac +++ b/configure.ac @@ -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) |