20 #ifndef LIBREPORT_GLOBAL_CONFIGURATION_H
21 #define LIBREPORT_GLOBAL_CONFIGURATION_H
23 #include "libreport_types.h"
29 bool libreport_load_global_configuration(
void);
31 bool libreport_load_global_configuration_from_dirs(
const char *dirs[],
int dir_flags[]);
33 void libreport_free_global_configuration(
void);
35 string_vector_ptr_t libreport_get_global_always_excluded_elements(
void);
37 bool libreport_get_global_create_private_ticket(
void);
48 void libreport_set_global_create_private_ticket(
bool enabled,
int flags);
60 bool libreport_get_global_stop_on_not_reportable(
void);
74 void libreport_set_global_stop_on_not_reportable(
bool enabled,
int flags);