diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-20 16:21:49 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-20 16:21:49 +0000 |
commit | f424a18112032cf61d2871a6b91a5af607c171ae (patch) | |
tree | 88fedc4e28941ceecda7026f0b06eba6271f91d5 /plugins/CryptoPP/PGPw/sdk6/include/pgpPFLConfig.h | |
parent | bfe1bd0fc087be44c70904aee0fe4276643d206d (diff) |
CryptoPP:
changed folder structure
git-svn-id: http://svn.miranda-ng.org/main/trunk@1083 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/CryptoPP/PGPw/sdk6/include/pgpPFLConfig.h')
-rw-r--r-- | plugins/CryptoPP/PGPw/sdk6/include/pgpPFLConfig.h | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/plugins/CryptoPP/PGPw/sdk6/include/pgpPFLConfig.h b/plugins/CryptoPP/PGPw/sdk6/include/pgpPFLConfig.h deleted file mode 100644 index a5d7e67415..0000000000 --- a/plugins/CryptoPP/PGPw/sdk6/include/pgpPFLConfig.h +++ /dev/null @@ -1,51 +0,0 @@ -/*____________________________________________________________________________
- 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
-_____________________*/
|