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