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