diff options
| author | Michael Biebl <biebl@debian.org> | 2022-03-07 21:30:42 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2022-03-07 21:30:42 +0100 |
| commit | 4f887bccf1cde84106588536584a2d54a5b4e6e5 (patch) | |
| tree | 454b1e2f3097b494dd9a4535815f382f214abf98 /config.h.meson | |
| parent | 4e966a21b9ef4fb910a5bd1a5699d404a65cfe55 (diff) | |
New upstream version 1.36.2 upstream/1.36.2
Diffstat (limited to 'config.h.meson')
| -rw-r--r-- | config.h.meson | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index 192246e5..7d1feb53 100644 --- a/config.h.meson +++ b/config.h.meson @@ -82,6 +82,12 @@ /* Path to netconfig */ #mesondefine NETCONFIG_PATH +/* Build with ifcfg-rh settings plugin */ +#mesondefine WITH_CONFIG_PLUGIN_IFCFG_RH + +/* Build with ifupdown settings plugin */ +#mesondefine WITH_CONFIG_PLUGIN_IFUPDOWN + /* The default value of the logging.audit configuration option */ #mesondefine NM_CONFIG_DEFAULT_LOGGING_AUDIT |