| 6778 | #endif |
| 6779 | |
| 6780 | static bool config_key_is_ui(const char *key) { |
| 6781 | return key && (strcmp(key, CBM_CONFIG_UI_ENABLED) == 0 || strcmp(key, CBM_CONFIG_UI_PORT) == 0); |
| 6782 | } |
| 6783 | |
| 6784 | static void config_ui_read(const char *key, char *out, size_t out_sz) { |
| 6785 | cbm_ui_config_t ui; |