2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

[#3731] Addressed some concerns

This commit is contained in:
Francis Dupont 2025-03-13 00:23:16 +01:00
parent 4228626061
commit a59c3109e1
2 changed files with 2 additions and 6 deletions

View File

@ -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

View File

@ -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