| 1 | |
| 2 | // this file clears the preprocessor defines of simple_hashtable.h |
| 3 | // allowing simple_hashtable.h to be included multiple times |
| 4 | // with different configuration each time. |
| 5 | |
| 6 | #undef SIMPLE_HASHTABLE_HASH_SECOND_HASH_SHIFTS |
| 7 | |
| 8 | #undef simple_hashtable_init_named |
| 9 | #undef simple_hashtable_destroy_named |
| 10 | #undef simple_hashtable_slot_named |
| 11 | #undef SIMPLE_HASHTABLE_SLOT_NAMED |
| 12 | #undef simple_hashtable_named |
| 13 | #undef SIMPLE_HASHTABLE_NAMED |
| 14 | #undef simple_hashtable_resize_named |
| 15 | #undef simple_hashtable_can_use_slot_named |
| 16 | #undef simple_hashtable_get_slot_named |
| 17 | #undef simple_hashtable_del_slot_named |
| 18 | #undef simple_hashtable_set_slot_named |
| 19 | #undef simple_hashtable_first_read_only_named |
| 20 | #undef simple_hashtable_next_read_only_named |
| 21 | #undef simple_hashtable_sorted_binary_search_named |
| 22 | #undef simple_hashtable_add_value_sorted_named |
| 23 | #undef simple_hashtable_del_value_sorted_named |
| 24 | #undef simple_hashtable_replace_value_sorted_named |
| 25 | #undef simple_hashtable_sorted_array_first_read_only_named |
| 26 | #undef simple_hashtable_sorted_array_next_read_only_named |
| 27 | |
| 28 | #undef SIMPLE_HASHTABLE_SAMPLE_IMPLEMENTATION |
| 29 | #undef SIMPLE_HASHTABLE_SORT_FUNCTION |
| 30 | #undef SIMPLE_HASHTABLE_VALUE_TYPE |
| 31 | #undef SIMPLE_HASHTABLE_VALUE_TYPE_IS_NOT_POINTER |
| 32 | #undef SIMPLE_HASHTABLE_KEY_TYPE |
| 33 | #undef SIMPLE_HASHTABLE_VALUE2KEY_FUNCTION |
| 34 | #undef SIMPLE_HASHTABLE_COMPARE_KEYS_FUNCTION |
| 35 | #undef SIMPLE_HASHTABLE_NAME |
| 36 | #undef NETDATA_SIMPLE_HASHTABLE_H |