mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 01:02:51 -04:00
regen master
This commit is contained in:
parent
393135d693
commit
3f8c9d92af
2 changed files with 8 additions and 8 deletions
5
OPTIONS
5
OPTIONS
|
|
@ -25,5 +25,6 @@ Setting Description
|
|||
Disable the use of inline functions to implement
|
||||
-DISC_BUFFER_USEINLINE=0 the isc_buffer API: this reduces performance but
|
||||
may be useful when debugging
|
||||
-DISC_HEAP_CHECK Test heap consistency after every heap operation;
|
||||
used when debugging
|
||||
-DISC_HEAP_CHECK Test heap consistency after every heap
|
||||
operation; used when debugging
|
||||
|
||||
|
|
|
|||
11
configure
vendored
11
configure
vendored
|
|
@ -22920,7 +22920,11 @@ else
|
|||
fi
|
||||
|
||||
|
||||
for ac_prog in mysql_config
|
||||
mysql_include=""
|
||||
mysql_lib=""
|
||||
if test "$use_dlz_mysql" = "yes"
|
||||
then
|
||||
for ac_prog in mysql_config
|
||||
do
|
||||
# Extract the first word of "$ac_prog", so it can be a program name with args.
|
||||
set dummy $ac_prog; ac_word=$2
|
||||
|
|
@ -22962,11 +22966,6 @@ fi
|
|||
test -n "$MYSQL_CONFIG" && break
|
||||
done
|
||||
|
||||
|
||||
mysql_include=""
|
||||
mysql_lib=""
|
||||
if test "$use_dlz_mysql" = "yes"
|
||||
then
|
||||
if test -n "$MYSQL_CONFIG"
|
||||
then
|
||||
mysql_include=`${MYSQL_CONFIG} --include`
|
||||
|
|
|
|||
Loading…
Reference in a new issue