aboutsummaryrefslogtreecommitdiff
path: root/vmime-master/config_header/config.hpp
blob: 026b839de8307642961c50fcfd49124ee4e55a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
//
// This file was automatically generated by CMake.
//

#ifndef VMIME_CONFIG_HPP_INCLUDED
#define VMIME_CONFIG_HPP_INCLUDED


#include "vmime/export.hpp"


// Name of package
#define VMIME_PACKAGE "vmime"

// Version number of package
#define VMIME_VERSION "0.9.2"
#define VMIME_API "1.0.0"

// Set to 1 if debugging should be activated
#define VMIME_DEBUG 1

// Byte order (set one or the other, but not both!)
#define VMIME_BYTE_ORDER_BIG_ENDIAN     0
#define VMIME_BYTE_ORDER_LITTLE_ENDIAN  1

// Generic types
#define VMIME_HAVE_CSTDINT 1
#if VMIME_HAVE_CSTDINT
#	include <cstdint>
#endif

// -- 8-bit
typedef signed char vmime_int8;
typedef unsigned char vmime_uint8;
// -- 16-bit
typedef signed short vmime_int16;
typedef unsigned short vmime_uint16;
// -- 32-bit
typedef signed int vmime_int32;
typedef unsigned int vmime_uint32;
// -- 64-bit
typedef signed long long vmime_int64;
typedef unsigned long long vmime_uint64;

#define VMIME_HAVE_SIZE_T 1

// Charset conversion support
#define VMIME_CHARSETCONV_LIB_IS_ICONV 0
#define VMIME_CHARSETCONV_LIB_IS_ICU 0
#define VMIME_CHARSETCONV_LIB_IS_WIN 1

// Options
// -- File-system support
#define VMIME_HAVE_FILESYSTEM_FEATURES 1
// -- SASL support
#define VMIME_HAVE_SASL_SUPPORT 0
// -- TLS/SSL support
#define VMIME_HAVE_TLS_SUPPORT 1
#define VMIME_TLS_SUPPORT_LIB_IS_GNUTLS 0
#define VMIME_TLS_SUPPORT_LIB_IS_OPENSSL 1
#define VMIME_HAVE_GNUTLS_PRIORITY_FUNCS 
// -- Messaging support
#define VMIME_HAVE_MESSAGING_FEATURES 1
// -- Messaging protocols
#define VMIME_HAVE_MESSAGING_PROTO_POP3 1
#define VMIME_HAVE_MESSAGING_PROTO_SMTP 1
#define VMIME_HAVE_MESSAGING_PROTO_IMAP 1
#define VMIME_HAVE_MESSAGING_PROTO_MAILDIR 0
#define VMIME_HAVE_MESSAGING_PROTO_SENDMAIL 0
// -- Platform-specific code
#define VMIME_PLATFORM_IS_POSIX 0
#define VMIME_PLATFORM_IS_WINDOWS 1
#define VMIME_HAVE_PTHREAD 0
#define VMIME_HAVE_GETADDRINFO 0
#define VMIME_HAVE_GETADDRINFO_A 0
#define VMIME_HAVE_GETTID 0
#define VMIME_HAVE_SYSCALL 0
#define VMIME_HAVE_SYSCALL_GETTID 0
#define VMIME_HAVE_GETTHRID 0
#define VMIME_HAVE_GMTIME_S 0
#define VMIME_HAVE_GMTIME_R 0
#define VMIME_HAVE_LOCALTIME_S 0
#define VMIME_HAVE_LOCALTIME_R 0
#define VMIME_HAVE_STRERROR_R 0
#define VMIME_HAVE_MLANG 0
#define VMIME_HAVE_SO_KEEPALIVE 0
#define VMIME_HAVE_SO_NOSIGPIPE 0
#define VMIME_HAVE_MSG_NOSIGNAL 0
#define VMIME_SHARED_PTR_USE_CXX 0
#define VMIME_SHARED_PTR_USE_BOOST 0


#define VMIME_SENDMAIL_PATH "/usr/lib/sendmail"


#endif // VMIME_CONFIG_HPP_INCLUDED