aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.win32
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-08-06 18:36:46 +0000
committerGuy Harris <guy@alum.mit.edu>2011-08-06 18:36:46 +0000
commit5689955e8e87604360d63e49851c63d12c4adc93 (patch)
tree9a77a16f0270fbd9ab09aa4b090c02a7f0516f54 /config.h.win32
parent609b36f938cd1a51aacdcda4b2a220a43a46c1ec (diff)
Move the *pcap stuff together. Add an item for
HAVE_PCAP_GET_SELECTABLE_FD to make it clear that it is never defined on Windows. svn path=/trunk/; revision=38380
Diffstat (limited to 'config.h.win32')
-rw-r--r--config.h.win3211
1 files changed, 7 insertions, 4 deletions
diff --git a/config.h.win32 b/config.h.win32
index d95ac8c7b1..3d2eb3d34c 100644
--- a/config.h.win32
+++ b/config.h.win32
@@ -1,5 +1,5 @@
/* $Id$ */
-/* config.h.win32 Generated manually. :-) */
+/* config.h.win32. Generated manually. :-) */
/* config.h. Generated automatically by configure. */
/* config.h.in. Generated automatically from configure.in by autoheader. */
@@ -68,15 +68,18 @@
@HAVE_BPF_IMAGE@
@HAVE_PCAP_SETSAMPLING@
+/* availability of pcap_freecode() is handled at runtime */
+#define HAVE_PCAP_FREECODE 1
+
+/* `pcap_get_selectable_fd' is UN*X-only. */
+/* #undef HAVE_PCAP_GET_SELECTABLE_FD */
+
@HAVE_AIRPCAP@
@PCAP_NG_DEFAULT@
@MAIN_MENU_USE_UIMANAGER@
@WANT_PACKET_EDITOR@
-/* availability of pcap_freecode() is handled at runtime */
-#define HAVE_PCAP_FREECODE 1
-
/* define macro for importing variables from an dll
* it depends on HAVE_LIBWIRESHARKDLL and _NEED_VAR_IMPORT_
*/