Make dissection of AVP: 3GPP-User-Location-Info(22) l=15 f=V-- vnd=TGPP val=303231...
[obnox/wireshark/wip.git] / cmakeconfig.h.in
index 55ce56eb4a9f7b23162baa9858a60f939e90e7f1..6c6e5715112030130671b4d9de9d6802f4db90a7 100644 (file)
@@ -2,6 +2,9 @@
 
 /* Note: You cannot use earlier #defines in later #cmakedefines (cmake 2.6.2). */
 
+/* Name of package */
+#define PACKAGE "wireshark"
+
 /* Version number of package */
 #define VERSION "${CPACK_PACKAGE_VERSION}"
 
 /* Directory where plugins reside */
 #define PLUGIN_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION}"
 
+/* Define to 1 if we want to use threads in wireshark and dumpcap */
+#cmakedefine USE_THREADS 1
+
+/* Define to 1 if we want to use pcap-ng as our default file format */
+#cmakedefine PCAP_NG_DEFAULT 1
+
 /* Define to 1 if we want to enable plugins */
 #cmakedefine HAVE_PLUGINS 1
 
@@ -40,7 +49,7 @@
 #cmakedefine HAVE_FCNTL_H 1
 
 /* Define to 1 if you have the <getopt.h> header file. */
-#cmakedefine HAVE_GETOPT_H 1
+#cmakedefine HAVE_GETOPT 1
 
 /* Define to 1 if you have the `chown' function. */
 #cmakedefine HAVE_CHOWN 1
 /* Define to use libpcap library */
 #cmakedefine HAVE_LIBPCAP 1
 
-/* Define to use libpcre library */
-#cmakedefine HAVE_LIBPCRE 1
-
 /* Define to use dbus-glib library */
 #cmakedefine HAVE_LIBDBUS 1
 
 /* Define to 1 if you have the `pcap_open_dead' function. */
 #cmakedefine HAVE_PCAP_OPEN_DEAD 1
 
-/* Define to 1 if you have the `pcap_set_buffer_size' function. */
-#define HAVE_PCAP_SET_BUFFER_SIZE 1
-
 /* Define to 1 if you have the `pcap_set_datalink' function. */
 #cmakedefine HAVE_PCAP_SET_DATALINK 1
 
 /* Define if plugins are enabled */
 #cmakedefine HAVE_PLUGINS 1
 
+/* Define if rpcap:// type remote capture is supported */
+#cmakedefine HAVE_PCAP_REMOTE 1
+#cmakedefine HAVE_REMOTE 1
+
 /* Define to 1 if you have the <portaudio.h> header file. */
 #cmakedefine HAVE_PORTAUDIO_H 1
 
 /* Define if inet/v6defs.h needs to be included */
 #cmakedefine NEED_INET_V6DEFS_H 1
 
-/* Define if strerror.h needs to be included */
-#cmakedefine NEED_STRERROR_H 1
-
 /* Define if strptime.h needs to be included */
 #cmakedefine NEED_STRPTIME_H 1