mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
[#3731] Cleanups
This commit is contained in:
parent
ec73ec4ed1
commit
2ee0dae2f8
@ -106,20 +106,9 @@
|
||||
/* 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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#mesondefine EXTENDED_VERSION
|
||||
#mesondefine PACKAGE_VERSION_TYPE
|
||||
#mesondefine PREMIUM_EXTENDED_VERSION
|
||||
#mesondefine PACKAGE_VERSION_TYPE
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user