diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -13,3 +13,11 @@ char *taglist[] = { /* Words containing any of these characters are skipped. */ char *skip = "&/-=~"; + +/* Inherit the directory at compile time. */ +const char *buildpath = BUILD_PATH; +const char *en = "share/hyphen/hyph_en_US.dic"; +const char *es = "ext/es/hyph_es.dic"; +enum { + pathbuf = 512, +}; |