From 54fd11c1858958a8c9c8cebadb375092a35f2aa0 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 20 Feb 2002 09:29:55 +0000 Subject: Enable thread support --- extra/Configs/Config.i386 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extra/Configs/Config.i386') diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 874356585..63aacab31 100644 --- a/extra/Configs/Config.i386 +++ b/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. -- cgit v1.2.3