mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
- (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by
Josh Larios <jdlarios@cac.washington.edu>
This commit is contained in:
parent
6482ec865a
commit
fed7bb498f
@ -1,3 +1,7 @@
|
|||||||
|
20010715
|
||||||
|
- (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported by
|
||||||
|
Josh Larios <jdlarios@cac.washington.edu>
|
||||||
|
|
||||||
20010714
|
20010714
|
||||||
- (stevesk) change getopt() declaration
|
- (stevesk) change getopt() declaration
|
||||||
- (stevesk) configure.in: use ll suffix for long long constant
|
- (stevesk) configure.in: use ll suffix for long long constant
|
||||||
@ -6030,4 +6034,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- 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 $
|
||||||
|
@ -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)
|
AC_INIT(ssh.c)
|
||||||
|
|
||||||
@ -74,6 +74,9 @@ case "$host" in
|
|||||||
*-*-dgux*)
|
*-*-dgux*)
|
||||||
AC_DEFINE(IP_TOS_IS_BROKEN)
|
AC_DEFINE(IP_TOS_IS_BROKEN)
|
||||||
;;
|
;;
|
||||||
|
*-*-darwin*)
|
||||||
|
AC_DEFINE(BROKEN_GETADDRINFO)
|
||||||
|
;;
|
||||||
*-*-hpux10*)
|
*-*-hpux10*)
|
||||||
if test -z "$GCC"; then
|
if test -z "$GCC"; then
|
||||||
CFLAGS="$CFLAGS -Ae"
|
CFLAGS="$CFLAGS -Ae"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user