1777. [port] OSF 5.1: fix broken IN6ADDR_ANY_INIT and

IN6ADDR_LOOPBACK_INIT macros.
This commit is contained in:
Mark Andrews
2004-11-30 06:54:14 +00:00
parent 4091f8dfb7
commit 5173d52b3e
3 changed files with 20 additions and 6 deletions

View File

@@ -1,6 +1,8 @@
1776. [port] Solaris 2.9: fix broken PTHREAD_MUTEX_INIT macro.
1777. [port] OSF 5.1: fix broken IN6ADDR_ANY_INIT and
IN6ADDR_LOOPBACK_INIT macros.
1775. [placeholder] rt13205
1776. [port] Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
IN6ADDR_LOOPBACK_INIT macros.
1774. [port] Aix: Silence compiler warnings / build failures.
[RT #13154]

10
lib/bind/configure vendored
View File

@@ -1,5 +1,5 @@
#! /bin/sh
# From configure.in Revision: 1.95 .
# From configure.in Revision: 1.96 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
@@ -30404,12 +30404,18 @@ case "$host" in
*-bsdi4.1*)
hack_shutup_stdargcast=yes
;;
*-osf5.1)
hack_shutup_in6addr_init_macros=yes
;;
*-osf5.1)
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.8)
hack_shutup_pthreadmutexinit=yes
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.9)
hack_shutup_pthreadmutexinit=yes
hack_shutup_in6addr_init_macros=yes
;;
esac

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.95 $)
AC_REVISION($Revision: 1.96 $)
AC_INIT(resolv/herror.c)
AC_PREREQ(2.13)
@@ -2317,12 +2317,18 @@ case "$host" in
*-bsdi4.1*)
hack_shutup_stdargcast=yes
;;
*-osf5.1)
hack_shutup_in6addr_init_macros=yes
;;
*-osf5.1)
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.8)
hack_shutup_pthreadmutexinit=yes
hack_shutup_in6addr_init_macros=yes
;;
*-solaris2.9)
hack_shutup_pthreadmutexinit=yes
hack_shutup_in6addr_init_macros=yes
;;
esac