source: src/dgp/const.hh @ a15e59b

Last change on this file since a15e59b was e7de6cc, checked in by Tomasz Obrebski <to@…>, 12 years ago

new version of dgp
added dgc, tre and compdic components
compiledic renamed to compdic_utf8
./configure updated

  • Property mode set to 100644
File size: 258 bytes
Line 
1#ifndef CONST_HH
2#define CONST_HH
3
4#define MAXTYPES 32
5#define MAXCATS 4096
6#define MAXFLAGS 64
7#define MAXPROPS 16
8#define MAXNODES 2048
9#define MAXCONSTRS 32
10#define MAXLINE 512
11#define MAXFORMLEN 64
12#define MAXDESCRLEN 80
13#define FIELDSEP " \n\t"
14
15#endif
Note: See TracBrowser for help on using the repository browser.