source: app/src/dgp/const.hh @ 28e9ae0

help
Last change on this file since 28e9ae0 was 0214596, checked in by pawelk <pawelk@…>, 16 years ago

Dodalismy do pakietu utt komponent dgp (brak configow i innych bajerow).

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@24 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100644
File size: 197 bytes
Line 
1#ifndef CONST_HH
2#define CONST_HH
3
4#define MAXTYPES 32
5#define MAXNODES 1024
6#define MAXCONSTRS 32
7#define MAXLINE 256
8#define MAXFORMLEN 64
9#define MAXDESCRLEN 80
10#define FIELDSEP " \n\t"
11
12#endif
Note: See TracBrowser for help on using the repository browser.