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