mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-03 16:15:27 +00:00
regen
This commit is contained in:
16
lib/bind/configure
vendored
16
lib/bind/configure
vendored
@@ -1,7 +1,7 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
|
||||||
|
|
||||||
# From configure.in Revision: 1.62
|
# From configure.in Revision: 1.63
|
||||||
|
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated automatically using autoconf version 2.13
|
# Generated automatically using autoconf version 2.13
|
||||||
@@ -7293,6 +7293,7 @@ fi
|
|||||||
#
|
#
|
||||||
|
|
||||||
ISC_PLATFORM_BRACEPTHREADONCEINIT="#undef ISC_PLATFORM_BRACEPTHREADONCEINIT"
|
ISC_PLATFORM_BRACEPTHREADONCEINIT="#undef ISC_PLATFORM_BRACEPTHREADONCEINIT"
|
||||||
|
BROKEN_IN6ADDR_INIT_MACROS="#undef BROKEN_IN6ADDR_INIT_MACROS"
|
||||||
|
|
||||||
case "$host" in
|
case "$host" in
|
||||||
*-bsdi3.1*)
|
*-bsdi3.1*)
|
||||||
@@ -7301,12 +7302,14 @@ case "$host" in
|
|||||||
*-bsdi4.0*)
|
*-bsdi4.0*)
|
||||||
hack_shutup_sigwait=yes
|
hack_shutup_sigwait=yes
|
||||||
hack_shutup_sputaux=yes
|
hack_shutup_sputaux=yes
|
||||||
|
hack_shutup_in6addr_init_macros=yes
|
||||||
;;
|
;;
|
||||||
*-bsdi4.1*)
|
*-bsdi4.1*)
|
||||||
hack_shutup_stdargcast=yes
|
hack_shutup_stdargcast=yes
|
||||||
;;
|
;;
|
||||||
*-solaris2.8)
|
*-solaris2.8)
|
||||||
hack_shutup_pthreadonceinit=yes
|
hack_shutup_pthreadonceinit=yes
|
||||||
|
hack_shutup_in6addr_init_macros=yes
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
@@ -7355,6 +7358,15 @@ EOF
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
case "$hack_shutup_in6addr_init_macros" in
|
||||||
|
yes)
|
||||||
|
cat >> confdefs.h <<\EOF
|
||||||
|
#define BROKEN_IN6ADDR_INIT_MACROS 1
|
||||||
|
EOF
|
||||||
|
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
#
|
#
|
||||||
# Substitutions
|
# Substitutions
|
||||||
#
|
#
|
||||||
@@ -7710,7 +7722,7 @@ cat >> $CONFIG_STATUS <<\EOF
|
|||||||
|
|
||||||
# Split the substitutions into bite-sized pieces for seds with
|
# Split the substitutions into bite-sized pieces for seds with
|
||||||
# small command number limits, like on Digital OSF/1 and HP-UX.
|
# 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_file=1 # Number of current file.
|
||||||
ac_beg=1 # First line for current file.
|
ac_beg=1 # First line for current file.
|
||||||
ac_end=$ac_max_sed_cmds # Line after last line for current file.
|
ac_end=$ac_max_sed_cmds # Line after last line for current file.
|
||||||
|
Reference in New Issue
Block a user