瀏覽代碼

Enable thread support

Eric Andersen 22 年之前
父節點
當前提交
54fd11c185
共有 2 個文件被更改,包括 8 次插入0 次删除
  1. 4 0
      extra/Configs/Config.arm
  2. 4 0
      extra/Configs/Config.i386

+ 4 - 0
extra/Configs/Config.arm

@@ -132,6 +132,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 = true
+
 # 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.

+ 4 - 0
extra/Configs/Config.i386

@@ -128,6 +128,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 = true
+
 # 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.