pcsrestore.h

来自「unix 下用pro*c tuxedo 开发的东西」· C头文件 代码 · 共 50 行

H
50
字号
/*
*	File name	: PCSRestore.h
*	Module ID	: MD-P21-01
*	Module Name	: PCSRestore.c
*	Purpose		: Process the individual type files in "temp" directory when startup.
*			: Delete records that were not processed completely
*	Author		: Mr. Zhujingkun
*	Date Created	: 1999,07,29
*	Version		: Version 1.0
*	Environment	: Digital UNIX
*	Portability	: UNIX Platform
*	Warnings	: no
*	References	: 
*	Calling Syntax	: 
*	Parameters	: 
*	Returns		: 
*	Calling Function: 
*			  
*	Called Functions: When system startup
*	Datastores and usages:
*	Report		: None
*	Screens		: None
*	Messages Files	: None
*	Change Log	:
*	Change No. 01	: 
*/

#ifndef PCS_RESTORE	
#define PCS_RESTORE


#define SJFL_ZDYS		'1'
#define SJFL_PDYS		'2'
#define SJFL_BKML		'3'
#define SJFL_ZFJ		'4'
#define SJFL_GH			'5'
#define SJFL_TJBB		'6'
#define SJFL_YX			'7'
#define SJFL_BSFXBKML	'8'

#define GARBAGE_DIR					"/usr/bkfx/garbage"
#define ERROR_LOG_FILE 				"/usr/bkfx/log/errlog"
#define TEMP_DIR					"/usr/bkfx/temp"
#define TYPE_NAME_LEN 				20   	 	/*Max Datatype name length*/
#define PROGRAM_NAME_LEN 			100		/*The max length of a process program name*/
#define MAX_LINE_LEN 				1500   		/*The max length of a text file used here*/


#endif

⌨️ 快捷键说明

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