Update Romanian translation
[evolution.git] / config.h.in
blob0b94db4825a3522aa5f9ee1cbf43c0d93562c346
1 /* @PROJECT_NAME@-config.h generated by CMake */
3 /* Name of the package */
4 #define PACKAGE "@PROJECT_NAME@"
6 /* Define to the address where bug reports for this package should be sent. */
7 #define PACKAGE_BUGREPORT "@PROJECT_BUGREPORT@"
9 /* Define to the home page for this package. */
10 #define PACKAGE_URL "@PROJECT_URL@"
12 /* Version number of the project */
13 #define VERSION "@PROJECT_VERSION@"
15 /* Version substring, for packagers */
16 #define VERSION_SUBSTRING "@VERSION_SUBSTRING@"
18 /* Define if you want a comment appended to the version number */
19 #define VERSION_COMMENT "@VERSION_COMMENT@"
21 /* Define to the latest stable version if this version is unstable */
22 #cmakedefine STABLE_VERSION "@STABLE_VERSION@"
24 /* Base version (Major.Minor) */
25 #define BASE_VERSION "@BASE_VERSION@"
27 /* Package name for gettext */
28 #define GETTEXT_PACKAGE "@GETTEXT_PACKAGE@"
30 /* Command to kill processes by name */
31 #cmakedefine KILL_PROCESS_COMMAND "@KILL_PROCESS_COMMAND@"
33 /* Extra arguments to kill command */
34 #cmakedefine KILL_PROCESS_COMMAND_ARGS "@KILL_PROCESS_COMMAND_ARGS@"
36 /* An argument to kill command to match exact process */
37 #cmakedefine KILL_PROCESS_COMMAND_ARG_EXACT "@KILL_PROCESS_COMMAND_ARG_EXACT@"
39 /* Define to 1 if you have the `nl_langinfo' function. */
40 #cmakedefine HAVE_NL_LANGINFO 1
42 /* Have nl_langinfo (_NL_MEASUREMENT_MEASUREMENT) */
43 #cmakedefine HAVE__NL_MEASUREMENT_MEASUREMENT 1
45 /* gnome-desktop */
46 #cmakedefine HAVE_GNOME_DESKTOP 1
48 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
49 #cmakedefine HAVE_SYS_WAIT_H 1
51 /* Define if using Canberra and Canberra-GTK for sound */
52 #cmakedefine HAVE_CANBERRA 1
54 /* Define if gnome-autoar is enabled */
55 #cmakedefine HAVE_AUTOAR 1
57 /* Define if struct tm has a tm_gmtoff member */
58 #cmakedefine HAVE_TM_GMTOFF 1
60 /* Define if libc defines a timezone variable */
61 #cmakedefine HAVE_TIMEZONE 1
63 /* Define if libc defines an altzone variable */
64 #cmakedefine HAVE_ALTZONE 1
66 /* Define to 1 if you have the `mkdtemp' function. */
67 #cmakedefine HAVE_MKDTEMP 1
69 /* Define if you have the iso-codes package */
70 #cmakedefine HAVE_ISO_CODES 1
72 /* ISO codes prefix */
73 #define ISO_CODES_PREFIX "@ISO_CODES_PREFIX@"
75 /* defined if you have X11/XF86keysym.h */
76 #cmakedefine HAVE_XFREE 1
78 /* Define if TNEF attachments parser should be built */
79 #cmakedefine ENABLE_YTNEF 1
81 /* Define if TNEF include header is <ytnef.h> */
82 #cmakedefine HAVE_YTNEF_H 1
84 /* Define if TNEF include header is <libytnef/ytnef.h> */
85 #cmakedefine HAVE_LIBYTNEF_YTNEF_H 1
87 /* Bogofilter spam filtering program */
88 #define BOGOFILTER_COMMAND "@BOGOFILTER_COMMAND@"
90 /* SpamAssassin spam filtering program */
91 #define SPAMASSASSIN_COMMAND "@SPAMASSASSIN_COMMAND@"
93 /* SpamAssassin spam training program */
94 #define SA_LEARN_COMMAND "@SA_LEARN_COMMAND@"
96 /* Define if you have libnotify */
97 #cmakedefine HAVE_LIBNOTIFY 1
99 /* Define if you have libunity */
100 #cmakedefine HAVE_LIBUNITY 1
102 /* libical provides ical_set_unknown_token_handling_setting function */
103 #cmakedefine HAVE_ICAL_UNKNOWN_TOKEN_HANDLING 1
105 /* libical provides icaltzutil_set_exact_vtimezones_support function */
106 #cmakedefine HAVE_ICALTZUTIL_SET_EXACT_VTIMEZONES_SUPPORT 1
108 /* libical provides ICAL_FILENAME_PARAMETER */
109 #cmakedefine HAVE_ICAL_FILENAME_PARAMETER 1
111 /* libical provides ICAL_COLOR_PROPERTY */
112 #cmakedefine HAVE_ICAL_COLOR_PROPERTY 1
114 /* When defined spell checking is enabled */
115 #cmakedefine HAVE_GTKSPELL 1
117 /* Source code highlighting utility */
118 #cmakedefine HIGHLIGHT_COMMAND "@HIGHLIGHT_COMMAND@"
120 /* When defined Contacts preview will contain maps */
121 #cmakedefine ENABLE_CONTACT_MAPS 1
123 /* Define to 1 if you have the `gnu_get_libc_version' function. */
124 #cmakedefine HAVE_GNU_GET_LIBC_VERSION 1
126 /* Define if SMIME should be enabled */
127 #cmakedefine ENABLE_SMIME 1
129 /* Define if you have LDAP support */
130 #cmakedefine HAVE_LDAP 1
132 /* Define if you use SunLDAP */
133 #cmakedefine SUNLDAP 1
135 /* Define to the full path of mozilla nss library */
136 #define MOZILLA_NSS_LIB_DIR "@MOZILLA_NSS_LIB_DIR@"