#include "lcas_config.h"
#include <syslog.h>
#include <errno.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include "lcas_setup.h"
#include "_lcas_utils.h"
#include "_lcas_log.h"
Go to the source code of this file.
Functions | |
int | lcas_setup (const char *config_file) |
Setup of the LCAS environment. |
Definition in file lcas_setup.c.
|
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(). |