]> mj.ucw.cz Git - libucw.git/blobdiff - lib/default.cfg
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / default.cfg
index 8a6654ed02b414fe4027ce9da06dac4e026e704c..1fbfc52e4eadb2124fc7edd0d222b3f2c32c7ec3 100644 (file)
@@ -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);