blob: c6e0c399f7e6a7138ec9c603dd7dccb3a38d0c03 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#define START_ONLY 0
#define START_CNX 1
#define START_MULT_CNX 2
#define NO_LOAD 256
#define ENGINE_NOTLOADED 0
#define ENGINE_LOADED 1
#define LOCAL_SELECTOR -1
#define LOCAL_ACCESS 0
#define SERVER_ACCESS 1
#define STARTER_CNX 1
#define STARTER_START 2
#define SERPC_CNX 3
#define SERPC_START 4
#define SERPC_MULT_CNX 5
|