X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=default.cfg;h=9a43ab604455fd65795d87a9cacc45bb739951d6;hb=f27dd6e320287ebe160afbc7ef7847b8d4aea060;hp=9aa5246cd52387982da6de3eab2301df8dadb593;hpb=c3cd576d45b423869f7a9c35bfc34331a0448264;p=libucw.git diff --git a/default.cfg b/default.cfg index 9aa5246c..9a43ab60 100644 --- a/default.cfg +++ b/default.cfg @@ -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 +# Libucw-charset Set("CONFIG_CHARSET"); Set("CONFIG_CHARSET_UTILS"); -# Libshxml -UnSet("CONFIG_SHXML"); +# Libucw-xml +UnSet("CONFIG_XML"); # Return success 1;