]> mj.ucw.cz Git - libucw.git/blobdiff - default.cfg
xtypes&tableprinter: fix of tests of parsing
[libucw.git] / default.cfg
index 0b05139eebf657a7ab93695b1b4b7bd14a88520b..9a43ab604455fd65795d87a9cacc45bb739951d6 100644 (file)
@@ -23,7 +23,7 @@ Set("CONFIG_UCW_PERL_MODULES" => 1);
 Set("CONFIG_UCW_SHELL_UTILS" => 1);
 Set("CONFIG_UCW_UTILS" => 1);
 
-# Libimages settings
+# Libucw-images settings
 UnSet("CONFIG_IMAGES");
 Set("CONFIG_IMAGES_LIBJPEG");
 Set("CONFIG_IMAGES_LIBPNG");
@@ -31,12 +31,12 @@ Set("CONFIG_IMAGES_LIBUNGIF");
 UnSet("CONFIG_IMAGES_LIBGIF");
 UnSet("CONFIG_IMAGES_LIBMAGICK");
 
-# Libcharset
-UnSet("CONFIG_CHARSET");
+# Libucw-charset
+Set("CONFIG_CHARSET");
 Set("CONFIG_CHARSET_UTILS");
 
-# Libshxml
-UnSet("CONFIG_SHXML");
+# Libucw-xml
+UnSet("CONFIG_XML");
 
 # Return success
 1;