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

  1. --- config.X.rtr    Fri Feb 24 16:01:22 1995
  2. +++ config.X    Fri Feb 24 15:48:14 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=}"
  9.  #endif /* LANGUAGES */
  10.  
  11.  /*
  12. --- local.h.rtr    Fri Feb 24 15:42:56 1995
  13. +++ local.h    Fri Feb 24 15:43:39 1995
  14. @@ -82,7 +82,7 @@
  15.  
  16.  #define MINIMENU    /* Display a mini-menu at the bottom of the screen */
  17.  #define NO8BIT        /* Remove this if you use ISO character sets */
  18. -#undef USG        /* Define this on System V */
  19. +#define USG        /* Define this on System V */
  20.  
  21.  /*
  22.   * Important directory paths
  23.