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