OSDN Git Service

Mention pthreads for sparc
authorEric Andersen <andersen@codepoet.org>
Wed, 10 Apr 2002 08:05:12 +0000 (08:05 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 10 Apr 2002 08:05:12 +0000 (08:05 -0000)
extra/Configs/Config.sparc

index aace380..5d109aa 100644 (file)
@@ -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.