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