RB_GENERATE_STATIC
RB_GENERATE_STATIC(ax_requests, agentx_request, axr_ax_requests,
RB_GENERATE_STATIC(axc_objects, agentx_object, axo_axc_objects,
RB_GENERATE_STATIC(ltree, links_entry, entry, links_cmp);
RB_GENERATE_STATIC(idname_tree, idname, entry, idname_cmp)
RB_GENERATE_STATIC(penalties_by_addr, penalty, by_addr, penalty_addr_cmp)
RB_GENERATE_STATIC(penalties_by_expiry, penalty, by_expiry, penalty_expiry_cmp)
RB_GENERATE_STATIC(args_tree, args_entry, entry, args_cmp);
RB_GENERATE_STATIC(wait_channels, wait_channel, entry, wait_channel_cmp);
RB_GENERATE_STATIC(control_panes, control_pane, entry, control_pane_cmp);
RB_GENERATE_STATIC(control_subs, control_sub, entry, control_sub_cmp);
RB_GENERATE_STATIC(control_sub_panes, control_sub_pane, entry,
RB_GENERATE_STATIC(control_sub_windows, control_sub_window, entry,
RB_GENERATE_STATIC(environ, environ_entry, entry, environ_cmp);
RB_GENERATE_STATIC(format_entry_tree, format_entry, entry, format_entry_cmp);
RB_GENERATE_STATIC(format_job_tree, format_job, entry, format_job_cmp);
RB_GENERATE_STATIC(hyperlinks_by_uri_tree, hyperlinks_uri, by_uri_entry,
RB_GENERATE_STATIC(hyperlinks_by_inner_tree, hyperlinks_uri, by_inner_entry,
RB_GENERATE_STATIC(input_key_tree, input_key_entry, entry, input_key_cmp);
RB_GENERATE_STATIC(key_bindings, key_binding, entry, key_bindings_cmp);
RB_GENERATE_STATIC(key_tables, key_table, entry, key_table_cmp);
RB_GENERATE_STATIC(options_array, options_array_item, entry, options_array_cmp);
RB_GENERATE_STATIC(options_tree, options_entry, entry, options_cmp);
RB_GENERATE_STATIC(paste_name_tree, paste_buffer, name_entry, paste_cmp_names);
RB_GENERATE_STATIC(paste_time_tree, paste_buffer, time_entry, paste_cmp_times);
RB_GENERATE_STATIC(server_acl_entries, server_acl_user, entry, server_acl_cmp);
RB_GENERATE_STATIC(utf8_data_tree, utf8_item, data_entry, utf8_data_cmp);
RB_GENERATE_STATIC(utf8_index_tree, utf8_item, index_entry, utf8_index_cmp);
RB_GENERATE_STATIC(utf8_width_cache, utf8_width_item, entry,
RB_GENERATE_STATIC(rde_pftable_tree, rde_pftable_node, entry, rde_pftable_cmp);
RB_GENERATE_STATIC(nexthop_tree, nexthop, entry, nexthop_cmp);
RB_GENERATE_STATIC(access_reqt, access_req, tree, access_request_compar);
RB_GENERATE_STATIC(assigned_ipv4_tree, assigned_ipv4, tree,
RB_GENERATE_STATIC(user_tree, user, tree, user_compar);
RB_GENERATE_STATIC(auth_tree, auth, entry, authcmp);
RB_GENERATE_STATIC(crl_tree, crl, entry, crlcmp);
RB_GENERATE_STATIC(repo_tree, parse_repo, entry, repocmp);
RB_GENERATE_STATIC(appl_regions, appl_region, ar_entry, appl_region_cmp);
RB_GENERATE_STATIC(appl_requests, appl_request_downstream, ard_entry,
RB_GENERATE_STATIC(appl_agentx_conns, appl_agentx_connection, conn_entry,
RB_GENERATE_STATIC(appl_agentx_sessions, appl_agentx_session, sess_entry,
RB_GENERATE_STATIC(appl_internal_objects, appl_internal_object, entry,
RB_GENERATE_STATIC(modulesci, module, entryci, module_cmp_ci);
RB_GENERATE_STATIC(modulescs, module, entrycs, module_cmp_cs);
RB_GENERATE_STATIC(itemsgci, item, entrygci, item_cmp_ci);
RB_GENERATE_STATIC(itemsci, item, entryci, item_cmp_ci);
RB_GENERATE_STATIC(itemscs, item, entrycs, item_cmp_cs);
RB_GENERATE_STATIC(items, item, entry, item_cmp_oid);