pgpversionheader.c

来自「vc环境下的pgp源码」· C语言 代码 · 共 35 行

C
35
字号
/*____________________________________________________________________________
	Copyright (C) 6.5.1 Network Associates Inc. and affiliated companies.
	All rights reserved.

	$Id: pgpVersionHeader.c,v 1.137.2.28.2.10 1999/07/01 21:28:25 build Exp $
____________________________________________________________________________*/
#include "pgpBuildFlags.h"
#include "pgpVersionHeader.h"

extern const char pgpVersionHeaderString[] =
#if PGP_BUSINESS_SECURITY
	"PGP 6.5.1i";
#elif PGP_PERSONAL_PRIVACY
	"PGP Personal Privacy 6.5.1i";
#elif PGP_FREEWARE
	"PGP 6.5.1i for non-commercial use <http://www.pgpi.com/>";
#elif PGP_DEMO
	"PGP Personal Privacy 6.5.1i Trialware";
#else
	#error unknown build
#endif



/*__Editor_settings____

	Local Variables:
	tab-width: 4
	End:
	vi: ts=4 sw=4
	vim: si
_____________________*/


⌨️ 快捷键说明

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