# 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);