Mercurial > dedupe
diff CompileTimeConstants.h @ 2:2833b7f8884a
Sql backend is working.
Need to get more speed on comparisson.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 21 Aug 2012 14:25:33 +0200 |
| parents | |
| children | ec87a79770ee |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CompileTimeConstants.h Tue Aug 21 14:25:33 2012 +0200 @@ -0,0 +1,8 @@ +#ifndef COMPILETIMECONSTANTS_H +#define COMPILETIMECONSTANTS_H + +#ifndef DB_DEFAULT_LOCATION +#define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite" +#endif + +#endif //COMPILETIMECONSTANTS_H
