summaryrefslogtreecommitdiff
path: root/cryptopp/PGPw/sdk8/include/pgpPFLConfig.h
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 14:19:43 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-11-26 14:19:43 +0000
commit7aff1e4cb053394db57c2814d5fe1e6493e0cc75 (patch)
treec8585e44049b37e4da152495c954242204c2c38d /cryptopp/PGPw/sdk8/include/pgpPFLConfig.h
parent6f3d69266933ef120d229e0daf2da164b77214d0 (diff)
Project folders rename part 2
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@214 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'cryptopp/PGPw/sdk8/include/pgpPFLConfig.h')
-rw-r--r--cryptopp/PGPw/sdk8/include/pgpPFLConfig.h52
1 files changed, 0 insertions, 52 deletions
diff --git a/cryptopp/PGPw/sdk8/include/pgpPFLConfig.h b/cryptopp/PGPw/sdk8/include/pgpPFLConfig.h
deleted file mode 100644
index 8474d66..0000000
--- a/cryptopp/PGPw/sdk8/include/pgpPFLConfig.h
+++ /dev/null
@@ -1,52 +0,0 @@
-/*____________________________________________________________________________
- pgpPFLConfig.h (Win32 version)
-
- Copyright (C) 2002 PGP Corporation
- 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.3 2002/08/06 20:10:45 dallen 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 )
- // wjb-for FileOffsets to be 64 bit
- #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
-_____________________*/