summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.h.cmake.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.cmake.in b/src/config.h.cmake.in
index 0094a09..6635df1 100644
--- a/src/config.h.cmake.in
+++ b/src/config.h.cmake.in
@@ -46,6 +46,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#cmakedefine HAVE_MEMORY_H
+/* define to disable multithreading support. */
+#cmakedefine NO_THREADS
+
/* define if the compiler implements namespaces */
#cmakedefine HAVE_NAMESPACES