[config] Adding config header

This commit is contained in:
Al
2015-06-01 15:40:59 -04:00
parent 93172bd16d
commit b74fa0da99

6
src/config.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef CONFIG_H
#define CONFIG_H
#define LIBPOSTAL_DATA_DIR "../data"
#endif