summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.sparc
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-10 08:05:12 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-10 08:05:12 +0000
commit9584adfb600d1735774c46c80356ae602e57a2e8 (patch)
tree8a5c6cecc006d7e0d61085c1335b9f2e7b5d2438 /extra/Configs/Config.sparc
parentdd27e84e64a06f12c1e571769e0e567470c1f51b (diff)
Mention pthreads for sparc
Diffstat (limited to 'extra/Configs/Config.sparc')
-rw-r--r--extra/Configs/Config.sparc4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Configs/Config.sparc b/extra/Configs/Config.sparc
index aace380db..5d109aaa6 100644
--- a/extra/Configs/Config.sparc
+++ b/extra/Configs/Config.sparc
@@ -133,6 +133,10 @@ INCLUDE_RPC = false
# Protocol: IP version 6, enable this. This is off by default.
INCLUDE_IPV6 = false
+# 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=false
+
# If you want to support only Unix 98 PTYs enable this. Some older
# applications may need this disabled. For most current programs,
# you can generally leave this true.