1778. [port] HUX 11.11: fix broken IN6ADDR_ANY_INIT and

IN6ADDR_LOOPBACK_INIT macros.
This commit is contained in:
Mark Andrews 2004-11-30 13:29:02 +00:00
parent d1d46c59b3
commit decfa21d33
3 changed files with 11 additions and 2 deletions

View file

@ -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.

5
lib/bind/configure vendored
View file

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Revision: 1.90.18.5 .
# From configure.in Revision: 1.90.18.6 .
# 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
;;

View file

@ -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.90.18.5 $)
AC_REVISION($Revision: 1.90.18.6 $)
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
;;