Index: trunk/src/route-rnd/rtree.c =================================================================== --- trunk/src/route-rnd/rtree.c (revision 1416) +++ trunk/src/route-rnd/rtree.c (revision 1417) @@ -2,6 +2,7 @@ #include #include +#define RTRND_RTREE_KEEP_RTR #include "rtree.h" #include Index: trunk/src/route-rnd/rtree.h =================================================================== --- trunk/src/route-rnd/rtree.h (revision 1416) +++ trunk/src/route-rnd/rtree.h (revision 1417) @@ -11,4 +11,9 @@ #include +#ifndef RTRND_RTREE_KEEP_RTR +#undef RTR +#undef RTRU #endif + +#endif