From 0303fddce97fc773965d10c0d4b40a62fc26487b Mon Sep 17 00:00:00 2001 From: tim Date: Sat, 16 Jan 2010 20:23:25 +0000 Subject: [PATCH] - (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The native getaddrinfo() is too old and limited for addr_pton() in addrmatch.c. --- ChangeLog | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index dfae0d68..00d78c69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,6 +13,8 @@ variable warnings. - (dtucker) [openbsd-compat/openbsd-compat.h] Typo. - (tim) [regress/portnum.sh] Shell portability fix. + - (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The native + getaddrinfo() is too old and limited for addr_pton() in addrmatch.c. 20100115 - (dtucker) OpenBSD CVS Sync diff --git a/configure.ac b/configure.ac index 2568c52d..98393595 100644 --- a/configure.ac +++ b/configure.ac @@ -747,6 +747,7 @@ mips-sony-bsd|mips-sony-newsos4) AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars]) AC_DEFINE(USE_PIPES) AC_DEFINE(SETEUID_BREAKS_SETUID) + AC_DEFINE(BROKEN_GETADDRINFO) AC_DEFINE(BROKEN_SETREUID) AC_DEFINE(BROKEN_SETREGID) AC_DEFINE(PASSWD_NEEDS_USERNAME) -- 2.45.1