00001 /* SVN FILE INFO 00002 * $Revision: 543 $ : Last Committed Revision 00003 * $Date: 2010-06-23 11:20:13 -0700 (Wed, 23 Jun 2010) $ : Last Committed Date */ 00004 #define PACKAGE_STRING "MobileC V2.0.0" 00005 #define PACKAGE_VERSION "2.0.0" 00006 #define strtok_r( buf, delim, save_ptr ) \ 00007 strtok( buf, delim ) 00008 #define strdup( str ) \ 00009 _strdup( str ) 00010 #undef NEW_SECURITY 00011 #undef MC_SECURITY