]> mj.ucw.cz Git - libucw.git/commitdiff
add a configuration switch for the incremental scanner
authorRobert Spalek <robert@ucw.cz>
Wed, 23 Nov 2005 10:17:58 +0000 (10:17 +0000)
committerRobert Spalek <robert@ucw.cz>
Wed, 23 Nov 2005 10:17:58 +0000 (10:17 +0000)
build/sherlock.cfg

index 557777af2be97fe3a08f0e71bc4b4e56e4fa1433..cf2e0c9f68b1b6582d204e0cefe67b592181d76f 100644 (file)
@@ -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");