Code

Cmake: config.h.cmake fixed missing 1's from #defines
[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 1
15 /* Use AutoPackage? */
16 #cmakedefine ENABLE_BINRELOC 1
18 /* Use LittleCms color management */
19 #cmakedefine ENABLE_LCMS 1
21 /* always defined to indicate that i18n is enabled */
22 #cmakedefine ENABLE_NLS 1
24 /* Build with OSX .app data dir paths? */
25 #cmakedefine ENABLE_OSX_APP_LOCATIONS 1
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 1
33 /* Define to 1 if you have the <boost/concept_check.hpp> header file. */
34 #cmakedefine HAVE_BOOST_CONCEPT_CHECK_HPP 1
36 /* Whether the Cairo PDF backend is available */
37 #cmakedefine HAVE_CAIRO_PDF 1
39 /* define to 1 if Carbon is available */
40 #cmakedefine HAVE_CARBON 1
42 /* Define to 1 if you have the `dcgettext' function. */
43 #cmakedefine HAVE_DCGETTEXT 1
45 /* Define to 1 if you have the `ecvt' function. */
46 #cmakedefine HAVE_ECVT 1
48 /* Define to 1 if you have the <fcntl.h> header file. */
49 #cmakedefine HAVE_FCNTL_H 1
51 /* Define to 1 if you have the `floor' function. */
52 #cmakedefine HAVE_FLOOR 1
54 /* Define to 1 if you have the `fpsetmask' function. */
55 #cmakedefine HAVE_FPSETMASK 1
57 /* Define to 1 if you have the <gc/gc.h> header file. */
58 #cmakedefine HAVE_GC_GC_H 1
60 /* Define to 1 if you have the <gc.h> header file. */
61 #cmakedefine HAVE_GC_H 1
63 /* Define if the GNU gettext() function is already present or preinstalled. */
64 #cmakedefine HAVE_GETTEXT 1
66 /* Define to 1 if you have the `gettimeofday' function. */
67 #cmakedefine HAVE_GETTIMEOFDAY 1
69 /* Define to 1 if you have the `gtk_window_fullscreen' function. */
70 #cmakedefine HAVE_GTK_WINDOW_FULLSCREEN 1
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 1
76 /* Define to 1 if you have the <ieeefp.h> header file. */
77 #cmakedefine HAVE_IEEEFP_H 1
79 /* Define to 1 if you have the <inttypes.h> header file. */
80 #cmakedefine HAVE_INTTYPES_H 1
82 /* Define if your <locale.h> file defines LC_MESSAGES. */
83 #cmakedefine HAVE_LC_MESSAGES 1
85 /* Define to 1 if you have the <libintl.h> header file. */
86 #cmakedefine HAVE_LIBINTL_H 1
88 /* Define to 1 if you have the `m' library (-lm). */
89 #cmakedefine HAVE_LIBM 1
91 /* Define to 1 if you have the <locale.h> header file. */
92 #cmakedefine HAVE_LOCALE_H 1
94 /* Define to 1 if you have the `mallinfo' function. */
95 #cmakedefine HAVE_MALLINFO 1
97 /* Define to 1 if you have the <malloc.h> header file. */
98 #cmakedefine HAVE_MALLOC_H 1
100 /* Define to 1 if you have the `memmove' function. */
101 #cmakedefine HAVE_MEMMOVE 1
103 /* Define to 1 if you have the <memory.h> header file. */
104 #cmakedefine HAVE_MEMORY_H 1
106 /* Define to 1 if you have the `memset' function. */
107 #cmakedefine HAVE_MEMSET 1
109 /* Define to 1 if you have the `mkdir' function. */
110 #cmakedefine HAVE_MKDIR 1
112 /* Use libpoppler for direct PDF import */
113 #cmakedefine HAVE_POPPLER 1
115 /* Use libpoppler-cairo for rendering PDF preview */
116 #cmakedefine HAVE_POPPLER_CAIRO 1
118 /* Use libpoppler-glib and Cairo-SVG for PDF import */
119 #cmakedefine HAVE_POPPLER_GLIB 1
121 /* Define to 1 if you have the `pow' function. */
122 #cmakedefine HAVE_POW 1
124 /* Define to 1 if you have the `sqrt' function. */
125 #cmakedefine HAVE_SQRT 1
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 1
131 /* Define to 1 if you have the <stddef.h> header file. */
132 #cmakedefine HAVE_STDDEF_H 1
134 /* Define to 1 if you have the <stdint.h> header file. */
135 #cmakedefine HAVE_STDINT_H 1
137 /* Define to 1 if you have the <stdlib.h> header file. */
138 #cmakedefine HAVE_STDLIB_H 1
140 /* Define to 1 if you have the `strftime' function. */
141 #cmakedefine HAVE_STRFTIME 1
143 /* Define to 1 if you have the <strings.h> header file. */
144 #cmakedefine HAVE_STRINGS_H 1
146 /* Define to 1 if you have the <string.h> header file. */
147 #cmakedefine HAVE_STRING_H 1
149 /* Define to 1 if you have the `strncasecmp' function. */
150 #cmakedefine HAVE_STRNCASECMP 1
152 /* Define to 1 if you have the `strpbrk' function. */
153 #cmakedefine HAVE_STRPBRK 1
155 /* Define to 1 if you have the `strrchr' function. */
156 #cmakedefine HAVE_STRRCHR 1
158 /* Define to 1 if you have the `strspn' function. */
159 #cmakedefine HAVE_STRSPN 1
161 /* Define to 1 if you have the `strstr' function. */
162 #cmakedefine HAVE_STRSTR 1
164 /* Define to 1 if you have the `strtoul' function. */
165 #cmakedefine HAVE_STRTOUL 1
167 /* Define to 1 if `fordblks' is member of `struct mallinfo'. */
168 #cmakedefine HAVE_STRUCT_MALLINFO_FORDBLKS 1
170 /* Define to 1 if `fsmblks' is member of `struct mallinfo'. */
171 #cmakedefine HAVE_STRUCT_MALLINFO_FSMBLKS 1
173 /* Define to 1 if `hblkhd' is member of `struct mallinfo'. */
174 #cmakedefine HAVE_STRUCT_MALLINFO_HBLKHD 1
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 1
182 /* Define to 1 if you have the <sys/filio.h> header file. */
183 #cmakedefine HAVE_SYS_FILIO_H 1
185 /* Define to 1 if you have the <sys/stat.h> header file. */
186 #cmakedefine HAVE_SYS_STAT_H 1
188 /* Define to 1 if you have the <sys/time.h> header file. */
189 #cmakedefine HAVE_SYS_TIME_H 1
191 /* Define to 1 if you have the <sys/types.h> header file. */
192 #cmakedefine HAVE_SYS_TYPES_H 1
194 /* Define to 1 if you have the <unistd.h> header file. */
195 #cmakedefine HAVE_UNISTD_H 1
197 /* Define to 1 if you have the <zlib.h> header file. */
198 #cmakedefine HAVE_ZLIB_H 1
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 1
210 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
211 #cmakedefine NO_MINUS_C_MINUS_O 1
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 #define PACKAGE_NAME "${PROJECT_NAME}"
225 /* Define to the full name and version of this package. */
226 #define PACKAGE_STRING "${PROJECT_NAME} ${INKSCAPE_VERSION}"
228 /* Define to the version of this package. */
229 #define 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 1
237 /* Define to 1 if you have the ANSI C header files. */
238 #cmakedefine STDC_HEADERS 1
240 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
241 #cmakedefine TIME_WITH_SYS_TIME 1
243 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
244 #cmakedefine TM_IN_SYS_TIME 1
246 /* Use gnome vfs file load functionality */
247 #cmakedefine WITH_GNOME_VFS 1
249 /* enable gtk spelling widget */
250 #cmakedefine WITH_GTKSPELL 1
252 /* Image Magick++ support for bitmap effects */
253 #cmakedefine WITH_IMAGE_MAGICK 1
255 /* Build in Inkboard support */
256 #cmakedefine WITH_INKBOARD 1
258 /* Build in SSL support for Inkboard */
259 #cmakedefine WITH_INKBOARD_SSL 1
261 /* enable openoffice files (SVG jars) */
262 #cmakedefine WITH_INKJAR 1
264 /* Build in libwpg */
265 #cmakedefine WITH_LIBWPG 1
267 /* Use MMX optimizations, if CPU supports it */
268 #cmakedefine WITH_MMX 1
270 /* Use experimental module support */
271 #cmakedefine WITH_MODULES 1
273 /* use Perl for embedded scripting */
274 #cmakedefine WITH_PERL 1
276 /* use Python for embedded scripting */
277 #cmakedefine WITH_PYTHON 1
279 /* Use Xft font database */
280 #cmakedefine WITH_XFT 1
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 1
286 /* Define to `int' if <sys/types.h> does not define. */
287 #cmakedefine mode_t
290 #endif /* _CONFIG_H_ */