20 #ifndef LIBREPORT_GLOBAL_CONFIGURATION_H 21 #define LIBREPORT_GLOBAL_CONFIGURATION_H 23 #include "libreport_types.h" 29 #define load_global_configuration libreport_load_global_configuration 30 bool load_global_configuration(
void);
32 #define load_global_configuration_from_dirs libreport_load_global_configuration_from_dirs 33 bool load_global_configuration_from_dirs(
const char *dirs[],
int dir_flags[]);
35 #define free_global_configuration libreport_free_global_configuration 36 void free_global_configuration(
void);
38 #define get_global_always_excluded_elements libreport_get_global_always_excluded_elements 39 string_vector_ptr_t get_global_always_excluded_elements(
void);
41 #define get_global_create_private_ticket libreport_get_global_create_private_ticket 42 bool get_global_create_private_ticket(
void);
53 #define set_global_create_private_ticket libreport_set_global_create_private_ticket 54 void set_global_create_private_ticket(
bool enabled,
int flags);
66 #define get_global_stop_on_not_reportable libreport_get_global_stop_on_not_reportable 67 bool get_global_stop_on_not_reportable(
void);
81 #define set_global_stop_on_not_reportable libreport_set_global_stop_on_not_reportable 82 void set_global_stop_on_not_reportable(
bool enabled,
int flags);