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