1 # Default configuration of Sherlock libraries (see sherlock/default.cfg for an explanation)
3 # Do we want shared or static libraries?
6 # We want the public API
7 Set("CONFIG_INSTALL_API");
9 # Libucw should support files >2GB and threading
10 Set("CONFIG_LARGE_FILES");
11 Set("CONFIG_UCW_THREADS" => 1);
14 Set("CONFIG_UCW_PERL" => 1);
15 Set("CONFIG_UCW_PERL_MODULES" => 1);
16 Set("CONFIG_UCW_SHELL_UTILS" => 1);
17 Set("CONFIG_UCW_UTILS" => 1);
20 Set("CONFIG_BUCKET_SHIFT" => 6);
24 Set("MAX_WORD_CHARS" => 64);
25 Set("MAX_WORD_BYTES" => 192);
29 Set("CONFIG_IMAGES_LIBJPEG");
30 Set("CONFIG_IMAGES_LIBPNG");
31 Set("CONFIG_IMAGES_LIBUNGIF");
32 UnSet("CONFIG_IMAGES_LIBGIF");
33 UnSet("CONFIG_IMAGES_LIBMAGICK");