From bb88350f66fcbe7223bcf008d654e6a0df159f9d Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 26 Jul 2007 11:50:57 +0200 Subject: [PATCH] Commented more libucw configuration switches. --- lib/default.cfg | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/lib/default.cfg b/lib/default.cfg index 8a6654ed..1fbfc52e 100644 --- a/lib/default.cfg +++ b/lib/default.cfg @@ -28,8 +28,14 @@ UnSet("CONFIG_OWN_GETOPT"); # Install libraries and their API includes UnSet("CONFIG_INSTALL_API"); -# Configuration of parts of the UCW library +# Build with support for multi-threaded programs +Set("CONFIG_UCW_THREADS" => 1); + +# Include Perl modules Set("CONFIG_UCW_PERL" => 1); -Set("CONFIG_UCW_PERL_MODULES" => 1); + +# Include Perl modules written in C +UnSet("CONFIG_UCW_PERL_MODULES"); + +# Include support utilities for shell scripts Set("CONFIG_UCW_SHELL_UTILS" => 1); -Set("CONFIG_UCW_THREADS" => 1); -- 2.39.5