Go to the documentation of this file. 24 #ifndef _BROKER_ENV_DEF_H_ 25 #define _BROKER_ENV_DEF_H_ 29 #define VISION3_EXE_ROOT_ENV_STR "VISION3_EXE_ROOT" 30 #define UNIWEB_EXE_ROOT_ENV_STR "UNIWEB_EXE_ROOT" 31 #define PORT_NUMBER_ENV_STR "UTS_PORT" 32 #define MASTER_SHM_KEY_ENV_STR "MASTER_SHM_KEY" 33 #define APPL_SERVER_SHM_KEY_STR "APPL_SERVER_SHM_KEY" 34 #define PROXY_SHM_KEY_STR "PROXY_SHM_KEY" 35 #define PORT_NAME_ENV_STR "UW_PORT_NAME" 37 #define SID_ENV_STR "UW_SID" 38 #define PATH_INFO_ENV_STR "PATH_INFO" 39 #define REQUEST_METHOD_ENV_STR "REQUEST_METHOD" 40 #define CONTENT_LENGTH_ENV_STR "CONTENT_LENGTH" 41 #define DELIMITER_ENV_STR "DELIMITER" 42 #define OUT_FILE_NAME_ENV_STR "OUT_FILE_NAME" 43 #define CLT_APPL_NAME_ENV_STR "CLT_APPL_NAME" 44 #define SESSION_REQUEST_ENV_STR "SESSION_REQUEST" 45 #define QUERY_STRING_ENV_STR "QUERY_STRING" 47 #define REMOTE_ADDR_ENV_STR "REMOTE_ADDR" 49 #define PROXY_ID_ENV_STR "PROXY_ID" 50 #define AS_ID_ENV_STR "AS_ID"