Skip to content

File broker_env_def.h

File List > broker > broker_env_def.h

Go to the documentation of this file

/*
 * Copyright 2008 Search Solution Corporation
 * Copyright 2016 CUBRID Corporation
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 *
 */


/*
 * broker_env_def.h -
 */

#ifndef _BROKER_ENV_DEF_H_
#define _BROKER_ENV_DEF_H_

#ident "$Id$"

#define VISION3_EXE_ROOT_ENV_STR        "VISION3_EXE_ROOT"
#define UNIWEB_EXE_ROOT_ENV_STR         "UNIWEB_EXE_ROOT"
#define PORT_NUMBER_ENV_STR             "UTS_PORT"
#define MASTER_SHM_KEY_ENV_STR      "MASTER_SHM_KEY"
#define APPL_SERVER_SHM_KEY_STR     "APPL_SERVER_SHM_KEY"
#define PROXY_SHM_KEY_STR           "PROXY_SHM_KEY"
#define PORT_NAME_ENV_STR       "UW_PORT_NAME"

#define SID_ENV_STR         "UW_SID"
#define PATH_INFO_ENV_STR       "PATH_INFO"
#define REQUEST_METHOD_ENV_STR      "REQUEST_METHOD"
#define CONTENT_LENGTH_ENV_STR      "CONTENT_LENGTH"
#define DELIMITER_ENV_STR       "DELIMITER"
#define OUT_FILE_NAME_ENV_STR       "OUT_FILE_NAME"
#define CLT_APPL_NAME_ENV_STR       "CLT_APPL_NAME"
#define SESSION_REQUEST_ENV_STR     "SESSION_REQUEST"
#define QUERY_STRING_ENV_STR        "QUERY_STRING"

#define REMOTE_ADDR_ENV_STR     "REMOTE_ADDR"

#define PROXY_ID_ENV_STR            "PROXY_ID"
#define AS_ID_ENV_STR               "AS_ID"

#define CUBRID_CONF_FOR_BROKER      "CUBRID_CONF_FOR_BROKER"

#endif /* _BROKER_ENV_DEF_H_ */