2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00
This commit is contained in:
Francis Dupont 2025-03-16 23:14:21 +01:00 committed by Andrei Pavel
parent ec73ec4ed1
commit 2ee0dae2f8
No known key found for this signature in database
GPG Key ID: D4E804481939CB21
3 changed files with 1 additions and 16 deletions

View File

@ -106,20 +106,9 @@
/* Define to the full name and version of this package. */ /* Define to the full name and version of this package. */
#mesondefine PACKAGE_STRING #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. */ /* Define to the version of this package. */
#mesondefine PACKAGE_VERSION #mesondefine PACKAGE_VERSION
/* Kea-premium hooks found */
#mesondefine PREMIUM
#mesondefine TOP_BUILDDIR
/* Was Kea statically linked? */ /* Was Kea statically linked? */
#mesondefine USE_STATIC_LINK #mesondefine USE_STATIC_LINK

View File

@ -1,3 +1,3 @@
#mesondefine EXTENDED_VERSION #mesondefine EXTENDED_VERSION
#mesondefine PACKAGE_VERSION_TYPE
#mesondefine PREMIUM_EXTENDED_VERSION #mesondefine PREMIUM_EXTENDED_VERSION
#mesondefine PACKAGE_VERSION_TYPE

View File

@ -82,13 +82,9 @@ conf_data = configuration_data(
# 'PACKAGE_BUGREPORT': 'kea-dev@lists.isc.org', # 'PACKAGE_BUGREPORT': 'kea-dev@lists.isc.org',
'PACKAGE_NAME': 'kea', 'PACKAGE_NAME': 'kea',
# 'PACKAGE_STRING': f'kea "@PROJECT_VERSION@"', # 'PACKAGE_STRING': f'kea "@PROJECT_VERSION@"',
# 'PACKAGE_TARNAME': 'kea',
# 'PACKAGE_URL': '',
'PACKAGE_VERSION': PROJECT_VERSION, 'PACKAGE_VERSION': PROJECT_VERSION,
'PACKAGE_VERSION_TYPE': '"development"', 'PACKAGE_VERSION_TYPE': '"development"',
# 'PREMIUM': false,
# 'PREMIUM_EXTENDED_VERSION': '"no"', # 'PREMIUM_EXTENDED_VERSION': '"no"',
# 'TOP_BUILDDIR': false,
# 'USE_STATIC_LINK': false, # 'USE_STATIC_LINK': false,
'VERSION': f'"@PROJECT_VERSION@"', 'VERSION': f'"@PROJECT_VERSION@"',
# 'WITH_HEIMDAL': false, # 'WITH_HEIMDAL': false,