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