| 6635 | #endif |
| 6636 | |
| 6637 | static bool config_key_is_ui(const char *key) { |
| 6638 | return key && (strcmp(key, CBM_CONFIG_UI_ENABLED) == 0 || strcmp(key, CBM_CONFIG_UI_PORT) == 0); |
| 6639 | } |
| 6640 | |
| 6641 | static void config_ui_read(const char *key, char *out, size_t out_sz) { |
| 6642 | cbm_ui_config_t ui; |