]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/default.cfg
Merge branch 'dev-lib'
[libucw.git] / ucw / default.cfg
index 8c2b21ba853371e36c8eceef526a579db552a378..f042800fa6bd0e285e15a62013f79c0ec1387e92 100644 (file)
@@ -2,7 +2,10 @@
 # (c) 2005--2008 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.13-dev");
+Set("SHERLOCK_VERSION" => "3.99.1");
+Set("SHERLOCK_VERSION_CODE" => 3099001);
+Set("UCW_VERSION" => Get("SHERLOCK_VERSION"));
+Set("UCW_VERSION_CODE" => Get("SHERLOCK_VERSION_CODE"));
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -35,11 +38,17 @@ UnSet("CONFIG_UCW_PERL_MODULES");
 # Include support utilities for shell scripts
 Set("CONFIG_UCW_SHELL_UTILS" => 1);
 
+# Include utilities
+Set("CONFIG_UCW_UTILS" => 1);
+
 # Default configuration file
 UnSet("DEFAULT_CONFIG");
 
 # Environment variable with configuration file
 UnSet("ENV_VAR_CONFIG");
 
+# Use obsolete URL escaping rules (if you need behavior identical to the older versions of libucw)
+UnSet("CONFIG_URL_ESCAPE_COMPAT");
+
 # Return success
 1;