122 lines
3.4 KiB
C
122 lines
3.4 KiB
C
/* @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@"
|
|
|
|
/* 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 to 1 if you have the `mkdtemp' function. */
|
|
#cmakedefine HAVE_MKDTEMP 1
|
|
|
|
/* Define if you have the iso-codes package */
|
|
#cmakedefine HAVE_ISO_CODES 1
|
|
|
|
/* ISO codes prefix */
|
|
#define ISO_CODES_PREFIX "@ISO_CODES_PREFIX@"
|
|
|
|
/* defined if you have X11/XF86keysym.h */
|
|
#cmakedefine HAVE_XFREE 1
|
|
|
|
/* 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@"
|