glbopt.h

来自「ICCP Toolkit 是在 Tru64下开发Tase.2通信协议的开发包」· C头文件 代码 · 共 36 行

H
36
字号
#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						*//*									*//* MODULE DESCRIPTION :							*//*	Global compiler options to be used by all SISCO source modules.	*//*	This file may be used to enable optional features in		*//*	MMSEASE. 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					*//* --------  ---  ------   -------------------------------------------  *//* 05/13/02  EJV     03    Moved DEBUG_SISCO, MAP30_ACSE to make files	*//* 04/03/02  EJV     03    Deleted MLOG_ENABLE				*//* 02/27/02  EJV     01    Created					*//************************************************************************//* * NOTE: Insert additional compiler options here. */#endif	/* !GLBOPT_INCLUDED	*/

⌨️ 快捷键说明

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