CUBRID Engine  latest
broker_env_def.h
Go to the documentation of this file.
1 /*
2  * Copyright 2008 Search Solution Corporation
3  * Copyright 2016 CUBRID Corporation
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  */
18 
19 
20 /*
21  * broker_env_def.h -
22  */
23 
24 #ifndef _BROKER_ENV_DEF_H_
25 #define _BROKER_ENV_DEF_H_
26 
27 #ident "$Id$"
28 
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"
36 
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"
46 
47 #define REMOTE_ADDR_ENV_STR "REMOTE_ADDR"
48 
49 #define PROXY_ID_ENV_STR "PROXY_ID"
50 #define AS_ID_ENV_STR "AS_ID"
51 
52 #endif /* _BROKER_ENV_DEF_H_ */