From fed7bb498f43a03f63976ac416e2d7ff4825a0ec Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 15 Jul 2001 18:30:42 +0000 Subject: [PATCH] - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by Josh Larios --- ChangeLog | 6 +++++- configure.in | 5 ++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f89a081d6..0addd6890 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +20010715 + - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by + Josh Larios + 20010714 - (stevesk) change getopt() declaration - (stevesk) configure.in: use ll suffix for long long constant @@ -6030,4 +6034,4 @@ - Wrote replacements for strlcpy and mkdtemp - Released 1.0pre1 -$Id: ChangeLog,v 1.1401 2001/07/15 02:09:28 stevesk Exp $ +$Id: ChangeLog,v 1.1402 2001/07/15 18:30:42 mouring Exp $ diff --git a/configure.in b/configure.in index 336d4056e..982ad5e20 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -# $Id: configure.in,v 1.300 2001/07/15 02:09:29 stevesk Exp $ +# $Id: configure.in,v 1.301 2001/07/15 18:30:44 mouring Exp $ AC_INIT(ssh.c) @@ -74,6 +74,9 @@ case "$host" in *-*-dgux*) AC_DEFINE(IP_TOS_IS_BROKEN) ;; +*-*-darwin*) + AC_DEFINE(BROKEN_GETADDRINFO) + ;; *-*-hpux10*) if test -z "$GCC"; then CFLAGS="$CFLAGS -Ae"