home *** CD-ROM | disk | FTP | other *** search
/ The UNIX CD Bookshelf / OREILLY_TUCB_UNIX_CD.iso / upt / examples / SOURCES / ISPELL / ALPHA / ISPELL. next >
Encoding:
Text File  |  1998-07-24  |  948 b   |  30 lines

  1. --- config.X.rtr    Fri Feb 24 15:13:41 1995
  2. +++ config.X    Fri Feb 24 15:34:50 1995
  3. @@ -260,7 +260,7 @@
  4.  ** DEFHASH (which will usually be named english.hash).
  5.  */
  6.  #ifndef LANGUAGES
  7. -#define LANGUAGES "{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/dict/words}"
  8. +#define LANGUAGES "{american,MASTERDICTS=american.med+,HASHFILES=americanmed+.hash,EXTRADICT=/usr/share/dict/words}"
  9.  #endif /* LANGUAGES */
  10.  
  11.  /*
  12. @@ -448,7 +448,7 @@
  13.  /* path to wordlist for Lookup command (typically /usr/dict/{words|web2}) */
  14.  /* note that /usr/dict/web2 is usually a bad idea due to obscure words */
  15.  #ifndef WORDS
  16. -#define WORDS    "/usr/dict/words"
  17. +#define WORDS    "/usr/share/dict/words"
  18.  #endif
  19.  
  20.  /* buffer size to use for file names if not in sys/param.h */
  21. @@ -527,7 +527,7 @@
  22.  ** division-by-zero errors! 
  23.  */
  24.  #ifndef MASKTYPE
  25. -#define MASKTYPE    long
  26. +#define MASKTYPE    int
  27.  #endif
  28.  #ifndef MASKTYPE_WIDTH
  29.  #define MASKTYPE_WIDTH    32
  30.