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