X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=default.cfg;h=0b05139eebf657a7ab93695b1b4b7bd14a88520b;hb=4d8858ba28597c458bef262399b553e5da89442a;hp=90667f3ff402da70d152c9b85524eb5747e97e11;hpb=838aa7b53f746f58233825ee64528c8fc9b490e6;p=libucw.git diff --git a/default.cfg b/default.cfg index 90667f3f..0b05139e 100644 --- a/default.cfg +++ b/default.cfg @@ -10,10 +10,13 @@ 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); @@ -21,7 +24,7 @@ Set("CONFIG_UCW_SHELL_UTILS" => 1); Set("CONFIG_UCW_UTILS" => 1); # Libimages settings -Set("CONFIG_IMAGES"); +UnSet("CONFIG_IMAGES"); Set("CONFIG_IMAGES_LIBJPEG"); Set("CONFIG_IMAGES_LIBPNG"); Set("CONFIG_IMAGES_LIBUNGIF"); @@ -29,11 +32,11 @@ UnSet("CONFIG_IMAGES_LIBGIF"); UnSet("CONFIG_IMAGES_LIBMAGICK"); # Libcharset -Set("CONFIG_CHARSET"); +UnSet("CONFIG_CHARSET"); Set("CONFIG_CHARSET_UTILS"); # Libshxml -Set("CONFIG_SHXML"); +UnSet("CONFIG_SHXML"); # Return success 1;