home *** CD-ROM | disk | FTP | other *** search
- --- config.X.rtr Fri Feb 24 15:13:41 1995
- +++ config.X Fri Feb 24 15:34:50 1995
- @@ -260,7 +260,7 @@
- ** DEFHASH (which will usually be named english.hash).
- */
- #ifndef LANGUAGES
- -#define LANGUAGES "{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/dict/words}"
- +#define LANGUAGES "{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}"
- #endif /* LANGUAGES */
-
- /*
- @@ -448,7 +448,7 @@
- /* path to wordlist for Lookup command (typically /usr/dict/{words|web2}) */
- /* note that /usr/dict/web2 is usually a bad idea due to obscure words */
- #ifndef WORDS
- -#define WORDS "/usr/dict/words"
- +#define WORDS "/usr/share/dict/words"
- #endif
-
- /* buffer size to use for file names if not in sys/param.h */
- @@ -527,7 +527,7 @@
- ** division-by-zero errors!
- */
- #ifndef MASKTYPE
- -#define MASKTYPE long
- +#define MASKTYPE int
- #endif
- #ifndef MASKTYPE_WIDTH
- #define MASKTYPE_WIDTH 32
-