Code

Cmake: config.h.cmake add package name and version info
[inkscape.git] / config.h.cmake
1 #ifndef _CONFIG_H_
2 #define _CONFIG_H_
4 /* Define WIN32 when on windows */
5 #ifndef WIN32
6 #cmakedefine WIN32
7 #endif
9 /* This is for require-config.h */
10 #define PACKAGE_TARNAME "$PROJECT_NAME} ${INKSCAPE_VERSION}"
12 /* Use binreloc thread support? */
13 #cmakedefine BR_PTHREADS
15 /* Use AutoPackage? */
16 #cmakedefine ENABLE_BINRELOC
18 /* Use LittleCms color management */
19 #cmakedefine ENABLE_LCMS
21 /* always defined to indicate that i18n is enabled */
22 #cmakedefine ENABLE_NLS
24 /* Build with OSX .app data dir paths? */
25 #cmakedefine ENABLE_OSX_APP_LOCATIONS
27 /* Translation domain used */
28 #define GETTEXT_PACKAGE "$PROJECT_NAME}"
30 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
31 #cmakedefine HAVE_BIND_TEXTDOMAIN_CODESET
33 /* Define to 1 if you have the <boost/concept_check.hpp> header file. */
34 #cmakedefine HAVE_BOOST_CONCEPT_CHECK_HPP
36 /* Whether the Cairo PDF backend is available */
37 #cmakedefine HAVE_CAIRO_PDF
39 /* define to 1 if Carbon is available */
40 #cmakedefine HAVE_CARBON
42 /* Define to 1 if you have the `dcgettext' function. */
43 #cmakedefine HAVE_DCGETTEXT
45 /* Define to 1 if you have the `ecvt' function. */
46 #cmakedefine HAVE_ECVT
48 /* Define to 1 if you have the <fcntl.h> header file. */
49 #cmakedefine HAVE_FCNTL_H
51 /* Define to 1 if you have the `floor' function. */
52 #cmakedefine HAVE_FLOOR
54 /* Define to 1 if you have the `fpsetmask' function. */
55 #cmakedefine HAVE_FPSETMASK
57 /* Define to 1 if you have the <gc/gc.h> header file. */
58 #cmakedefine HAVE_GC_GC_H
60 /* Define to 1 if you have the <gc.h> header file. */
61 #cmakedefine HAVE_GC_H
63 /* Define if the GNU gettext() function is already present or preinstalled. */
64 #cmakedefine HAVE_GETTEXT
66 /* Define to 1 if you have the `gettimeofday' function. */
67 #cmakedefine HAVE_GETTIMEOFDAY
69 /* Define to 1 if you have the `gtk_window_fullscreen' function. */
70 #cmakedefine HAVE_GTK_WINDOW_FULLSCREEN
72 /* Define to 1 if you have the `gtk_window_set_default_icon_from_file'
73    function. */
74 #cmakedefine HAVE_GTK_WINDOW_SET_DEFAULT_ICON_FROM_FILE
76 /* Define to 1 if you have the <ieeefp.h> header file. */
77 #cmakedefine HAVE_IEEEFP_H
79 /* Define to 1 if you have the <inttypes.h> header file. */
80 #cmakedefine HAVE_INTTYPES_H
82 /* Define if your <locale.h> file defines LC_MESSAGES. */
83 #cmakedefine HAVE_LC_MESSAGES
85 /* Define to 1 if you have the <libintl.h> header file. */
86 #cmakedefine HAVE_LIBINTL_H
88 /* Define to 1 if you have the `m' library (-lm). */
89 #cmakedefine HAVE_LIBM
91 /* Define to 1 if you have the <locale.h> header file. */
92 #cmakedefine HAVE_LOCALE_H
94 /* Define to 1 if you have the `mallinfo' function. */
95 #cmakedefine HAVE_MALLINFO
97 /* Define to 1 if you have the <malloc.h> header file. */
98 #cmakedefine HAVE_MALLOC_H
100 /* Define to 1 if you have the `memmove' function. */
101 #cmakedefine HAVE_MEMMOVE
103 /* Define to 1 if you have the <memory.h> header file. */
104 #cmakedefine HAVE_MEMORY_H
106 /* Define to 1 if you have the `memset' function. */
107 #cmakedefine HAVE_MEMSET
109 /* Define to 1 if you have the `mkdir' function. */
110 #cmakedefine HAVE_MKDIR
112 /* Use libpoppler for direct PDF import */
113 #cmakedefine HAVE_POPPLER
115 /* Use libpoppler-cairo for rendering PDF preview */
116 #cmakedefine HAVE_POPPLER_CAIRO
118 /* Use libpoppler-glib and Cairo-SVG for PDF import */
119 #cmakedefine HAVE_POPPLER_GLIB
121 /* Define to 1 if you have the `pow' function. */
122 #cmakedefine HAVE_POW
124 /* Define to 1 if you have the `sqrt' function. */
125 #cmakedefine HAVE_SQRT
127 /* Define to 1 if `stat' has the bug that it succeeds when given the
128    zero-length file name argument. */
129 #cmakedefine HAVE_STAT_EMPTY_STRING_BUG
131 /* Define to 1 if you have the <stddef.h> header file. */
132 #cmakedefine HAVE_STDDEF_H
134 /* Define to 1 if you have the <stdint.h> header file. */
135 #cmakedefine HAVE_STDINT_H
137 /* Define to 1 if you have the <stdlib.h> header file. */
138 #cmakedefine HAVE_STDLIB_H
140 /* Define to 1 if you have the `strftime' function. */
141 #cmakedefine HAVE_STRFTIME
143 /* Define to 1 if you have the <strings.h> header file. */
144 #cmakedefine HAVE_STRINGS_H
146 /* Define to 1 if you have the <string.h> header file. */
147 #cmakedefine HAVE_STRING_H
149 /* Define to 1 if you have the `strncasecmp' function. */
150 #cmakedefine HAVE_STRNCASECMP
152 /* Define to 1 if you have the `strpbrk' function. */
153 #cmakedefine HAVE_STRPBRK
155 /* Define to 1 if you have the `strrchr' function. */
156 #cmakedefine HAVE_STRRCHR
158 /* Define to 1 if you have the `strspn' function. */
159 #cmakedefine HAVE_STRSPN
161 /* Define to 1 if you have the `strstr' function. */
162 #cmakedefine HAVE_STRSTR
164 /* Define to 1 if you have the `strtoul' function. */
165 #cmakedefine HAVE_STRTOUL
167 /* Define to 1 if `fordblks' is member of `struct mallinfo'. */
168 #cmakedefine HAVE_STRUCT_MALLINFO_FORDBLKS
170 /* Define to 1 if `fsmblks' is member of `struct mallinfo'. */
171 #cmakedefine HAVE_STRUCT_MALLINFO_FSMBLKS
173 /* Define to 1 if `hblkhd' is member of `struct mallinfo'. */
174 #cmakedefine HAVE_STRUCT_MALLINFO_HBLKHD
176 /* Define to 1 if `uordblks' is member of `struct mallinfo'. */
177 #cmakedefine HAVE_STRUCT_MALLINFO_UORDBLKS
179 /* Define to 1 if `usmblks' is member of `struct mallinfo'. */
180 #cmakedefine HAVE_STRUCT_MALLINFO_USMBLKS
182 /* Define to 1 if you have the <sys/filio.h> header file. */
183 #cmakedefine HAVE_SYS_FILIO_H
185 /* Define to 1 if you have the <sys/stat.h> header file. */
186 #cmakedefine HAVE_SYS_STAT_H
188 /* Define to 1 if you have the <sys/time.h> header file. */
189 #cmakedefine HAVE_SYS_TIME_H
191 /* Define to 1 if you have the <sys/types.h> header file. */
192 #cmakedefine HAVE_SYS_TYPES_H
194 /* Define to 1 if you have the <unistd.h> header file. */
195 #cmakedefine HAVE_UNISTD_H
197 /* Define to 1 if you have the <zlib.h> header file. */
198 #cmakedefine HAVE_ZLIB_H
200 /* Base data directory -- only path-prefix.h should use it! */
201 #cmakedefine INKSCAPE_DATADIR
203 /* Base library directory -- only path-prefix.h should use it! */
204 #cmakedefine INKSCAPE_LIBDIR
206 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
207    slash. */
208 #cmakedefine LSTAT_FOLLOWS_SLASHED_SYMLINK
210 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
211 #cmakedefine NO_MINUS_C_MINUS_O
213 /* Name of package */
214 #define PACKAGE "$PROJECT_NAME}"
216 /* Define to the address where bug reports for this package should be sent. */
217 #cmakedefine PACKAGE_BUGREPORT
219 /* Localization directory */
220 #cmakedefine PACKAGE_LOCALE_DIR
222 /* Define to the full name of this package. */
223 #cmakedefine PACKAGE_NAME "$PROJECT_NAME}"
225 /* Define to the full name and version of this package. */
226 #cmakedefine PACKAGE_STRING "$PROJECT_NAME} ${INKSCAPE_VERSION}"
228 /* Define to the version of this package. */
229 #cmakedefine PACKAGE_VERSION "${INKSCAPE_VERSION}"
231 /* Define as the return type of signal handlers (`int' or `void'). */
232 #cmakedefine RETSIGTYPE
234 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
235 #cmakedefine STAT_MACROS_BROKEN
237 /* Define to 1 if you have the ANSI C header files. */
238 #cmakedefine STDC_HEADERS
240 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
241 #cmakedefine TIME_WITH_SYS_TIME
243 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
244 #cmakedefine TM_IN_SYS_TIME
246 /* Use gnome vfs file load functionality */
247 #cmakedefine WITH_GNOME_VFS
249 /* enable gtk spelling widget */
250 #cmakedefine WITH_GTKSPELL
252 /* Image Magick++ support for bitmap effects */
253 #cmakedefine WITH_IMAGE_MAGICK
255 /* Build in Inkboard support */
256 #cmakedefine WITH_INKBOARD
258 /* Build in SSL support for Inkboard */
259 #cmakedefine WITH_INKBOARD_SSL
261 /* enable openoffice files (SVG jars) */
262 #cmakedefine WITH_INKJAR
264 /* Build in libwpg */
265 #cmakedefine WITH_LIBWPG
267 /* Use MMX optimizations, if CPU supports it */
268 #cmakedefine WITH_MMX
270 /* Use experimental module support */
271 #cmakedefine WITH_MODULES
273 /* use Perl for embedded scripting */
274 #cmakedefine WITH_PERL
276 /* use Python for embedded scripting */
277 #cmakedefine WITH_PYTHON
279 /* Use Xft font database */
280 #cmakedefine WITH_XFT
282 /* Define to 1 if your processor stores words with the most significant byte
283    first (like Motorola and SPARC, unlike Intel and VAX). */
284 #cmakedefine WORDS_BIGENDIAN
286 /* Define to `int' if <sys/types.h> does not define. */
287 #cmakedefine mode_t
290 #endif /* _CONFIG_H_ */