/* @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@" /* Command to kill processes by name */ #cmakedefine KILL_PROCESS_COMMAND "@KILL_PROCESS_COMMAND@" /* Extra arguments to kill command */ #cmakedefine KILL_PROCESS_COMMAND_ARGS "@KILL_PROCESS_COMMAND_ARGS@" /* An argument to kill command to match exact process */ #cmakedefine KILL_PROCESS_COMMAND_ARG_EXACT "@KILL_PROCESS_COMMAND_ARG_EXACT@" /* 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 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 */ #cmakedefine HAVE_YTNEF_H 1 /* Define if TNEF include header is */ #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 /* libical provides ical_set_unknown_token_handling_setting function */ #cmakedefine HAVE_ICAL_UNKNOWN_TOKEN_HANDLING 1 /* libical provides icaltzutil_set_exact_vtimezones_support function */ #cmakedefine HAVE_ICALTZUTIL_SET_EXACT_VTIMEZONES_SUPPORT 1 /* libical provides ICAL_FILENAME_PARAMETER */ #cmakedefine HAVE_ICAL_FILENAME_PARAMETER 1 /* When defined spell checking is enabled */ #cmakedefine HAVE_GTKSPELL 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@"