view CompileTimeConstants.h @ 8:d7b384b4a834

Fix compilation problems. Fix printing issues. Introduce raise function in Exception.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Wed, 22 Aug 2012 18:18:20 +0200
parents 2833b7f8884a
children ec87a79770ee
line wrap: on
line source

#ifndef COMPILETIMECONSTANTS_H
#define COMPILETIMECONSTANTS_H

#ifndef DB_DEFAULT_LOCATION
#define DB_DEFAULT_LOCATION "~/.DeDupe.sqlite"
#endif

#endif //COMPILETIMECONSTANTS_H