diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-02-20 09:29:55 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-02-20 09:29:55 +0000 |
commit | 54fd11c1858958a8c9c8cebadb375092a35f2aa0 (patch) | |
tree | b125b258c1369302651e7eb22e70fc1647ad47d7 /extra/Configs/Config.arm | |
parent | 6ecb091433a15aa7ad8ca8aa38305cc2c7905caa (diff) |
Enable thread support
Diffstat (limited to 'extra/Configs/Config.arm')
-rw-r--r-- | extra/Configs/Config.arm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/Configs/Config.arm b/extra/Configs/Config.arm index dc1df89f9..a21d2fc31 100644 --- a/extra/Configs/Config.arm +++ b/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. |