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