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