-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathconfig.h.in
52 lines (35 loc) · 1.76 KB
/
config.h.in
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
/* @[email protected] 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@"
/* Package name for gettext */
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
/* Configured with enabled maintainer mode */
#cmakedefine ENABLE_MAINTAINER_MODE 1
/* Define to add support for low level tests */
#cmakedefine ENABLE_TESTS 1
/* libsoup provides SOUP_MESSAGE_IDEMPOTENT flag */
#cmakedefine HAVE_SOUP_MESSAGE_IDEMPOTENT_FLAG 1
/* libmspack has OAB support */
#cmakedefine WITH_MSPACK 1
/* Define Office365 OAuth 2.0 default Tenant to use */
#define OFFICE365_TENANT "@WITH_OFFICE365_TENANT@"
/* Define Office365 OAuth 2.0 default Client ID to use */
#define OFFICE365_CLIENT_ID "@WITH_OFFICE365_CLIENT_ID@"
/* Define Office365 OAuth 2.0 default Redirect URI to use */
#define OFFICE365_REDIRECT_URI "@WITH_OFFICE365_REDIRECT_URI@"
/* Define Office365 OAuth 2.0 default Endpoint Host to use */
#define OFFICE365_ENDPOINT_HOST "@WITH_OFFICE365_ENDPOINT_HOST@"
/* Define Microsoft 365 OAuth 2.0 default Tenant to use */
#define MICROSOFT365_TENANT "@WITH_MICROSOFT365_TENANT@"
/* Define Microsoft 365 OAuth 2.0 default Client ID to use */
#define MICROSOFT365_CLIENT_ID "@WITH_MICROSOFT365_CLIENT_ID@"
/* Define Microsoft 365 OAuth 2.0 default Redirect URI to use */
#define MICROSOFT365_REDIRECT_URI "@WITH_MICROSOFT365_REDIRECT_URI@"
/* Define Microsoft 365 OAuth 2.0 default Endpoint Host to use */
#define MICROSOFT365_ENDPOINT_HOST "@WITH_MICROSOFT365_ENDPOINT_HOST@"
/* Define if libical-glib has i_cal_recurrence_get_by() */
#cmakedefine HAVE_I_CAL_RECURRENCE_GET_BY 1