From 9584adfb600d1735774c46c80356ae602e57a2e8 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 10 Apr 2002 08:05:12 +0000 Subject: Mention pthreads for sparc --- extra/Configs/Config.sparc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra') 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. -- cgit v1.2.3