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