~vcs-imports/evolution-mapi/master

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* @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@"

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

/* libmapi supports fast-transfer tags from OpenChange 2.1 */
#cmakedefine HAVE_FAST_TRANSFER_TAGS_2_1 1

/* libmapi defines QueryRows with ForwardRead argument */
#cmakedefine HAVE_QUERYROWS_FORWARDREAD 1

/* libmapi supports RES_NOT restrictions */
#cmakedefine HAVE_RES_NOT_SUPPORTED 1