diff options
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.meson b/config.h.meson index 47dbe380c1..1e79fa50ba 100644 --- a/config.h.meson +++ b/config.h.meson @@ -225,6 +225,9 @@ /* Define if you have Wi-Fi support */ #mesondefine WITH_WIFI +/* Define if you have iwd support */ +#mesondefine WITH_IWD + /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel). */ #if defined AC_APPLE_UNIVERSAL_BUILD |