]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/default.cfg
Fastbuf: Rewritten bprintf()
[libucw.git] / ucw / default.cfg
index 4d25df7d5d47b7873acf2381525e1bae01403fee..60e1c046b8e698b717220a98dfe353b2a6fd4ef9 100644 (file)
@@ -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;