aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-06-17 22:57:02 +0000
committerJörg Mayer <jmayer@loplof.de>2011-06-17 22:57:02 +0000
commit5b22003e935c5e8446718819b397afad5a3dadd5 (patch)
tree0ca2bd8fe0456770b032b8ce8f8d67beac678b77 /cmakeconfig.h.in
parent35f18962cecf8fdc06661a514b494c89d678f919 (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. svn path=/trunk/; revision=37701
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