X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fdefault.cfg;h=60e1c046b8e698b717220a98dfe353b2a6fd4ef9;hb=05ffab94be8da943cffb8fb30d7073ab78aef94c;hp=4d25df7d5d47b7873acf2381525e1bae01403fee;hpb=d36f9efe0d0fb028d6b2574b76956ce2ae22ea4f;p=libucw.git diff --git a/ucw/default.cfg b/ucw/default.cfg index 4d25df7d..60e1c046 100644 --- a/ucw/default.cfg +++ b/ucw/default.cfg @@ -43,6 +43,9 @@ Set("CONFIG_UCW_SHELL_UTILS" => 1); # Include utilities Set("CONFIG_UCW_UTILS" => 1); +# Include obsolete daemon-helper utility +UnSet("CONFIG_UCW_OBSOLETE_DAEMON_HELPER"); + # Default configuration file UnSet("CONFIG_UCW_DEFAULT_CONFIG"); @@ -66,5 +69,8 @@ Set("CONFIG_UCW_FB_DIRECT"); UnSet("CONFIG_UCW_POSIX_REGEX"); UnSet("CONFIG_UCW_PCRE"); +# Compile tools used for debugging and testing of LibUCW +UnSet("CONFIG_UCW_DEBUG_TOOLS"); + # Return success 1;