mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-01 13:01:40 -05:00
1778. [port] HUX 11.11: fix broken IN6ADDR_ANY_INIT and
IN6ADDR_LOOPBACK_INIT macros.
This commit is contained in:
parent
d1d46c59b3
commit
decfa21d33
3 changed files with 11 additions and 2 deletions
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.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
|
||||
;;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue