comparison 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
comparison
equal deleted inserted replaced
15:199fc63c60c1 16:06166d6c083b
3 3
4 #ifndef DB_DEFAULT_LOCATION 4 #ifndef DB_DEFAULT_LOCATION
5 #define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite" 5 #define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite"
6 #endif 6 #endif
7 7
8 #ifndef EDITDISTANCE_CACHE_LOCATION
9 #define EDITDISTANCE_CACHE_LOCATION "~/.EditDistance.sqlite"
10 #endif
11
8 #ifndef USE_BOOST_FIND 12 #ifndef USE_BOOST_FIND
9 #define USE_BOOST_FIND 1 13 #define USE_BOOST_FIND 1
10 #endif 14 #endif
11 15
12 #endif //COMPILETIMECONSTANTS_H 16 #endif //COMPILETIMECONSTANTS_H