view CompileTimeConstants.h @ 13:9463c0c22969

Refactor computeHash into separate function.
author Tom Fredrik Blenning Klaussen <bfg@sim.no>
date Fri, 24 Aug 2012 22:57:19 +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