#define cf_interpret_line ucw_cf_interpret_line
#define cf_journal_delete ucw_cf_journal_delete
#define cf_journal_swap ucw_cf_journal_swap
+#define cf_load_default ucw_cf_load_default
#define cf_obtain_context ucw_cf_obtain_context
#define cf_op_names ucw_cf_op_names
#define cf_sections ucw_cf_sections
#include <stdlib.h>
#include <stdio.h>
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define opt_conf_hook_internal ucw_opt_conf_hook_internal
+#define opt_conf_internal ucw_opt_conf_internal
+#define opt_conf_parsed_count ucw_opt_conf_parsed_count
+#define opt_help_internal ucw_opt_help_internal
+#define opt_parse ucw_opt_parse
+#define opt_parsed_count ucw_opt_parsed_count
+#define opt_section_root ucw_opt_section_root
+#endif
+
#define OPT_EXIT_BAD_ARGS 2
/***