mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[#3731] Addressed some concerns
This commit is contained in:
parent
4228626061
commit
a59c3109e1
@ -40,9 +40,6 @@
|
||||
/* MySQL uses my_bool */
|
||||
#mesondefine HAVE_MYSQL_MY_BOOL
|
||||
|
||||
/* MySQL has MYSQL_OPT_RECONNNECT */
|
||||
#mesondefine HAVE_MYSQL_OPT_RECONNECT
|
||||
|
||||
/* NETCONF capabilities enabled */
|
||||
#mesondefine HAVE_NETCONF
|
||||
|
||||
|
@ -47,9 +47,8 @@ conf_data = configuration_data(
|
||||
# 'HAVE_CREATE_UNIFIED_DIFF': false,
|
||||
# 'HAVE_GSS_STR_TO_OID': false,
|
||||
# 'HAVE_MYSQL_GET_OPTION': false,
|
||||
# 'HAVE_MYSQL_OPT_RECONNECT': false,
|
||||
# 'HAVE_OPTRESET': false,
|
||||
# 'HAVE_PGSQL_SSL': false,
|
||||
'HAVE_PGSQL_SSL': true,
|
||||
# 'HAVE_PGSQL_TCP_USER_TIMEOUT': false,
|
||||
# 'HAVE_SYS_FILIO_H': false,
|
||||
# 'HAVE_VALGRIND_HEADERS': false,
|
||||
@ -799,7 +798,7 @@ if TARGETS_GEN_MESSAGES.length() > 0
|
||||
alias_target('messages', TARGETS_GEN_MESSAGES)
|
||||
else
|
||||
error(
|
||||
'No messages to generate. This is probably an error in the ' + 'meson.build files.',
|
||||
'No messages to generate. This is probably an error in the meson.build files.',
|
||||
)
|
||||
endif
|
||||
if TARGETS_GEN_PARSER.length() > 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user