X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=default.cfg;h=9a43ab604455fd65795d87a9cacc45bb739951d6;hb=97c0f0673d3bf8f426afb784e8b419c8931977cb;hp=47d8941fcc37149146f8890e64a565b5e3237a4f;hpb=f293e9b1ad17cd23be0efd76d822a0c0dd2f9b1d;p=libucw.git diff --git a/default.cfg b/default.cfg index 47d8941f..9a43ab60 100644 --- a/default.cfg +++ b/default.cfg @@ -4,32 +4,39 @@ # Do we want shared or static libraries? Set("CONFIG_SHARED"); +# Include debugging code +Set("CONFIG_DEBUG"); + # We want the public API Set("CONFIG_INSTALL_API"); -# Libucw should support files >2GB and threading +# LibUCW should support files >2GB and threading Set("CONFIG_UCW_LARGE_FILES"); Set("CONFIG_UCW_THREADS" => 1); +# Build only LibUCW itself +Set("CONFIG_UCW_ONLY"); + # Libucw extensions Set("CONFIG_UCW_PERL" => 1); Set("CONFIG_UCW_PERL_MODULES" => 1); Set("CONFIG_UCW_SHELL_UTILS" => 1); Set("CONFIG_UCW_UTILS" => 1); -# Libimages settings -Set("CONFIG_IMAGES"); +# Libucw-images settings +UnSet("CONFIG_IMAGES"); Set("CONFIG_IMAGES_LIBJPEG"); Set("CONFIG_IMAGES_LIBPNG"); Set("CONFIG_IMAGES_LIBUNGIF"); UnSet("CONFIG_IMAGES_LIBGIF"); UnSet("CONFIG_IMAGES_LIBMAGICK"); -# Libcharset +# Libucw-charset Set("CONFIG_CHARSET"); +Set("CONFIG_CHARSET_UTILS"); -# Libshxml -Set("CONFIG_SHXML"); +# Libucw-xml +UnSet("CONFIG_XML"); # Return success 1;