diff CompileTimeConstants.h @ 16:06166d6c083b

Add configuration processing. Cache DB values Add a custom RBTree to save space. Track multiple DB connections properly. More testing. Add ValueExistsException.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Tue, 28 Aug 2012 18:58:02 +0200
parents ec87a79770ee
children
line wrap: on
line diff
--- a/CompileTimeConstants.h	Sat Aug 25 01:42:13 2012 +0200
+++ b/CompileTimeConstants.h	Tue Aug 28 18:58:02 2012 +0200
@@ -5,6 +5,10 @@
 #define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite"
 #endif
 
+#ifndef EDITDISTANCE_CACHE_LOCATION
+#define EDITDISTANCE_CACHE_LOCATION "~/.EditDistance.sqlite"
+#endif
+
 #ifndef USE_BOOST_FIND
 #define USE_BOOST_FIND 1
 #endif