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