1/* @PROJECT_NAME@-config.h generated by CMake */
2
3/* Name of the package */
4#define PACKAGE "@PROJECT_NAME@"
5
6/* Define to the address where bug reports for this package should be sent. */
7#define PACKAGE_BUGREPORT "@PROJECT_BUGREPORT@"
8
9/* Define to the home page for this package. */
10#define PACKAGE_URL "@PROJECT_URL@"
11
12/* Version number of the project */
13#define VERSION "@PROJECT_VERSION@"
14
15/* Version substring, for packagers */
16#define VERSION_SUBSTRING "@VERSION_SUBSTRING@"
17
18/* Define if you want a comment appended to the version number */
19#define VERSION_COMMENT "@VERSION_COMMENT@"
20
21/* Define to the latest stable version if this version is unstable */
22#cmakedefine STABLE_VERSION "@STABLE_VERSION@"
23
24/* Base version (Major.Minor) */
25#define BASE_VERSION "@BASE_VERSION@"
26
27/* Package name for gettext */
28#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
29
30/* Defined, when configured with ENABLE_MAINTAINER_MODE */
31#cmakedefine ENABLE_MAINTAINER_MODE 1
32
33/* Define to 1 if you have the `nl_langinfo' function. */
34#cmakedefine HAVE_NL_LANGINFO 1
35
36/* Have nl_langinfo (_NL_MEASUREMENT_MEASUREMENT) */
37#cmakedefine HAVE__NL_MEASUREMENT_MEASUREMENT 1
38
39/* gnome-desktop */
40#cmakedefine HAVE_GNOME_DESKTOP 1
41
42/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
43#cmakedefine HAVE_SYS_WAIT_H 1
44
45/* Define if using Canberra and Canberra-GTK for sound */
46#cmakedefine HAVE_CANBERRA 1
47
48/* Define if gnome-autoar is enabled */
49#cmakedefine HAVE_AUTOAR 1
50
51/* Define if struct tm has a tm_gmtoff member */
52#cmakedefine HAVE_TM_GMTOFF 1
53
54/* Define if libc defines a timezone variable */
55#cmakedefine HAVE_TIMEZONE 1
56
57/* Define if libc defines an altzone variable */
58#cmakedefine HAVE_ALTZONE 1
59
60/* Define to 1 if you have the `mkdtemp' function. */
61#cmakedefine HAVE_MKDTEMP 1
62
63/* Define if you have the iso-codes package */
64#cmakedefine HAVE_ISO_CODES 1
65
66/* ISO codes prefix */
67#define ISO_CODES_PREFIX "@ISO_CODES_PREFIX@"
68
69/* defined if you have X11/XF86keysym.h */
70#cmakedefine HAVE_XFREE 1
71
72/* Define if TNEF attachments parser should be built */
73#cmakedefine ENABLE_YTNEF 1
74
75/* Define if TNEF include header is <ytnef.h> */
76#cmakedefine HAVE_YTNEF_H 1
77
78/* Define if TNEF include header is <libytnef/ytnef.h> */
79#cmakedefine HAVE_LIBYTNEF_YTNEF_H 1
80
81/* Bogofilter spam filtering program */
82#define BOGOFILTER_COMMAND "@BOGOFILTER_COMMAND@"
83
84/* SpamAssassin spam filtering program */
85#define SPAMASSASSIN_COMMAND "@SPAMASSASSIN_COMMAND@"
86
87/* SpamAssassin spam training program */
88#define SA_LEARN_COMMAND "@SA_LEARN_COMMAND@"
89
90/* Define if you have libnotify */
91#cmakedefine HAVE_LIBNOTIFY 1
92
93/* Define if you have libunity */
94#cmakedefine HAVE_LIBUNITY 1
95
96/* When defined GSpell usage is enabled */
97#cmakedefine HAVE_GSPELL 1
98
99/* Source code highlighting utility */
100#cmakedefine HIGHLIGHT_COMMAND "@HIGHLIGHT_COMMAND@"
101
102/* When defined Contacts preview will contain maps */
103#cmakedefine ENABLE_CONTACT_MAPS 1
104
105/* Define to 1 if you have the `gnu_get_libc_version' function. */
106#cmakedefine HAVE_GNU_GET_LIBC_VERSION 1
107
108/* Define if SMIME should be enabled */
109#cmakedefine ENABLE_SMIME 1
110
111/* Define if you have LDAP support */
112#cmakedefine HAVE_LDAP 1
113
114/* Define if you use SunLDAP */
115#cmakedefine SUNLDAP 1
116
117/* Define to the full path of mozilla nss library */
118#define MOZILLA_NSS_LIB_DIR "@MOZILLA_NSS_LIB_DIR@"
119
120/* D-Bus service name of the evolution-source-registry, as provided by evolution-data-server-1.2.pc */
121#define EDS_SOURCES_DBUS_SERVICE_NAME "@EDS_SOURCES_DBUS_SERVICE_NAME@"
122