]> mj.ucw.cz Git - libucw.git/blobdiff - lib/default.cfg
fixed SHERLOCK_VERSION
[libucw.git] / lib / default.cfg
index 8a6654ed02b414fe4027ce9da06dac4e026e704c..7035972d0aef7a20d49cd105db9e8d5a8b9d9fc1 100644 (file)
@@ -2,7 +2,7 @@
 # (c) 2005--2007 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
 # (c) 2005--2007 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.12");
+Set("SHERLOCK_VERSION" => "3.12.4");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -28,8 +28,23 @@ UnSet("CONFIG_OWN_GETOPT");
 # Install libraries and their API includes
 UnSet("CONFIG_INSTALL_API");
 
 # 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" => 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_SHELL_UTILS" => 1);
-Set("CONFIG_UCW_THREADS" => 1);
+
+# Default configuration file
+UnSet("DEFAULT_CONFIG");
+
+# Environment variable with configuration file
+UnSet("ENV_VAR_CONFIG");
+
+# Return success
+1;