Make USE_THREADS actually work with cmake

svn path=/trunk/; revision=38138
This commit is contained in:
Jörg Mayer 2011-07-21 00:13:14 +00:00
parent a9259c309e
commit ada4a40003
1 changed files with 3 additions and 0 deletions

View File

@ -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