home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / TEXT / UTILITY / SSPELL11.ZIP / CONFIG.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-01-26  |  445 b   |  17 lines

  1. /* this contains the default configuration options for the spelling */
  2. /* program. Edit this file to suit your system. */
  3.  
  4. #define DICTIONARY "main.dct"
  5. #define INDEX "main.idx"
  6. #define RULE "rule.lst"
  7. #define CACHESIZE 1000
  8. #define ROOTNAME "sspell"
  9. #define SORT "sort -fu"
  10.  
  11. #define MAXSTR 128
  12. #define SEPSTR " \n\r\t!@#$%^&*(),.<>~`\":;|/\\{}[]"
  13.  
  14. /* HASHWID must always be 2 or greater */
  15. #define HASHWID 8
  16. #define IDXSIZ 1000
  17.