1778. [port] HUX 11.11: fix broken IN6ADDR_ANY_INIT and
IN6ADDR_LOOPBACK_INIT macros.
This commit is contained in:
3
CHANGES
3
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.
|
||||
|
||||
|
||||
5
lib/bind/configure
vendored
5
lib/bind/configure
vendored
@@ -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
|
||||
;;
|
||||
|
||||
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user