Subversion Repositories shark

Rev

Rev 1085 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1085 pj 1
 
2
/*
3
 *
4
 */
5
 
6
/* if def: does not use graphics */
7
#define NOGRX 1
8
#undef NOGRX
9
 
10
/* if def: use a mutex for all graphics operations */
11
#define GRXMUTEX 1
12
#undef GRXMUTEX
13
 
14
/* if def: use full color (16bits.. sigh) else use 8 bits/pixel grayscale */
15
#define FULLCOLOR 1
16
#undef FULLCOLOR
17
 
18
/*
19
 *
20
 */
21
 
22
/* if def: does not trace events (does not work) */
23
#define NOTRACE 1
24
//#undef NOTRACE
25
 
26
/*
27
 *
28
 */
29
 
30
/* if def: activate task buffering */
31
#define ACTIVATE 1
32
//#undef ACTIVATE
33
 
34
/*
35
 *
36
 */
37
 
38
/* if def: use bd_edf resource for I/O tasks */
39
#define EDFSCHED 1
40
#undef EDFSCHED
41
 
42
/* if def: use bd_pscan resources for I/O tasks */
43
#define PSCANSCHED 1
44
#undef PSCANSCHED