dsd_switch.h

来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· C头文件 代码 · 共 43 行

H
43
字号
/*  sccsid  =  @(#)dsd_switch.h	4.1   (ULTRIX)   7/2/90  *//*	.title Compilation Control Switches**	.ident / 1.01 /******	  File:	dsd_switch.h** Description:	Compilation Control Switches**	Author:	Paul Baker**	  Date:	21-Feb-1986******	Copyright 1986, Digital Equipment Corporation******++**	The definitions in this file control the compilation variants**	for the DSD Table Access and DSD Services modules.**--*//* Constant definitions */#define SW_TRUE   (1 == 1)#define SW_FALSE  (0 == 1)/* Control switches for the DSD Table Access module */#define DSD_ACCESS_DEBUG	SW_FALSE#define DSD_DUMP_TABLES		SW_FALSE/* Control switches for the DSD Services module */#define STD_SERVICES_DEBUG	SW_FALSE/* Control switches for the DSD Test modules */#define STD_DATA_DEBUG		SW_FALSE#define DSD_BTT_DEBUG		SW_FALSE

⌨️ 快捷键说明

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