From 53908ac6049837d60277ff6c2f27c16b8663bbe8 Mon Sep 17 00:00:00 2001 From: Al Date: Mon, 6 Jul 2015 17:09:02 -0400 Subject: [PATCH] [config] Adding geonames dir as a separate #define --- src/config.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.h b/src/config.h index f0ac4299..49d5082c 100644 --- a/src/config.h +++ b/src/config.h @@ -6,6 +6,7 @@ #define LIBPOSTAL_DATA_DIR ".." PATH_SEPARATOR "data" #define LIBPOSTAL_DICTIONARIES_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR "dictionaries" +#define LIBPOSTAL_GEONAMES_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR "geonames" #define LIBPOSTAL_GEODB_DIR LIBPOSTAL_DATA_DIR PATH_SEPARATOR "geodb" #endif \ No newline at end of file