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