From: Pavel Charvat Date: Thu, 27 Sep 2007 07:48:16 +0000 (+0200) Subject: ucwlib: unset DEFAULT_CONFIG and ENV_VAR_CONFIG by default X-Git-Tag: holmes-import~506^2~9 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=95e75585480da6220da367e594e19e93470bd78f;p=libucw.git ucwlib: unset DEFAULT_CONFIG and ENV_VAR_CONFIG by default --- diff --git a/lib/default.cfg b/lib/default.cfg index 1fbfc52e..6343f686 100644 --- a/lib/default.cfg +++ b/lib/default.cfg @@ -39,3 +39,9 @@ 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");