]> granicus.if.org Git - imagemagick/blob - magick/magick-config.h
(no commit message)
[imagemagick] / magick / magick-config.h
1 #ifndef _MAGICK_MAGICK_CONFIG_H
2 #define _MAGICK_MAGICK_CONFIG_H 1
3  
4 /* magick/magick-config.h. Generated automatically at end of configure. */
5 /* config/config.h.  Generated from config.h.in by configure.  */
6 /* config/config.h.in.  Generated from configure.ac by autoheader.  */
7
8 /* Define if building universal (internal helper macro) */
9 /* #undef AC_APPLE_UNIVERSAL_BUILD */
10
11 /* Define if you have AUTOTRACE library */
12 /* #undef AUTOTRACE_DELEGATE */
13
14 /* Define if coders and filters are to be built as modules. */
15 #ifndef MAGICKCORE_BUILD_MODULES 
16 #define MAGICKCORE_BUILD_MODULES  1 
17 #endif
18
19 /* Define if you have the bzip2 library */
20 #ifndef MAGICKCORE_BZLIB_DELEGATE 
21 #define MAGICKCORE_BZLIB_DELEGATE  1 
22 #endif
23
24 /* Define if you have CAIRO library */
25 #ifndef MAGICKCORE_CAIRO_DELEGATE 
26 #define MAGICKCORE_CAIRO_DELEGATE  1 
27 #endif
28
29 /* permit enciphering and deciphering image pixels */
30 #ifndef MAGICKCORE_CIPHER_SUPPORT 
31 #define MAGICKCORE_CIPHER_SUPPORT  1 
32 #endif
33
34 /* Define to 1 if the `closedir' function returns void instead of `int'. */
35 /* #undef CLOSEDIR_VOID */
36
37 /* Location of coder modules */
38 #ifndef MAGICKCORE_CODER_PATH 
39 #define MAGICKCORE_CODER_PATH  "/usr/local/lib/ImageMagick-6.5.5/modules-Q16/coders/" 
40 #endif
41
42 /* Subdirectory of lib where coder modules are installed */
43 #ifndef MAGICKCORE_CODER_RELATIVE_PATH 
44 #define MAGICKCORE_CODER_RELATIVE_PATH  "ImageMagick-6.5.5/modules-Q16/coders" 
45 #endif
46
47 /* Directory where architecture-dependent configuration files live. */
48 #ifndef MAGICKCORE_CONFIGURE_PATH 
49 #define MAGICKCORE_CONFIGURE_PATH  "/usr/local/lib/ImageMagick-6.5.5/config/" 
50 #endif
51
52 /* Subdirectory of lib where architecture-dependent configuration files live.
53    */
54 #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH 
55 #define MAGICKCORE_CONFIGURE_RELATIVE_PATH  "ImageMagick-6.5.5/config" 
56 #endif
57
58 /* Define if you have DJVU library */
59 #ifndef MAGICKCORE_DJVU_DELEGATE 
60 #define MAGICKCORE_DJVU_DELEGATE  1 
61 #endif
62
63 /* Directory where ImageMagick documents live. */
64 #ifndef MAGICKCORE_DOCUMENTATION_PATH 
65 #define MAGICKCORE_DOCUMENTATION_PATH  "/usr/local/share/doc/ImageMagick-6.5.5/" 
66 #endif
67
68 /* Define if you have Display Postscript */
69 /* #undef DPS_DELEGATE */
70
71 /* Build self-contained, embeddable, zero-configuration ImageMagick
72    (experimental) */
73 /* #undef EMBEDDABLE_SUPPORT */
74
75 /* exclude deprecated methods in MagickCore API */
76 /* #undef EXCLUDE_DEPRECATED */
77
78 /* Directory where executables are installed. */
79 #ifndef MAGICKCORE_EXECUTABLE_PATH 
80 #define MAGICKCORE_EXECUTABLE_PATH  "/usr/local/bin/" 
81 #endif
82
83 /* Define if you have FFTW library */
84 #ifndef MAGICKCORE_FFTW_DELEGATE 
85 #define MAGICKCORE_FFTW_DELEGATE  1 
86 #endif
87
88 /* Location of filter modules */
89 #ifndef MAGICKCORE_FILTER_PATH 
90 #define MAGICKCORE_FILTER_PATH  "/usr/local/lib/ImageMagick-6.5.5/modules-Q16/filters/" 
91 #endif
92
93 /* Subdirectory of lib where filter modules are installed */
94 #ifndef MAGICKCORE_FILTER_RELATIVE_PATH 
95 #define MAGICKCORE_FILTER_RELATIVE_PATH  "ImageMagick-6.5.5/modules-Q16/filters" 
96 #endif
97
98 /* Define if you have FONTCONFIG library */
99 #ifndef MAGICKCORE_FONTCONFIG_DELEGATE 
100 #define MAGICKCORE_FONTCONFIG_DELEGATE  1 
101 #endif
102
103 /* Define if you have FlashPIX library */
104 /* #undef FPX_DELEGATE */
105
106 /* Define if you have FreeType (TrueType font) library */
107 #ifndef MAGICKCORE_FREETYPE_DELEGATE 
108 #define MAGICKCORE_FREETYPE_DELEGATE  1 
109 #endif
110
111 /* Define if you have Ghostscript library or framework */
112 /* #undef GS_DELEGATE */
113
114 /* Define if you have GVC library */
115 /* #undef GVC_DELEGATE */
116
117 /* Define to 1 if you have the `argz_add' function. */
118 #ifndef MAGICKCORE_HAVE_ARGZ_ADD 
119 #define MAGICKCORE_HAVE_ARGZ_ADD  1 
120 #endif
121
122 /* Define to 1 if you have the `argz_append' function. */
123 #ifndef MAGICKCORE_HAVE_ARGZ_APPEND 
124 #define MAGICKCORE_HAVE_ARGZ_APPEND  1 
125 #endif
126
127 /* Define to 1 if you have the `argz_count' function. */
128 #ifndef MAGICKCORE_HAVE_ARGZ_COUNT 
129 #define MAGICKCORE_HAVE_ARGZ_COUNT  1 
130 #endif
131
132 /* Define to 1 if you have the `argz_create_sep' function. */
133 #ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP 
134 #define MAGICKCORE_HAVE_ARGZ_CREATE_SEP  1 
135 #endif
136
137 /* Define to 1 if you have the <argz.h> header file. */
138 #ifndef MAGICKCORE_HAVE_ARGZ_H 
139 #define MAGICKCORE_HAVE_ARGZ_H  1 
140 #endif
141
142 /* Define to 1 if you have the `argz_insert' function. */
143 #ifndef MAGICKCORE_HAVE_ARGZ_INSERT 
144 #define MAGICKCORE_HAVE_ARGZ_INSERT  1 
145 #endif
146
147 /* Define to 1 if you have the `argz_next' function. */
148 #ifndef MAGICKCORE_HAVE_ARGZ_NEXT 
149 #define MAGICKCORE_HAVE_ARGZ_NEXT  1 
150 #endif
151
152 /* Define to 1 if you have the `argz_stringify' function. */
153 #ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY 
154 #define MAGICKCORE_HAVE_ARGZ_STRINGIFY  1 
155 #endif
156
157 /* Define to 1 if you have the <arm/limits.h> header file. */
158 /* #undef HAVE_ARM_LIMITS_H */
159
160 /* Define to 1 if you have the `atexit' function. */
161 #ifndef MAGICKCORE_HAVE_ATEXIT 
162 #define MAGICKCORE_HAVE_ATEXIT  1 
163 #endif
164
165 /* define if bool is a built-in type */
166 #ifndef MAGICKCORE_HAVE_BOOL 
167 #define MAGICKCORE_HAVE_BOOL  /**/ 
168 #endif
169
170 /* Define to 1 if you have the `clock' function. */
171 #ifndef MAGICKCORE_HAVE_CLOCK 
172 #define MAGICKCORE_HAVE_CLOCK  1 
173 #endif
174
175 /* Define to 1 if you have the `clock_gettime' function. */
176 #ifndef MAGICKCORE_HAVE_CLOCK_GETTIME 
177 #define MAGICKCORE_HAVE_CLOCK_GETTIME  1 
178 #endif
179
180 /* Define to 1 if you have the `closedir' function. */
181 #ifndef MAGICKCORE_HAVE_CLOSEDIR 
182 #define MAGICKCORE_HAVE_CLOSEDIR  1 
183 #endif
184
185 /* Define to 1 if you have the <complex.h> header file. */
186 #ifndef MAGICKCORE_HAVE_COMPLEX_H 
187 #define MAGICKCORE_HAVE_COMPLEX_H  1 
188 #endif
189
190 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
191    you don't. */
192 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
193
194 /* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
195    */
196 #ifndef MAGICKCORE_HAVE_DECL_PREAD 
197 #define MAGICKCORE_HAVE_DECL_PREAD  1 
198 #endif
199
200 /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
201    */
202 #ifndef MAGICKCORE_HAVE_DECL_PWRITE 
203 #define MAGICKCORE_HAVE_DECL_PWRITE  1 
204 #endif
205
206 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
207    don't. */
208 #ifndef MAGICKCORE_HAVE_DECL_STRLCPY 
209 #define MAGICKCORE_HAVE_DECL_STRLCPY  0 
210 #endif
211
212 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
213    don't. */
214 #ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF 
215 #define MAGICKCORE_HAVE_DECL_VSNPRINTF  1 
216 #endif
217
218 /* Define to 1 if you have the `directio' function. */
219 /* #undef HAVE_DIRECTIO */
220
221 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
222    */
223 #ifndef MAGICKCORE_HAVE_DIRENT_H 
224 #define MAGICKCORE_HAVE_DIRENT_H  1 
225 #endif
226
227 /* Define if you have the GNU dld library. */
228 /* #undef HAVE_DLD */
229
230 /* Define to 1 if you have the <dld.h> header file. */
231 /* #undef HAVE_DLD_H */
232
233 /* Define to 1 if you have the `dlerror' function. */
234 #ifndef MAGICKCORE_HAVE_DLERROR 
235 #define MAGICKCORE_HAVE_DLERROR  1 
236 #endif
237
238 /* Define to 1 if you have the <dlfcn.h> header file. */
239 #ifndef MAGICKCORE_HAVE_DLFCN_H 
240 #define MAGICKCORE_HAVE_DLFCN_H  1 
241 #endif
242
243 /* Define to 1 if you have the <dl.h> header file. */
244 /* #undef HAVE_DL_H */
245
246 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
247 /* #undef HAVE_DOPRNT */
248
249 /* Define if you have the _dyld_func_lookup function. */
250 /* #undef HAVE_DYLD */
251
252 /* Define to 1 if you have the <errno.h> header file. */
253 #ifndef MAGICKCORE_HAVE_ERRNO_H 
254 #define MAGICKCORE_HAVE_ERRNO_H  1 
255 #endif
256
257 /* Define to 1 if the system has the type `error_t'. */
258 #ifndef MAGICKCORE_HAVE_ERROR_T 
259 #define MAGICKCORE_HAVE_ERROR_T  1 
260 #endif
261
262 /* Define to 1 if you have the `execvp' function. */
263 #ifndef MAGICKCORE_HAVE_EXECVP 
264 #define MAGICKCORE_HAVE_EXECVP  1 
265 #endif
266
267 /* Define to 1 if you have the <fcntl.h> header file. */
268 #ifndef MAGICKCORE_HAVE_FCNTL_H 
269 #define MAGICKCORE_HAVE_FCNTL_H  1 
270 #endif
271
272 /* Define to 1 if you have the `floor' function. */
273 /* #undef HAVE_FLOOR */
274
275 /* Define to 1 if you have the `fork' function. */
276 #ifndef MAGICKCORE_HAVE_FORK 
277 #define MAGICKCORE_HAVE_FORK  1 
278 #endif
279
280 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
281 #ifndef MAGICKCORE_HAVE_FSEEKO 
282 #define MAGICKCORE_HAVE_FSEEKO  1 
283 #endif
284
285 /* Define to 1 if you have the <ft2build.h> header file. */
286 #ifndef MAGICKCORE_HAVE_FT2BUILD_H 
287 #define MAGICKCORE_HAVE_FT2BUILD_H  1 
288 #endif
289
290 /* Define to 1 if you have the `ftime' function. */
291 #ifndef MAGICKCORE_HAVE_FTIME 
292 #define MAGICKCORE_HAVE_FTIME  1 
293 #endif
294
295 /* Define to 1 if you have the `ftruncate' function. */
296 #ifndef MAGICKCORE_HAVE_FTRUNCATE 
297 #define MAGICKCORE_HAVE_FTRUNCATE  1 
298 #endif
299
300 /* Define to 1 if you have the `getcwd' function. */
301 #ifndef MAGICKCORE_HAVE_GETCWD 
302 #define MAGICKCORE_HAVE_GETCWD  1 
303 #endif
304
305 /* Define to 1 if you have the `getdtablesize' function. */
306 #ifndef MAGICKCORE_HAVE_GETDTABLESIZE 
307 #define MAGICKCORE_HAVE_GETDTABLESIZE  1 
308 #endif
309
310 /* Define to 1 if you have the `getexecname' function. */
311 /* #undef HAVE_GETEXECNAME */
312
313 /* Define to 1 if you have the `getpagesize' function. */
314 #ifndef MAGICKCORE_HAVE_GETPAGESIZE 
315 #define MAGICKCORE_HAVE_GETPAGESIZE  1 
316 #endif
317
318 /* Define to 1 if you have the `getpid' function. */
319 #ifndef MAGICKCORE_HAVE_GETPID 
320 #define MAGICKCORE_HAVE_GETPID  1 
321 #endif
322
323 /* Define to 1 if you have the `getrusage' function. */
324 #ifndef MAGICKCORE_HAVE_GETRUSAGE 
325 #define MAGICKCORE_HAVE_GETRUSAGE  1 
326 #endif
327
328 /* Define to 1 if you have the `gettimeofday' function. */
329 #ifndef MAGICKCORE_HAVE_GETTIMEOFDAY 
330 #define MAGICKCORE_HAVE_GETTIMEOFDAY  1 
331 #endif
332
333 /* Define to 1 if you have the `gmtime_r' function. */
334 #ifndef MAGICKCORE_HAVE_GMTIME_R 
335 #define MAGICKCORE_HAVE_GMTIME_R  1 
336 #endif
337
338 /* Define to 1 if you have the <inttypes.h> header file. */
339 #ifndef MAGICKCORE_HAVE_INTTYPES_H 
340 #define MAGICKCORE_HAVE_INTTYPES_H  1 
341 #endif
342
343 /* Define if you have the <lcms.h> header file. */
344 #ifndef MAGICKCORE_HAVE_LCMS_H 
345 #define MAGICKCORE_HAVE_LCMS_H  1 
346 #endif
347
348 /* Define if you have the <lcms/lcms.h> header file. */
349 /* #undef HAVE_LCMS_LCMS_H */
350
351 /* Define if you have the libdl library or equivalent. */
352 #ifndef MAGICKCORE_HAVE_LIBDL 
353 #define MAGICKCORE_HAVE_LIBDL  1 
354 #endif
355
356 /* Define if libdlloader will be built on this platform */
357 #ifndef MAGICKCORE_HAVE_LIBDLLOADER 
358 #define MAGICKCORE_HAVE_LIBDLLOADER  1 
359 #endif
360
361 /* Define to 1 if you have the `gcov' library (-lgcov). */
362 /* #undef HAVE_LIBGCOV */
363
364 /* Define to 1 if you have the <limits.h> header file. */
365 #ifndef MAGICKCORE_HAVE_LIMITS_H 
366 #define MAGICKCORE_HAVE_LIMITS_H  1 
367 #endif
368
369 /* Define to 1 if you have the <linux/unistd.h> header file. */
370 #ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H 
371 #define MAGICKCORE_HAVE_LINUX_UNISTD_H  1 
372 #endif
373
374 /* Define to 1 if you have the <locale.h> header file. */
375 #ifndef MAGICKCORE_HAVE_LOCALE_H 
376 #define MAGICKCORE_HAVE_LOCALE_H  1 
377 #endif
378
379 /* Define to 1 if you have the `localtime_r' function. */
380 #ifndef MAGICKCORE_HAVE_LOCALTIME_R 
381 #define MAGICKCORE_HAVE_LOCALTIME_R  1 
382 #endif
383
384 /* Define to 1 if the type `long double' works and has more range or precision
385    than `double'. */
386 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 
387 #define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER  1 
388 #endif
389
390 /* Define to 1 if you have the `lstat' function. */
391 #ifndef MAGICKCORE_HAVE_LSTAT 
392 #define MAGICKCORE_HAVE_LSTAT  1 
393 #endif
394
395 /* define if the compiler implements L"widestring" */
396 #ifndef MAGICKCORE_HAVE_LSTRING 
397 #define MAGICKCORE_HAVE_LSTRING  /**/ 
398 #endif
399
400 /* Define this if a modern libltdl is already installed */
401 #ifndef MAGICKCORE_HAVE_LTDL 
402 #define MAGICKCORE_HAVE_LTDL  1 
403 #endif
404
405 /* Define to 1 if you have the <machine/param.h> header file. */
406 /* #undef HAVE_MACHINE_PARAM_H */
407
408 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
409 /* #undef HAVE_MACH_O_DYLD_H */
410
411 /* Define to 1 if you have the `memmove' function. */
412 #ifndef MAGICKCORE_HAVE_MEMMOVE 
413 #define MAGICKCORE_HAVE_MEMMOVE  1 
414 #endif
415
416 /* Define to 1 if you have the <memory.h> header file. */
417 #ifndef MAGICKCORE_HAVE_MEMORY_H 
418 #define MAGICKCORE_HAVE_MEMORY_H  1 
419 #endif
420
421 /* Define to 1 if you have the `memset' function. */
422 #ifndef MAGICKCORE_HAVE_MEMSET 
423 #define MAGICKCORE_HAVE_MEMSET  1 
424 #endif
425
426 /* Define to 1 if you have the `mkstemp' function. */
427 #ifndef MAGICKCORE_HAVE_MKSTEMP 
428 #define MAGICKCORE_HAVE_MKSTEMP  1 
429 #endif
430
431 /* Define to 1 if you have a working `mmap' system call. */
432 #ifndef MAGICKCORE_HAVE_MMAP 
433 #define MAGICKCORE_HAVE_MMAP  1 
434 #endif
435
436 /* Define to 1 if you have a working `mmap' system call. */
437 #ifndef MAGICKCORE_HAVE_MMAP_FILEIO 
438 #define MAGICKCORE_HAVE_MMAP_FILEIO  1 
439 #endif
440
441 /* Define to 1 if you have the `munmap' function. */
442 #ifndef MAGICKCORE_HAVE_MUNMAP 
443 #define MAGICKCORE_HAVE_MUNMAP  1 
444 #endif
445
446 /* define if the compiler implements namespaces */
447 #ifndef MAGICKCORE_HAVE_NAMESPACES 
448 #define MAGICKCORE_HAVE_NAMESPACES  /**/ 
449 #endif
450
451 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
452 /* #undef HAVE_NDIR_H */
453
454 /* Define to 1 if you have the `opendir' function. */
455 #ifndef MAGICKCORE_HAVE_OPENDIR 
456 #define MAGICKCORE_HAVE_OPENDIR  1 
457 #endif
458
459 /* Define to 1 if you have the <OS.h> header file. */
460 /* #undef HAVE_OS_H */
461
462 /* Define to 1 if you have the `pclose' function. */
463 #ifndef MAGICKCORE_HAVE_PCLOSE 
464 #define MAGICKCORE_HAVE_PCLOSE  1 
465 #endif
466
467 /* Define to 1 if you have the `poll' function. */
468 #ifndef MAGICKCORE_HAVE_POLL 
469 #define MAGICKCORE_HAVE_POLL  1 
470 #endif
471
472 /* Define to 1 if you have the `popen' function. */
473 #ifndef MAGICKCORE_HAVE_POPEN 
474 #define MAGICKCORE_HAVE_POPEN  1 
475 #endif
476
477 /* Define to 1 if you have the `posix_fadvise' function. */
478 #ifndef MAGICKCORE_HAVE_POSIX_FADVISE 
479 #define MAGICKCORE_HAVE_POSIX_FADVISE  1 
480 #endif
481
482 /* Define to 1 if you have the `posix_fallocate' function. */
483 #ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE 
484 #define MAGICKCORE_HAVE_POSIX_FALLOCATE  1 
485 #endif
486
487 /* Define to 1 if you have the `posix_madvise' function. */
488 #ifndef MAGICKCORE_HAVE_POSIX_MADVISE 
489 #define MAGICKCORE_HAVE_POSIX_MADVISE  1 
490 #endif
491
492 /* Define to 1 if you have the `posix_memalign' function. */
493 #ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN 
494 #define MAGICKCORE_HAVE_POSIX_MEMALIGN  1 
495 #endif
496
497 /* Define to 1 if you have the `pow' function. */
498 /* #undef HAVE_POW */
499
500 /* Define to 1 if you have the `pread' function. */
501 #ifndef MAGICKCORE_HAVE_PREAD 
502 #define MAGICKCORE_HAVE_PREAD  1 
503 #endif
504
505 /* Define if libtool can extract symbol lists from object files. */
506 #ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS 
507 #define MAGICKCORE_HAVE_PRELOADED_SYMBOLS  1 
508 #endif
509
510 /* Define if you have POSIX threads libraries and header files. */
511 #ifndef MAGICKCORE_HAVE_PTHREAD 
512 #define MAGICKCORE_HAVE_PTHREAD  1 
513 #endif
514
515 /* Define to 1 if you have the `pwrite' function. */
516 #ifndef MAGICKCORE_HAVE_PWRITE 
517 #define MAGICKCORE_HAVE_PWRITE  1 
518 #endif
519
520 /* Define to 1 if you have the `raise' function. */
521 #ifndef MAGICKCORE_HAVE_RAISE 
522 #define MAGICKCORE_HAVE_RAISE  1 
523 #endif
524
525 /* Define to 1 if you have the `rand_r' function. */
526 #ifndef MAGICKCORE_HAVE_RAND_R 
527 #define MAGICKCORE_HAVE_RAND_R  1 
528 #endif
529
530 /* Define to 1 if you have the `readdir' function. */
531 #ifndef MAGICKCORE_HAVE_READDIR 
532 #define MAGICKCORE_HAVE_READDIR  1 
533 #endif
534
535 /* Define to 1 if you have the `readdir_r' function. */
536 #ifndef MAGICKCORE_HAVE_READDIR_R 
537 #define MAGICKCORE_HAVE_READDIR_R  1 
538 #endif
539
540 /* Define to 1 if you have the `readlink' function. */
541 #ifndef MAGICKCORE_HAVE_READLINK 
542 #define MAGICKCORE_HAVE_READLINK  1 
543 #endif
544
545 /* Define to 1 if you have the `realpath' function. */
546 #ifndef MAGICKCORE_HAVE_REALPATH 
547 #define MAGICKCORE_HAVE_REALPATH  1 
548 #endif
549
550 /* Define to 1 if you have the `seekdir' function. */
551 #ifndef MAGICKCORE_HAVE_SEEKDIR 
552 #define MAGICKCORE_HAVE_SEEKDIR  1 
553 #endif
554
555 /* Define to 1 if you have the `select' function. */
556 #ifndef MAGICKCORE_HAVE_SELECT 
557 #define MAGICKCORE_HAVE_SELECT  1 
558 #endif
559
560 /* Define to 1 if you have the `setlocale' function. */
561 #ifndef MAGICKCORE_HAVE_SETLOCALE 
562 #define MAGICKCORE_HAVE_SETLOCALE  1 
563 #endif
564
565 /* Define to 1 if you have the `setvbuf' function. */
566 #ifndef MAGICKCORE_HAVE_SETVBUF 
567 #define MAGICKCORE_HAVE_SETVBUF  1 
568 #endif
569
570 /* X11 server supports shape extension */
571 #ifndef MAGICKCORE_HAVE_SHAPE 
572 #define MAGICKCORE_HAVE_SHAPE  1 
573 #endif
574
575 /* X11 server supports shared memory extension */
576 #ifndef MAGICKCORE_HAVE_SHARED_MEMORY 
577 #define MAGICKCORE_HAVE_SHARED_MEMORY  1 
578 #endif
579
580 /* Define if you have the shl_load function. */
581 /* #undef HAVE_SHL_LOAD */
582
583 /* Define to 1 if you have the `sigaction' function. */
584 #ifndef MAGICKCORE_HAVE_SIGACTION 
585 #define MAGICKCORE_HAVE_SIGACTION  1 
586 #endif
587
588 /* Define to 1 if you have the `sigemptyset' function. */
589 #ifndef MAGICKCORE_HAVE_SIGEMPTYSET 
590 #define MAGICKCORE_HAVE_SIGEMPTYSET  1 
591 #endif
592
593 /* Define to 1 if you have the `sqrt' function. */
594 /* #undef HAVE_SQRT */
595
596 /* Define to 1 if you have the `stat' function. */
597 #ifndef MAGICKCORE_HAVE_STAT 
598 #define MAGICKCORE_HAVE_STAT  1 
599 #endif
600
601 /* Define to 1 if you have the <stdarg.h> header file. */
602 #ifndef MAGICKCORE_HAVE_STDARG_H 
603 #define MAGICKCORE_HAVE_STDARG_H  1 
604 #endif
605
606 /* Define to 1 if stdbool.h conforms to C99. */
607 #ifndef MAGICKCORE_HAVE_STDBOOL_H 
608 #define MAGICKCORE_HAVE_STDBOOL_H  1 
609 #endif
610
611 /* Define to 1 if you have the <stddef.h> header file. */
612 #ifndef MAGICKCORE_HAVE_STDDEF_H 
613 #define MAGICKCORE_HAVE_STDDEF_H  1 
614 #endif
615
616 /* Define to 1 if you have the <stdint.h> header file. */
617 #ifndef MAGICKCORE_HAVE_STDINT_H 
618 #define MAGICKCORE_HAVE_STDINT_H  1 
619 #endif
620
621 /* Define to 1 if you have the <stdlib.h> header file. */
622 #ifndef MAGICKCORE_HAVE_STDLIB_H 
623 #define MAGICKCORE_HAVE_STDLIB_H  1 
624 #endif
625
626 /* define if the compiler supports ISO C++ standard library */
627 #ifndef MAGICKCORE_HAVE_STD_LIBS 
628 #define MAGICKCORE_HAVE_STD_LIBS  /**/ 
629 #endif
630
631 /* define if the compiler supports the std namespace */
632 #ifndef MAGICKCORE_HAVE_STD_NAMESPACE 
633 #define MAGICKCORE_HAVE_STD_NAMESPACE  /**/ 
634 #endif
635
636 /* Define to 1 if you have the `strcasecmp' function. */
637 #ifndef MAGICKCORE_HAVE_STRCASECMP 
638 #define MAGICKCORE_HAVE_STRCASECMP  1 
639 #endif
640
641 /* Define to 1 if you have the `strchr' function. */
642 #ifndef MAGICKCORE_HAVE_STRCHR 
643 #define MAGICKCORE_HAVE_STRCHR  1 
644 #endif
645
646 /* Define to 1 if you have the `strcspn' function. */
647 #ifndef MAGICKCORE_HAVE_STRCSPN 
648 #define MAGICKCORE_HAVE_STRCSPN  1 
649 #endif
650
651 /* Define to 1 if you have the `strdup' function. */
652 #ifndef MAGICKCORE_HAVE_STRDUP 
653 #define MAGICKCORE_HAVE_STRDUP  1 
654 #endif
655
656 /* Define to 1 if you have the `strerror' function. */
657 #ifndef MAGICKCORE_HAVE_STRERROR 
658 #define MAGICKCORE_HAVE_STRERROR  1 
659 #endif
660
661 /* Define to 1 if you have the `strerror_r' function. */
662 #ifndef MAGICKCORE_HAVE_STRERROR_R 
663 #define MAGICKCORE_HAVE_STRERROR_R  1 
664 #endif
665
666 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
667 #ifndef MAGICKCORE_HAVE_STRINGIZE 
668 #define MAGICKCORE_HAVE_STRINGIZE  1 
669 #endif
670
671 /* Define to 1 if you have the <strings.h> header file. */
672 #ifndef MAGICKCORE_HAVE_STRINGS_H 
673 #define MAGICKCORE_HAVE_STRINGS_H  1 
674 #endif
675
676 /* Define to 1 if you have the <string.h> header file. */
677 #ifndef MAGICKCORE_HAVE_STRING_H 
678 #define MAGICKCORE_HAVE_STRING_H  1 
679 #endif
680
681 /* Define to 1 if you have the `strlcat' function. */
682 /* #undef HAVE_STRLCAT */
683
684 /* Define to 1 if you have the `strlcpy' function. */
685 /* #undef HAVE_STRLCPY */
686
687 /* Define to 1 if you have the `strncasecmp' function. */
688 #ifndef MAGICKCORE_HAVE_STRNCASECMP 
689 #define MAGICKCORE_HAVE_STRNCASECMP  1 
690 #endif
691
692 /* Define to 1 if you have the `strpbrk' function. */
693 #ifndef MAGICKCORE_HAVE_STRPBRK 
694 #define MAGICKCORE_HAVE_STRPBRK  1 
695 #endif
696
697 /* Define to 1 if you have the `strrchr' function. */
698 #ifndef MAGICKCORE_HAVE_STRRCHR 
699 #define MAGICKCORE_HAVE_STRRCHR  1 
700 #endif
701
702 /* Define to 1 if you have the `strspn' function. */
703 #ifndef MAGICKCORE_HAVE_STRSPN 
704 #define MAGICKCORE_HAVE_STRSPN  1 
705 #endif
706
707 /* Define to 1 if you have the `strstr' function. */
708 #ifndef MAGICKCORE_HAVE_STRSTR 
709 #define MAGICKCORE_HAVE_STRSTR  1 
710 #endif
711
712 /* Define to 1 if you have the `strtol' function. */
713 #ifndef MAGICKCORE_HAVE_STRTOL 
714 #define MAGICKCORE_HAVE_STRTOL  1 
715 #endif
716
717 /* Define to 1 if you have the `symlink' function. */
718 #ifndef MAGICKCORE_HAVE_SYMLINK 
719 #define MAGICKCORE_HAVE_SYMLINK  1 
720 #endif
721
722 /* Define to 1 if you have the `sysconf' function. */
723 #ifndef MAGICKCORE_HAVE_SYSCONF 
724 #define MAGICKCORE_HAVE_SYSCONF  1 
725 #endif
726
727 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
728    */
729 /* #undef HAVE_SYS_DIR_H */
730
731 /* Define to 1 if you have the <sys/dl.h> header file. */
732 /* #undef HAVE_SYS_DL_H */
733
734 /* Define to 1 if you have the <sys/ipc.h> header file. */
735 #ifndef MAGICKCORE_HAVE_SYS_IPC_H 
736 #define MAGICKCORE_HAVE_SYS_IPC_H  1 
737 #endif
738
739 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
740    */
741 /* #undef HAVE_SYS_NDIR_H */
742
743 /* Define to 1 if you have the <sys/resource.h> header file. */
744 #ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H 
745 #define MAGICKCORE_HAVE_SYS_RESOURCE_H  1 
746 #endif
747
748 /* Define to 1 if you have the <sys/select.h> header file. */
749 #ifndef MAGICKCORE_HAVE_SYS_SELECT_H 
750 #define MAGICKCORE_HAVE_SYS_SELECT_H  1 
751 #endif
752
753 /* Define to 1 if you have the <sys/socket.h> header file. */
754 #ifndef MAGICKCORE_HAVE_SYS_SOCKET_H 
755 #define MAGICKCORE_HAVE_SYS_SOCKET_H  1 
756 #endif
757
758 /* Define to 1 if you have the <sys/stat.h> header file. */
759 #ifndef MAGICKCORE_HAVE_SYS_STAT_H 
760 #define MAGICKCORE_HAVE_SYS_STAT_H  1 
761 #endif
762
763 /* Define to 1 if you have the <sys/syslimits.h> header file. */
764 /* #undef HAVE_SYS_SYSLIMITS_H */
765
766 /* Define to 1 if you have the <sys/timeb.h> header file. */
767 #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H 
768 #define MAGICKCORE_HAVE_SYS_TIMEB_H  1 
769 #endif
770
771 /* Define to 1 if you have the <sys/times.h> header file. */
772 #ifndef MAGICKCORE_HAVE_SYS_TIMES_H 
773 #define MAGICKCORE_HAVE_SYS_TIMES_H  1 
774 #endif
775
776 /* Define to 1 if you have the <sys/time.h> header file. */
777 #ifndef MAGICKCORE_HAVE_SYS_TIME_H 
778 #define MAGICKCORE_HAVE_SYS_TIME_H  1 
779 #endif
780
781 /* Define to 1 if you have the <sys/types.h> header file. */
782 #ifndef MAGICKCORE_HAVE_SYS_TYPES_H 
783 #define MAGICKCORE_HAVE_SYS_TYPES_H  1 
784 #endif
785
786 /* Define to 1 if you have the <sys/wait.h> header file. */
787 #ifndef MAGICKCORE_HAVE_SYS_WAIT_H 
788 #define MAGICKCORE_HAVE_SYS_WAIT_H  1 
789 #endif
790
791 /* Define to 1 if you have the `telldir' function. */
792 #ifndef MAGICKCORE_HAVE_TELLDIR 
793 #define MAGICKCORE_HAVE_TELLDIR  1 
794 #endif
795
796 /* Define to 1 if you have the `tempnam' function. */
797 #ifndef MAGICKCORE_HAVE_TEMPNAM 
798 #define MAGICKCORE_HAVE_TEMPNAM  1 
799 #endif
800
801 /* Define to 1 if you have the <tiffconf.h> header file. */
802 #ifndef MAGICKCORE_HAVE_TIFFCONF_H 
803 #define MAGICKCORE_HAVE_TIFFCONF_H  1 
804 #endif
805
806 /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
807 #ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 
808 #define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED  1 
809 #endif
810
811 /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
812 #ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 
813 #define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO  1 
814 #endif
815
816 /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
817 #ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 
818 #define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY  1 
819 #endif
820
821 /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
822 #ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 
823 #define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT  1 
824 #endif
825
826 /* Define to 1 if you have the `TIFFSetTagExtender' function. */
827 #ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 
828 #define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER  1 
829 #endif
830
831 /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
832 #ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 
833 #define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT  1 
834 #endif
835
836 /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
837 #ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 
838 #define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES  1 
839 #endif
840
841 /* Define to 1 if you have the `times' function. */
842 #ifndef MAGICKCORE_HAVE_TIMES 
843 #define MAGICKCORE_HAVE_TIMES  1 
844 #endif
845
846 /* Define to 1 if you have the <unistd.h> header file. */
847 #ifndef MAGICKCORE_HAVE_UNISTD_H 
848 #define MAGICKCORE_HAVE_UNISTD_H  1 
849 #endif
850
851 /* Define to 1 if you have the `usleep' function. */
852 #ifndef MAGICKCORE_HAVE_USLEEP 
853 #define MAGICKCORE_HAVE_USLEEP  1 
854 #endif
855
856 /* Define to 1 if you have the `vfork' function. */
857 #ifndef MAGICKCORE_HAVE_VFORK 
858 #define MAGICKCORE_HAVE_VFORK  1 
859 #endif
860
861 /* Define to 1 if you have the <vfork.h> header file. */
862 /* #undef HAVE_VFORK_H */
863
864 /* Define to 1 if you have the `vprintf' function. */
865 #ifndef MAGICKCORE_HAVE_VPRINTF 
866 #define MAGICKCORE_HAVE_VPRINTF  1 
867 #endif
868
869 /* Define to 1 if you have the `vsnprintf' function. */
870 #ifndef MAGICKCORE_HAVE_VSNPRINTF 
871 #define MAGICKCORE_HAVE_VSNPRINTF  1 
872 #endif
873
874 /* Define to 1 if you have the `vsprintf' function. */
875 #ifndef MAGICKCORE_HAVE_VSPRINTF 
876 #define MAGICKCORE_HAVE_VSPRINTF  1 
877 #endif
878
879 /* Define to 1 if you have the `waitpid' function. */
880 #ifndef MAGICKCORE_HAVE_WAITPID 
881 #define MAGICKCORE_HAVE_WAITPID  1 
882 #endif
883
884 /* Define to 1 if you have the <wchar.h> header file. */
885 #ifndef MAGICKCORE_HAVE_WCHAR_H 
886 #define MAGICKCORE_HAVE_WCHAR_H  1 
887 #endif
888
889 /* This value is set to 1 to indicate that the system argz facility works */
890 #ifndef MAGICKCORE_HAVE_WORKING_ARGZ 
891 #define MAGICKCORE_HAVE_WORKING_ARGZ  1 
892 #endif
893
894 /* Define to 1 if `fork' works. */
895 #ifndef MAGICKCORE_HAVE_WORKING_FORK 
896 #define MAGICKCORE_HAVE_WORKING_FORK  1 
897 #endif
898
899 /* Define to 1 if `vfork' works. */
900 #ifndef MAGICKCORE_HAVE_WORKING_VFORK 
901 #define MAGICKCORE_HAVE_WORKING_VFORK  1 
902 #endif
903
904 /* Define to 1 if the system has the type `_Bool'. */
905 #ifndef MAGICKCORE_HAVE__BOOL 
906 #define MAGICKCORE_HAVE__BOOL  1 
907 #endif
908
909 /* Define to 1 if you have the `_exit' function. */
910 #ifndef MAGICKCORE_HAVE__EXIT 
911 #define MAGICKCORE_HAVE__EXIT  1 
912 #endif
913
914 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
915 /* #undef HAVE__NSGETEXECUTABLEPATH */
916
917 /* Define to 1 if you have the `_pclose' function. */
918 /* #undef HAVE__PCLOSE */
919
920 /* Define to 1 if you have the `_popen' function. */
921 /* #undef HAVE__POPEN */
922
923 /* Define to 1 if you have the `_wfopen' function. */
924 /* #undef HAVE__WFOPEN */
925
926 /* Define to 1 if you have the `_wstat' function. */
927 /* #undef HAVE__WSTAT */
928
929 /* accurately represent the wide range of intensity levels in real scenes */
930 /* #undef HDRI_SUPPORT */
931
932 /* Define if you have umem memory allocation library */
933 /* #undef HasUMEM */
934
935 /* ImageMagick is formally installed under prefix */
936 #ifndef MAGICKCORE_INSTALLED_SUPPORT 
937 #define MAGICKCORE_INSTALLED_SUPPORT  1 
938 #endif
939
940 /* Define if you have JBIG library */
941 /* #undef JBIG_DELEGATE */
942
943 /* Define if you have JPEG version 2 "Jasper" library */
944 #ifndef MAGICKCORE_JP2_DELEGATE 
945 #define MAGICKCORE_JP2_DELEGATE  1 
946 #endif
947
948 /* Define if you have JPEG library */
949 #ifndef MAGICKCORE_JPEG_DELEGATE 
950 #define MAGICKCORE_JPEG_DELEGATE  1 
951 #endif
952
953 /* Define if you have LCMS library */
954 #ifndef MAGICKCORE_LCMS_DELEGATE 
955 #define MAGICKCORE_LCMS_DELEGATE  1 
956 #endif
957
958 /* Directory where architecture-dependent files live. */
959 #ifndef MAGICKCORE_LIBRARY_PATH 
960 #define MAGICKCORE_LIBRARY_PATH  "/usr/local/lib/ImageMagick-6.5.5/" 
961 #endif
962
963 /* Subdirectory of lib where ImageMagick architecture dependent files are
964    installed */
965 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH 
966 #define MAGICKCORE_LIBRARY_RELATIVE_PATH  "ImageMagick-6.5.5" 
967 #endif
968
969 /* Define if you have LQR library */
970 /* #undef LQR_DELEGATE */
971
972 /* Define if using libltdl to support dynamically loadable modules */
973 #ifndef MAGICKCORE_LTDL_DELEGATE 
974 #define MAGICKCORE_LTDL_DELEGATE  1 
975 #endif
976
977 /* Define if the OS needs help to load dependent libraries for dlopen(). */
978 /* #undef LTDL_DLOPEN_DEPLIBS */
979
980 /* Define to the system default library search path. */
981 #ifndef MAGICKCORE_LT_DLSEARCH_PATH 
982 #define MAGICKCORE_LT_DLSEARCH_PATH  "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/xulrunner-1.9.1" 
983 #endif
984
985 /* The archive extension */
986 #ifndef MAGICKCORE_LT_LIBEXT 
987 #define MAGICKCORE_LT_LIBEXT  "a" 
988 #endif
989
990 /* Define to the extension used for runtime loadable modules, say, ".so". */
991 #ifndef MAGICKCORE_LT_MODULE_EXT 
992 #define MAGICKCORE_LT_MODULE_EXT  ".so" 
993 #endif
994
995 /* Define to the name of the environment variable that determines the run-time
996    module search path. */
997 #ifndef MAGICKCORE_LT_MODULE_PATH_VAR 
998 #define MAGICKCORE_LT_MODULE_PATH_VAR  "LD_LIBRARY_PATH" 
999 #endif
1000
1001 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1002    */
1003 #ifndef MAGICKCORE_LT_OBJDIR 
1004 #define MAGICKCORE_LT_OBJDIR  ".libs/" 
1005 #endif
1006
1007 /* Define to prepend to default font search path. */
1008 /* #undef MAGICK_FONT_PATH */
1009
1010 /* Magick API method prefix */
1011 /* #undef NAMESPACE_PREFIX */
1012
1013 /* Turn off assert statements */
1014 /* #undef NDEBUG */
1015
1016 /* Define if dlsym() requires a leading underscore in symbol names. */
1017 /* #undef NEED_USCORE */
1018
1019 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1020 /* #undef NO_MINUS_C_MINUS_O */
1021
1022 /* Define if you have OPENEXR library */
1023 /* #undef OPENEXR_DELEGATE */
1024
1025 /* Define to the address where bug reports for this package should be sent. */
1026 #ifndef MAGICKCORE_PACKAGE_BUGREPORT 
1027 #define MAGICKCORE_PACKAGE_BUGREPORT  "http://www.imagemagick.org" 
1028 #endif
1029
1030 /* Define to the full name of this package. */
1031 #ifndef MAGICKCORE_PACKAGE_NAME 
1032 #define MAGICKCORE_PACKAGE_NAME  "ImageMagick" 
1033 #endif
1034
1035 /* Define to the full name and version of this package. */
1036 #ifndef MAGICKCORE_PACKAGE_STRING 
1037 #define MAGICKCORE_PACKAGE_STRING  "ImageMagick 6.5.5" 
1038 #endif
1039
1040 /* Define to the one symbol short name of this package. */
1041 #ifndef MAGICKCORE_PACKAGE_TARNAME 
1042 #define MAGICKCORE_PACKAGE_TARNAME  "ImageMagick" 
1043 #endif
1044
1045 /* Define to the version of this package. */
1046 #ifndef MAGICKCORE_PACKAGE_VERSION 
1047 #define MAGICKCORE_PACKAGE_VERSION  "6.5.5" 
1048 #endif
1049
1050 /* Define if you have PNG library */
1051 #ifndef MAGICKCORE_PNG_DELEGATE 
1052 #define MAGICKCORE_PNG_DELEGATE  1 
1053 #endif
1054
1055 /* Define to necessary symbol if this constant uses a non-standard name on
1056    your system. */
1057 /* #undef PTHREAD_CREATE_JOINABLE */
1058
1059 /* Pixel cache threshold in MB (defaults to available memory) */
1060 /* #undef PixelCacheThreshold */
1061
1062 /* Number of bits in a pixel Quantum (8/16/32/64) */
1063 #ifndef MAGICKCORE_QUANTUM_DEPTH 
1064 #define MAGICKCORE_QUANTUM_DEPTH  16 
1065 #endif
1066
1067 /* Define as the return type of signal handlers (`int' or `void'). */
1068 #ifndef MAGICKCORE_RETSIGTYPE 
1069 #define MAGICKCORE_RETSIGTYPE  void 
1070 #endif
1071
1072 /* Define if you have RSVG library */
1073 #ifndef MAGICKCORE_RSVG_DELEGATE 
1074 #define MAGICKCORE_RSVG_DELEGATE  1 
1075 #endif
1076
1077 /* Define to the type of arg 1 for `select'. */
1078 #ifndef MAGICKCORE_SELECT_TYPE_ARG1 
1079 #define MAGICKCORE_SELECT_TYPE_ARG1  int 
1080 #endif
1081
1082 /* Define to the type of args 2, 3 and 4 for `select'. */
1083 #ifndef MAGICKCORE_SELECT_TYPE_ARG234 
1084 #define MAGICKCORE_SELECT_TYPE_ARG234  (fd_set *) 
1085 #endif
1086
1087 /* Define to the type of arg 5 for `select'. */
1088 #ifndef MAGICKCORE_SELECT_TYPE_ARG5 
1089 #define MAGICKCORE_SELECT_TYPE_ARG5  (struct timeval *) 
1090 #endif
1091
1092 /* Directory where architecture-independent configuration files live. */
1093 #ifndef MAGICKCORE_SHARE_CONFIGURE_PATH 
1094 #define MAGICKCORE_SHARE_CONFIGURE_PATH  "/usr/local/share/ImageMagick-6.5.5/config/" 
1095 #endif
1096
1097 /* Subdirectory of lib where architecture-independent configuration files
1098    live. */
1099 #ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH 
1100 #define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH  "ImageMagick-6.5.5/config" 
1101 #endif
1102
1103 /* Directory where architecture-independent files live. */
1104 #ifndef MAGICKCORE_SHARE_PATH 
1105 #define MAGICKCORE_SHARE_PATH  "/usr/local/share/ImageMagick-6.5.5/" 
1106 #endif
1107
1108 /* The size of `off_t', as computed by sizeof. */
1109 #ifndef MAGICKCORE_SIZEOF_OFF_T 
1110 #define MAGICKCORE_SIZEOF_OFF_T  8 
1111 #endif
1112
1113 /* The size of `signed int', as computed by sizeof. */
1114 #ifndef MAGICKCORE_SIZEOF_SIGNED_INT 
1115 #define MAGICKCORE_SIZEOF_SIGNED_INT  4 
1116 #endif
1117
1118 /* The size of `signed long', as computed by sizeof. */
1119 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG 
1120 #define MAGICKCORE_SIZEOF_SIGNED_LONG  8 
1121 #endif
1122
1123 /* The size of `signed long long', as computed by sizeof. */
1124 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 
1125 #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG  8 
1126 #endif
1127
1128 /* The size of `signed short', as computed by sizeof. */
1129 #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT 
1130 #define MAGICKCORE_SIZEOF_SIGNED_SHORT  2 
1131 #endif
1132
1133 /* The size of `size_t', as computed by sizeof. */
1134 #ifndef MAGICKCORE_SIZEOF_SIZE_T 
1135 #define MAGICKCORE_SIZEOF_SIZE_T  8 
1136 #endif
1137
1138 /* The size of `unsigned int', as computed by sizeof. */
1139 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT 
1140 #define MAGICKCORE_SIZEOF_UNSIGNED_INT  4 
1141 #endif
1142
1143 /* The size of `unsigned int*', as computed by sizeof. */
1144 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP 
1145 #define MAGICKCORE_SIZEOF_UNSIGNED_INTP  8 
1146 #endif
1147
1148 /* The size of `unsigned long', as computed by sizeof. */
1149 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG 
1150 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG  8 
1151 #endif
1152
1153 /* The size of `unsigned long long', as computed by sizeof. */
1154 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 
1155 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG  8 
1156 #endif
1157
1158 /* The size of `unsigned short', as computed by sizeof. */
1159 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT 
1160 #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT  2 
1161 #endif
1162
1163 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1164 /* #undef STAT_MACROS_BROKEN */
1165
1166 /* Define to 1 if you have the ANSI C header files. */
1167 #ifndef MAGICKCORE_STDC_HEADERS 
1168 #define MAGICKCORE_STDC_HEADERS  1 
1169 #endif
1170
1171 /* Define if you have TIFF library */
1172 #ifndef MAGICKCORE_TIFF_DELEGATE 
1173 #define MAGICKCORE_TIFF_DELEGATE  1 
1174 #endif
1175
1176 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1177 #ifndef MAGICKCORE_TIME_WITH_SYS_TIME 
1178 #define MAGICKCORE_TIME_WITH_SYS_TIME  1 
1179 #endif
1180
1181 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1182 /* #undef TM_IN_SYS_TIME */
1183
1184 /* Enable extensions on AIX 3, Interix.  */
1185 #ifndef _ALL_SOURCE
1186 # define _ALL_SOURCE 1
1187 #endif
1188 /* Enable GNU extensions on systems that have them.  */
1189 #ifndef _GNU_SOURCE
1190 # define _GNU_SOURCE 1
1191 #endif
1192 /* Enable threading extensions on Solaris.  */
1193 #ifndef _POSIX_PTHREAD_SEMANTICS
1194 # define _POSIX_PTHREAD_SEMANTICS 1
1195 #endif
1196 /* Enable extensions on HP NonStop.  */
1197 #ifndef _TANDEM_SOURCE
1198 # define _TANDEM_SOURCE 1
1199 #endif
1200 /* Enable general extensions on Solaris.  */
1201 #ifndef __EXTENSIONS__
1202 # define __EXTENSIONS__ 1
1203 #endif
1204
1205
1206 /* Define to use the Windows GDI32 library */
1207 /* #undef WINGDI32_DELEGATE */
1208
1209 /* Define if using the dmalloc debugging malloc package */
1210 /* #undef WITH_DMALLOC */
1211
1212 /* Define if you have wmflite library */
1213 #ifndef MAGICKCORE_WMFLITE_DELEGATE 
1214 #define MAGICKCORE_WMFLITE_DELEGATE  1 
1215 #endif
1216
1217 /* Define if you have wmf library */
1218 /* #undef WMF_DELEGATE */
1219
1220 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1221    significant byte first (like Motorola and SPARC, unlike Intel). */
1222 #if defined AC_APPLE_UNIVERSAL_BUILD
1223 # if defined __BIG_ENDIAN__
1224 #  define WORDS_BIGENDIAN 1
1225 # endif
1226 #else
1227 # ifndef WORDS_BIGENDIAN
1228 /* #  undef WORDS_BIGENDIAN */
1229 # endif
1230 #endif
1231
1232 /* Location of X11 configure files */
1233 #ifndef MAGICKCORE_X11_CONFIGURE_PATH 
1234 #define MAGICKCORE_X11_CONFIGURE_PATH  "" 
1235 #endif
1236
1237 /* Define if you have X11 library */
1238 #ifndef MAGICKCORE_X11_DELEGATE 
1239 #define MAGICKCORE_X11_DELEGATE  1 
1240 #endif
1241
1242 /* Define if you have XML library */
1243 #ifndef MAGICKCORE_XML_DELEGATE 
1244 #define MAGICKCORE_XML_DELEGATE  1 
1245 #endif
1246
1247 /* Define to 1 if the X Window System is missing or not being used. */
1248 /* #undef X_DISPLAY_MISSING */
1249
1250 /* Define if you have zlib compression library */
1251 #ifndef MAGICKCORE_ZLIB_DELEGATE 
1252 #define MAGICKCORE_ZLIB_DELEGATE  1 
1253 #endif
1254
1255 /* Number of bits in a file offset, on hosts where this is settable. */
1256 #ifndef MAGICKCORE__FILE_OFFSET_BITS 
1257 #define MAGICKCORE__FILE_OFFSET_BITS  64 
1258 #endif
1259
1260 /* enable run-time bounds-checking */
1261 /* #undef _FORTIFY_SOURCE */
1262
1263 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1264 /* #undef _LARGEFILE_SOURCE */
1265
1266 /* Define for large files, on AIX-style hosts. */
1267 /* #undef _LARGE_FILES */
1268
1269 /* Define to 1 if on MINIX. */
1270 /* #undef _MINIX */
1271
1272 /* Define to 2 if the system does not provide POSIX.1 features except with
1273    this defined. */
1274 /* #undef _POSIX_1_SOURCE */
1275
1276 /* Define to 1 if you need to in order for `stat' and other things to work. */
1277 /* #undef _POSIX_SOURCE */
1278
1279 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
1280 #ifndef __CHAR_UNSIGNED__
1281 /* # undef __CHAR_UNSIGNED__ */
1282 #endif
1283
1284 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
1285 /* #undef __error_t_defined */
1286
1287 /* Define to appropriate substitue if compiler does not have __func__ */
1288 /* #undef __func__ */
1289
1290 /* Define to empty if `const' does not conform to ANSI C. */
1291 /* #undef const */
1292
1293 /* Define to a type to use for `error_t' if it is not otherwise available. */
1294 /* #undef error_t */
1295
1296 /* Define to `__inline__' or `__inline' if that's what the C compiler
1297    calls it, or to nothing if 'inline' is not supported under any name.  */
1298 #ifndef __cplusplus
1299 /* #undef inline */
1300 #endif
1301
1302 /* Define to `int' if <sys/types.h> does not define. */
1303 /* #undef mode_t */
1304
1305 /* Define to `long int' if <sys/types.h> does not define. */
1306 /* #undef off_t */
1307
1308 /* Define to `int' if <sys/types.h> does not define. */
1309 /* #undef pid_t */
1310
1311 /* Define to the equivalent of the C99 'restrict' keyword, or to
1312    nothing if this is not supported.  Do not define if restrict is
1313    supported directly.  */
1314 #ifndef _magickcore_restrict 
1315 #define _magickcore_restrict  __restrict 
1316 #endif
1317 /* Work around a bug in Sun C++: it does not support _Restrict, even
1318    though the corresponding Sun C compiler does, which causes
1319    "#define restrict _Restrict" in the previous line.  Perhaps some future
1320    version of Sun C++ will work with _Restrict; if so, it'll probably
1321    define __RESTRICT, just as Sun C does.  */
1322 #if defined __SUNPRO_CC && !defined __RESTRICT
1323 # define _Restrict
1324 #endif
1325
1326 /* Define to `unsigned int' if <sys/types.h> does not define. */
1327 /* #undef size_t */
1328
1329 /* Define to `int' if <sys/types.h> does not define. */
1330 /* #undef ssize_t */
1331
1332 /* Define as `fork' if `vfork' does not work. */
1333 /* #undef vfork */
1334
1335 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1336    code using `volatile' can become incorrect without. Disable with care. */
1337 /* #undef volatile */
1338  
1339 /* once: _MAGICK_MAGICK_CONFIG_H */
1340 #endif