1 # Default configuration file for debian packages
3 Include("default.cfg");
6 Set("CONFIG_INSTALL_API");
10 Set("CONFIG_CHARSET_UTILS");
14 UnSet("CONFIG_IMAGES_LIBUNGIF");
15 Set("CONFIG_IMAGES_LIBGIF");
16 UnSet("CONFIG_UCW_OBSOLETE_DAEMON_HELPER");
18 # The basic Perl modules (UCW::Configure etc.) are installed,
19 # but extensions involving XS code (UCW::FileLock, UCW::Ulimit)
20 # aren't, because they are seldom used and their installation
21 # rules used to be incompatible with Debian directory structure.
22 # They should work now, so feel free to revive them if needed.
23 UnSet("CONFIG_UCW_PERL_MODULES");