changa  3.5
 All Classes Files Functions Variables Typedefs Enumerations Friends Macros Groups Pages
keytype.h
1 #include "converse.h"
2 
3 #ifdef BIGKEYS
4 # if CMK_HAS_INT16
5 typedef CmiUInt16 KeyType;
6 # else
7 #error "128-bit integer not supported."
8 # endif
9 #else
10 typedef CmiUInt8 KeyType;
11 #endif
12