Mercurial > dedupe
view CompileTimeConstants.h @ 14:e60d6caceb62
Fix error in boost findfile traversal.
Remove debug info.
| author | Tom Fredrik Blenning Klaussen <bfg@sim.no> |
|---|---|
| date | Fri, 24 Aug 2012 23:02:01 +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
