00001 #ifndef __COCONUT_CONFIG_H__ 00002 #define __COCONUT_CONFIG_H__ 00003 00004 //#if (__GNUC__ < 3) 00005 #if 1 00006 #define PURE_VIRTUAL { throw "Pure virtual function called!"; } 00007 #else 00008 #define PURE_VIRTUAL ; 00009 #endif 00010 00011 #endif // __COCONUT_CONFIG_H__