- (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from

jakob@
This commit is contained in:
Damien Miller 2004-01-02 17:52:10 +11:00
parent 2a6b029f99
commit 7a2ea78cc4
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
20040102
- (djm) OSX/Darwin needs BIND_8_COMPAT to build getrrsetbyname. Report from
jakob@
20031231
- (dtucker) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2003/12/22 09:16:58
@ -1637,4 +1641,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3158 2003/12/31 03:59:17 dtucker Exp $
$Id: ChangeLog,v 1.3159 2004/01/02 06:52:10 djm Exp $

View File

@ -1,4 +1,4 @@
# $Id: configure.ac,v 1.179 2003/12/31 03:59:17 dtucker Exp $
# $Id: configure.ac,v 1.180 2004/01/02 06:52:10 djm Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
@ -150,6 +150,7 @@ main() { if (NSVersionOfRunTimeLibrary("System") >= (60 << 16))
AC_DEFINE(SETEUID_BREAKS_SETUID)
AC_DEFINE(BROKEN_SETREUID)
AC_DEFINE(BROKEN_SETREGID)
AC_DEFINE_UNQUOTED(BIND_8_COMPAT, 1)
;;
*-*-hpux10.26)
if test -z "$GCC"; then