home *** CD-ROM | disk | FTP | other *** search
- /* this contains the default configuration options for the spelling */
- /* program. Edit this file to suit your system. */
-
- #define DICTIONARY "main.dct"
- #define INDEX "main.idx"
- #define RULE "rule.lst"
- #define CACHESIZE 1000
- #define ROOTNAME "sspell"
- #define SORT "sort -fu"
-
- #define MAXSTR 128
- #define SEPSTR " \n\r\t!@#$%^&*(),.<>~`\":;|/\\{}[]"
-
- /* HASHWID must always be 2 or greater */
- #define HASHWID 8
- #define IDXSIZ 1000
-