diff options
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 |