--- libaitcfg/inc/aitcfg.h 2009/10/19 14:58:24 1.2.2.4 +++ libaitcfg/inc/aitcfg.h 2009/10/20 12:23:46 1.3.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcfg.h,v 1.2.2.4 2009/10/19 14:58:24 misho Exp $ +* $Id: aitcfg.h,v 1.3.2.1 2009/10/20 12:23:46 misho Exp $ * *************************************************************************/ #ifndef __AITCFG_H @@ -22,6 +22,12 @@ struct tagHead { struct tagPair *slh_first; }; typedef struct tagHead sl_config; + + +/* + * Macros for config library. Typecast string to specific config string format. +*/ +#define CFG(x) (unsigned char *)(x) /*