summaryrefslogtreecommitdiff
path: root/config.h.in
blob: d82fddda71fafb08e2a848bd52335c1dc5656e46 (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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
/* @PROJECT_NAME@-config.h generated by CMake */

/* Name of the package */
#define PACKAGE "@PROJECT_NAME@"

/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "@PROJECT_BUGREPORT@"

/* Version number of the project */
#define VERSION "@PROJECT_VERSION@"

/* API version (Major.Minor) */
#define API_VERSION "@API_VERSION@"

/* Base version (Major.Minor) */
#define BASE_VERSION "@BASE_VERSION@"

/* Package name for gettext */
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"

/* Defined to prefix where out-of-tree extensions can be installed */
#cmakedefine EXTENSIONS_DIR "@EXTENSIONS_DIR@"

/* Defined to prefix used by the D-Bus services (usually when run in Flatpak) */
#cmakedefine DBUS_SERVICES_PREFIX "@DBUS_SERVICES_PREFIX@"

/* D-Bus service name for the address book factory */
#define ADDRESS_BOOK_DBUS_SERVICE_NAME "@ADDRESS_BOOK_DBUS_SERVICE_NAME@"

/* D-Bus service name for the calendar factory */
#define CALENDAR_DBUS_SERVICE_NAME "@CALENDAR_DBUS_SERVICE_NAME@"

/* D-Bus service name for the source registry */
#define SOURCES_DBUS_SERVICE_NAME "@SOURCES_DBUS_SERVICE_NAME@"

/* D-Bus service name for the user prompter */
#define USER_PROMPTER_DBUS_SERVICE_NAME "@USER_PROMPTER_DBUS_SERVICE_NAME@"

/* Define Google OAuth 2.0 Client ID to use */
#define GOOGLE_CLIENT_ID "@WITH_GOOGLE_CLIENT_ID@"

/* Define Google OAuth 2.0 Client Secret to use */
#define GOOGLE_CLIENT_SECRET "@WITH_GOOGLE_CLIENT_SECRET@"

/* Define Outlook.com OAuth 2.0 Client ID to use */
#define OUTLOOK_CLIENT_ID "@WITH_OUTLOOK_CLIENT_ID@"

/* Define Outlook.com OAuth 2.0 Client Secret to use */
#define OUTLOOK_CLIENT_SECRET "@WITH_OUTLOOK_CLIENT_SECRET@"

/* Define Yahoo! OAuth 2.0 Client ID to use */
#define YAHOO_CLIENT_ID "@WITH_YAHOO_CLIENT_ID@"

/* Define Yahoo! OAuth 2.0 Client Secret to use */
#define YAHOO_CLIENT_SECRET "@WITH_YAHOO_CLIENT_SECRET@"

/* Path to a sendmail binary, or equivalent */
#define SENDMAIL_PATH "@SENDMAIL_PATH@"

/* Configured with enabled maintainer mode */
#cmakedefine ENABLE_MAINTAINER_MODE 1

/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#cmakedefine HAVE_SYS_WAIT_H 1

/* Define to 1 if you have the `fsync' function. */
#cmakedefine HAVE_FSYNC 1

/* Define to 1 if you have the `strptime' function. */
#cmakedefine HAVE_STRPTIME 1

/* Define to 1 if you have the `nl_langinfo' function. */
#cmakedefine HAVE_NL_LANGINFO 1

/* Define to 1 if you have the gtk+-3.0 package. */
#cmakedefine HAVE_GTK 1

/* Define to 1 to use WebKitGTK gtk3 for OAuth2 authentication. */
#cmakedefine ENABLE_OAUTH2_WEBKITGTK 1

/* Define to 1 to use WebKitGTK gtk4 for OAuth2 authentication. */
#cmakedefine ENABLE_OAUTH2_WEBKITGTK4 1

/* Define to 1 if the examples should be built. */
#cmakedefine BUILD_EXAMPLES 1

/* Define to 1 if you have the goa-1.0 package. */
#cmakedefine HAVE_GOA 1

/* If backend-per-process is enabled */
#cmakedefine ENABLE_BACKEND_PER_PROCESS 1

/* Have libdb */
#cmakedefine HAVE_LIBDB 1

/* libc provides backtrace_symbols function */
#cmakedefine HAVE_BACKTRACE_SYMBOLS 1

/* have elfutils/libdwfl.h functions */
#cmakedefine HAVE_ELFUTILS_LIBDWFL 1

/* Have nl_langinfo (CODESET) */
#cmakedefine HAVE_CODESET 1

/* Have nl_langinfo (_NL_ADDRESS_COUNTRY_AB2) */
#cmakedefine HAVE__NL_ADDRESS_COUNTRY_AB2 1

/* strftime supports use of l and k */
#cmakedefine HAVE_LKSTRFTIME 1

/* Define if SMIME should be enabled */
#cmakedefine ENABLE_SMIME 1

/* Define if struct tm has a tm_gmtoff member */
#cmakedefine HAVE_TM_GMTOFF 1

/* Define if libc defines a timezone variable */
#cmakedefine HAVE_TIMEZONE 1

/* Define if libc defines an altzone variable */
#cmakedefine HAVE_ALTZONE 1

/* Define if libc defines localtime_r function */
#cmakedefine HAVE_LOCALTIME_R

/* Define to 1 if you have the `gethostbyaddr_r' function. */
#cmakedefine HAVE_GETHOSTBYADDR_R 1

/* Define to 1 if you have the `gethostbyname_r' function. */
#cmakedefine HAVE_GETHOSTBYNAME_R 1

/* Enable IPv6 support */
#cmakedefine ENABLE_IPv6 1

/* Enable getaddrinfo emulation */
#cmakedefine NEED_ADDRINFO 1

/* Define if the system defines the AI_ADDRCONFIG flag for getaddrinfo */
#cmakedefine HAVE_AI_ADDRCONFIG 1

/* Have <wspiapi.h> */
#cmakedefine HAVE_WSPIAPI_H 1

/* Define to use dot locking for mbox files */
#cmakedefine USE_DOT_LOCKING 1

/* Define to use fcntl locking for mbox files */
#cmakedefine USE_FCNTL_LOCKING 1

/* Define to use flock locking for mbox files */
#cmakedefine USE_FLOCK_LOCKING 1

/* Define if mail delivered to the system mail directory is in broken Content-Length format */
#cmakedefine ENABLE_BROKEN_SPOOL 1

/* Define if you have Krb5 */
#cmakedefine HAVE_KRB5 1

/* Define if you have MIT Krb5 */
#cmakedefine HAVE_MIT_KRB5 1

/* Define if you have Heimdal */
#cmakedefine HAVE_HEIMDAL_KRB5 1

/* Define if you have Sun Kerberosv5 */
#cmakedefine HAVE_SUN_KRB5 1

/* Enable libphonenumber parsing */
#cmakedefine ENABLE_PHONENUMBER 1

/* Whether Parse() or ParseAndKeepRawInput() must be used to get the country-code source */
#cmakedefine PHONENUMBER_RAW_INPUT_NEEDED 1

/* Define if you have LDAP support */
#cmakedefine HAVE_LDAP 1

/* Define if you use SunLDAP */
#cmakedefine SUNLDAP 1

/* Solaris-style gethostbyaddr_r */
#cmakedefine GETHOSTBYADDR_R_SEVEN_ARGS 1

/* Solaris-style gethostbyname_r */
#cmakedefine GETHOSTBYNAME_R_FIVE_ARGS 1

/* Have <com_err.h> */
#cmakedefine HAVE_COM_ERR_H 1

/* Have <et/com_err.h> */
#cmakedefine HAVE_ET_COM_ERR_H 1

/* Define to 1 when have O_LARGEFILE open flag */
#cmakedefine HAVE_O_LARGEFILE 1

#ifndef HAVE_O_LARGEFILE
/* Define to 0 if your system does not have the O_LARGEFILE flag */
#define O_LARGEFILE 0
#endif /* HAVE_O_LARGEFILE */

/* evolution-alarm-notify - Define if using Canberra-GTK for sound */
#cmakedefine HAVE_CANBERRA 1

/* Whether glib provides GPowerProfileMonitor */
#cmakedefine HAVE_GPOWERPROFILEMONITOR 1

/* Defined, when time_t is of the 32bit size */
#cmakedefine HAVE_32BIT_TIME_T 1

/* Defined, when malloc_trim symbol exists in malloc.h */
#cmakedefine HAVE_MALLOC_TRIM 1

/* Defined, when libsoup has soup_message_set_force_http1() */
#cmakedefine HAVE_SOUP_MESSAGE_SET_FORCE_HTTP1 1