791a9458b77333e6764da87af1c62be44bf8b8f7
[citadel.git] / citadel / include / undef_data.h
1 /**
2  * 
3  * $Id: $
4  *
5  * this file contains the defines that convert our x-macros to datatypes
6  */
7
8 #undef SUBSTRUCT
9 #undef SUBSTRUCT_ELEMENT
10 #undef CFG_VALUE
11 #undef PROTOCOL_ONLY
12 #undef SERVER_PRIVATE
13 #undef NO_ARTV
14
15 #undef UNSIGNED
16 #undef UNSIGNED_INT
17 #undef LONG
18 #undef INTEGER
19 #undef UINT8
20 #undef UNSIGNED_SHORT
21 #undef CHAR      
22
23 #undef TIME
24 #undef UID_T    
25
26 #undef STRING_BUF
27 #undef STRING
28
29
30