From 95e75585480da6220da367e594e19e93470bd78f Mon Sep 17 00:00:00 2001 From: Pavel Charvat Date: Thu, 27 Sep 2007 09:48:16 +0200 Subject: [PATCH] ucwlib: unset DEFAULT_CONFIG and ENV_VAR_CONFIG by default --- lib/default.cfg | 6 ++++++ 1 file changed, 6 insertions(+) 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"); -- 2.39.5