From: Pavel Charvat Date: Sun, 10 Sep 2006 18:39:08 +0000 (+0200) Subject: Introduced new switch CONFIG_SHERLOCK which can X-Git-Tag: holmes-import~562^2~2 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=31f2f97d8dd3c9e0881ea240a484246200da2d89;p=libucw.git Introduced new switch CONFIG_SHERLOCK which can be used to disable Sherlock compilation. Command ./configure lib/config builds only libucw, libcharset and part of libsh. --- diff --git a/lib/config/Makefile b/lib/config/Makefile new file mode 100644 index 00000000..2a28d2d0 --- /dev/null +++ b/lib/config/Makefile @@ -0,0 +1 @@ +# Stub Makefile for custom modules diff --git a/lib/config/config b/lib/config/config new file mode 100644 index 00000000..8dade098 --- /dev/null +++ b/lib/config/config @@ -0,0 +1,22 @@ +# Libraries configuration (libucw, libcharset, libsh) + +Set("CUSTOM_DIR" => "lib/config"); + +UnSet("CONFIG_SHERLOCK"); +UnSet("CONFIG_GATHERD"); +UnSet("CONFIG_INDEXER"); +UnSet("CONFIG_SEARCH"); +UnSet("CONFIG_LARGE_DB"); +UnSet("CONFIG_LASTMOD"); +UnSet("CONFIG_FILETYPE"); +UnSet("CONFIG_LANG"); +UnSet("CONFIG_SPELL"); +UnSet("CONFIG_MAX_CONTEXTS"); +UnSet("CONFIG_32BIT_REFERENCES"); +Set("DEFAULT_CONFIG" => "cf/library"); + +# Keep turned on if debugging +Set("CONFIG_DEBUG"); + +# Return success +1;