]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3731] Cleanups
authorFrancis Dupont <fdupont@isc.org>
Sun, 16 Mar 2025 22:14:21 +0000 (23:14 +0100)
committerAndrei Pavel <andrei@isc.org>
Mon, 17 Mar 2025 10:16:35 +0000 (12:16 +0200)
meson-config.h.in
meson-kea_version.h.in
meson.build

index a1905d29e7055c2fe6d86c82185e273192c5061c..e5f9446a1711ed73e8b86f428a03827d75bfe978 100644 (file)
 /* Define to the full name and version of this package. */
 #mesondefine PACKAGE_STRING
 
-/* Define to the one symbol short name of this package. */
-#mesondefine PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#mesondefine PACKAGE_URL
-
 /* Define to the version of this package. */
 #mesondefine PACKAGE_VERSION
 
-/* Kea-premium hooks found */
-#mesondefine PREMIUM
-
-#mesondefine TOP_BUILDDIR
-
 /* Was Kea statically linked? */
 #mesondefine USE_STATIC_LINK
 
index 3f5dc81bf5565f565fc77d7c123f228988bc94e5..468fa24121eda350ada64483153a4c394e15047f 100644 (file)
@@ -1,3 +1,3 @@
 #mesondefine EXTENDED_VERSION
-#mesondefine PACKAGE_VERSION_TYPE
 #mesondefine PREMIUM_EXTENDED_VERSION
+#mesondefine PACKAGE_VERSION_TYPE
index cb1c37154a72004c04158da1734c632856789434..b9ac23f15ac1bb934fd59a324b31f39830cdead1 100644 (file)
@@ -82,13 +82,9 @@ conf_data = configuration_data(
         # 'PACKAGE_BUGREPORT': 'kea-dev@lists.isc.org',
         'PACKAGE_NAME': 'kea',
         # 'PACKAGE_STRING': f'kea "@PROJECT_VERSION@"',
-        # 'PACKAGE_TARNAME': 'kea',
-        # 'PACKAGE_URL': '',
         'PACKAGE_VERSION': PROJECT_VERSION,
         'PACKAGE_VERSION_TYPE': '"development"',
-        # 'PREMIUM': false,
         # 'PREMIUM_EXTENDED_VERSION': '"no"',
-        # 'TOP_BUILDDIR': false,
         # 'USE_STATIC_LINK': false,
         'VERSION': f'"@PROJECT_VERSION@"',
         # 'WITH_HEIMDAL': false,