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