From b74fa0da9975a5a3d5d9de4a06ebb20b839ff27c Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 1 Jun 2015 15:40:59 -0400 Subject: [PATCH] [config] Adding config header --- src/config.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/config.h diff --git a/src/config.h b/src/config.h new file mode 100644 index 00000000..00052723 --- /dev/null +++ b/src/config.h @@ -0,0 +1,6 @@ +#ifndef CONFIG_H +#define CONFIG_H + +#define LIBPOSTAL_DATA_DIR "../data" + +#endif \ No newline at end of file