]> The Tcpdump Group git mirrors - libpcap/commit
If we don't have any support for packet capturing, don't bother
authorguy <guy>
Thu, 16 Dec 2004 22:22:20 +0000 (22:22 +0000)
committerguy <guy>
Thu, 16 Dec 2004 22:22:20 +0000 (22:22 +0000)
commit63f52c6dce8f6944ae2167aacda2a15b45244891
tree8b7c26d822f9229c2cfb66582643e5a02ea9c5a2
parentb9974ec51ad0cf31a616ae5a40072b0e1346b7ad
If we don't have any support for packet capturing, don't bother
supplying a non-stub version of "pcap_findalldevs()", as a list of
devices won't do any good for a capture program.

Don't bother checking for "ifaddrs.h" unless we have "getifaddrs()" -
and if we have "getifaddrs()" but don't have a usable "ifaddrs.h",
report an error, rather than leaving the error for the compile stage.
config.h.in
configure
configure.in