Go to the source code of this file.
Defines | |
#define | LCAS_SETUP_ERROR_OPEN 1 |
#define | LCAS_SETUP_ERROR_READ 2 |
#define | LCAS_SETUP_ERROR_READ_SIZE 3 |
#define | LCAS_SETUP_ERROR_CLOSE 4 |
#define | LCAS_SETUP_ERROR_PARSE 5 |
#define | LCAS_SETUP_ERROR_ARGUMENT 6 |
Functions | |
LCAS_SETUP_C_STORAGE_CLASS int | lcas_setup (const char *config_file) |
Setup of the LCAS environment. |
Definition in file lcas_setup.h.
|
Error in parameters in configuration file Definition at line 52 of file lcas_setup.h. Referenced by lcas_setup(). |
|
Error closing configuration file Definition at line 50 of file lcas_setup.h. Referenced by lcas_setup(). |
|
Error opening configuration file Definition at line 47 of file lcas_setup.h. Referenced by lcas_setup(). |
|
Error parsing configuration file Definition at line 51 of file lcas_setup.h. Referenced by lcas_setup(). |
|
Error reading configuration file Definition at line 48 of file lcas_setup.h. Referenced by lcas_setup(). |
|
Error reading too large configuration file Definition at line 49 of file lcas_setup.h. Referenced by lcas_setup(). |
|
Setup of the LCAS environment. This function sets the following environment variables:
Definition at line 155 of file lcas_setup.c. References DO_SYSLOG, DO_USRLOG, lcas_genfilename(), LCAS_MAXARGS, LCAS_SETUP_ERROR_ARGUMENT, LCAS_SETUP_ERROR_CLOSE, LCAS_SETUP_ERROR_OPEN, LCAS_SETUP_ERROR_PARSE, LCAS_SETUP_ERROR_READ, LCAS_SETUP_ERROR_READ_SIZE, and lcas_tokenize(). |