Removed unused VMIME_TARGET_* defines.

This commit is contained in:
Vincent Richard 2017-04-26 19:07:24 +02:00
parent 1806073524
commit 8146d80e0c

View File

@ -16,10 +16,6 @@
#define VMIME_VERSION "@VMIME_VERSION@" #define VMIME_VERSION "@VMIME_VERSION@"
#define VMIME_API "@VMIME_API_VERSION@" #define VMIME_API "@VMIME_API_VERSION@"
// Target OS and architecture
#define VMIME_TARGET_ARCH "@CMAKE_TARGET_ARCHITECTURES@"
#define VMIME_TARGET_OS "@CMAKE_SYSTEM_NAME@"
// Set to 1 if debugging should be activated // Set to 1 if debugging should be activated
#define VMIME_DEBUG @VMIME_DEBUG@ #define VMIME_DEBUG @VMIME_DEBUG@