I#27 - [IMAPx] Ignore DavMail's CR/LF in BODYSTRUCTURE response
[evolution-data-server.git] / config.h.in
blobb6e961aeea167d58d91abde2932df14a9a2df903
1 /* @PROJECT_NAME@-config.h generated by CMake */
3 /* Name of the package */
4 #define PACKAGE "@PROJECT_NAME@"
6 /* Define to the address where bug reports for this package should be sent. */
7 #define PACKAGE_BUGREPORT "@PROJECT_BUGREPORT@"
9 /* Version number of the project */
10 #define VERSION "@PROJECT_VERSION@"
12 /* API version (Major.Minor) */
13 #define API_VERSION "@API_VERSION@"
15 /* Base version (Major.Minor) */
16 #define BASE_VERSION "@BASE_VERSION@"
18 /* Package name for gettext */
19 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
21 /* D-Bus service name for the address book factory */
22 #define ADDRESS_BOOK_DBUS_SERVICE_NAME "@ADDRESS_BOOK_DBUS_SERVICE_NAME@"
24 /* D-Bus service name for the calendar factory */
25 #define CALENDAR_DBUS_SERVICE_NAME "@CALENDAR_DBUS_SERVICE_NAME@"
27 /* D-Bus service name for the source registry */
28 #define SOURCES_DBUS_SERVICE_NAME "@SOURCES_DBUS_SERVICE_NAME@"
30 /* D-Bus service name for the user prompter */
31 #define USER_PROMPTER_DBUS_SERVICE_NAME "@USER_PROMPTER_DBUS_SERVICE_NAME@"
33 /* Define Google OAuth 2.0 Client ID to use */
34 #define GOOGLE_CLIENT_ID "@WITH_GOOGLE_CLIENT_ID@"
36 /* Define Google OAuth 2.0 Client Secret to use */
37 #define GOOGLE_CLIENT_SECRET "@WITH_GOOGLE_CLIENT_SECRET@"
39 /* Define Outlook.com OAuth 2.0 Client ID to use */
40 #define OUTLOOK_CLIENT_ID "@WITH_OUTLOOK_CLIENT_ID@"
42 /* Define Outlook.com OAuth 2.0 Client Secret to use */
43 #define OUTLOOK_CLIENT_SECRET "@WITH_OUTLOOK_CLIENT_SECRET@"
45 /* Path to a sendmail binary, or equivalent */
46 #define SENDMAIL_PATH "@SENDMAIL_PATH@"
48 /* Configured with enabled maintainer mode */
49 #cmakedefine ENABLE_MAINTAINER_MODE 1
51 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
52 #cmakedefine HAVE_SYS_WAIT_H 1
54 /* Define to 1 if you have the `fsync' function. */
55 #cmakedefine HAVE_FSYNC 1
57 /* Define to 1 if you have the `strptime' function. */
58 #cmakedefine HAVE_STRPTIME 1
60 /* Define to 1 if you have the `nl_langinfo' function. */
61 #cmakedefine HAVE_NL_LANGINFO 1
63 /* Define to 1 if you have the gtk+-3.0 package. */
64 #cmakedefine HAVE_GTK 1
66 /* Define to 1 if OAuth2 autentication support is enabled. */
67 #cmakedefine ENABLE_OAUTH2 1
69 /* Define to 1 if the examples should be built. */
70 #cmakedefine BUILD_EXAMPLES 1
72 /* Define to 1 if you have the goa-1.0 package. */
73 #cmakedefine HAVE_GOA 1
75 /* If backend-per-process is enabled */
76 #cmakedefine ENABLE_BACKEND_PER_PROCESS 1
78 /* Have libdb */
79 #cmakedefine HAVE_LIBDB 1
81 /* libc provides backtrace_symbols function */
82 #cmakedefine HAVE_BACKTRACE_SYMBOLS 1
84 /* have elfutils/libdwfl.h functions */
85 #cmakedefine HAVE_ELFUTILS_LIBDWFL 1
87 /* Have nl_langinfo (CODESET) */
88 #cmakedefine HAVE_CODESET 1
90 /* Have nl_langinfo (_NL_ADDRESS_COUNTRY_AB2) */
91 #cmakedefine HAVE__NL_ADDRESS_COUNTRY_AB2 1
93 /* strftime supports use of l and k */
94 #cmakedefine HAVE_LKSTRFTIME 1
96 /* Define if SMIME should be enabled */
97 #cmakedefine ENABLE_SMIME 1
99 /* Define if struct tm has a tm_gmtoff member */
100 #cmakedefine HAVE_TM_GMTOFF 1
102 /* Define if libc defines a timezone variable */
103 #cmakedefine HAVE_TIMEZONE 1
105 /* Define if libc defines an altzone variable */
106 #cmakedefine HAVE_ALTZONE 1
108 /* Define to 1 if you have the `gethostbyaddr_r' function. */
109 #cmakedefine HAVE_GETHOSTBYADDR_R 1
111 /* Define to 1 if you have the `gethostbyname_r' function. */
112 #cmakedefine HAVE_GETHOSTBYNAME_R 1
114 /* Enable IPv6 support */
115 #cmakedefine ENABLE_IPv6 1
117 /* Enable getaddrinfo emulation */
118 #cmakedefine NEED_ADDRINFO 1
120 /* Define if the system defines the AI_ADDRCONFIG flag for getaddrinfo */
121 #cmakedefine HAVE_AI_ADDRCONFIG 1
123 /* Have <wspiapi.h> */
124 #cmakedefine HAVE_WSPIAPI_H 1
126 /* Define to use dot locking for mbox files */
127 #cmakedefine USE_DOT_LOCKING 1
129 /* Define to use fcntl locking for mbox files */
130 #cmakedefine USE_FCNTL_LOCKING 1
132 /* Define to use flock locking for mbox files */
133 #cmakedefine USE_FLOCK_LOCKING 1
135 /* Define if mail delivered to the system mail directory is in broken Content-Length format */
136 #cmakedefine ENABLE_BROKEN_SPOOL 1
138 /* Define if you have Krb5 */
139 #cmakedefine HAVE_KRB5 1
141 /* Define if you have MIT Krb5 */
142 #cmakedefine HAVE_MIT_KRB5 1
144 /* Define if you have Heimdal */
145 #cmakedefine HAVE_HEIMDAL_KRB5 1
147 /* Define if you have Sun Kerberosv5 */
148 #cmakedefine HAVE_SUN_KRB5 1
150 /* Enable libphonenumber parsing */
151 #cmakedefine ENABLE_PHONENUMBER 1
153 /* Whether Parse() or ParseAndKeepRawInput() must be used to get the country-code source */
154 #cmakedefine PHONENUMBER_RAW_INPUT_NEEDED 1
156 /* Define if you have LDAP support */
157 #cmakedefine HAVE_LDAP 1
159 /* Define if you use SunLDAP */
160 #cmakedefine SUNLDAP 1
162 /* Solaris-style gethostbyaddr_r */
163 #cmakedefine GETHOSTBYADDR_R_SEVEN_ARGS 1
165 /* Solaris-style gethostbyname_r */
166 #cmakedefine GETHOSTBYNAME_R_FIVE_ARGS 1
168 /* Have <com_err.h> */
169 #cmakedefine HAVE_COM_ERR_H 1
171 /* Have <et/com_err.h> */
172 #cmakedefine HAVE_ET_COM_ERR_H 1
174 /* Define if compiled with libical 2.0 */
175 #cmakedefine HAVE_LIBICAL_2_0 1
177 /* libical provides ical_set_unknown_token_handling_setting function */
178 #cmakedefine HAVE_ICAL_UNKNOWN_TOKEN_HANDLING 1
180 /* libical provides icaltzutil_set_exact_vtimezones_support function */
181 #cmakedefine HAVE_ICALTZUTIL_SET_EXACT_VTIMEZONES_SUPPORT 1
183 /* libical has ICAL_STATUS_DELETED icalproperty_status value */
184 #cmakedefine HAVE_ICAL_STATUS_DELETED 1
186 /* Define to 1 if you have the libgdata package */
187 #cmakedefine HAVE_LIBGDATA 1
189 /* Define to 1 when the libgdata provides GTasks pagination functions */
190 #cmakedefine HAVE_LIBGDATA_TASKS_PAGINATION_FUNCTIONS 1
192 /* Define to 1 when have O_LARGEFILE open flag */
193 #cmakedefine HAVE_O_LARGEFILE 1
195 #ifndef HAVE_O_LARGEFILE
196 /* Define to 0 if your system does not have the O_LARGEFILE flag */
197 #define O_LARGEFILE 0
198 #endif /* HAVE_O_LARGEFILE */
200 /* Have libaccounts-glib */
201 #cmakedefine HAVE_UOA 1
203 /* gweather_info_new() has only one argument */
204 #cmakedefine HAVE_ONE_ARG_GWEATHER_INFO_NEW 1
206 /* evolution-alarm-notify - Define if using Canberra-GTK for sound */
207 #cmakedefine HAVE_CANBERRA 1