chiark / gitweb /
Minor Makefile update
[secnet.git] / magic.h
1 /* Magic numbers used within secnet */
2
3 #ifndef magic_h
4 #define magic_h
5
6 #define LABEL_MSG0 0x00020200
7 #define LABEL_MSG1 0x01010101
8 #define LABEL_MSG2 0x02020202
9 #define LABEL_MSG3 0x03030303
10 #define LABEL_MSG4 0x04040404
11 #define LABEL_MSG5 0x05050505
12 #define LABEL_MSG6 0x06060606
13 #define LABEL_MSG7 0x07070707
14 #define LABEL_MSG8 0x08080808
15 #define LABEL_MSG9 0x09090909
16
17 #endif /* magic_h */