aboutsummaryrefslogtreecommitdiffstats
path: root/cmakeconfig.h.in
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-11-07 23:42:53 +0000
committerGerald Combs <gerald@wireshark.org>2011-11-07 23:42:53 +0000
commit7d442f4c22c58a970a6d00c2affac1659cdb81f6 (patch)
tree560cbb5c5df3cf623f7d3e0eb792ec9202a0e8a8 /cmakeconfig.h.in
parent60247a582b5852d7c84f500051d479893d8dc0c6 (diff)
Change the use of threads from "mostly always, depending on your
configure options and Gtk+ and GLib versions" to "always". svn path=/trunk/; revision=39751
Diffstat (limited to 'cmakeconfig.h.in')
-rw-r--r--cmakeconfig.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmakeconfig.h.in b/cmakeconfig.h.in
index 0ef4163680..2a4e1ab644 100644
--- a/cmakeconfig.h.in
+++ b/cmakeconfig.h.in
@@ -18,9 +18,6 @@
/* 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