1*433d6423SLionel Sambuc #undef AVL_UNIQUE 2*433d6423SLionel Sambuc #undef AVL_HANDLE 3*433d6423SLionel Sambuc #undef AVL_KEY 4*433d6423SLionel Sambuc #undef AVL_MAX_DEPTH 5*433d6423SLionel Sambuc #undef AVL_NULL 6*433d6423SLionel Sambuc #undef AVL_GET_LESS 7*433d6423SLionel Sambuc #undef AVL_GET_GREATER 8*433d6423SLionel Sambuc #undef AVL_SET_LESS 9*433d6423SLionel Sambuc #undef AVL_SET_GREATER 10*433d6423SLionel Sambuc #undef AVL_GET_BALANCE_FACTOR 11*433d6423SLionel Sambuc #undef AVL_SET_BALANCE_FACTOR 12*433d6423SLionel Sambuc #undef AVL_SET_ROOT 13*433d6423SLionel Sambuc #undef AVL_COMPARE_KEY_KEY 14*433d6423SLionel Sambuc #undef AVL_COMPARE_KEY_NODE 15*433d6423SLionel Sambuc #undef AVL_COMPARE_NODE_NODE 16