aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2010-09-23 09:05:31 +0000
committerJörg Mayer <jmayer@loplof.de>2010-09-23 09:05:31 +0000
commitf337b03f39ccc729849fb2af9078c744b9c14d63 (patch)
tree1ad5cb44c9a85815673f8b1a8d46dfd070cafdc6 /cmakeconfig.h.in
parente762964cd73d615be0f3399dfe7fcb69ab7ef57a (diff)
Copy behaviour of
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34145 to cmake. svn path=/trunk/; revision=34205
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 77c562b061..d739c42174 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -16,6 +16,9 @@
#define PLUGIN_DIR "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}/@CPACK_PACKAGE_NAME@/plugins/${CPACK_PACKAGE_VERSION}"
/* Define to 1 if we want to enable plugins */
+#cmakedefine NEW_PACKET_LIST 1
+
+/* Define to 1 if we want to enable plugins */
#cmakedefine HAVE_PLUGINS 1
/* Link plugins statically into Wireshark */