00001
00002
00003
00004
00005
00006 #ifndef __UIUC_CHARM_COLLIDE_CFG_H
00007 #define __UIUC_CHARM_COLLIDE_CFG_H
00008
00010 #ifndef COLLIDE_STATS
00011 #define COLLIDE_STATS 0
00012 #endif
00013
00015 #ifndef COLLIDE_USE_FLOAT_HACK
00016 #define COLLIDE_USE_FLOAT_HACK 0
00017 #endif
00018
00020 #ifndef COLLIDE_IS_RECURSIVE
00021 #define COLLIDE_IS_RECURSIVE 1
00022 #endif
00023
00025 #ifndef COLLIDE_RECURSIVE_THRESH
00026 #define COLLIDE_RECURSIVE_THRESH 10 //More than this many objects -> recurse
00027 #endif
00028
00029
00030
00031 #endif