aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2011-07-21 00:13:14 +0000
committerJörg Mayer <jmayer@loplof.de>2011-07-21 00:13:14 +0000
commitada4a40003bc17b9569c7bd08aef72d1068408eb (patch)
treeb53356042d7a1da99afdf1013ed9ca058d415afe /cmakeconfig.h.in
parenta9259c309e36e60448622d66f836fd80ad04f829 (diff)
Make USE_THREADS actually work with cmake
svn path=/trunk/; revision=38138
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 56fd1848a6..552260d343 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 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