/*
 * Copyright (C) 2008 Search Solution Corporation. All rights reserved by Search Solution. 
 *
 *   This program is free software; you can redistribute it and/or modify 
 *   it under the terms of the GNU General Public License as published by 
 *   the Free Software Foundation; version 2 of the License. 
 *
 *  This program is distributed in the hope that it will be useful, 
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
 *  GNU General Public License for more details. 
 *
 *  You should have received a copy of the GNU General Public License 
 *  along with this program; if not, write to the Free Software 
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
 *
 */


/*
 * broker_env_def.h - 
 */

#ifndef _BROKER_ENV_DEF_H_
#define _BROKER_ENV_DEF_H_

#ident "$Id$"

#define UNIWEB_DOC_ROOT_ENV_STR		"UNIWEB_DOC_ROOT"
#define VISION3_APPL_ROOT_ENV_STR	"VISION3_APPL_ROOT"
#define APPL_ROOT_ENV_STR		"APPL_ROOT"
#define VISION3_EXE_ROOT_ENV_STR        "VISION3_EXE_ROOT"
#define UNIWEB_EXE_ROOT_ENV_STR         "UNIWEB_EXE_ROOT"
#define VISION3_UPLOAD_ROOT_ENV_STR     "VISION3_UPLOAD_ROOT"
#define UNIWEB_UPLOAD_ROOT_ENV_STR      "UNIWEB_UPLOAD_ROOT"
#define PORT_NUMBER_ENV_STR             "UTS_PORT"
#define APPL_NAME_ENV_STR               "APPL_NAME"
#define MASTER_SHM_KEY_ENV_STR		"MASTER_SHM_KEY"
#define APPL_SERVER_SHM_KEY_STR		"APPL_SERVER_SHM_KEY"
#define ACCESS_LOG_ENV_STR		"ACCESS_LOG_FILE"
#define ERROR_LOG_ENV_STR		"ERROR_LOG_FILE"
#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 ERROR_LOG_LOCK_FILE_ENV_STR	"ERROR_LOG_LOCK_FILE"

#define AS_PORT_STR_SIZE		512

#endif /* _BROKER_ENV_DEF_H_ */
