aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-23 17:54:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-09-23 17:54:49 +0000
commite17eed023902bb9821321d1c606a42c2cde86200 (patch)
tree3cb63f5548e6996c33882f725a2614dd0294a0ca /config.h.win32
parent5583c5128c2667c453fb16fb30254c31d253c9bb (diff)
From Gisle Vanem: add support for pcap_datalink_val_to_name() for Win32.
Also add support for pcap_datalink_name_to_val(), and arrange that we properly define HAVE_PCAP_DATALINK_NAME_TO_VAL and HAVE_PCAP_DATALINK_VAL_TO_NAME for MSVC++ builds. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12073 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win322
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.win32 b/config.h.win32
index 49b178bfe5..c6d4d9cee1 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -43,6 +43,8 @@
@HAVE_LIBPCAP@
@HAVE_PCAP_FINDALLDEVS@
+@HAVE_PCAP_DATALINK_NAME_TO_VAL@
+@HAVE_PCAP_DATALINK_VAL_TO_NAME@
@WPCAP_CONSTIFIED@
@HAVE_LIBETHEREALDLL@