36 #define OPENCBM_DEFAULT_CONFIGURATION_FILE_NAME OPENCBM_CONFIG_FILE
40 #define OPENCBM_HOME_CONFIG_FILEPATH "/etc/opencbm.conf"
52 char* opencbm_home = getenv(
"OPENCBM_HOME");
53 if (opencbm_home != NULL) {
char * cbmlibmisc_strdup(const char *const OldString)
Duplicate a given string.
Shared library / DLL for accessing the driver Read configuration file.
char * cbmlibmisc_strcat(const char *First, const char *Second)
Concatenate two strings.
#define OPENCBM_DEFAULT_CONFIGURATION_FILE_NAME
The name (including path) of the configuration file.
const char * configuration_get_default_filename(void)
Get the default filename for the configuration file.
Some functions for string handling.