summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.h b/config.h
index 69c5f26..5c2641e 100644
--- a/config.h
+++ b/config.h
@@ -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,
+};