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