]> mj.ucw.cz Git - libucw.git/blobdiff - lib/default.cfg
Added the local copy of the regex library back.
[libucw.git] / lib / default.cfg
index 1fbfc52e4eadb2124fc7edd0d222b3f2c32c7ec3..ad146b4b2a7f74fbe47761cb1a2d2463eec33aff 100644 (file)
@@ -2,7 +2,7 @@
 # (c) 2005--2007 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.12");
+Set("SHERLOCK_VERSION" => "3.12.4-dev");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -39,3 +39,12 @@ UnSet("CONFIG_UCW_PERL_MODULES");
 
 # Include support utilities for shell scripts
 Set("CONFIG_UCW_SHELL_UTILS" => 1);
+
+# Default configuration file
+UnSet("DEFAULT_CONFIG");
+
+# Environment variable with configuration file
+UnSet("ENV_VAR_CONFIG");
+
+# Return success
+1;