00001
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022 #if defined(MONGO_MACROS_CLEANED)
00023
00024
00025 #define malloc MONGO_malloc
00026 #define realloc MONGO_realloc
00027
00028
00029 #define assert MONGO_assert
00030 #define dassert MONGO_dassert
00031 #define wassert MONGO_wassert
00032 #define massert MONGO_massert
00033 #define uassert MONGO_uassert
00034 #define BOOST_CHECK_EXCEPTION MONGO_BOOST_CHECK_EXCEPTION
00035 #define DESTRUCTOR_GUARD MONGO_DESTRUCTOR_GUARD
00036
00037
00038 #define PRINT MONGO_PRINT
00039 #define PRINTFL MONGO_PRINTFL
00040 #define asctime MONGO_asctime
00041 #define gmtime MONGO_gmtime
00042 #define localtime MONGO_localtime
00043 #define ctime MONGO_ctime
00044
00045
00046 #define DEV MONGO_DEV
00047 #define DEBUGGING MONGO_DEBUGGING
00048 #define SOMETIMES MONGO_SOMETIMES
00049 #define OCCASIONALLY MONGO_OCCASIONALLY
00050 #define RARELY MONGO_RARELY
00051 #define ONCE MONGO_ONCE
00052
00053
00054 #define LOG MONGO_LOG
00055
00056 #undef MONGO_MACROS_CLEANED
00057 #endif
00058