| 6614 | #endif |
| 6615 | |
| 6616 | static bool config_key_is_ui(const char *key) { |
| 6617 | return key && (strcmp(key, CBM_CONFIG_UI_ENABLED) == 0 || strcmp(key, CBM_CONFIG_UI_PORT) == 0); |
| 6618 | } |
| 6619 | |
| 6620 | static void config_ui_read(const char *key, char *out, size_t out_sz) { |
| 6621 | cbm_ui_config_t ui; |