Files
harbour-core/harbour/extras/gfspell/spell.ch
Viktor Szakats 340318e66d 2012-07-21 19:09 UTC+0200 Viktor Szakats (vszakats syenar.net)
+ extras
  - examples
  * doc/dirstruc.txt
    * renamed 'examples' to what it is more: 'extras'
2012-07-21 17:10:27 +00:00

21 lines
640 B
Plaintext

/*
* $Id$
*/
#define COMMON_WORDS 1
#define CACHE_WORDS 2
#define DICTIONARY_PATH 3
#define DICTIONARY_NAME 4
#define AUXILIARY_DICTIONARY 5
#define EXTRA_CODE_BLOCK 6
#define ADD_SUFFIXES 7
#define ADD_PREFIXES 8
#define ADD_PLURALS 9
#define SORT_SUGGESTIONS 10
#define SUGGEST_PREFERENCE 11
#define MINIMUM_WORD_LENGTH 12
#define METAPHONE_SIZE 13
#define MAX_DIFFERENCE 14
#define THESAURUS_NAME 15
#define CHECK_FOR_RUNONS 16