diff --git a/lib/bind/configure b/lib/bind/configure index 0a3364256f..20e718b7d4 100644 --- a/lib/bind/configure +++ b/lib/bind/configure @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.in Revision: 1.62 +# From configure.in Revision: 1.63 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -7293,6 +7293,7 @@ fi # ISC_PLATFORM_BRACEPTHREADONCEINIT="#undef ISC_PLATFORM_BRACEPTHREADONCEINIT" +BROKEN_IN6ADDR_INIT_MACROS="#undef BROKEN_IN6ADDR_INIT_MACROS" case "$host" in *-bsdi3.1*) @@ -7301,12 +7302,14 @@ case "$host" in *-bsdi4.0*) hack_shutup_sigwait=yes hack_shutup_sputaux=yes + hack_shutup_in6addr_init_macros=yes ;; *-bsdi4.1*) hack_shutup_stdargcast=yes ;; *-solaris2.8) hack_shutup_pthreadonceinit=yes + hack_shutup_in6addr_init_macros=yes ;; esac @@ -7355,6 +7358,15 @@ EOF ;; esac +case "$hack_shutup_in6addr_init_macros" in + yes) + cat >> confdefs.h <<\EOF +#define BROKEN_IN6ADDR_INIT_MACROS 1 +EOF + + ;; +esac + # # Substitutions # @@ -7710,7 +7722,7 @@ cat >> $CONFIG_STATUS <<\EOF # Split the substitutions into bite-sized pieces for seds with # small command number limits, like on Digital OSF/1 and HP-UX. -ac_max_sed_cmds=50 # Maximum number of lines to put in a sed script. +ac_max_sed_cmds=90 # Maximum number of lines to put in a sed script. ac_file=1 # Number of current file. ac_beg=1 # First line for current file. ac_end=$ac_max_sed_cmds # Line after last line for current file.