summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--extra/Configs/Config.cris4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Configs/Config.cris b/extra/Configs/Config.cris
index 7fa80c494..879b32e2c 100644
--- a/extra/Configs/Config.cris
+++ b/extra/Configs/Config.cris
@@ -135,6 +135,10 @@ INCLUDE_REGEX = true
# disabled. This is off by default.
INCLUDE_RPC = true
+# If you want to include threads support, enable this. The C library will
+# be compiled thread-safe, and the libpthread library will be built.
+INCLUDE_THREADS = true
+
# If you want to include support for the next version of the Internet
# Protocol: IP version 6, enable this. This is off by default.
INCLUDE_IPV6 = false