diff options
| author | Michael Biebl <biebl@debian.org> | 2026-02-22 00:39:58 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-02-22 00:39:58 +0100 |
| commit | 067fb576988f685e83ac8b0ae690334aff547c85 (patch) | |
| tree | 204c7c8a0300691c53627cd3418cf54671ada1a8 /config.h.meson | |
| parent | 6de29285e533f4fec22a219013f3687edb6b7399 (diff) | |
New upstream version 1.56.0 upstream/1.56.0
Diffstat (limited to 'config.h.meson')
| -rw-r--r-- | config.h.meson | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index d41304db..05d346bb 100644 --- a/config.h.meson +++ b/config.h.meson @@ -239,6 +239,15 @@ /* Whether we build with OVS plugin */ #mesondefine WITH_OPENVSWITCH +/* Whether we build with team support */ +#mesondefine WITH_TEAMDCTL + +/* Whether we build with Wi-Fi support */ +#mesondefine WITH_WIFI + +/* Whether we build with WWAN support */ +#mesondefine WITH_WWAN + /* Define if you have PPP support */ #mesondefine WITH_PPP |