commit | 474c3b2f33399d97e4615d8324119072269060ca | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Aug 25 16:24:43 2018 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Sat Aug 25 16:31:17 2018 -0400 |
tree | 11b045a139f7ac11538dcddb10763217377b9799 | |
parent | 8127d1ab65d2a775b9be871158dfe3a8d9898611 [diff] |
build: check for linux/genetlink.h Change-Id: Id18fcc81a49e769a05c4416cdce03022a2179051 Refs: #4020
diff --git a/src/net/detail/netlink-message.hpp b/src/net/detail/netlink-message.hpp index 3908d4e..498bd24 100644 --- a/src/net/detail/netlink-message.hpp +++ b/src/net/detail/netlink-message.hpp
@@ -27,7 +27,7 @@ #include "../../common.hpp" #include "../ethernet.hpp" -#ifndef NDN_CXX_HAVE_RTNETLINK +#ifndef NDN_CXX_HAVE_NETLINK #error "This file should not be included ..." #endif
diff --git a/src/net/detail/netlink-socket.hpp b/src/net/detail/netlink-socket.hpp index 4a6e4f1..080d169 100644 --- a/src/net/detail/netlink-socket.hpp +++ b/src/net/detail/netlink-socket.hpp
@@ -31,7 +31,7 @@ #include <map> #include <vector> -#ifndef NDN_CXX_HAVE_RTNETLINK +#ifndef NDN_CXX_HAVE_NETLINK #error "This file should not be included ..." #endif
diff --git a/src/net/detail/network-monitor-impl-netlink.hpp b/src/net/detail/network-monitor-impl-netlink.hpp index cbb0166..7870236 100644 --- a/src/net/detail/network-monitor-impl-netlink.hpp +++ b/src/net/detail/network-monitor-impl-netlink.hpp
@@ -27,7 +27,7 @@ #include "ndn-cxx-config.hpp" #include "../network-monitor.hpp" -#ifndef NDN_CXX_HAVE_RTNETLINK +#ifndef NDN_CXX_HAVE_NETLINK #error "This file should not be included ..." #endif