aboutsummaryrefslogtreecommitdiff
path: root/textproc/wordnet/files/patch-aa
blob: 6e194dff90de7a9f353f2a4efaf4674bb9cc730e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- include/wnconsts.h	Fri Feb 27 13:54:53 1998
+++ include/wnconsts.h	Sat Feb 26 16:11:51 2000
@@ -16,2 +16,6 @@
-#define DEFAULTPATH	"/usr/local/wordnet1.7/dict"
-#define DEFAULTBIN      "/usr/local/wordnet1.7/bin"
+#ifndef DEFAULTPATH
+#define DEFAULTPATH	"/usr/local/share/wordnet-1.7"
+#endif
+#ifndef DEFAULTBIN
+#define DEFAULTBIN      "/usr/local/bin"
+#endif