The representation of a single configuration file to be processed. More...
#include <config_options.h>

Data Fields | |
| const char * | alias |
| An alias filename to be tried if 'filename' cannot be found. | |
| const char * | filename |
| The filename to be processed. | |
| const char ** | preload |
| A null-terminated oredered array of categories to be loaded first. | |
| struct aco_type * | types [] |
The representation of a single configuration file to be processed.
Definition at line 147 of file config_options.h.
| const char* alias |
An alias filename to be tried if 'filename' cannot be found.
Definition at line 149 of file config_options.h.
Referenced by aco_process_config().
| const char* filename |
The filename to be processed.
Definition at line 148 of file config_options.h.
Referenced by aco_process_ast_config(), aco_process_config(), and process_category().
| const char** preload |
A null-terminated oredered array of categories to be loaded first.
Definition at line 150 of file config_options.h.
Referenced by internal_process_ast_config(), and is_preload().
The list of types for this config. Required. Use a sentinel!
Definition at line 151 of file config_options.h.
Referenced by aco_info_init(), aco_process_config(), internal_aco_type_find(), and internal_file_types_destroy().