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