00001 #ifndef __VMML__VMMLIB_CONFIG__HPP__
00002 #define __VMML__VMMLIB_CONFIG__HPP__
00003
00004 #ifndef VMMLIB_CUSTOM_CONFIG
00005
00006 #ifndef NDEBUG
00007 #define VMMLIB_SAFE_ACCESSORS
00008 #endif
00009
00010 #define VMMLIB_THROW_EXCEPTIONS
00011
00012 #endif
00013
00014 #endif
00015