Go to the source code of this file.
Defines | |
#define | LCMAPS_SETUP_ERROR_OPEN 1 |
#define | LCMAPS_SETUP_ERROR_READ 2 |
#define | LCMAPS_SETUP_ERROR_READ_SIZE 3 |
#define | LCMAPS_SETUP_ERROR_CLOSE 4 |
#define | LCMAPS_SETUP_ERROR_PARSE 5 |
#define | LCMAPS_SETUP_ERROR_ARGUMENT 6 |
Functions | |
LCMAPS_SETUP_C_STORAGE_CLASS int | lcmaps_setup (const char *config_file) |
Setup of the LCMAPS environment. |
Definition in file lcmaps_setup.h.
|
Error in parameters in configuration file Definition at line 52 of file lcmaps_setup.h. Referenced by lcmaps_setup(). |
|
Error closing configuration file Definition at line 50 of file lcmaps_setup.h. Referenced by lcmaps_setup(). |
|
Error opening configuration file Definition at line 47 of file lcmaps_setup.h. Referenced by lcmaps_setup(). |
|
Error parsing configuration file Definition at line 51 of file lcmaps_setup.h. Referenced by lcmaps_setup(). |
|
Error reading configuration file Definition at line 48 of file lcmaps_setup.h. Referenced by lcmaps_setup(). |
|
Error reading too large configuration file Definition at line 49 of file lcmaps_setup.h. Referenced by lcmaps_setup(). |
|
Setup of the LCMAPS environment. This function sets the following environment variables:
Definition at line 167 of file lcmaps_setup.c. References DO_SYSLOG, DO_USRLOG, lcmaps_genfilename(), LCMAPS_MAXARGS, LCMAPS_SETUP_ERROR_ARGUMENT, LCMAPS_SETUP_ERROR_CLOSE, LCMAPS_SETUP_ERROR_OPEN, LCMAPS_SETUP_ERROR_PARSE, LCMAPS_SETUP_ERROR_READ, LCMAPS_SETUP_ERROR_READ_SIZE, and lcmaps_tokenize(). |