From: Robert Spalek Date: Wed, 23 Nov 2005 10:17:58 +0000 (+0000) Subject: add a configuration switch for the incremental scanner X-Git-Tag: holmes-import~705 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=ed436aad1c21a9256d22cf4dc129663429220d23;p=libucw.git add a configuration switch for the incremental scanner --- diff --git a/build/sherlock.cfg b/build/sherlock.cfg index 557777af..cf2e0c9f 100644 --- a/build/sherlock.cfg +++ b/build/sherlock.cfg @@ -97,6 +97,9 @@ Set("CONFIG_OWN_REGEX"); # Include custom builtin functions in filtering language UnSet("CONFIG_CUSTOM_FILTER"); +# Include the incremental indexer +UnSet("CONFIG_INCREMENTAL"); + # Install libraries and their API includes UnSet("CONFIG_INSTALL_API");