X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fdefault.cfg;h=7035972d0aef7a20d49cd105db9e8d5a8b9d9fc1;hb=3bb641c18d60f38d6e646211aa5c6a4b63ba9180;hp=1fbfc52e4eadb2124fc7edd0d222b3f2c32c7ec3;hpb=e6f42d16d3278e709f23825944598769539368e5;p=libucw.git diff --git a/lib/default.cfg b/lib/default.cfg index 1fbfc52e..7035972d 100644 --- a/lib/default.cfg +++ b/lib/default.cfg @@ -2,7 +2,7 @@ # (c) 2005--2007 Martin Mares # 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"); @@ -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;