Files
libpostal/src/config.h
2015-07-01 13:01:22 -04:00

11 lines
282 B
C

#ifndef CONFIG_H
#define CONFIG_H
#include "file_utils.h"
#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"
#endif