From: Martin Mares Date: Thu, 26 Jul 2007 09:50:57 +0000 (+0200) Subject: Commented more libucw configuration switches. X-Git-Tag: holmes-import~506^2~19^2~1 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=bb88350f66fcbe7223bcf008d654e6a0df159f9d;p=libucw.git Commented more libucw configuration switches. --- 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);