Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
5173d52b
Commit
5173d52b
authored
Nov 30, 2004
by
Mark Andrews
Browse files
1777. [port] OSF 5.1: fix broken IN6ADDR_ANY_INIT and
IN6ADDR_LOOPBACK_INIT macros.
parent
4091f8df
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
5173d52b
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]
...
...
lib/bind/configure
View file @
5173d52b
#! /bin/sh
# From configure.in Revision: 1.9
5
.
# From configure.in Revision: 1.9
6
.
# 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
...
...
lib/bind/configure.in
View file @
5173d52b
...
...
@@ -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.9
5
$)
AC_REVISION($Revision: 1.9
6
$)
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment