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
|
/* @PROJECT_NAME@-config.h generated by CMake */
/* Defined, when configured to override application ID (usable only for the Flatpak) */
#cmakedefine OVERRIDE_APPLICATION_ID "@OVERRIDE_APPLICATION_ID@"
/* 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@"
/* Define to the home page for this package. */
#define PACKAGE_URL "@PROJECT_URL@"
/* Version number of the project */
#define VERSION "@PROJECT_VERSION@"
/* Version substring, for packagers */
#define VERSION_SUBSTRING "@VERSION_SUBSTRING@"
/* Define if you want a comment appended to the version number */
#define VERSION_COMMENT "@VERSION_COMMENT@"
/* Define to the latest stable version if this version is unstable */
#cmakedefine STABLE_VERSION "@STABLE_VERSION@"
/* Base version (Major.Minor) */
#define BASE_VERSION "@BASE_VERSION@"
/* Package name for gettext */
#define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
/* Defined, when configured with ENABLE_MAINTAINER_MODE */
#cmakedefine ENABLE_MAINTAINER_MODE 1
/* Define to 1 if you have the `nl_langinfo' function. */
#cmakedefine HAVE_NL_LANGINFO 1
/* Have nl_langinfo (_NL_MEASUREMENT_MEASUREMENT) */
#cmakedefine HAVE__NL_MEASUREMENT_MEASUREMENT 1
/* gnome-desktop */
#cmakedefine HAVE_GNOME_DESKTOP 1
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#cmakedefine HAVE_SYS_WAIT_H 1
/* Define if using Canberra and Canberra-GTK for sound */
#cmakedefine HAVE_CANBERRA 1
/* Define if gnome-autoar is enabled */
#cmakedefine HAVE_AUTOAR 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 you have the iso-codes package */
#cmakedefine HAVE_ISO_CODES 1
/* ISO codes prefix */
#define ISO_CODES_PREFIX "@ISO_CODES_PREFIX@"
/* Define if TNEF attachments parser should be built */
#cmakedefine ENABLE_YTNEF 1
/* Define if TNEF include header is <ytnef.h> */
#cmakedefine HAVE_YTNEF_H 1
/* Define if TNEF include header is <libytnef/ytnef.h> */
#cmakedefine HAVE_LIBYTNEF_YTNEF_H 1
/* Bogofilter spam filtering program */
#define BOGOFILTER_COMMAND "@BOGOFILTER_COMMAND@"
/* SpamAssassin spam filtering program */
#define SPAMASSASSIN_COMMAND "@SPAMASSASSIN_COMMAND@"
/* SpamAssassin spam training program */
#define SA_LEARN_COMMAND "@SA_LEARN_COMMAND@"
/* Define if you have libnotify */
#cmakedefine HAVE_LIBNOTIFY 1
/* Define if you have libunity */
#cmakedefine HAVE_LIBUNITY 1
/* When defined GSpell usage is enabled */
#cmakedefine HAVE_GSPELL 1
/* Source code highlighting utility */
#cmakedefine HIGHLIGHT_COMMAND "@HIGHLIGHT_COMMAND@"
/* When defined Contacts preview will contain maps */
#cmakedefine ENABLE_CONTACT_MAPS 1
/* Define to 1 if you have the `gnu_get_libc_version' function. */
#cmakedefine HAVE_GNU_GET_LIBC_VERSION 1
/* Define if SMIME should be enabled */
#cmakedefine ENABLE_SMIME 1
/* Define if you have LDAP support */
#cmakedefine HAVE_LDAP 1
/* Define if you use SunLDAP */
#cmakedefine SUNLDAP 1
/* Define to the full path of mozilla nss library */
#define MOZILLA_NSS_LIB_DIR "@MOZILLA_NSS_LIB_DIR@"
/* D-Bus service name of the evolution-source-registry, as provided by evolution-data-server-1.2.pc */
#define EDS_SOURCES_DBUS_SERVICE_NAME "@EDS_SOURCES_DBUS_SERVICE_NAME@"
/* Define if markdown support is enabled */
#cmakedefine HAVE_MARKDOWN 1
/* Define if libical-glib has i_cal_recurrence_get_by() */
#cmakedefine HAVE_I_CAL_RECURRENCE_GET_BY 1
|