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);
19 Set("CONFIG_BUCKET_SHIFT" => 6);
23 Set("MAX_WORD_LEN" => 64);
27 Set("CONFIG_IMAGES_LIBJPEG");
28 Set("CONFIG_IMAGES_LIBPNG");
29 Set("CONFIG_IMAGES_LIBUNGIF");
30 UnSet("CONFIG_IMAGES_LIBGIF");
31 UnSet("CONFIG_IMAGES_LIBMAGICK");