aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-17 22:57:02 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2011-06-17 22:57:02 +0000
commit5f400789649efe8702e96644d9a302ac3eb6ff80 (patch)
tree0ca2bd8fe0456770b032b8ce8f8d67beac678b77 /cmakeconfig.h.in
parent1132fe4648ad9a6bfa3323f39600753d543687cf (diff)
Add configure options to make change the default file format
from pcap-ng to pcap. Add a comment that GTK3 doesn't build yet. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37701 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 55ce56eb4a..480d9d2230 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -15,6 +15,9 @@
/* 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 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