From 37103b14afc0b362d0a5176c297ec57db16ced45 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sat, 4 Sep 1999 10:03:27 +0000 Subject: [PATCH] Knob for Perl thread support. --- etc/defaults/make.conf | 3 +++ etc/make.conf | 3 +++ share/examples/etc/make.conf | 3 +++ 3 files changed, 9 insertions(+) diff --git a/etc/defaults/make.conf b/etc/defaults/make.conf index da9fb902f56..e5146e1a7f3 100644 --- a/etc/defaults/make.conf +++ b/etc/defaults/make.conf @@ -23,6 +23,9 @@ # To avoid building the suid perl #NOSUIDPERL= true # +# To build perl with thread support +#PERL_THREADED= true +# # To avoid building sendmail #NO_SENDMAIL= true # diff --git a/etc/make.conf b/etc/make.conf index da9fb902f56..e5146e1a7f3 100644 --- a/etc/make.conf +++ b/etc/make.conf @@ -23,6 +23,9 @@ # To avoid building the suid perl #NOSUIDPERL= true # +# To build perl with thread support +#PERL_THREADED= true +# # To avoid building sendmail #NO_SENDMAIL= true # diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index da9fb902f56..e5146e1a7f3 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -23,6 +23,9 @@ # To avoid building the suid perl #NOSUIDPERL= true # +# To build perl with thread support +#PERL_THREADED= true +# # To avoid building sendmail #NO_SENDMAIL= true #