|
|
|
|
@ -742,7 +742,7 @@ config_str yon_dir_get_contents(char *dir_path, int *size);
|
|
|
|
|
|
|
|
|
|
#define ubconfig_dull_command "ubconfig "
|
|
|
|
|
#define ubconfig_set_command(target) yon_char_unite("ubconfig ",!yon_char_is_empty(target)?"--target ":"",target," ",NULL)
|
|
|
|
|
#define ubconfig_set_command_full(target, section, data) yon_char_unite("ubconfig --target ",target," set ",section," ",data,NULL)
|
|
|
|
|
#define ubconfig_set_command_full(target, section, data) yon_char_unite("ubconfig ",!yon_char_is_empty(target)?"--target ":"",!yon_char_is_empty(target)?target:""," set ",section," ",data,NULL)
|
|
|
|
|
#define ubconfig_load_command(target) yon_char_unite("ubconfig --source ",target," get ",NULL)
|
|
|
|
|
#define ubconfig_load_command_full(target, data) yon_char_unite("ubconfig --source ",target," get ",data,NULL)
|
|
|
|
|
|
|
|
|
|
|