Define HAVE_PCAP_LIST_DATALINKS, HAVE_PCAP_FREE_DATALINKS, and
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Mar 2010 22:09:19 +0000 (22:09 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 17 Mar 2010 22:09:19 +0000 (22:09 +0000)
commit66eb2e219eaf33e61aded4b03b29ccce22ae499a
treecf03cdf2a7d01b52234bfd4fc33a8e55882d435b
parent041d3062f40231d1aeafa2a2f0dfff8680b20b85
Define HAVE_PCAP_LIST_DATALINKS, HAVE_PCAP_FREE_DATALINKS, and
HAVE_PCAP_SET_DATALINK only if we have the WinPcap development package;
otherwise, don't define them - if you don't have the WinPcap development
package when building on Windows, we don't define HAVE_LIBPCAP, so we
won't include any of the code controlled by those ifdefs in any case,
and, if you do have the WinPcap development package, you'll need to have
the 4.1 version (you won't need WinPcap 4.1 at run time, but you will
need the 4.1 development package at build time).

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32230 f5534014-38df-0310-8fa8-9805f1628bb7
config.nmake