wip
[henge/apc.git] / src / apc.h
1 #ifndef _APC_H_
2 #define _APC_H_
3
4 //ir.h
5 #define BUF_SIZE 256
6 #define MAX_SETS 256
7 #define MAX_ELES 256
8 #define MAX_QUADS 256
9 #define MAX_MODELS 256
10 #define MAX_MODEL_LEN 256
11 #define MAX_MAPS 8
12 #define MAX_POSTS 256
13 #define MAX_CLASS_DEPTH 256
14 #define MAX_CLASSES 256
15 #define MAX_FRAMES 256
16 #define PTRS_IN_PAGE 1024
17 #define MAX_CHUNKS 256
18 #define PAGES_PER_CHUNK 16
19 #define MAX_DEPTH 8
20 //irmem.c
21 #define PAGES_PER_CHUNK 16
22 #define MAX_NAME_LEN 128
23 #define MAX_DEPTH 8
24 //lexer.c
25 #define FNAME_MAX 1024
26 #define FPATH_MAX 8192
27
28 #endif //_APC_H_