The frame number is an unsigned integer, so there's no guarantee that it
[obnox/wireshark/wip.git] / config.h.win32
index 454b7e79ea11f29fe392269d8dc71d23e8a56439..d66faeb8be1f005454c07853c84925062cd1a8bd 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.  */
 
 @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_
  */
 /* Define to have SMI */
 @HAVE_SMI@
 
-/* Define to have GeoIP */
+/* Define to use GeoIP library */
 @HAVE_GEOIP@
 
+/* Define if GeoIP supports IPv6 (GeoIP 1.4.5 and later) */
+@HAVE_GEOIP_V6@
+
 /* Define for IPv6 */
 @INET6@
 
 #if _MSC_VER == 1500 || _MSC_VER == 1600
 #define NTDDI_VERSION NTDDI_WIN2K
 #define _WIN32_WINNT _WIN32_WINNT_WIN2K
-#else
-/* IsDebuggerPresent() and AttachConsole() needs this #define! */
-#define _WIN32_WINNT 0x0500
 #endif
 
 #define strncasecmp            strnicmp
 #pragma warning ( disable : 6011 )
 #endif
 
+#if !defined(QT_VERSION) || !defined(_SSIZE_T_DEFINED)
 typedef int ssize_t;
+#endif