]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3731] Addressed some concerns
authorFrancis Dupont <fdupont@isc.org>
Wed, 12 Mar 2025 23:23:16 +0000 (00:23 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 13 Mar 2025 17:03:38 +0000 (18:03 +0100)
meson-config.h.in
meson.build

index 99c9b2421d46832698d094f36121a16461a0bdca..a1905d29e7055c2fe6d86c82185e273192c5061c 100644 (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
 
index 766eddbf9455120012276724ff07c7b170accff1..a8ff64b6d241ebae31d6fc8dbcab7e7715e6ea32 100644 (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