1 # Default configuration of UCW libraries
2 # (see */default.cfg for the description of all options)
4 # Do we want shared or static libraries?
7 # Include debugging code
10 # We want the public API
11 Set("CONFIG_INSTALL_API");
13 # Enable GCC link-time optimizations (experimental)
16 # LibUCW should support files >2GB and threading
17 Set("CONFIG_UCW_LARGE_FILES");
18 Set("CONFIG_UCW_THREADS" => 1);
21 Set("CONFIG_UCW_PERL" => 1);
22 Set("CONFIG_UCW_PERL_MODULES" => 1);
23 Set("CONFIG_UCW_SHELL_UTILS" => 1);
24 Set("CONFIG_UCW_UTILS" => 1);
26 # Libucw-images settings
27 UnSet("CONFIG_IMAGES");
28 Set("CONFIG_IMAGES_LIBJPEG");
29 Set("CONFIG_IMAGES_LIBPNG");
30 UnSet("CONFIG_IMAGES_LIBUNGIF");
31 Set("CONFIG_IMAGES_LIBGIF");
32 UnSet("CONFIG_IMAGES_LIBMAGICK");
35 Set("CONFIG_CHARSET");
36 Set("CONFIG_CHARSET_UTILS");