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

📄 pgppflconfig.h

📁 vc环境下的pgp源码
💻 H
字号:
/*____________________________________________________________________________
	pgpPFLConfig.h  (Win32 version)
	
	Copyright (C) 1997 Network Associates Inc. and affiliated companies.
	All rights reserved.
	
	This file contains the Win32 version of the configuration file
	normally generated by the automatic configure script on Unix.

	$Id: pgpPFLConfig.h,v 1.8 1999/03/10 02:53:58 heller Exp $
____________________________________________________________________________*/
#ifndef Included_pgpPFLConfig_h	/* [ */
#define Included_pgpPFLConfig_h

#define HAVE_STDARG_H	1
#define HAVE_STDLIB_H	1
#define HAVE_SYS_STAT_H	1
#define HAVE_UNISTD_H	0
#define HAVE_USHORT		0
#define HAVE_UINT		0
#define HAVE_ULONG		0
#define NO_LIMITS_H		0
#define NO_POPEN		1

#if  defined( __MWERKS__ )

	#define PGP_HAVE64		0
	
	
#elif defined( _MSC_VER )
	#define PGP_HAVE64		1
	typedef __int64				PGPInt64;
	typedef unsigned __int64	PGPUInt64;
	
	
	
#endif




#endif /* ] Included_pgpPFLConfig_h */

/*__Editor_settings____

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

⌨️ 快捷键说明

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