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