diff options
author | Iñigo Martínez <inigomartinez@gmail.com> | 2017-12-18 20:32:46 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2017-12-18 20:43:52 +0100 |
commit | 25d5384c307e150f423ec8ddc9906b64e77d0b12 (patch) | |
tree | 1668d27a834b897d825e066c3a2b520531a289ae /config.h.meson | |
parent | 41f608dd91f57a419ac61314bf73d97ad3a632b6 (diff) | |
download | NetworkManager-25d5384c307e150f423ec8ddc9906b64e77d0b12.tar.gz |
build: Drop HAVE_VLAN_FLAG_LOOSE_BINDING
Both meson and autotools define HAVE_VLAN_FLAG_LOOSE_BINDING to 1 or
0 depending if a small code snippet is compiled. However, this define
is not used anymore.
https://mail.gnome.org/archives/networkmanager-list/2017-December/msg00060.html
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson index 1e79fa50ba..67de050b0e 100644 --- a/config.h.meson +++ b/config.h.meson @@ -53,9 +53,6 @@ /* Define if systemd support is available */ #mesondefine HAVE_SYSTEMD -/* Define if you have VLAN_FLAG_LOOSE_BINDING */ -#mesondefine HAVE_VLAN_FLAG_LOOSE_BINDING - /* Define if you have Linux Wireless Extensions support */ #mesondefine HAVE_WEXT |