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

📄 glbopt.h

📁 XML文件解析器
💻 H
字号:
#ifndef GLBOPT_INCLUDED
#define GLBOPT_INCLUDED
/************************************************************************/
/* SISCO SOFTWARE MODULE HEADER *****************************************/
/************************************************************************/
/*	(c) Copyright Systems Integration Specialists Company, Inc.,	*/
/*	2002-2002 All Rights Reserved					*/
/*									*/
/* MODULE NAME : glbopt.h						*/
/* PRODUCT(S)  : MMSEASE-LITE						*/
/*									*/
/* MODULE DESCRIPTION :							*/
/*	Global compiler options to be used by all SISCO source modules.	*/
/*	This file may be used to enable optional features in		*/
/*	MMSEASE-LITE. Usually this is easier than adding an		*/
/*	option to several makefiles. If this file is modified, all	*/
/*	source code should be recompiled.				*/
/*									*/
/*	This file must be included by "glbtypes.h" so that all SISCO	*/
/*	source modules will indirectly include it.			*/
/*									*/
/* MODIFICATION LOG :							*/
/*  Date     Who   Rev     Comments					*/
/* --------  ---  ------   -------------------------------------------  */
/* 09/22/03  EJV     08    Deleted ACSE_AUTH_ENABLED, S_SEC_ENABLED	*/
/* 07/16/03  MDE     07    Removed ACSE_AUTH_ENABLED			*/
/* 07/15/03  EJV     06    ACSE_AUTH_ENABLED enabled (ICCP Gateway)	*/
/* 04/17/03  JRB     05    Chg MVLU_LEAF_FUN_LOOKUP_ENABLE (defined).	*/
/* 12/20/02  JRB     04    Add MVLU_LEAF_FUN_LOOKUP_ENABLE (!defined).	*/
/* 12/18/02  JRB     03    Add USE_RT_TYPE_2 (defined by default).	*/
/* 10/17/02  ASK     02    Added ACSE_AUTH_ENABLED 			*/
/* 02/27/02  JRB     01    Created					*/
/************************************************************************/

#if !defined (MMS_LITE)
#define MMS_LITE
#endif

/*
 * NOTE: Insert additional compiler options here.
 */

#if 1
/* This define enables Leaf function lookup by name.			*/
/* Required for mvlu_set_leaf_param_name or mvlu_load_xml_leaf_file.	*/
#define MVLU_LEAF_FUN_LOOKUP_ENABLE
#endif

#define USE_RT_TYPE_2	/* required to allow dynamic type creation.	*/

#endif	/* !GLBOPT_INCLUDED	*/

⌨️ 快捷键说明

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