Qt: Update recent status via a non-blocking connection.
[metze/wireshark/wip.git] / cmakeconfig.h.in
index 2887c27c800ceb677d7c90491e48c2d7822f713c..a7ab6bd4ddd3d2379066566eb264f6613c37c5fc 100644 (file)
@@ -1,5 +1,8 @@
 /* cmakeconfig.h.in */
 
+#ifndef __CONFIG_H__
+#define __CONFIG_H__
+
 /* Note: You cannot use earlier #defines in later #cmakedefines (cmake 2.6.2). */
 
 /* Name of package */
@@ -13,6 +16,7 @@
 #define VERSION_MINOR ${PROJECT_MINOR_VERSION}
 #define VERSION_MICRO ${PROJECT_PATCH_VERSION}
 
+#define VERSION_RELEASE "${PROJECT_RELEASE_VERSION}"
 #define VERSION_FLAVOR "${VERSION_FLAVOR}"
 
 /* FIXME: Move the path stuff to the CMakeInstallDirs.cmake file */
 #cmakedefine HAVE_SSE4_2 1
 
 /* Directory where extcap hooks reside */
-#define EXTCAP_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_DATADIR}/${CPACK_PACKAGE_NAME}/extcap/"
-
-/* Define to 1 if we want to enable extcap */
-#cmakedefine HAVE_EXTCAP 1
+#define EXTCAP_DIR "${EXTCAP_DIR}"
 
 /* Define to 1 if we want to enable plugins */
 #cmakedefine HAVE_PLUGINS 1
 
-/* Link plugins statically into Wireshark */
+/*  Define to 1 if we check hf conflict */
+#cmakedefine ENABLE_CHECK_FILTER 1
+
+/* Link Wireshark libraries statically */
 #cmakedefine ENABLE_STATIC 1
 
 /* Enable AirPcap */
 /* Define if GeoIP supports IPv6 (GeoIP 1.4.5 and later) */
 #cmakedefine HAVE_GEOIP_V6 1
 
+/* Define if GeoIP has GeoIP_free */
+#cmakedefine HAVE_GEOIP_FREE 1
+
+/* Define to 1 if you have the <ifaddrs.h> header file. */
+#cmakedefine HAVE_IFADDRS_H 1
+
+/* Define to 1 if you have the `getifaddrs' function. */
+#cmakedefine HAVE_GETIFADDRS 1
+
+/* Define if LIBSSH support is enabled */
+#cmakedefine HAVE_LIBSSH 1
+
+/* Define if LIBSSH has ssh_userauth_agent() function */
+#cmakedefine HAVE_SSH_USERAUTH_AGENT 1
+
 /* Define if you have the 'floorl' function. */
 #cmakedefine HAVE_FLOORL 1
 
-/* Define to 1 if you have the `getaddrinfo' function. */
-#cmakedefine HAVE_GETADDRINFO 1
+/* Define if you have the 'lrint' function. */
+#cmakedefine HAVE_LRINT 1
 
 /* Define to 1 if you have the getopt_long function. */
 #cmakedefine HAVE_GETOPT_LONG 1
 /* Define to 1 if you have the <getopt.h> header file. */
 #cmakedefine HAVE_GETOPT_H 1
 
-/* Define if GLib's printf functions support thousands grouping. */
-#cmakedefine HAVE_GLIB_PRINTF_GROUPING 1
-
-/* Define to 1 if you have the `getprotobynumber' function. */
-#cmakedefine HAVE_GETPROTOBYNUMBER 1
-
-/* Define to use GNU ADNS library */
-#cmakedefine HAVE_GNU_ADNS 1
-
 /* Define to 1 if you have the <grp.h> header file. */
 #cmakedefine HAVE_GRP_H 1
 
 /* Define to use heimdal kerberos */
 #cmakedefine HAVE_HEIMDAL_KERBEROS 1
 
-/* Define unless inet/aton.h needs to be included */
-#cmakedefine HAVE_INET_ATON_H 1
-
-/* Define if inet_ntop() prototype exists */
-#cmakedefine HAVE_INET_NTOP_PROTO 1
-
 /* Define to 1 if you have the `inflatePrime' function. */
 #cmakedefine HAVE_INFLATEPRIME 1
 
-/* Define to 1 if you have the <inttypes.h> header file. */
-#cmakedefine HAVE_INTTYPES_H 1
-
 /* Define to 1 if you have the `issetugid' function. */
 #cmakedefine HAVE_ISSETUGID 1
 
 /* Define to use kerberos */
 #cmakedefine HAVE_KERBEROS 1
 
-/* Define if krb5.h defines KEYTYPE_ARCFOUR_56 */
-#cmakedefine HAVE_KEYTYPE_ARCFOUR_56 1
+/* Define to use nghttp2 */
+#cmakedefine HAVE_NGHTTP2 1
 
 /* Define to use the libcap library */
 #cmakedefine HAVE_LIBCAP 1
 
-/* Define to use libgcrypt */
-#cmakedefine HAVE_LIBGCRYPT 1
-
 /* Define to use GnuTLS library */
 #cmakedefine HAVE_LIBGNUTLS 1
 
 /* Define to 1 if you have the `smi' library (-lsmi). */
 #cmakedefine HAVE_LIBSMI 1
 
-/* Define to use libz library */
-#cmakedefine HAVE_LIBZ 1
+/* Define to use zlib library */
+#cmakedefine HAVE_ZLIB 1
+
+/* Define to use lz4 library */
+#cmakedefine HAVE_LZ4 1
+
+/* Define to use snappy library */
+#cmakedefine HAVE_SNAPPY 1
+
+/* Define to 1 if you have the <linux/sockios.h> header file. */
+#cmakedefine HAVE_LINUX_SOCKIOS_H 1
+
+/* Define to 1 if you have the <linux/if_bonding.h> header file. */
+#cmakedefine HAVE_LINUX_IF_BONDING_H 1
 
 /* Define to use Lua */
 #cmakedefine HAVE_LUA 1
 /* Define to 1 if you have the `mkdtemp' function. */
 #cmakedefine HAVE_MKDTEMP 1
 
-/* Define to 1 if you have the `mkstemp' function. */
-#cmakedefine HAVE_MKSTEMP 1
+/* Define to 1 if you have the `mkstemps' function. */
+#cmakedefine HAVE_MKSTEMPS 1
 
 /* Define to 1 if you have the `mmap' function. */
 #cmakedefine HAVE_MMAP 1
 /* SPLIT_WIPHY_DUMP is supported */
 #cmakedefine HAVE_NL80211_SPLIT_WIPHY_DUMP 1
 
+/* VHT_CAPABILITY is supported */
+#cmakedefine HAVE_NL80211_VHT_CAPABILITY 1
+
 /* Define to 1 if you have the <Ntddndis.h> header file. */
 #cmakedefine HAVE_NTDDNDIS_H 1
 
-/* Define to 1 if you have OS X frameworks */
-#cmakedefine HAVE_OS_X_FRAMEWORKS 1
+/* Define to 1 if you have macOS frameworks */
+#cmakedefine HAVE_MACOS_FRAMEWORKS 1
 
-/* Define to 1 if you have the OS X CFPropertyListCreateWithStream function */
+/* Define to 1 if you have the macOS CFPropertyListCreateWithStream function */
 #cmakedefine HAVE_CFPROPERTYLISTCREATEWITHSTREAM 1
 
 /* Define if pcap_breakloop is known */
 /* Define to 1 if you have the `pcap_create' function. */
 #cmakedefine HAVE_PCAP_CREATE 1
 
+/* Define to 1 if the capture buffer size can be set. */
+#cmakedefine CAN_SET_CAPTURE_BUFFER_SIZE 1
+
 /* Define to 1 if you have the `pcap_datalink_name_to_val' function. */
 #cmakedefine HAVE_PCAP_DATALINK_NAME_TO_VAL 1
 
 /* Define to 1 if you have the `pcap_open_dead' function. */
 #cmakedefine HAVE_PCAP_OPEN_DEAD 1
 
-/* Define to 1 if you have WinPcap remote capturing support and prefer to use
-   these new API features. */
+/* Define to 1 if you have libpcap/WinPcap remote capturing support. */
 #cmakedefine HAVE_PCAP_REMOTE 1
 
 /* Define to 1 if you have the `pcap_set_datalink' function. */
 /* Define to 1 if you have the `pcap_set_tstamp_precision' function. */
 #cmakedefine HAVE_PCAP_SET_TSTAMP_PRECISION 1
 
+/* Define to 1 if you have the `pcap_set_tstamp_type' function. */
+#cmakedefine HAVE_PCAP_SET_TSTAMP_TYPE 1
+
 /* Define to 1 if you have the popcount function. */
 #cmakedefine HAVE_POPCOUNT 1
 
 /* Define to 1 if you have the optreset variable */
 #cmakedefine HAVE_OPTRESET 1
 
-/* Define to 1 to enable remote capturing feature in WinPcap library */
-#cmakedefine HAVE_REMOTE 1
-
 /* Define if sa_len field exists in struct sockaddr */
-#cmakedefine HAVE_SA_LEN 1
+#cmakedefine HAVE_STRUCT_SOCKADDR_SA_LEN 1
 
 /* Define to 1 if you want to playing SBC by standalone BlueZ SBC library */
 #cmakedefine HAVE_SBC 1
 
+/* Define to 1 if you have the SpanDSP library. */
+#cmakedefine HAVE_SPANDSP 1
+
+/* Define to 1 if you have the bcg729 library. */
+#cmakedefine HAVE_BCG729 1
+
+/* Define to 1 if you have the lixbml2 library. */
+#cmakedefine HAVE_LIBXML2 1
+
 /* Define to 1 if you have the `setresgid' function. */
 #cmakedefine HAVE_SETRESGID 1
 
 /* Define to 1 if you have the WinSparkle library */
 #cmakedefine HAVE_SOFTWARE_UPDATE 1
 
-/* Define to 1 if you have the <stdint.h> header file. */
-#cmakedefine HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#cmakedefine HAVE_STRINGS_H 1
-
 /* Define if you have the 'strptime' function. */
 #cmakedefine HAVE_STRPTIME 1
 
+/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
+#cmakedefine HAVE_STRUCT_STAT_ST_BIRTHTIME 1
+
 /* Define if st_flags field exists in struct stat */
-#cmakedefine HAVE_ST_FLAGS 1
+#cmakedefine HAVE_STRUCT_STAT_ST_FLAGS 1
 
-/* Define to 1 if you have the `sysconf' function. */
-#cmakedefine HAVE_SYSCONF 1
+/* Define to 1 if `__st_birthtime' is a member of `struct stat'. */
+#cmakedefine HAVE_STRUCT_STAT___ST_BIRTHTIME 1
 
 /* Define to 1 if you have the <sys/ioctl.h> header file. */
 #cmakedefine HAVE_SYS_IOCTL_H 1
 #cmakedefine HAVE_SYS_WAIT_H 1
 
 /* Define if tm_zone field exists in struct tm */
-#cmakedefine HAVE_TM_ZONE 1
+#cmakedefine HAVE_STRUCT_TM_TM_ZONE 1
 
 /* Define if tzname array exists */
 #cmakedefine HAVE_TZNAME 1
 /* Define to 1 if you have the <unistd.h> header file. */
 #cmakedefine HAVE_UNISTD_H 1
 
-/* Define to 1 if you have the <windows.h> header file. */
-#cmakedefine HAVE_WINDOWS_H 1
-
-/* Define to 1 if you have the <winsock2.h> header file. */
-#cmakedefine HAVE_WINSOCK2_H 1
-
-/* HTML viewer, e.g. mozilla */
-#cmakedefine HTML_VIEWER "${HTML_VIEWER_EXECUTABLE}"
-
-/* Define if inet/v6defs.h needs to be included */
-#cmakedefine NEED_INET_V6DEFS_H 1
-
 /* Name of package */
 #cmakedefine PACKAGE
 
 /* Define to the version of this package. */
 #cmakedefine PACKAGE_VERSION
 
-/* Support for pcap-ng */
+/* Support for pcapng */
 #cmakedefine PCAP_NG_DEFAULT 1
 
-/* Plugin installation directory */
-#cmakedefine PLUGIN_INSTALL_DIR "${PLUGIN_INSTALL_DIR}"
-
 /* Define if we are using version of of the Portaudio library API */
 #cmakedefine PORTAUDIO_API_1 1
 
-/* Define if we have QtMultimediaWidgets */
-#cmakedefine QT_MULTIMEDIAWIDGETS_LIB 1
+/* Define if we have QtMultimedia */
+#cmakedefine QT_MULTIMEDIA_LIB 1
 
 /* Define if we have QtMacExtras */
 #cmakedefine QT_MACEXTRAS_LIB 1
 /* Define if we have QtWinExtras */
 /* #cmakedefine QT_WINEXTRAS_LIB 1 */
 
-/* Support for packet editor */
-#cmakedefine WANT_PACKET_EDITOR 1
-
 /* Define to 1 if your processor stores words with the most significant byte
    first (like Motorola and SPARC, unlike Intel and VAX). */
 #cmakedefine WORDS_BIGENDIAN 1
 
+/* Build androiddump with libpcap instead of wireshark stuff */
+#cmakedefine ANDROIDDUMP_USE_LIBPCAP 1
+
 /* Large file support */
 #cmakedefine _LARGEFILE_SOURCE
 #cmakedefine _LARGEFILE64_SOURCE
 #cmakedefine _LARGE_FILES
 #cmakedefine _FILE_OFFSET_BITS @_FILE_OFFSET_BITS@
 
-/* Define WS_MSVC_NORETURN appropriately for declarations of routines that
-   never return (just like Charlie on the MTA).
-
-   Note that MSVC++ expects __declspec(noreturn) to precede the function
-   name and GCC, as far as I know, expects __attribute__((noreturn)) to
-   follow the function name, so we need two different flavors of
-   noreturn tag.  */
-#define WS_MSVC_NORETURN @WS_MSVC_NORETURN@
-
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
 /* Note: not use in the code */
 #cmakedefine YYTEXT_POINTER
 
-/* _U_ isn't needed for C++, simply don't name the variable.
-   However, we do need it for some headers that are shared between C and C++. */
-#define _U_ ${C_UNUSED}
-
-/* We don't bother checking for IPv6 support; the checks done in the
-   autoconf script are relics of a bygone age, where IPv6 support in
-   OSes was sometimes present by default, sometimes provided by
-   third-party add-ons, and sometimes completely absent, and where the
-   particular flavor of IPv6 support mattered to us.  We'll just wire it
-   on, unless and until that becomes an issue on platforms where people
-   use CMake. */
-#define INET6 1
-
 #if defined(_WIN32)
+   /*
+    * Make sure everyone is using the same API and that it's sufficient
+    * for our needs.
+    * This should match the following:
+    * - The <compatibility><application> section in image\wireshark.exe.manifest.in
+    * - The GetWindowsVersion parts of packaging\nsis\wireshark.nsi
+    * - The VersionNT parts of packaging\wix\Prerequisites.wxi
+    */
+#  if defined(NTDDI_VERSION)
+#    error NTDDI_VERSION already defined.
+#  endif
+#  define NTDDI_VERSION NTDDI_VISTA
+#  if defined(_WIN32_WINNT)
+#    error _WIN32_WINNT already defined.
+#  endif
+#  define _WIN32_WINNT _WIN32_WINNT_VISTA
 
    /* WpdPack/INclude/pcap/pcap.h checks for "#if defined(WIN32)" */
 #  ifndef WIN32
 
    /* FIXME: Detection doesn't work */
 #  define HAVE_NTDDNDIS_H 1
-   /* Visual C 9 (2008), Visual C 10 (2010), Visual C 11 (2012) and Visual C 12 (2013)
-    *  need these prototypes
-    * XXX: Can we use MSC_VER >= 1500 ?? */
-#  if _MSC_VER == 1500 || _MSC_VER == 1600 || _MSC_VER == 1700 || _MSC_VER == 1800
-#    define NTDDI_VERSION NTDDI_WINXPSP3
-#    define _WIN32_WINNT _WIN32_WINNT_WINXP
-#  endif
 
    /*
     * Flex (v 2.5.35) uses this symbol to "exclude" unistd.h
     */
 #  define YY_NO_UNISTD_H
 
-
 #  define strncasecmp strnicmp
 #  define popen       _popen
 #  define pclose      _pclose
 #  define UNICODE 1
 #  define _UNICODE 1
 
-#  define NEED_INET_V6DEFS_H 1
 #  define NEED_STRPTIME_H 1
 #endif
+
+#include <ws_diag_control.h>
+
+#endif /* __CONFIG_H__ */