From Danny Breton: Property name time-synchronization-interval(204) is incorrectly...
[obnox/wireshark/wip.git] / config.h.win32
index 7be8b6411a2f66607146319efb0650c445bad519..3d2eb3d34ca56256df839511e78b935b41e87a11 100644 (file)
@@ -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.  */
 
@@ -20,7 +20,7 @@
 #define __STDC__ 0
 #endif
 
-/* 
+/*
  * Flex (v 2.5.35) uses this symbol to "exclude" unistd.h
  */
 #define YY_NO_UNISTD_H
@@ -29,6 +29,9 @@
 #define UNICODE 1
 #define _UNICODE 1
 
+/* Use threads */
+#define USE_THREADS 1
+
 /* Define if you have the ANSI C header files.  */
 #define STDC_HEADERS 1
 
@@ -43,8 +46,6 @@
 
 /* #undef HAVE_SA_LEN */
 
-/* #undef NEED_STRERROR_H */
-
 /* #undef HAVE_MKSTEMP */
 /* #undef HAVE_MKDTEMP */
 
 @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@
-@HAVE_AIRPDCAP@
 
+@PCAP_NG_DEFAULT@
 @MAIN_MENU_USE_UIMANAGER@
-@WANT_PACKET_EDITOR
+@WANT_PACKET_EDITOR@
 
-/* availability of pcap_freecode() is handled at runtime */
-#define HAVE_PCAP_FREECODE 1
-
-/* define macro for importing variables from an dll 
+/* define macro for importing variables from an dll
  * it depends on HAVE_LIBWIRESHARKDLL and _NEED_VAR_IMPORT_
  */
 #if defined (_NEED_VAR_IMPORT_) && defined (HAVE_LIBWIRESHARKDLL)
 #define ADNS_JGAA_WIN32 1
 #endif
 
-/* Define to use the PCRE library */
-@HAVE_PCRE@
-
 /* Define to use the Nettle library */
 @HAVE_NETTLE@