diff options
-rw-r--r-- | cmakeconfig.h.in | 3 | ||||
-rw-r--r-- | config.h.in | 3 | ||||
-rwxr-xr-x | configure | 18 |
3 files changed, 0 insertions, 24 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in index ac013d73..5f99ce82 100644 --- a/cmakeconfig.h.in +++ b/cmakeconfig.h.in @@ -343,9 +343,6 @@ /* target host supports netmap */ #cmakedefine PCAP_SUPPORT_NETMAP 1 -/* use packet ring capture support on Linux if available */ -#cmakedefine PCAP_SUPPORT_PACKET_RING 1 - /* target host supports RDMA sniffing */ #cmakedefine PCAP_SUPPORT_RDMASNIFF 1 diff --git a/config.h.in b/config.h.in index e6acd20c..648f4ef7 100644 --- a/config.h.in +++ b/config.h.in @@ -346,9 +346,6 @@ /* target host supports netmap */ #undef PCAP_SUPPORT_NETMAP -/* use packet ring capture support on Linux if available */ -#undef PCAP_SUPPORT_PACKET_RING - /* target host supports RDMA sniffing */ #undef PCAP_SUPPORT_RDMASNIFF @@ -671,7 +671,6 @@ LEXLIB LEX_OUTPUT_ROOT LEX PKGCONFIG -PCAP_SUPPORT_PACKET_RING VALGRINDTEST_SRC LIBOBJS EGREP @@ -746,7 +745,6 @@ enable_largefile enable_protochain with_pcap with_libnl -enable_packet_ring enable_ipv6 with_dag with_dag_includes @@ -1398,7 +1396,6 @@ Optional Features: --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --disable-largefile omit support for large files --disable-protochain disable \"protochain\" insn - --enable-packet-ring enable packet ring support on Linux [default=yes] --enable-ipv6 build IPv6-capable version [default=yes] --enable-remote enable remote packet capture [default=no] --disable-remote disable remote packet capture @@ -7393,21 +7390,6 @@ $as_echo "$as_me: no hardware timestamp support implemented for $host_os" >&6;} ;; esac -# Check whether --enable-packet-ring was given. -if test "${enable_packet_ring+set}" = set; then : - enableval=$enable_packet_ring; -else - enable_packet_ring=yes -fi - - -if test "x$enable_packet_ring" != "xno" ; then - -$as_echo "#define PCAP_SUPPORT_PACKET_RING 1" >>confdefs.h - - -fi - # # Check for socklen_t. # |