Mercurial > dedupe
view CompileTimeConstants.h @ 15:199fc63c60c1
Increase buffersize for filehash computing.
| author | Tom Fredrik Blenning Klaussen <bfg@sim.no> |
|---|---|
| date | Sat, 25 Aug 2012 01:42:13 +0200 |
| parents | ec87a79770ee |
| children | 06166d6c083b |
line wrap: on
line source
#ifndef COMPILETIMECONSTANTS_H #define COMPILETIMECONSTANTS_H #ifndef DB_DEFAULT_LOCATION #define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite" #endif #ifndef USE_BOOST_FIND #define USE_BOOST_FIND 1 #endif #endif //COMPILETIMECONSTANTS_H
