summaryrefslogtreecommitdiff
path: root/config.h.meson
diff options
context:
space:
mode:
authorIñigo Martínez <inigomartinez@gmail.com>2017-12-18 20:32:46 +0100
committerThomas Haller <thaller@redhat.com>2017-12-18 20:43:52 +0100
commit49ff56e5bfba4985f15f70e40e9b1f6025a86956 (patch)
tree1668d27a834b897d825e066c3a2b520531a289ae /config.h.meson
parent61b749b57dd64b31a1c6c799ffbfd69882ee2aac (diff)
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.meson3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson
index 1e79fa50b..67de050b0 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