00001 #ifndef _MW_ENVIRONMENT_H 00002 #define _MW_ENVIRONMENT_H 00003 00004 #define WORM_HOME_KEY "WORM_HOME" 00005 #define EW_HOME_KEY "EW_HOME" 00006 00007 #define WORM_VERSION_KEY "WORM_VERSION" 00008 #define EW_VERSION_KEY "EW_VERSION" 00009 00010 #define WORM_INSTALLATION_KEY "WORM_INSTALLATION" 00011 #define EW_INSTALLATION_KEY "EW_INSTALLATION" 00012 00013 #define WORM_CONFIG_DIR "WORM_CONFIG_DIR" // directory for configuration files must end in appropriate separator 00014 #define EW_CONFIG_DIR "EW_PARAMS" 00015 #define WORM_CONFIG_GLOBAL "GLOBAL_CONFIG" // name of global config file 00016 #define WORM_CONFIG_SITE "SITE_CONFIG" // name of site config file 00017 00018 #define WORM_LOG_DIR "LOG_DIR" // directory for log files, must end with appropriate path separator 00019 #define EW_LOG_DIR "EW_LOG" 00020 #define WORM_TIME_ZONE "TZ" // timezone indicator 00021 00022 #endif