view CompileTimeConstants.h @ 11:f59ee8d3f8ea

Fix error string formatting.
author Tom Fredrik Blenning Klaussen <bfg@sim.no>
date Fri, 24 Aug 2012 22:56:21 +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