⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ddldefines.h.svn-base

📁 gif to bmp conversion
💻 SVN-BASE
字号:
/***************************************************************************
 * $Id: ddldefines.h,v 1.46 2008/07/02 13:10:14 kawalccjims Exp $
 * $Revision: 1.46 $
 * $DateTime: $
 * 
 * IMPORTANT NOTICE
 *
 * Please note that any and all title and/or intellectual property rights 
 * in and to this Software or any part of this (including without limitation 
 * any images, photographs, animations, video, audio, music, text and/or 
 * "applets," incorporated into the Software), herein mentioned to as 
 * "Software", the accompanying printed materials, and any copies of the 
 * Software, are owned by Jataayu Software (P) Ltd., Bangalore ("Jataayu") 
 * or Jataayu's suppliers as the case may be. The Software is protected by 
 * copyright, including without limitation by applicable copyright laws, 
 * international treaty provisions, other intellectual property laws and 
 * applicable laws in the country in which the Software is being used. 
 * You shall not modify, adapt or translate the Software, without prior 
 * express written consent from Jataayu. You shall not reverse engineer, 
 * decompile, disassemble or otherwise alter the Software, except and 
 * only to the extent that such activity is expressly permitted by 
 * applicable law notwithstanding this limitation. Unauthorized reproduction 
 * or redistribution of this program or any portion of it may result in severe 
 * civil and criminal penalties and will be prosecuted to the maximum extent 
 * possible under the law. Jataayu reserves all rights not expressly granted. 
 * 
 * THIS SOFTWARE IS PROVIDED TO YOU "AS IS" WITHOUT WARRANTY OF ANY 
 * KIND AND ANY AND ALL REPRESENTATION AND WARRANTIES, EITHER EXPRESS 
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF 
 * MERCHANTABILITY ACCURACY OF INFORMATIONAL CONTENT, AND/OR FITNESS 
 * FOR A PARTICULAR PURPOSE OR USE, TITLE OR INFRINGEMENT ARE EXPRESSLY 
 * DISCLAIMED TO THE FULLEST EXTENT PERMITTED BY LAW. YOU ASSUME THE 
 * ENTIRE RISK AS TO THE ACCURACY AND THE USE OF THIS SOFTWARE. JATAAYU 
 * SHALL NOT BE LIABLE FOR ANY CONSEQUENTIAL, INCIDENTAL, INDIRECT, 
 * EXEMPLARY, SPECIAL OR PUNITIVE DAMAGES INCLUDING WITHOUT LIMITATION 
 * ANY LOSS OF DATA, OR; LOSS OF PROFIT, SAVINGS BUSINESS OR GOODWILL 
 * OR OTHER SIMILAR LOSS RESULTING FROM OR OUT OF THE USE OR INABILITY 
 * TO USE THIS SOFTWARE, EVEN IF JATAAYU HAS BEEN ADVISED OF THE 
 * POSSIBILITY OF SUCH DAMAGE, OR FOR ANY CLAIM BY ANY THIRD PARTY.
 *
 ***************************************************************************
 *
 * Revision Details
 * ----------------
 * $Log: ddldefines.h,v $
 * Revision 1.46  2008/07/02 13:10:14  kawalccjims
 * *** empty log message ***
 *
 * Revision 1.26  2005/09/16 12:05:03  kavithadevhtmlbrow
 * *** empty log message ***
 *
 * Revision 1.25  2005/09/16 09:36:53  kavithadevhtmlbrow
 * CSS Default value config
 *
 * Revision 1.24  2005/09/12 12:17:43  kumardevhtmlbrow
 * Given the additional new line at the end ....
 *
 * Revision 1.23  2005/09/09 05:41:17  kumardevhtmlbrow
 * no message
 *
 * Revision 1.22  2005/09/09 05:40:56  kumardevhtmlbrow
 * no message
 *
 * Revision 1.21  2005/09/08 06:23:32  kumardevhtmlbrow
 * no message
 *
 * Revision 1.20  2005/09/06 16:16:33  kumardevhtmlbrow
 * no message
 *
 * Revision 1.19  2005/09/05 16:15:46  kumardevhtmlbrow
 * no message
 *
 * Revision 1.18  2005/09/05 13:52:47  kumardevhtmlbrow
 * no message
 *
 * Revision 1.17  2005/09/05 12:21:35  kumardevhtmlbrow
 * no message
 *
 * Revision 1.16  2005/09/05 06:09:42  kumardevhtmlbrow
 * Updated the wmlscript ....
 *
 * Revision 1.15  2005/09/03 14:34:16  kumardevhtmlbrow
 * no message
 *
 * Revision 1.14  2005/09/01 15:09:02  kumardevhtmlbrow
 * no message
 *
 * Revision 1.13  2005/09/01 15:08:44  kumardevhtmlbrow
 * no message
 *
 * Revision 1.12  2005/09/01 12:50:15  kumardevhtmlbrow
 * no message
 *
 * Revision 1.11  2005/09/01 12:49:56  kumardevhtmlbrow
 * no message
 *
 * Revision 1.10  2005/09/01 12:21:16  kumardevhtmlbrow
 * no message
 *
 * Revision 1.9  2005/08/31 13:48:21  kumardevhtmlbrow
 * no message
 *
 * Revision 1.8  2005/08/31 08:11:53  kumardevhtmlbrow
 * no message
 *
 * Revision 1.7  2005/08/31 08:00:05  rajivdevhtmlbrow
 * macro added for cache, cookie, history module
 *
 * Revision 1.6  2005/08/31 07:18:31  kumardevhtmlbrow
 * no message
 *
 * Revision 1.5  2005/08/31 06:03:11  kavithadevhtmlbrow
 * Table Updates
 *
 * Revision 1.4  2005/08/30 14:24:20  kumardevhtmlbrow
 * no message
 *
 * Revision 1.3  2005/08/27 07:39:47  kumardevhtmlbrow
 * no message
 *
 * Revision 1.2  2005/08/25 05:27:34  kumardevhtmlbrow
 * no message
 *
 * Revision 1.1  2005/08/25 05:04:24  kumardevhtmlbrow
 * no message
 *
 *  
 ***************************************************************************/
#ifndef _DDL_DEFINES_H
#define _DDL_DEFINES_H

//#define BROWSER_APP_LOAD_TESTING_ON

/*** To enable the jdi_MemAlloc ***/
//#define MEM_INTERNAL_POOL_ENABLE

/**** Defines for Various Module Feature  ***/
#define XML_SMART_PARSING

/**** Defines for Browser Engine Module	****/
#define BROWSER_CACHE_ENABLE
#define BROWSER_COOKIE_ENABLE
#define BROWSER_HISTORY_ENABLE

/**** Defines for Charset Moduel **/
#define CHARSET_GB2312_ENABLE
#define CHARSET_BIG5_ENABLE
#define CHARSET_EUC_JP_ENABLE
#define CHARSET_SHIFT_JIS_ENABLE

/**** Cookie ***/
#define COOKIE_IGNORE_VERSION_RESTRICTION

//#define DE_RENDER_FULL_CONTENT
#define DE_WML1_ENABLE
#define DE_WML2_ENABLE
#define DE_HTML_ENABLE
#define DE_TEXT_CACHING
#define DE_IMAGE_CACHING
#define DE_WBXML_ENABLE
#define DE_TABLE_ENABLE
#define DE_WMLSCRIPT_ENABLE
#define DE_ERROR_HTTP_CODE 

#define STACK_CERTIFICATE_ENABLE

#define TR_SEND_USERDATA_WHEN_REQUESTED

/**** For enabling the WAP GSM reassembly in transport ****/
//#define TR_WAP_GSM_REASSEMBLE

//#define TRANSPORT_NON_TASK

//# define WITH_QUEUE_RECV

#define HTTP_STACK_ENABLE
#define HTTP_DECODER_ENABLE
#define HTTP_ENCODER_ENABLE
#define HTTP_PIPELINE_ENABLE
#define HTTP_MULTIPART_ENABLE

#if 0
#define HTTP_WITH_SSL
#define CERTICOM_SSL 
#define SSL_4_5
#endif


#define WSP_STACK_ENABLE			
//#define WAPSTACK_PUSH
#define WAPSTACK_QD_MOR
//#define WSP_DECODER_ENABLE
//#define WSP_MULTIPART_ENABLE

#if 0
//#define WAP_WITH_WTLS
//#define CERTICOM_WTLS 
//#define WTLS_2_4
#endif

/* Enabling logs */
//#define MEM_LOG_ENABLED
//#define TRANSPORT_APPLICATION_LOG_ENABLED 
//#ifdef TRANSPORT_APPLICATION_LOG_ENABLED
//#define TRANSPORT_LOG_ENABLED
//#endif
//#define COMMUNICATOR_LOG_ENABLED


#endif

/* End of File */


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -