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