diff --git a/CHANGES b/CHANGES index 3e7ae11396..4dbdc58626 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +1778. [port] HUX 11.11: fix broken IN6ADDR_ANY_INIT and + IN6ADDR_LOOPBACK_INIT macros. + 1777. [port] OSF 5.1: fix broken IN6ADDR_ANY_INIT and IN6ADDR_LOOPBACK_INIT macros. diff --git a/lib/bind/configure b/lib/bind/configure index f16337c50b..dd7afbde01 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.96 . +# From configure.in Revision: 1.97 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59. # @@ -30404,6 +30404,9 @@ case "$host" in *-bsdi4.1*) hack_shutup_stdargcast=yes ;; + *-hpux11.11) + hack_shutup_in6addr_init_macros=yes + ;; *-osf5.1) hack_shutup_in6addr_init_macros=yes ;; diff --git a/lib/bind/configure.in b/lib/bind/configure.in index a7e486fd8e..9e9d727cb8 100644 --- a/lib/bind/configure.in +++ b/lib/bind/configure.in @@ -13,7 +13,7 @@ # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -AC_REVISION($Revision: 1.96 $) +AC_REVISION($Revision: 1.97 $) AC_INIT(resolv/herror.c) AC_PREREQ(2.13) @@ -2317,6 +2317,9 @@ case "$host" in *-bsdi4.1*) hack_shutup_stdargcast=yes ;; + *-hpux11.11) + hack_shutup_in6addr_init_macros=yes + ;; *-osf5.1) hack_shutup_in6addr_init_macros=yes ;;