From ada4a40003bc17b9569c7bd08aef72d1068408eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Thu, 21 Jul 2011 00:13:14 +0000 Subject: [PATCH] Make USE_THREADS actually work with cmake svn path=/trunk/; revision=38138 --- cmakeconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) 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