]> granicus.if.org Git - imagemagick/blob - MagickCore/magick-config.h
2726a74e3fde3f0f6dab78f556afb7ba2dc5a8c6
[imagemagick] / MagickCore / magick-config.h
1 #ifndef _MAGICKCORE_MAGICK_CONFIG_H
2 #define _MAGICKCORE_MAGICK_CONFIG_H 1
3  
4 /* MagickCore/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 /* #undef BUILD_MODULES */
16
17 /* Define if you have the bzip2 library */
18 #ifndef MAGICKCORE_BZLIB_DELEGATE
19 #define MAGICKCORE_BZLIB_DELEGATE 1
20 #endif
21
22 /* Define if you have CAIRO library */
23 #ifndef MAGICKCORE_CAIRO_DELEGATE
24 #define MAGICKCORE_CAIRO_DELEGATE 1
25 #endif
26
27 /* permit enciphering and deciphering image pixels */
28 #ifndef MAGICKCORE_CIPHER_SUPPORT
29 #define MAGICKCORE_CIPHER_SUPPORT 1
30 #endif
31
32 /* Define to 1 if the `closedir' function returns void instead of `int'. */
33 /* #undef CLOSEDIR_VOID */
34
35 /* Location of coder modules */
36 #ifndef MAGICKCORE_CODER_PATH
37 #define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/coders/"
38 #endif
39
40 /* Subdirectory of lib where coder modules are installed */
41 #ifndef MAGICKCORE_CODER_RELATIVE_PATH
42 #define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/coders"
43 #endif
44
45 /* Directory where architecture-dependent configuration files live. */
46 #ifndef MAGICKCORE_CONFIGURE_PATH
47 #define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
48 #endif
49
50 /* Subdirectory of lib where architecture-dependent configuration files live.
51    */
52 #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
53 #define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
54 #endif
55
56 /* Define if you have DJVU library */
57 #ifndef MAGICKCORE_DJVU_DELEGATE
58 #define MAGICKCORE_DJVU_DELEGATE 1
59 #endif
60
61 /* Directory where ImageMagick documents live. */
62 #ifndef MAGICKCORE_DOCUMENTATION_PATH
63 #define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7.0.0//"
64 #endif
65
66 /* Define if you have Display Postscript */
67 /* #undef DPS_DELEGATE */
68
69 /* Build self-contained, embeddable, zero-configuration ImageMagick */
70 /* #undef EMBEDDABLE_SUPPORT */
71
72 /* exclude deprecated methods in MagickCore API */
73 /* #undef EXCLUDE_DEPRECATED */
74
75 /* Directory where executables are installed. */
76 #ifndef MAGICKCORE_EXECUTABLE_PATH
77 #define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
78 #endif
79
80 /* Define if you have FFTW library */
81 /* #undef FFTW_DELEGATE */
82
83 /* Location of filter modules */
84 #ifndef MAGICKCORE_FILTER_PATH
85 #define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
86 #endif
87
88 /* Subdirectory of lib where filter modules are installed */
89 #ifndef MAGICKCORE_FILTER_RELATIVE_PATH
90 #define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
91 #endif
92
93 /* Define if you have FONTCONFIG library */
94 #ifndef MAGICKCORE_FONTCONFIG_DELEGATE
95 #define MAGICKCORE_FONTCONFIG_DELEGATE 1
96 #endif
97
98 /* Define if you have FlashPIX library */
99 /* #undef FPX_DELEGATE */
100
101 /* Define if you have FreeType (TrueType font) library */
102 #ifndef MAGICKCORE_FREETYPE_DELEGATE
103 #define MAGICKCORE_FREETYPE_DELEGATE 1
104 #endif
105
106 /* Define if you have Ghostscript library or framework */
107 /* #undef GS_DELEGATE */
108
109 /* Define if you have GVC library */
110 #ifndef MAGICKCORE_GVC_DELEGATE
111 #define MAGICKCORE_GVC_DELEGATE 1
112 #endif
113
114 /* Define to 1 if you have the `acosh' function. */
115 #ifndef MAGICKCORE_HAVE_ACOSH
116 #define MAGICKCORE_HAVE_ACOSH 1
117 #endif
118
119 /* Define to 1 if you have the `argz_add' function. */
120 #ifndef MAGICKCORE_HAVE_ARGZ_ADD
121 #define MAGICKCORE_HAVE_ARGZ_ADD 1
122 #endif
123
124 /* Define to 1 if you have the `argz_append' function. */
125 #ifndef MAGICKCORE_HAVE_ARGZ_APPEND
126 #define MAGICKCORE_HAVE_ARGZ_APPEND 1
127 #endif
128
129 /* Define to 1 if you have the `argz_count' function. */
130 #ifndef MAGICKCORE_HAVE_ARGZ_COUNT
131 #define MAGICKCORE_HAVE_ARGZ_COUNT 1
132 #endif
133
134 /* Define to 1 if you have the `argz_create_sep' function. */
135 #ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
136 #define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
137 #endif
138
139 /* Define to 1 if you have the <argz.h> header file. */
140 #ifndef MAGICKCORE_HAVE_ARGZ_H
141 #define MAGICKCORE_HAVE_ARGZ_H 1
142 #endif
143
144 /* Define to 1 if you have the `argz_insert' function. */
145 #ifndef MAGICKCORE_HAVE_ARGZ_INSERT
146 #define MAGICKCORE_HAVE_ARGZ_INSERT 1
147 #endif
148
149 /* Define to 1 if you have the `argz_next' function. */
150 #ifndef MAGICKCORE_HAVE_ARGZ_NEXT
151 #define MAGICKCORE_HAVE_ARGZ_NEXT 1
152 #endif
153
154 /* Define to 1 if you have the `argz_stringify' function. */
155 #ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
156 #define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
157 #endif
158
159 /* Define to 1 if you have the <arm/limits.h> header file. */
160 /* #undef HAVE_ARM_LIMITS_H */
161
162 /* Define to 1 if you have the `asinh' function. */
163 #ifndef MAGICKCORE_HAVE_ASINH
164 #define MAGICKCORE_HAVE_ASINH 1
165 #endif
166
167 /* Define to 1 if you have the `atanh' function. */
168 #ifndef MAGICKCORE_HAVE_ATANH
169 #define MAGICKCORE_HAVE_ATANH 1
170 #endif
171
172 /* Define to 1 if you have the `atexit' function. */
173 #ifndef MAGICKCORE_HAVE_ATEXIT
174 #define MAGICKCORE_HAVE_ATEXIT 1
175 #endif
176
177 /* Define to 1 if you have the `atoll' function. */
178 #ifndef MAGICKCORE_HAVE_ATOLL
179 #define MAGICKCORE_HAVE_ATOLL 1
180 #endif
181
182 /* define if bool is a built-in type */
183 #ifndef MAGICKCORE_HAVE_BOOL
184 #define MAGICKCORE_HAVE_BOOL /**/
185 #endif
186
187 /* Define to 1 if you have the `cabs' function. */
188 #ifndef MAGICKCORE_HAVE_CABS
189 #define MAGICKCORE_HAVE_CABS 1
190 #endif
191
192 /* Define to 1 if you have the `carg' function. */
193 #ifndef MAGICKCORE_HAVE_CARG
194 #define MAGICKCORE_HAVE_CARG 1
195 #endif
196
197 /* Define to 1 if you have the `cimag' function. */
198 #ifndef MAGICKCORE_HAVE_CIMAG
199 #define MAGICKCORE_HAVE_CIMAG 1
200 #endif
201
202 /* Define to 1 if you have the `clock' function. */
203 #ifndef MAGICKCORE_HAVE_CLOCK
204 #define MAGICKCORE_HAVE_CLOCK 1
205 #endif
206
207 /* Define to 1 if you have clock_gettime. */
208 #ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
209 #define MAGICKCORE_HAVE_CLOCK_GETTIME 1
210 #endif
211
212 /* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
213 #ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
214 #define MAGICKCORE_HAVE_CLOCK_REALTIME 1
215 #endif
216
217 /* Define to 1 if you have the `closedir' function. */
218 #ifndef MAGICKCORE_HAVE_CLOSEDIR
219 #define MAGICKCORE_HAVE_CLOSEDIR 1
220 #endif
221
222 /* Define to 1 if you have the <CL/cl.h> header file. */
223 /* #undef HAVE_CL_CL_H */
224
225 /* Define to 1 if you have the <complex.h> header file. */
226 #ifndef MAGICKCORE_HAVE_COMPLEX_H
227 #define MAGICKCORE_HAVE_COMPLEX_H 1
228 #endif
229
230 /* Define to 1 if you have the `creal' function. */
231 #ifndef MAGICKCORE_HAVE_CREAL
232 #define MAGICKCORE_HAVE_CREAL 1
233 #endif
234
235 /* Define to 1 if you have the `ctime_r' function. */
236 #ifndef MAGICKCORE_HAVE_CTIME_R
237 #define MAGICKCORE_HAVE_CTIME_R 1
238 #endif
239
240 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
241    you don't. */
242 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
243
244 /* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
245    */
246 #ifndef MAGICKCORE_HAVE_DECL_PREAD
247 #define MAGICKCORE_HAVE_DECL_PREAD 1
248 #endif
249
250 /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
251    */
252 #ifndef MAGICKCORE_HAVE_DECL_PWRITE
253 #define MAGICKCORE_HAVE_DECL_PWRITE 1
254 #endif
255
256 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
257    don't. */
258 #ifndef MAGICKCORE_HAVE_DECL_STRLCPY
259 #define MAGICKCORE_HAVE_DECL_STRLCPY 0
260 #endif
261
262 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
263    */
264 /* #undef HAVE_DECL_TZNAME */
265
266 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
267    don't. */
268 #ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
269 #define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
270 #endif
271
272 /* Define to 1 if you have the `directio' function. */
273 /* #undef HAVE_DIRECTIO */
274
275 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
276    */
277 #ifndef MAGICKCORE_HAVE_DIRENT_H
278 #define MAGICKCORE_HAVE_DIRENT_H 1
279 #endif
280
281 /* Define if you have the GNU dld library. */
282 /* #undef HAVE_DLD */
283
284 /* Define to 1 if you have the <dld.h> header file. */
285 /* #undef HAVE_DLD_H */
286
287 /* Define to 1 if you have the `dlerror' function. */
288 #ifndef MAGICKCORE_HAVE_DLERROR
289 #define MAGICKCORE_HAVE_DLERROR 1
290 #endif
291
292 /* Define to 1 if you have the <dlfcn.h> header file. */
293 #ifndef MAGICKCORE_HAVE_DLFCN_H
294 #define MAGICKCORE_HAVE_DLFCN_H 1
295 #endif
296
297 /* Define to 1 if you have the <dl.h> header file. */
298 /* #undef HAVE_DL_H */
299
300 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
301 /* #undef HAVE_DOPRNT */
302
303 /* Define if you have the _dyld_func_lookup function. */
304 /* #undef HAVE_DYLD */
305
306 /* Define to 1 if you have the <errno.h> header file. */
307 #ifndef MAGICKCORE_HAVE_ERRNO_H
308 #define MAGICKCORE_HAVE_ERRNO_H 1
309 #endif
310
311 /* Define to 1 if the system has the type `error_t'. */
312 #ifndef MAGICKCORE_HAVE_ERROR_T
313 #define MAGICKCORE_HAVE_ERROR_T 1
314 #endif
315
316 /* Define to 1 if you have the `execvp' function. */
317 #ifndef MAGICKCORE_HAVE_EXECVP
318 #define MAGICKCORE_HAVE_EXECVP 1
319 #endif
320
321 /* Define to 1 if you have the `fchmod' function. */
322 #ifndef MAGICKCORE_HAVE_FCHMOD
323 #define MAGICKCORE_HAVE_FCHMOD 1
324 #endif
325
326 /* Define to 1 if you have the <fcntl.h> header file. */
327 #ifndef MAGICKCORE_HAVE_FCNTL_H
328 #define MAGICKCORE_HAVE_FCNTL_H 1
329 #endif
330
331 /* Define to 1 if you have the `floor' function. */
332 #ifndef MAGICKCORE_HAVE_FLOOR
333 #define MAGICKCORE_HAVE_FLOOR 1
334 #endif
335
336 /* Define to 1 if you have the `fork' function. */
337 #ifndef MAGICKCORE_HAVE_FORK
338 #define MAGICKCORE_HAVE_FORK 1
339 #endif
340
341 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
342 #ifndef MAGICKCORE_HAVE_FSEEKO
343 #define MAGICKCORE_HAVE_FSEEKO 1
344 #endif
345
346 /* Define to 1 if you have the <ft2build.h> header file. */
347 #ifndef MAGICKCORE_HAVE_FT2BUILD_H
348 #define MAGICKCORE_HAVE_FT2BUILD_H 1
349 #endif
350
351 /* Define to 1 if you have the `ftime' function. */
352 #ifndef MAGICKCORE_HAVE_FTIME
353 #define MAGICKCORE_HAVE_FTIME 1
354 #endif
355
356 /* Define to 1 if you have the `ftruncate' function. */
357 #ifndef MAGICKCORE_HAVE_FTRUNCATE
358 #define MAGICKCORE_HAVE_FTRUNCATE 1
359 #endif
360
361 /* Define to 1 if you have the `getcwd' function. */
362 #ifndef MAGICKCORE_HAVE_GETCWD
363 #define MAGICKCORE_HAVE_GETCWD 1
364 #endif
365
366 /* Define to 1 if you have the `getc_unlocked' function. */
367 #ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
368 #define MAGICKCORE_HAVE_GETC_UNLOCKED 1
369 #endif
370
371 /* Define to 1 if you have the `getdtablesize' function. */
372 #ifndef MAGICKCORE_HAVE_GETDTABLESIZE
373 #define MAGICKCORE_HAVE_GETDTABLESIZE 1
374 #endif
375
376 /* Define to 1 if you have the `getexecname' function. */
377 /* #undef HAVE_GETEXECNAME */
378
379 /* Define to 1 if you have the `getpagesize' function. */
380 #ifndef MAGICKCORE_HAVE_GETPAGESIZE
381 #define MAGICKCORE_HAVE_GETPAGESIZE 1
382 #endif
383
384 /* Define to 1 if you have the `getpid' function. */
385 #ifndef MAGICKCORE_HAVE_GETPID
386 #define MAGICKCORE_HAVE_GETPID 1
387 #endif
388
389 /* Define to 1 if you have the `getrlimit' function. */
390 #ifndef MAGICKCORE_HAVE_GETRLIMIT
391 #define MAGICKCORE_HAVE_GETRLIMIT 1
392 #endif
393
394 /* Define to 1 if you have the `getrusage' function. */
395 #ifndef MAGICKCORE_HAVE_GETRUSAGE
396 #define MAGICKCORE_HAVE_GETRUSAGE 1
397 #endif
398
399 /* Define to 1 if you have the `gettimeofday' function. */
400 #ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
401 #define MAGICKCORE_HAVE_GETTIMEOFDAY 1
402 #endif
403
404 /* Define to 1 if you have the `gmtime_r' function. */
405 #ifndef MAGICKCORE_HAVE_GMTIME_R
406 #define MAGICKCORE_HAVE_GMTIME_R 1
407 #endif
408
409 /* Define to 1 if the system has the type `intmax_t'. */
410 #ifndef MAGICKCORE_HAVE_INTMAX_T
411 #define MAGICKCORE_HAVE_INTMAX_T 1
412 #endif
413
414 /* Define to 1 if the system has the type `intptr_t'. */
415 #ifndef MAGICKCORE_HAVE_INTPTR_T
416 #define MAGICKCORE_HAVE_INTPTR_T 1
417 #endif
418
419 /* Define to 1 if you have the <inttypes.h> header file. */
420 #ifndef MAGICKCORE_HAVE_INTTYPES_H
421 #define MAGICKCORE_HAVE_INTTYPES_H 1
422 #endif
423
424 /* Define to 1 if you have the `j0' function. */
425 #ifndef MAGICKCORE_HAVE_J0
426 #define MAGICKCORE_HAVE_J0 1
427 #endif
428
429 /* Define to 1 if you have the `j1' function. */
430 #ifndef MAGICKCORE_HAVE_J1
431 #define MAGICKCORE_HAVE_J1 1
432 #endif
433
434 /* Define if you have the <lcms2.h> header file. */
435 #ifndef MAGICKCORE_HAVE_LCMS2_H
436 #define MAGICKCORE_HAVE_LCMS2_H 1
437 #endif
438
439 /* Define if you have the <lcms2/lcms2.h> header file. */
440 /* #undef HAVE_LCMS2_LCMS2_H */
441
442 /* Define if you have the <lcms.h> header file. */
443 /* #undef HAVE_LCMS_H */
444
445 /* Define if you have the <lcms/lcms.h> header file. */
446 /* #undef HAVE_LCMS_LCMS_H */
447
448 /* Define if you have the libdl library or equivalent. */
449 #ifndef MAGICKCORE_HAVE_LIBDL
450 #define MAGICKCORE_HAVE_LIBDL 1
451 #endif
452
453 /* Define if libdlloader will be built on this platform */
454 #ifndef MAGICKCORE_HAVE_LIBDLLOADER
455 #define MAGICKCORE_HAVE_LIBDLLOADER 1
456 #endif
457
458 /* Define to 1 if you have the `gcov' library (-lgcov). */
459 /* #undef HAVE_LIBGCOV */
460
461 /* Define to 1 if you have the <limits.h> header file. */
462 #ifndef MAGICKCORE_HAVE_LIMITS_H
463 #define MAGICKCORE_HAVE_LIMITS_H 1
464 #endif
465
466 /* Define to 1 if you have the <linux/unistd.h> header file. */
467 #ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
468 #define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
469 #endif
470
471 /* Define to 1 if you have the `lltostr' function. */
472 /* #undef HAVE_LLTOSTR */
473
474 /* Define to 1 if you have the <locale.h> header file. */
475 #ifndef MAGICKCORE_HAVE_LOCALE_H
476 #define MAGICKCORE_HAVE_LOCALE_H 1
477 #endif
478
479 /* Define to 1 if you have the `localtime_r' function. */
480 #ifndef MAGICKCORE_HAVE_LOCALTIME_R
481 #define MAGICKCORE_HAVE_LOCALTIME_R 1
482 #endif
483
484 /* Define to 1 if the system has the type `long double'. */
485 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE
486 #define MAGICKCORE_HAVE_LONG_DOUBLE 1
487 #endif
488
489 /* Define to 1 if the type `long double' works and has more range or precision
490    than `double'. */
491 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
492 #define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
493 #endif
494
495 /* Define to 1 if the system has the type `long long int'. */
496 #ifndef MAGICKCORE_HAVE_LONG_LONG_INT
497 #define MAGICKCORE_HAVE_LONG_LONG_INT 1
498 #endif
499
500 /* Define to 1 if you have the `lstat' function. */
501 #ifndef MAGICKCORE_HAVE_LSTAT
502 #define MAGICKCORE_HAVE_LSTAT 1
503 #endif
504
505 /* Define this if a modern libltdl is already installed */
506 #ifndef MAGICKCORE_HAVE_LTDL
507 #define MAGICKCORE_HAVE_LTDL 1
508 #endif
509
510 /* Define to 1 if you have the <machine/param.h> header file. */
511 /* #undef HAVE_MACHINE_PARAM_H */
512
513 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
514 /* #undef HAVE_MACH_O_DYLD_H */
515
516 /* Define to 1 if <wchar.h> declares mbstate_t. */
517 #ifndef MAGICKCORE_HAVE_MBSTATE_T
518 #define MAGICKCORE_HAVE_MBSTATE_T 1
519 #endif
520
521 /* Define to 1 if you have the `memmove' function. */
522 #ifndef MAGICKCORE_HAVE_MEMMOVE
523 #define MAGICKCORE_HAVE_MEMMOVE 1
524 #endif
525
526 /* Define to 1 if you have the <memory.h> header file. */
527 #ifndef MAGICKCORE_HAVE_MEMORY_H
528 #define MAGICKCORE_HAVE_MEMORY_H 1
529 #endif
530
531 /* Define to 1 if you have the `memset' function. */
532 #ifndef MAGICKCORE_HAVE_MEMSET
533 #define MAGICKCORE_HAVE_MEMSET 1
534 #endif
535
536 /* Define to 1 if you have the `mkstemp' function. */
537 #ifndef MAGICKCORE_HAVE_MKSTEMP
538 #define MAGICKCORE_HAVE_MKSTEMP 1
539 #endif
540
541 /* Define to 1 if you have a working `mmap' system call. */
542 #ifndef MAGICKCORE_HAVE_MMAP
543 #define MAGICKCORE_HAVE_MMAP 1
544 #endif
545
546 /* Define to 1 if you have a working `mmap' system call. */
547 #ifndef MAGICKCORE_HAVE_MMAP_FILEIO
548 #define MAGICKCORE_HAVE_MMAP_FILEIO 1
549 #endif
550
551 /* Define to 1 if you have the `munmap' function. */
552 #ifndef MAGICKCORE_HAVE_MUNMAP
553 #define MAGICKCORE_HAVE_MUNMAP 1
554 #endif
555
556 /* define if the compiler implements namespaces */
557 #ifndef MAGICKCORE_HAVE_NAMESPACES
558 #define MAGICKCORE_HAVE_NAMESPACES /**/
559 #endif
560
561 /* Define if g++ supports namespace std. */
562 #ifndef MAGICKCORE_HAVE_NAMESPACE_STD
563 #define MAGICKCORE_HAVE_NAMESPACE_STD /**/
564 #endif
565
566 /* Define to 1 if you have the `nanosleep' function. */
567 #ifndef MAGICKCORE_HAVE_NANOSLEEP
568 #define MAGICKCORE_HAVE_NANOSLEEP 1
569 #endif
570
571 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
572 /* #undef HAVE_NDIR_H */
573
574 /* Define to 1 if you have the `newlocale' function. */
575 #ifndef MAGICKCORE_HAVE_NEWLOCALE
576 #define MAGICKCORE_HAVE_NEWLOCALE 1
577 #endif
578
579 /* Define to 1 if you have the <OpenCL/cl.h> header file. */
580 /* #undef HAVE_OPENCL_CL_H */
581
582 /* Define to 1 if you have the `opendir' function. */
583 #ifndef MAGICKCORE_HAVE_OPENDIR
584 #define MAGICKCORE_HAVE_OPENDIR 1
585 #endif
586
587 /* Define to 1 if you have the <OS.h> header file. */
588 /* #undef HAVE_OS_H */
589
590 /* Define to 1 if you have the `pclose' function. */
591 #ifndef MAGICKCORE_HAVE_PCLOSE
592 #define MAGICKCORE_HAVE_PCLOSE 1
593 #endif
594
595 /* Define to 1 if you have the `poll' function. */
596 #ifndef MAGICKCORE_HAVE_POLL
597 #define MAGICKCORE_HAVE_POLL 1
598 #endif
599
600 /* Define to 1 if you have the `popen' function. */
601 #ifndef MAGICKCORE_HAVE_POPEN
602 #define MAGICKCORE_HAVE_POPEN 1
603 #endif
604
605 /* Define to 1 if you have the `posix_fadvise' function. */
606 #ifndef MAGICKCORE_HAVE_POSIX_FADVISE
607 #define MAGICKCORE_HAVE_POSIX_FADVISE 1
608 #endif
609
610 /* Define to 1 if you have the `posix_fallocate' function. */
611 #ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
612 #define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
613 #endif
614
615 /* Define to 1 if you have the `posix_madvise' function. */
616 #ifndef MAGICKCORE_HAVE_POSIX_MADVISE
617 #define MAGICKCORE_HAVE_POSIX_MADVISE 1
618 #endif
619
620 /* Define to 1 if you have the `posix_memalign' function. */
621 #ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
622 #define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
623 #endif
624
625 /* Define to 1 if you have the `posix_spawnp' function. */
626 #ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
627 #define MAGICKCORE_HAVE_POSIX_SPAWNP 1
628 #endif
629
630 /* Define to 1 if you have the `pow' function. */
631 #ifndef MAGICKCORE_HAVE_POW
632 #define MAGICKCORE_HAVE_POW 1
633 #endif
634
635 /* Define to 1 if you have the `pread' function. */
636 #ifndef MAGICKCORE_HAVE_PREAD
637 #define MAGICKCORE_HAVE_PREAD 1
638 #endif
639
640 /* Define if libtool can extract symbol lists from object files. */
641 #ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
642 #define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
643 #endif
644
645 /* Define to 1 if you have the <process.h> header file. */
646 /* #undef HAVE_PROCESS_H */
647
648 /* Define if you have POSIX threads libraries and header files. */
649 #ifndef MAGICKCORE_HAVE_PTHREAD
650 #define MAGICKCORE_HAVE_PTHREAD 1
651 #endif
652
653 /* Define to 1 if you have the `pwrite' function. */
654 #ifndef MAGICKCORE_HAVE_PWRITE
655 #define MAGICKCORE_HAVE_PWRITE 1
656 #endif
657
658 /* Define to 1 if you have the `qsort_r' function. */
659 #ifndef MAGICKCORE_HAVE_QSORT_R
660 #define MAGICKCORE_HAVE_QSORT_R 1
661 #endif
662
663 /* Define to 1 if you have the `raise' function. */
664 #ifndef MAGICKCORE_HAVE_RAISE
665 #define MAGICKCORE_HAVE_RAISE 1
666 #endif
667
668 /* Define to 1 if you have the `rand_r' function. */
669 #ifndef MAGICKCORE_HAVE_RAND_R
670 #define MAGICKCORE_HAVE_RAND_R 1
671 #endif
672
673 /* Define to 1 if you have the `readdir' function. */
674 #ifndef MAGICKCORE_HAVE_READDIR
675 #define MAGICKCORE_HAVE_READDIR 1
676 #endif
677
678 /* Define to 1 if you have the `readdir_r' function. */
679 #ifndef MAGICKCORE_HAVE_READDIR_R
680 #define MAGICKCORE_HAVE_READDIR_R 1
681 #endif
682
683 /* Define to 1 if you have the `readlink' function. */
684 #ifndef MAGICKCORE_HAVE_READLINK
685 #define MAGICKCORE_HAVE_READLINK 1
686 #endif
687
688 /* Define to 1 if you have the `realpath' function. */
689 #ifndef MAGICKCORE_HAVE_REALPATH
690 #define MAGICKCORE_HAVE_REALPATH 1
691 #endif
692
693 /* Define to 1 if you have the `seekdir' function. */
694 #ifndef MAGICKCORE_HAVE_SEEKDIR
695 #define MAGICKCORE_HAVE_SEEKDIR 1
696 #endif
697
698 /* Define to 1 if you have the `select' function. */
699 #ifndef MAGICKCORE_HAVE_SELECT
700 #define MAGICKCORE_HAVE_SELECT 1
701 #endif
702
703 /* Define to 1 if you have the `setlocale' function. */
704 #ifndef MAGICKCORE_HAVE_SETLOCALE
705 #define MAGICKCORE_HAVE_SETLOCALE 1
706 #endif
707
708 /* Define to 1 if you have the `setvbuf' function. */
709 #ifndef MAGICKCORE_HAVE_SETVBUF
710 #define MAGICKCORE_HAVE_SETVBUF 1
711 #endif
712
713 /* X11 server supports shape extension */
714 #ifndef MAGICKCORE_HAVE_SHAPE
715 #define MAGICKCORE_HAVE_SHAPE 1
716 #endif
717
718 /* X11 server supports shared memory extension */
719 #ifndef MAGICKCORE_HAVE_SHARED_MEMORY
720 #define MAGICKCORE_HAVE_SHARED_MEMORY 1
721 #endif
722
723 /* Define if you have the shl_load function. */
724 /* #undef HAVE_SHL_LOAD */
725
726 /* Define to 1 if you have the `sigaction' function. */
727 #ifndef MAGICKCORE_HAVE_SIGACTION
728 #define MAGICKCORE_HAVE_SIGACTION 1
729 #endif
730
731 /* Define to 1 if you have the `sigemptyset' function. */
732 #ifndef MAGICKCORE_HAVE_SIGEMPTYSET
733 #define MAGICKCORE_HAVE_SIGEMPTYSET 1
734 #endif
735
736 /* Define to 1 if you have the `spawnvp' function. */
737 /* #undef HAVE_SPAWNVP */
738
739 /* Define to 1 if you have the `sqrt' function. */
740 #ifndef MAGICKCORE_HAVE_SQRT
741 #define MAGICKCORE_HAVE_SQRT 1
742 #endif
743
744 /* Define to 1 if you have the `stat' function. */
745 #ifndef MAGICKCORE_HAVE_STAT
746 #define MAGICKCORE_HAVE_STAT 1
747 #endif
748
749 /* Define to 1 if you have the <stdarg.h> header file. */
750 #ifndef MAGICKCORE_HAVE_STDARG_H
751 #define MAGICKCORE_HAVE_STDARG_H 1
752 #endif
753
754 /* Define to 1 if stdbool.h conforms to C99. */
755 #ifndef MAGICKCORE_HAVE_STDBOOL_H
756 #define MAGICKCORE_HAVE_STDBOOL_H 1
757 #endif
758
759 /* Define to 1 if you have the <stdint.h> header file. */
760 #ifndef MAGICKCORE_HAVE_STDINT_H
761 #define MAGICKCORE_HAVE_STDINT_H 1
762 #endif
763
764 /* Define to 1 if you have the <stdlib.h> header file. */
765 #ifndef MAGICKCORE_HAVE_STDLIB_H
766 #define MAGICKCORE_HAVE_STDLIB_H 1
767 #endif
768
769 /* define if the compiler supports ISO C++ standard library */
770 #ifndef MAGICKCORE_HAVE_STD_LIBS
771 #define MAGICKCORE_HAVE_STD_LIBS /**/
772 #endif
773
774 /* Define to 1 if you have the `strcasecmp' function. */
775 #ifndef MAGICKCORE_HAVE_STRCASECMP
776 #define MAGICKCORE_HAVE_STRCASECMP 1
777 #endif
778
779 /* Define to 1 if you have the `strchr' function. */
780 #ifndef MAGICKCORE_HAVE_STRCHR
781 #define MAGICKCORE_HAVE_STRCHR 1
782 #endif
783
784 /* Define to 1 if you have the `strcspn' function. */
785 #ifndef MAGICKCORE_HAVE_STRCSPN
786 #define MAGICKCORE_HAVE_STRCSPN 1
787 #endif
788
789 /* Define to 1 if you have the `strdup' function. */
790 #ifndef MAGICKCORE_HAVE_STRDUP
791 #define MAGICKCORE_HAVE_STRDUP 1
792 #endif
793
794 /* Define to 1 if you have the `strerror' function. */
795 #ifndef MAGICKCORE_HAVE_STRERROR
796 #define MAGICKCORE_HAVE_STRERROR 1
797 #endif
798
799 /* Define to 1 if you have the `strerror_r' function. */
800 #ifndef MAGICKCORE_HAVE_STRERROR_R
801 #define MAGICKCORE_HAVE_STRERROR_R 1
802 #endif
803
804 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
805 #ifndef MAGICKCORE_HAVE_STRINGIZE
806 #define MAGICKCORE_HAVE_STRINGIZE 1
807 #endif
808
809 /* Define to 1 if you have the <strings.h> header file. */
810 #ifndef MAGICKCORE_HAVE_STRINGS_H
811 #define MAGICKCORE_HAVE_STRINGS_H 1
812 #endif
813
814 /* Define to 1 if you have the <string.h> header file. */
815 #ifndef MAGICKCORE_HAVE_STRING_H
816 #define MAGICKCORE_HAVE_STRING_H 1
817 #endif
818
819 /* Define to 1 if you have the `strlcat' function. */
820 /* #undef HAVE_STRLCAT */
821
822 /* Define to 1 if you have the `strlcpy' function. */
823 /* #undef HAVE_STRLCPY */
824
825 /* Define to 1 if you have the `strncasecmp' function. */
826 #ifndef MAGICKCORE_HAVE_STRNCASECMP
827 #define MAGICKCORE_HAVE_STRNCASECMP 1
828 #endif
829
830 /* Define to 1 if you have the `strpbrk' function. */
831 #ifndef MAGICKCORE_HAVE_STRPBRK
832 #define MAGICKCORE_HAVE_STRPBRK 1
833 #endif
834
835 /* Define to 1 if you have the `strrchr' function. */
836 #ifndef MAGICKCORE_HAVE_STRRCHR
837 #define MAGICKCORE_HAVE_STRRCHR 1
838 #endif
839
840 /* Define to 1 if you have the `strspn' function. */
841 #ifndef MAGICKCORE_HAVE_STRSPN
842 #define MAGICKCORE_HAVE_STRSPN 1
843 #endif
844
845 /* Define to 1 if you have the `strstr' function. */
846 #ifndef MAGICKCORE_HAVE_STRSTR
847 #define MAGICKCORE_HAVE_STRSTR 1
848 #endif
849
850 /* Define to 1 if you have the `strtod' function. */
851 #ifndef MAGICKCORE_HAVE_STRTOD
852 #define MAGICKCORE_HAVE_STRTOD 1
853 #endif
854
855 /* Define to 1 if you have the `strtod_l' function. */
856 #ifndef MAGICKCORE_HAVE_STRTOD_L
857 #define MAGICKCORE_HAVE_STRTOD_L 1
858 #endif
859
860 /* Define to 1 if you have the `strtol' function. */
861 #ifndef MAGICKCORE_HAVE_STRTOL
862 #define MAGICKCORE_HAVE_STRTOL 1
863 #endif
864
865 /* Define to 1 if you have the `strtoul' function. */
866 #ifndef MAGICKCORE_HAVE_STRTOUL
867 #define MAGICKCORE_HAVE_STRTOUL 1
868 #endif
869
870 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
871 #ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
872 #define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
873 #endif
874
875 /* Define to 1 if you have the `symlink' function. */
876 #ifndef MAGICKCORE_HAVE_SYMLINK
877 #define MAGICKCORE_HAVE_SYMLINK 1
878 #endif
879
880 /* Define to 1 if you have the `sysconf' function. */
881 #ifndef MAGICKCORE_HAVE_SYSCONF
882 #define MAGICKCORE_HAVE_SYSCONF 1
883 #endif
884
885 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
886    */
887 /* #undef HAVE_SYS_DIR_H */
888
889 /* Define to 1 if you have the <sys/dl.h> header file. */
890 /* #undef HAVE_SYS_DL_H */
891
892 /* Define to 1 if you have the <sys/ipc.h> header file. */
893 #ifndef MAGICKCORE_HAVE_SYS_IPC_H
894 #define MAGICKCORE_HAVE_SYS_IPC_H 1
895 #endif
896
897 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
898    */
899 /* #undef HAVE_SYS_NDIR_H */
900
901 /* Define to 1 if you have the <sys/param.h> header file. */
902 #ifndef MAGICKCORE_HAVE_SYS_PARAM_H
903 #define MAGICKCORE_HAVE_SYS_PARAM_H 1
904 #endif
905
906 /* Define to 1 if you have the <sys/resource.h> header file. */
907 #ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
908 #define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
909 #endif
910
911 /* Define to 1 if you have the <sys/select.h> header file. */
912 #ifndef MAGICKCORE_HAVE_SYS_SELECT_H
913 #define MAGICKCORE_HAVE_SYS_SELECT_H 1
914 #endif
915
916 /* Define to 1 if you have the <sys/socket.h> header file. */
917 #ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
918 #define MAGICKCORE_HAVE_SYS_SOCKET_H 1
919 #endif
920
921 /* Define to 1 if you have the <sys/stat.h> header file. */
922 #ifndef MAGICKCORE_HAVE_SYS_STAT_H
923 #define MAGICKCORE_HAVE_SYS_STAT_H 1
924 #endif
925
926 /* Define to 1 if you have the <sys/syslimits.h> header file. */
927 /* #undef HAVE_SYS_SYSLIMITS_H */
928
929 /* Define to 1 if you have the <sys/timeb.h> header file. */
930 #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
931 #define MAGICKCORE_HAVE_SYS_TIMEB_H 1
932 #endif
933
934 /* Define to 1 if you have the <sys/times.h> header file. */
935 #ifndef MAGICKCORE_HAVE_SYS_TIMES_H
936 #define MAGICKCORE_HAVE_SYS_TIMES_H 1
937 #endif
938
939 /* Define to 1 if you have the <sys/time.h> header file. */
940 #ifndef MAGICKCORE_HAVE_SYS_TIME_H
941 #define MAGICKCORE_HAVE_SYS_TIME_H 1
942 #endif
943
944 /* Define to 1 if you have the <sys/types.h> header file. */
945 #ifndef MAGICKCORE_HAVE_SYS_TYPES_H
946 #define MAGICKCORE_HAVE_SYS_TYPES_H 1
947 #endif
948
949 /* Define to 1 if you have the <sys/wait.h> header file. */
950 #ifndef MAGICKCORE_HAVE_SYS_WAIT_H
951 #define MAGICKCORE_HAVE_SYS_WAIT_H 1
952 #endif
953
954 /* Define to 1 if you have the `telldir' function. */
955 #ifndef MAGICKCORE_HAVE_TELLDIR
956 #define MAGICKCORE_HAVE_TELLDIR 1
957 #endif
958
959 /* Define to 1 if you have the `tempnam' function. */
960 #ifndef MAGICKCORE_HAVE_TEMPNAM
961 #define MAGICKCORE_HAVE_TEMPNAM 1
962 #endif
963
964 /* Define to 1 if you have the <tiffconf.h> header file. */
965 #ifndef MAGICKCORE_HAVE_TIFFCONF_H
966 #define MAGICKCORE_HAVE_TIFFCONF_H 1
967 #endif
968
969 /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
970 #ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
971 #define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
972 #endif
973
974 /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
975 #ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
976 #define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
977 #endif
978
979 /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
980 #ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
981 #define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
982 #endif
983
984 /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
985 #ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
986 #define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
987 #endif
988
989 /* Define to 1 if you have the `TIFFSetTagExtender' function. */
990 #ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
991 #define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
992 #endif
993
994 /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
995 #ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
996 #define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
997 #endif
998
999 /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
1000 #ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1001 #define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
1002 #endif
1003
1004 /* Define to 1 if you have the `times' function. */
1005 #ifndef MAGICKCORE_HAVE_TIMES
1006 #define MAGICKCORE_HAVE_TIMES 1
1007 #endif
1008
1009 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1010    `HAVE_STRUCT_TM_TM_ZONE' instead. */
1011 #ifndef MAGICKCORE_HAVE_TM_ZONE
1012 #define MAGICKCORE_HAVE_TM_ZONE 1
1013 #endif
1014
1015 /* Define to 1 if you don't have `tm_zone' but do have the external array
1016    `tzname'. */
1017 /* #undef HAVE_TZNAME */
1018
1019 /* Define to 1 if the system has the type `uintmax_t'. */
1020 #ifndef MAGICKCORE_HAVE_UINTMAX_T
1021 #define MAGICKCORE_HAVE_UINTMAX_T 1
1022 #endif
1023
1024 /* Define to 1 if the system has the type `uintptr_t'. */
1025 #ifndef MAGICKCORE_HAVE_UINTPTR_T
1026 #define MAGICKCORE_HAVE_UINTPTR_T 1
1027 #endif
1028
1029 /* Define to 1 if you have the `ulltostr' function. */
1030 /* #undef HAVE_ULLTOSTR */
1031
1032 /* Define to 1 if you have the <unistd.h> header file. */
1033 #ifndef MAGICKCORE_HAVE_UNISTD_H
1034 #define MAGICKCORE_HAVE_UNISTD_H 1
1035 #endif
1036
1037 /* Define to 1 if the system has the type `unsigned long long int'. */
1038 #ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1039 #define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1040 #endif
1041
1042 /* Define to 1 if you have the `uselocale' function. */
1043 #ifndef MAGICKCORE_HAVE_USELOCALE
1044 #define MAGICKCORE_HAVE_USELOCALE 1
1045 #endif
1046
1047 /* Define to 1 if you have the `usleep' function. */
1048 #ifndef MAGICKCORE_HAVE_USLEEP
1049 #define MAGICKCORE_HAVE_USLEEP 1
1050 #endif
1051
1052 /* Define to 1 if you have the `utime' function. */
1053 #ifndef MAGICKCORE_HAVE_UTIME
1054 #define MAGICKCORE_HAVE_UTIME 1
1055 #endif
1056
1057 /* Define to 1 if you have the `vfork' function. */
1058 #ifndef MAGICKCORE_HAVE_VFORK
1059 #define MAGICKCORE_HAVE_VFORK 1
1060 #endif
1061
1062 /* Define to 1 if you have the <vfork.h> header file. */
1063 /* #undef HAVE_VFORK_H */
1064
1065 /* Define to 1 if you have the `vfprintf' function. */
1066 #ifndef MAGICKCORE_HAVE_VFPRINTF
1067 #define MAGICKCORE_HAVE_VFPRINTF 1
1068 #endif
1069
1070 /* Define to 1 if you have the `vfprintf_l' function. */
1071 /* #undef HAVE_VFPRINTF_L */
1072
1073 /* Define to 1 if you have the `vprintf' function. */
1074 #ifndef MAGICKCORE_HAVE_VPRINTF
1075 #define MAGICKCORE_HAVE_VPRINTF 1
1076 #endif
1077
1078 /* Define to 1 if you have the `vsnprintf' function. */
1079 #ifndef MAGICKCORE_HAVE_VSNPRINTF
1080 #define MAGICKCORE_HAVE_VSNPRINTF 1
1081 #endif
1082
1083 /* Define to 1 if you have the `vsnprintf_l' function. */
1084 /* #undef HAVE_VSNPRINTF_L */
1085
1086 /* Define to 1 if you have the `vsprintf' function. */
1087 #ifndef MAGICKCORE_HAVE_VSPRINTF
1088 #define MAGICKCORE_HAVE_VSPRINTF 1
1089 #endif
1090
1091 /* Define to 1 if you have the `waitpid' function. */
1092 #ifndef MAGICKCORE_HAVE_WAITPID
1093 #define MAGICKCORE_HAVE_WAITPID 1
1094 #endif
1095
1096 /* Define to 1 if you have the <wchar.h> header file. */
1097 #ifndef MAGICKCORE_HAVE_WCHAR_H
1098 #define MAGICKCORE_HAVE_WCHAR_H 1
1099 #endif
1100
1101 /* Define to 1 if you have the <windows.h> header file. */
1102 /* #undef HAVE_WINDOWS_H */
1103
1104 /* This value is set to 1 to indicate that the system argz facility works */
1105 #ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1106 #define MAGICKCORE_HAVE_WORKING_ARGZ 1
1107 #endif
1108
1109 /* Define to 1 if `fork' works. */
1110 #ifndef MAGICKCORE_HAVE_WORKING_FORK
1111 #define MAGICKCORE_HAVE_WORKING_FORK 1
1112 #endif
1113
1114 /* Define to 1 if `vfork' works. */
1115 #ifndef MAGICKCORE_HAVE_WORKING_VFORK
1116 #define MAGICKCORE_HAVE_WORKING_VFORK 1
1117 #endif
1118
1119 /* Define to 1 if you have the <xlocale.h> header file. */
1120 #ifndef MAGICKCORE_HAVE_XLOCALE_H
1121 #define MAGICKCORE_HAVE_XLOCALE_H 1
1122 #endif
1123
1124 /* Define to 1 if the system has the type `_Bool'. */
1125 #ifndef MAGICKCORE_HAVE__BOOL
1126 #define MAGICKCORE_HAVE__BOOL 1
1127 #endif
1128
1129 /* Define to 1 if you have the `_exit' function. */
1130 #ifndef MAGICKCORE_HAVE__EXIT
1131 #define MAGICKCORE_HAVE__EXIT 1
1132 #endif
1133
1134 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
1135 /* #undef HAVE__NSGETEXECUTABLEPATH */
1136
1137 /* Define to 1 if you have the `_pclose' function. */
1138 /* #undef HAVE__PCLOSE */
1139
1140 /* Define to 1 if you have the `_popen' function. */
1141 /* #undef HAVE__POPEN */
1142
1143 /* Define to 1 if you have the `_wfopen' function. */
1144 /* #undef HAVE__WFOPEN */
1145
1146 /* Define to 1 if you have the `_wstat' function. */
1147 /* #undef HAVE__WSTAT */
1148
1149 /* define if your compiler has __attribute__ */
1150 #ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1151 #define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1152 #endif
1153
1154 /* accurately represent the wide range of intensity levels in real scenes */
1155 /* #undef HDRI_SUPPORT */
1156
1157 /* Define if you have umem memory allocation library */
1158 /* #undef HasUMEM */
1159
1160 /* ImageMagick is formally installed under prefix */
1161 #ifndef MAGICKCORE_INSTALLED_SUPPORT
1162 #define MAGICKCORE_INSTALLED_SUPPORT 1
1163 #endif
1164
1165 /* Define if you have JBIG library */
1166 /* #undef JBIG_DELEGATE */
1167
1168 /* Define if you have JPEG version 2 "Jasper" library */
1169 #ifndef MAGICKCORE_JP2_DELEGATE
1170 #define MAGICKCORE_JP2_DELEGATE 1
1171 #endif
1172
1173 /* Define if you have JPEG library */
1174 #ifndef MAGICKCORE_JPEG_DELEGATE
1175 #define MAGICKCORE_JPEG_DELEGATE 1
1176 #endif
1177
1178 /* Define if you have LCMS (v1.11 or later) library */
1179 #ifndef MAGICKCORE_LCMS_DELEGATE
1180 #define MAGICKCORE_LCMS_DELEGATE 1
1181 #endif
1182
1183 /* Directory where architecture-dependent files live. */
1184 #ifndef MAGICKCORE_LIBRARY_PATH
1185 #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
1186 #endif
1187
1188 /* Subdirectory of lib where ImageMagick architecture dependent files are
1189    installed */
1190 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
1191 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
1192 #endif
1193
1194 /* Define if you have LQR library */
1195 /* #undef LQR_DELEGATE */
1196
1197 /* Define if using libltdl to support dynamically loadable modules */
1198 #ifndef MAGICKCORE_LTDL_DELEGATE
1199 #define MAGICKCORE_LTDL_DELEGATE 1
1200 #endif
1201
1202 /* Define if the OS needs help to load dependent libraries for dlopen(). */
1203 /* #undef LTDL_DLOPEN_DEPLIBS */
1204
1205 /* Define to the system default library search path. */
1206 #ifndef MAGICKCORE_LT_DLSEARCH_PATH
1207 #define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib/llvm:/usr/lib64/llvm:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
1208 #endif
1209
1210 /* The archive extension */
1211 #ifndef MAGICKCORE_LT_LIBEXT
1212 #define MAGICKCORE_LT_LIBEXT "a"
1213 #endif
1214
1215 /* The archive prefix */
1216 #ifndef MAGICKCORE_LT_LIBPREFIX
1217 #define MAGICKCORE_LT_LIBPREFIX "lib"
1218 #endif
1219
1220 /* Define to the extension used for runtime loadable modules, say, ".so". */
1221 #ifndef MAGICKCORE_LT_MODULE_EXT
1222 #define MAGICKCORE_LT_MODULE_EXT ".so"
1223 #endif
1224
1225 /* Define to the name of the environment variable that determines the run-time
1226    module search path. */
1227 #ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1228 #define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
1229 #endif
1230
1231 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1232    */
1233 #ifndef MAGICKCORE_LT_OBJDIR
1234 #define MAGICKCORE_LT_OBJDIR ".libs/"
1235 #endif
1236
1237 /* Define if you have lzma compression library */
1238 #ifndef MAGICKCORE_LZMA_DELEGATE
1239 #define MAGICKCORE_LZMA_DELEGATE 1
1240 #endif
1241
1242 /* Define to prepend to default font search path. */
1243 /* #undef MAGICK_FONT_PATH */
1244
1245 /* Magick API method prefix */
1246 /* #undef NAMESPACE_PREFIX */
1247
1248 /* Define to 1 if assertions should be disabled. */
1249 /* #undef NDEBUG */
1250
1251 /* Define if dlsym() requires a leading underscore in symbol names. */
1252 /* #undef NEED_USCORE */
1253
1254 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1255 /* #undef NO_MINUS_C_MINUS_O */
1256
1257 /* Define if you have OPENEXR library */
1258 /* #undef OPENEXR_DELEGATE */
1259
1260 /* Define to the address where bug reports for this package should be sent. */
1261 #ifndef MAGICKCORE_PACKAGE_BUGREPORT
1262 #define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
1263 #endif
1264
1265 /* Define to the full name of this package. */
1266 #ifndef MAGICKCORE_PACKAGE_NAME
1267 #define MAGICKCORE_PACKAGE_NAME "ImageMagick"
1268 #endif
1269
1270 /* Define to the full name and version of this package. */
1271 #ifndef MAGICKCORE_PACKAGE_STRING
1272 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0"
1273 #endif
1274
1275 /* Define to the one symbol short name of this package. */
1276 #ifndef MAGICKCORE_PACKAGE_TARNAME
1277 #define MAGICKCORE_PACKAGE_TARNAME "ImageMagick-7.0.0"
1278 #endif
1279
1280 /* Define to the home page for this package. */
1281 #ifndef MAGICKCORE_PACKAGE_URL
1282 #define MAGICKCORE_PACKAGE_URL ""
1283 #endif
1284
1285 /* Define to the version of this package. */
1286 #ifndef MAGICKCORE_PACKAGE_VERSION
1287 #define MAGICKCORE_PACKAGE_VERSION "7.0.0"
1288 #endif
1289
1290 /* Define if you have PNG library */
1291 #ifndef MAGICKCORE_PNG_DELEGATE
1292 #define MAGICKCORE_PNG_DELEGATE 1
1293 #endif
1294
1295 /* Define to necessary symbol if this constant uses a non-standard name on
1296    your system. */
1297 /* #undef PTHREAD_CREATE_JOINABLE */
1298
1299 /* Pixel cache threshold in MB (defaults to available memory) */
1300 /* #undef PixelCacheThreshold */
1301
1302 /* Number of bits in a pixel Quantum (8/16/32/64) */
1303 #ifndef MAGICKCORE_QUANTUM_DEPTH
1304 #define MAGICKCORE_QUANTUM_DEPTH 16
1305 #endif
1306
1307 /* Define as the return type of signal handlers (`int' or `void'). */
1308 #ifndef MAGICKCORE_RETSIGTYPE
1309 #define MAGICKCORE_RETSIGTYPE void
1310 #endif
1311
1312 /* Define if you have RSVG library */
1313 /* #undef RSVG_DELEGATE */
1314
1315 /* Define to the type of arg 1 for `select'. */
1316 #ifndef MAGICKCORE_SELECT_TYPE_ARG1
1317 #define MAGICKCORE_SELECT_TYPE_ARG1 int
1318 #endif
1319
1320 /* Define to the type of args 2, 3 and 4 for `select'. */
1321 #ifndef MAGICKCORE_SELECT_TYPE_ARG234
1322 #define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
1323 #endif
1324
1325 /* Define to the type of arg 5 for `select'. */
1326 #ifndef MAGICKCORE_SELECT_TYPE_ARG5
1327 #define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
1328 #endif
1329
1330 /* Directory where architecture-independent configuration files live. */
1331 #ifndef MAGICKCORE_SHARE_PATH
1332 #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
1333 #endif
1334
1335 /* Subdirectory of lib where architecture-independent configuration files
1336    live. */
1337 #ifndef MAGICKCORE_SHARE_RELATIVE_PATH
1338 #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
1339 #endif
1340
1341 /* The size of `off_t', as computed by sizeof. */
1342 #ifndef MAGICKCORE_SIZEOF_OFF_T
1343 #define MAGICKCORE_SIZEOF_OFF_T 8
1344 #endif
1345
1346 /* The size of `signed int', as computed by sizeof. */
1347 #ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1348 #define MAGICKCORE_SIZEOF_SIGNED_INT 4
1349 #endif
1350
1351 /* The size of `signed long', as computed by sizeof. */
1352 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1353 #define MAGICKCORE_SIZEOF_SIGNED_LONG 8
1354 #endif
1355
1356 /* The size of `signed long long', as computed by sizeof. */
1357 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1358 #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
1359 #endif
1360
1361 /* The size of `signed short', as computed by sizeof. */
1362 #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1363 #define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
1364 #endif
1365
1366 /* The size of `size_t', as computed by sizeof. */
1367 #ifndef MAGICKCORE_SIZEOF_SIZE_T
1368 #define MAGICKCORE_SIZEOF_SIZE_T 8
1369 #endif
1370
1371 /* The size of `ssize_t', as computed by sizeof. */
1372 #ifndef MAGICKCORE_SIZEOF_SSIZE_T
1373 #define MAGICKCORE_SIZEOF_SSIZE_T 8
1374 #endif
1375
1376 /* The size of `unsigned int', as computed by sizeof. */
1377 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1378 #define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
1379 #endif
1380
1381 /* The size of `unsigned int*', as computed by sizeof. */
1382 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1383 #define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
1384 #endif
1385
1386 /* The size of `unsigned long', as computed by sizeof. */
1387 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1388 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
1389 #endif
1390
1391 /* The size of `unsigned long long', as computed by sizeof. */
1392 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1393 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
1394 #endif
1395
1396 /* The size of `unsigned short', as computed by sizeof. */
1397 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1398 #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
1399 #endif
1400
1401 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1402 /* #undef STAT_MACROS_BROKEN */
1403
1404 /* Define to 1 if you have the ANSI C header files. */
1405 #ifndef MAGICKCORE_STDC_HEADERS
1406 #define MAGICKCORE_STDC_HEADERS 1
1407 #endif
1408
1409 /* Define if you have POSIX threads libraries and header files. */
1410 #ifndef MAGICKCORE_THREAD_SUPPORT
1411 #define MAGICKCORE_THREAD_SUPPORT 1
1412 #endif
1413
1414 /* Define if you have TIFF library */
1415 #ifndef MAGICKCORE_TIFF_DELEGATE
1416 #define MAGICKCORE_TIFF_DELEGATE 1
1417 #endif
1418
1419 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1420 #ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1421 #define MAGICKCORE_TIME_WITH_SYS_TIME 1
1422 #endif
1423
1424 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1425 /* #undef TM_IN_SYS_TIME */
1426
1427 /* Enable extensions on AIX 3, Interix.  */
1428 #ifndef _ALL_SOURCE
1429 # define _ALL_SOURCE 1
1430 #endif
1431 /* Enable GNU extensions on systems that have them.  */
1432 #ifndef _GNU_SOURCE
1433 # define _GNU_SOURCE 1
1434 #endif
1435 /* Enable threading extensions on Solaris.  */
1436 #ifndef _POSIX_PTHREAD_SEMANTICS
1437 # define _POSIX_PTHREAD_SEMANTICS 1
1438 #endif
1439 /* Enable extensions on HP NonStop.  */
1440 #ifndef _TANDEM_SOURCE
1441 # define _TANDEM_SOURCE 1
1442 #endif
1443 /* Enable general extensions on Solaris.  */
1444 #ifndef __EXTENSIONS__
1445 # define __EXTENSIONS__ 1
1446 #endif
1447
1448
1449 /* Define if you have WEBP library */
1450 /* #undef WEBP_DELEGATE */
1451
1452 /* Define to use the Windows GDI32 library */
1453 /* #undef WINGDI32_DELEGATE */
1454
1455 /* Define if using the dmalloc debugging malloc package */
1456 /* #undef WITH_DMALLOC */
1457
1458 /* Define if you have WMF library */
1459 /* #undef WMF_DELEGATE */
1460
1461 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1462    significant byte first (like Motorola and SPARC, unlike Intel). */
1463 #if defined AC_APPLE_UNIVERSAL_BUILD
1464 # if defined __BIG_ENDIAN__
1465 #  define WORDS_BIGENDIAN 1
1466 # endif
1467 #else
1468 # ifndef WORDS_BIGENDIAN
1469 /* #  undef WORDS_BIGENDIAN */
1470 # endif
1471 #endif
1472
1473 /* Location of X11 configure files */
1474 #ifndef MAGICKCORE_X11_CONFIGURE_PATH
1475 #define MAGICKCORE_X11_CONFIGURE_PATH ""
1476 #endif
1477
1478 /* Define if you have X11 library */
1479 #ifndef MAGICKCORE_X11_DELEGATE
1480 #define MAGICKCORE_X11_DELEGATE 1
1481 #endif
1482
1483 /* Define if you have XML library */
1484 #ifndef MAGICKCORE_XML_DELEGATE
1485 #define MAGICKCORE_XML_DELEGATE 1
1486 #endif
1487
1488 /* Define to 1 if the X Window System is missing or not being used. */
1489 /* #undef X_DISPLAY_MISSING */
1490
1491 /* Define if you have zlib compression library */
1492 #ifndef MAGICKCORE_ZLIB_DELEGATE
1493 #define MAGICKCORE_ZLIB_DELEGATE 1
1494 #endif
1495
1496 /* Number of bits in a file offset, on hosts where this is settable. */
1497 /* #undef _FILE_OFFSET_BITS */
1498
1499 /* enable run-time bounds-checking */
1500 /* #undef _FORTIFY_SOURCE */
1501
1502 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1503 /* #undef _LARGEFILE_SOURCE */
1504
1505 /* Define for large files, on AIX-style hosts. */
1506 /* #undef _LARGE_FILES */
1507
1508 /* Define to 1 if on MINIX. */
1509 /* #undef _MINIX */
1510
1511 /* Define this for the OpenCL Accelerator */
1512 /* #undef _OPENCL */
1513
1514 /* Define to 2 if the system does not provide POSIX.1 features except with
1515    this defined. */
1516 /* #undef _POSIX_1_SOURCE */
1517
1518 /* Define to 1 if you need to in order for `stat' and other things to work. */
1519 /* #undef _POSIX_SOURCE */
1520
1521 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1522    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1523    #define below would cause a syntax error. */
1524 /* #undef _UINT32_T */
1525
1526 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1527    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1528    #define below would cause a syntax error. */
1529 /* #undef _UINT64_T */
1530
1531 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1532    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1533    #define below would cause a syntax error. */
1534 /* #undef _UINT8_T */
1535
1536 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
1537 #ifndef __CHAR_UNSIGNED__
1538 /* # undef __CHAR_UNSIGNED__ */
1539 #endif
1540
1541 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
1542 /* #undef __error_t_defined */
1543
1544 /* Define to appropriate substitue if compiler does not have __func__ */
1545 /* #undef __func__ */
1546
1547 /* Define to a type to use for `error_t' if it is not otherwise available. */
1548 /* #undef error_t */
1549
1550 /* Define to `int' if <sys/types.h> doesn't define. */
1551 /* #undef gid_t */
1552
1553 /* Define to `__inline__' or `__inline' if that's what the C compiler
1554    calls it, or to nothing if 'inline' is not supported under any name.  */
1555 #ifndef __cplusplus
1556 /* #undef inline */
1557 #endif
1558
1559 /* Define to the type of a signed integer type of width exactly 16 bits if
1560    such a type exists and the standard includes do not define it. */
1561 /* #undef int16_t */
1562
1563 /* Define to the type of a signed integer type of width exactly 32 bits if
1564    such a type exists and the standard includes do not define it. */
1565 /* #undef int32_t */
1566
1567 /* Define to the type of a signed integer type of width exactly 64 bits if
1568    such a type exists and the standard includes do not define it. */
1569 /* #undef int64_t */
1570
1571 /* Define to the type of a signed integer type of width exactly 8 bits if such
1572    a type exists and the standard includes do not define it. */
1573 /* #undef int8_t */
1574
1575 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1576    not define. */
1577 /* #undef intmax_t */
1578
1579 /* Define to the type of a signed integer type wide enough to hold a pointer,
1580    if such a type exists, and if the system does not define it. */
1581 /* #undef intptr_t */
1582
1583 /* Define to a type if <wchar.h> does not define. */
1584 /* #undef mbstate_t */
1585
1586 /* Define to `int' if <sys/types.h> does not define. */
1587 /* #undef mode_t */
1588
1589 /* Define to `long int' if <sys/types.h> does not define. */
1590 /* #undef off_t */
1591
1592 /* Define to `int' if <sys/types.h> does not define. */
1593 /* #undef pid_t */
1594
1595 /* Define to the equivalent of the C99 'restrict' keyword, or to
1596    nothing if this is not supported.  Do not define if restrict is
1597    supported directly.  */
1598 #ifndef _magickcore_restrict
1599 #define _magickcore_restrict __restrict
1600 #endif
1601 /* Work around a bug in Sun C++: it does not support _Restrict or
1602    __restrict__, even though the corresponding Sun C compiler ends up with
1603    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1604    previous line.  Perhaps some future version of Sun C++ will work with
1605    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1606 #if defined __SUNPRO_CC && !defined __RESTRICT
1607 # define _Restrict
1608 # define __restrict__
1609 #endif
1610
1611 /* Define to `unsigned int' if <sys/types.h> does not define. */
1612 /* #undef size_t */
1613
1614 /* Define to `int' if <sys/types.h> does not define. */
1615 /* #undef ssize_t */
1616
1617 /* Define to `int' if <sys/types.h> doesn't define. */
1618 /* #undef uid_t */
1619
1620 /* Define to the type of an unsigned integer type of width exactly 16 bits if
1621    such a type exists and the standard includes do not define it. */
1622 /* #undef uint16_t */
1623
1624 /* Define to the type of an unsigned integer type of width exactly 32 bits if
1625    such a type exists and the standard includes do not define it. */
1626 /* #undef uint32_t */
1627
1628 /* Define to the type of an unsigned integer type of width exactly 64 bits if
1629    such a type exists and the standard includes do not define it. */
1630 /* #undef uint64_t */
1631
1632 /* Define to the type of an unsigned integer type of width exactly 8 bits if
1633    such a type exists and the standard includes do not define it. */
1634 /* #undef uint8_t */
1635
1636 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1637    do not define. */
1638 /* #undef uintmax_t */
1639
1640 /* Define to the type of an unsigned integer type wide enough to hold a
1641    pointer, if such a type exists, and if the system does not define it. */
1642 /* #undef uintptr_t */
1643
1644 /* Define as `fork' if `vfork' does not work. */
1645 /* #undef vfork */
1646
1647 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1648    code using `volatile' can become incorrect without. Disable with care. */
1649 /* #undef volatile */
1650  
1651 /* once: _MAGICKCORE_MAGICK_CONFIG_H */
1652 #endif