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