]> mj.ucw.cz Git - libucw.git/blobdiff - build/sherlock.cfg
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.8
[libucw.git] / build / sherlock.cfg
index 557777af2be97fe3a08f0e71bc4b4e56e4fa1433..eb32472d9590b58222f21d385cb791e5ac643de3 100644 (file)
@@ -1,11 +1,11 @@
 # Configuration variables of Sherlock and their default values
-# (c) 2005 Martin Mares <mj@ucw.cz>
+# (c) 2005--2006 Martin Mares <mj@ucw.cz>
 
 # Version of the whole package
-Set("SHERLOCK_VERSION" => "3.8");
+Set("SHERLOCK_VERSION" => "3.9");
 
 # Installation directory for `make install'
-Set("INSTALL_DIR" => "~/run-3.8");
+Set("INSTALL_DIR" => "~/run-3.9");
 
 # Compile everything with debug information and ASSERT's
 UnSet("CONFIG_DEBUG");
@@ -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");