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