MagickCore  6.8.9
magick-baseconfig.h
Go to the documentation of this file.
1 #ifndef _MAGICK_MAGICK_BASECONFIG_H
2 #define _MAGICK_MAGICK_BASECONFIG_H 1
3 
4 /* magick/magick-baseconfig.h. Generated automatically at end of configure. */
5 /* config/config.h. Generated from config.h.in by configure. */
6 /* config/config.h.in. Generated from configure.ac by autoheader. */
7 
8 /* Define if building universal (internal helper macro) */
9 /* #undef AC_APPLE_UNIVERSAL_BUILD */
10 
11 /* Define if you have AUTOTRACE library */
12 /* #undef AUTOTRACE_DELEGATE */
13 
14 /* Define if coders and filters are to be built as modules. */
15 /* #undef BUILD_MODULES */
16 
17 /* Define if you have the bzip2 library */
18 #ifndef MAGICKCORE_BZLIB_DELEGATE
19 #define MAGICKCORE_BZLIB_DELEGATE 1
20 #endif
21 
22 /* Define if you have CAIRO library */
23 /* #undef CAIRO_DELEGATE */
24 
25 /* permit enciphering and deciphering image pixels */
26 #ifndef MAGICKCORE_CIPHER_SUPPORT
27 #define MAGICKCORE_CIPHER_SUPPORT 1
28 #endif
29 
30 /* Define to 1 if the `closedir' function returns void instead of `int'. */
31 /* #undef CLOSEDIR_VOID */
32 
33 /* coders subdirectory. */
34 #ifndef MAGICKCORE_CODER_DIRNAME
35 #define MAGICKCORE_CODER_DIRNAME "coders"
36 #endif
37 
38 /* Directory where architecture-dependent configuration files live. */
39 #ifndef MAGICKCORE_CONFIGURE_PATH
40 #define MAGICKCORE_CONFIGURE_PATH "/etc/ImageMagick-6/"
41 #endif
42 
43 /* Subdirectory of lib where architecture-dependent configuration files live.
44  */
45 #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
46 #define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6"
47 #endif
48 
49 /* Define if you have DJVU library */
50 #ifndef MAGICKCORE_DJVU_DELEGATE
51 #define MAGICKCORE_DJVU_DELEGATE 1
52 #endif
53 
54 /* Directory where ImageMagick documents live. */
55 #ifndef MAGICKCORE_DOCUMENTATION_PATH
56 #define MAGICKCORE_DOCUMENTATION_PATH "/usr/share/doc/ImageMagick-6/"
57 #endif
58 
59 /* Define if you have Display Postscript */
60 /* #undef DPS_DELEGATE */
61 
62 /* exclude deprecated methods in MagickCore API */
63 /* #undef EXCLUDE_DEPRECATED */
64 
65 /* Directory where executables are installed. */
66 #ifndef MAGICKCORE_EXECUTABLE_PATH
67 #define MAGICKCORE_EXECUTABLE_PATH "/usr/bin/"
68 #endif
69 
70 /* Define if you have FFTW library */
71 #ifndef MAGICKCORE_FFTW_DELEGATE
72 #define MAGICKCORE_FFTW_DELEGATE 1
73 #endif
74 
75 /* filter subdirectory. */
76 #ifndef MAGICKCORE_FILTER_DIRNAME
77 #define MAGICKCORE_FILTER_DIRNAME "filters"
78 #endif
79 
80 /* Define if you have 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 /* #undef HAVE_LCMS2_H */
376 
377 /* Define if you have the <lcms2/lcms2.h> header file. */
378 /* #undef HAVE_LCMS2_LCMS2_H */
379 
380 /* Define if you have the <lcms.h> header file. */
381 /* #undef HAVE_LCMS_H */
382 
383 /* Define if you have the <lcms/lcms.h> header file. */
384 /* #undef HAVE_LCMS_LCMS_H */
385 
386 /* Define to 1 if you have the `gcov' library (-lgcov). */
387 /* #undef HAVE_LIBGCOV */
388 
389 /* Define to 1 if you have the <limits.h> header file. */
390 #ifndef MAGICKCORE_HAVE_LIMITS_H
391 #define MAGICKCORE_HAVE_LIMITS_H 1
392 #endif
393 
394 /* Define to 1 if you have the <linux/unistd.h> header file. */
395 #ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
396 #define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
397 #endif
398 
399 /* Define to 1 if you have the `lltostr' function. */
400 /* #undef HAVE_LLTOSTR */
401 
402 /* Define to 1 if you have the <locale.h> header file. */
403 #ifndef MAGICKCORE_HAVE_LOCALE_H
404 #define MAGICKCORE_HAVE_LOCALE_H 1
405 #endif
406 
407 /* Define to 1 if you have the `localtime_r' function. */
408 #ifndef MAGICKCORE_HAVE_LOCALTIME_R
409 #define MAGICKCORE_HAVE_LOCALTIME_R 1
410 #endif
411 
412 /* Define to 1 if the system has the type `long double'. */
413 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE
414 #define MAGICKCORE_HAVE_LONG_DOUBLE 1
415 #endif
416 
417 /* Define to 1 if the type `long double' works and has more range or precision
418  than `double'. */
419 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
420 #define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
421 #endif
422 
423 /* Define to 1 if the system has the type 'long long int'. */
424 #ifndef MAGICKCORE_HAVE_LONG_LONG_INT
425 #define MAGICKCORE_HAVE_LONG_LONG_INT 1
426 #endif
427 
428 /* Define to 1 if you have the `lstat' function. */
429 #ifndef MAGICKCORE_HAVE_LSTAT
430 #define MAGICKCORE_HAVE_LSTAT 1
431 #endif
432 
433 /* Define to 1 if you have the <machine/param.h> header file. */
434 /* #undef HAVE_MACHINE_PARAM_H */
435 
436 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
437 /* #undef HAVE_MACH_O_DYLD_H */
438 
439 /* Define to 1 if <wchar.h> declares mbstate_t. */
440 #ifndef MAGICKCORE_HAVE_MBSTATE_T
441 #define MAGICKCORE_HAVE_MBSTATE_T 1
442 #endif
443 
444 /* Define to 1 if you have the `memmove' function. */
445 #ifndef MAGICKCORE_HAVE_MEMMOVE
446 #define MAGICKCORE_HAVE_MEMMOVE 1
447 #endif
448 
449 /* Define to 1 if you have the <memory.h> header file. */
450 #ifndef MAGICKCORE_HAVE_MEMORY_H
451 #define MAGICKCORE_HAVE_MEMORY_H 1
452 #endif
453 
454 /* Define to 1 if you have the `memset' function. */
455 #ifndef MAGICKCORE_HAVE_MEMSET
456 #define MAGICKCORE_HAVE_MEMSET 1
457 #endif
458 
459 /* Define to 1 if you have the `mkstemp' function. */
460 #ifndef MAGICKCORE_HAVE_MKSTEMP
461 #define MAGICKCORE_HAVE_MKSTEMP 1
462 #endif
463 
464 /* Define to 1 if you have a working `mmap' system call. */
465 #ifndef MAGICKCORE_HAVE_MMAP
466 #define MAGICKCORE_HAVE_MMAP 1
467 #endif
468 
469 /* Define to 1 if you have the `munmap' function. */
470 #ifndef MAGICKCORE_HAVE_MUNMAP
471 #define MAGICKCORE_HAVE_MUNMAP 1
472 #endif
473 
474 /* define if the compiler implements namespaces */
475 #ifndef MAGICKCORE_HAVE_NAMESPACES
476 #define MAGICKCORE_HAVE_NAMESPACES
477 #endif
478 
479 /* Define if g++ supports namespace std. */
480 #ifndef MAGICKCORE_HAVE_NAMESPACE_STD
481 #define MAGICKCORE_HAVE_NAMESPACE_STD
482 #endif
483 
484 /* Define to 1 if you have the `nanosleep' function. */
485 #ifndef MAGICKCORE_HAVE_NANOSLEEP
486 #define MAGICKCORE_HAVE_NANOSLEEP 1
487 #endif
488 
489 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
490 /* #undef HAVE_NDIR_H */
491 
492 /* Define to 1 if you have the <netinet/in.h> header file. */
493 #ifndef MAGICKCORE_HAVE_NETINET_IN_H
494 #define MAGICKCORE_HAVE_NETINET_IN_H 1
495 #endif
496 
497 /* Define to 1 if you have the `newlocale' function. */
498 #ifndef MAGICKCORE_HAVE_NEWLOCALE
499 #define MAGICKCORE_HAVE_NEWLOCALE 1
500 #endif
501 
502 /* Define to 1 if you have the <OpenCL/cl.h> header file. */
503 /* #undef HAVE_OPENCL_CL_H */
504 
505 /* Define to 1 if you have the <OS.h> header file. */
506 /* #undef HAVE_OS_H */
507 
508 /* Define to 1 if you have the `pclose' function. */
509 #ifndef MAGICKCORE_HAVE_PCLOSE
510 #define MAGICKCORE_HAVE_PCLOSE 1
511 #endif
512 
513 /* Define to 1 if you have the `poll' function. */
514 #ifndef MAGICKCORE_HAVE_POLL
515 #define MAGICKCORE_HAVE_POLL 1
516 #endif
517 
518 /* Define to 1 if you have the `popen' function. */
519 #ifndef MAGICKCORE_HAVE_POPEN
520 #define MAGICKCORE_HAVE_POPEN 1
521 #endif
522 
523 /* Define to 1 if you have the `posix_fadvise' function. */
524 #ifndef MAGICKCORE_HAVE_POSIX_FADVISE
525 #define MAGICKCORE_HAVE_POSIX_FADVISE 1
526 #endif
527 
528 /* Define to 1 if you have the `posix_fallocate' function. */
529 #ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
530 #define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
531 #endif
532 
533 /* Define to 1 if you have the `posix_madvise' function. */
534 #ifndef MAGICKCORE_HAVE_POSIX_MADVISE
535 #define MAGICKCORE_HAVE_POSIX_MADVISE 1
536 #endif
537 
538 /* Define to 1 if you have the `posix_memalign' function. */
539 #ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
540 #define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
541 #endif
542 
543 /* Define to 1 if you have the `posix_spawnp' function. */
544 #ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
545 #define MAGICKCORE_HAVE_POSIX_SPAWNP 1
546 #endif
547 
548 /* Define to 1 if you have the `pow' function. */
549 #ifndef MAGICKCORE_HAVE_POW
550 #define MAGICKCORE_HAVE_POW 1
551 #endif
552 
553 /* Define to 1 if you have the `pread' function. */
554 #ifndef MAGICKCORE_HAVE_PREAD
555 #define MAGICKCORE_HAVE_PREAD 1
556 #endif
557 
558 /* Define to 1 if you have the <process.h> header file. */
559 /* #undef HAVE_PROCESS_H */
560 
561 /* Define if you have POSIX threads libraries and header files. */
562 #ifndef MAGICKCORE_HAVE_PTHREAD
563 #define MAGICKCORE_HAVE_PTHREAD 1
564 #endif
565 
566 /* Have PTHREAD_PRIO_INHERIT. */
567 #ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
568 #define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
569 #endif
570 
571 /* Define to 1 if you have the `pwrite' function. */
572 #ifndef MAGICKCORE_HAVE_PWRITE
573 #define MAGICKCORE_HAVE_PWRITE 1
574 #endif
575 
576 /* Define to 1 if you have the `qsort_r' function. */
577 #ifndef MAGICKCORE_HAVE_QSORT_R
578 #define MAGICKCORE_HAVE_QSORT_R 1
579 #endif
580 
581 /* Define to 1 if you have the `raise' function. */
582 #ifndef MAGICKCORE_HAVE_RAISE
583 #define MAGICKCORE_HAVE_RAISE 1
584 #endif
585 
586 /* Define to 1 if you have the `rand_r' function. */
587 #ifndef MAGICKCORE_HAVE_RAND_R
588 #define MAGICKCORE_HAVE_RAND_R 1
589 #endif
590 
591 /* Define to 1 if you have the `readdir_r' function. */
592 #ifndef MAGICKCORE_HAVE_READDIR_R
593 #define MAGICKCORE_HAVE_READDIR_R 1
594 #endif
595 
596 /* Define to 1 if you have the `readlink' function. */
597 #ifndef MAGICKCORE_HAVE_READLINK
598 #define MAGICKCORE_HAVE_READLINK 1
599 #endif
600 
601 /* Define to 1 if you have the `realpath' function. */
602 #ifndef MAGICKCORE_HAVE_REALPATH
603 #define MAGICKCORE_HAVE_REALPATH 1
604 #endif
605 
606 /* Define to 1 if you have the `seekdir' function. */
607 #ifndef MAGICKCORE_HAVE_SEEKDIR
608 #define MAGICKCORE_HAVE_SEEKDIR 1
609 #endif
610 
611 /* Define to 1 if you have the `select' function. */
612 #ifndef MAGICKCORE_HAVE_SELECT
613 #define MAGICKCORE_HAVE_SELECT 1
614 #endif
615 
616 /* Define to 1 if you have the `setlocale' function. */
617 #ifndef MAGICKCORE_HAVE_SETLOCALE
618 #define MAGICKCORE_HAVE_SETLOCALE 1
619 #endif
620 
621 /* Define to 1 if you have the `setvbuf' function. */
622 #ifndef MAGICKCORE_HAVE_SETVBUF
623 #define MAGICKCORE_HAVE_SETVBUF 1
624 #endif
625 
626 /* X11 server supports shape extension */
627 #ifndef MAGICKCORE_HAVE_SHAPE
628 #define MAGICKCORE_HAVE_SHAPE 1
629 #endif
630 
631 /* X11 server supports shared memory extension */
632 #ifndef MAGICKCORE_HAVE_SHARED_MEMORY
633 #define MAGICKCORE_HAVE_SHARED_MEMORY 1
634 #endif
635 
636 /* Define to 1 if you have the `sigaction' function. */
637 #ifndef MAGICKCORE_HAVE_SIGACTION
638 #define MAGICKCORE_HAVE_SIGACTION 1
639 #endif
640 
641 /* Define to 1 if you have the `sigemptyset' function. */
642 #ifndef MAGICKCORE_HAVE_SIGEMPTYSET
643 #define MAGICKCORE_HAVE_SIGEMPTYSET 1
644 #endif
645 
646 /* Define to 1 if you have the `socket' function. */
647 #ifndef MAGICKCORE_HAVE_SOCKET
648 #define MAGICKCORE_HAVE_SOCKET 1
649 #endif
650 
651 /* Define to 1 if you have the `spawnvp' function. */
652 /* #undef HAVE_SPAWNVP */
653 
654 /* Define to 1 if you have the `sqrt' function. */
655 #ifndef MAGICKCORE_HAVE_SQRT
656 #define MAGICKCORE_HAVE_SQRT 1
657 #endif
658 
659 /* Define to 1 if you have the `stat' function. */
660 #ifndef MAGICKCORE_HAVE_STAT
661 #define MAGICKCORE_HAVE_STAT 1
662 #endif
663 
664 /* Define to 1 if you have the <stdarg.h> header file. */
665 #ifndef MAGICKCORE_HAVE_STDARG_H
666 #define MAGICKCORE_HAVE_STDARG_H 1
667 #endif
668 
669 /* Define to 1 if stdbool.h conforms to C99. */
670 #ifndef MAGICKCORE_HAVE_STDBOOL_H
671 #define MAGICKCORE_HAVE_STDBOOL_H 1
672 #endif
673 
674 /* Define to 1 if you have the <stdint.h> header file. */
675 #ifndef MAGICKCORE_HAVE_STDINT_H
676 #define MAGICKCORE_HAVE_STDINT_H 1
677 #endif
678 
679 /* Define to 1 if you have the <stdlib.h> header file. */
680 #ifndef MAGICKCORE_HAVE_STDLIB_H
681 #define MAGICKCORE_HAVE_STDLIB_H 1
682 #endif
683 
684 /* define if the compiler supports ISO C++ standard library */
685 #ifndef MAGICKCORE_HAVE_STD_LIBS
686 #define MAGICKCORE_HAVE_STD_LIBS
687 #endif
688 
689 /* Define to 1 if you have the `strcasecmp' function. */
690 #ifndef MAGICKCORE_HAVE_STRCASECMP
691 #define MAGICKCORE_HAVE_STRCASECMP 1
692 #endif
693 
694 /* Define to 1 if you have the `strchr' function. */
695 #ifndef MAGICKCORE_HAVE_STRCHR
696 #define MAGICKCORE_HAVE_STRCHR 1
697 #endif
698 
699 /* Define to 1 if you have the `strcspn' function. */
700 #ifndef MAGICKCORE_HAVE_STRCSPN
701 #define MAGICKCORE_HAVE_STRCSPN 1
702 #endif
703 
704 /* Define to 1 if you have the `strdup' function. */
705 #ifndef MAGICKCORE_HAVE_STRDUP
706 #define MAGICKCORE_HAVE_STRDUP 1
707 #endif
708 
709 /* Define to 1 if you have the `strerror' function. */
710 #ifndef MAGICKCORE_HAVE_STRERROR
711 #define MAGICKCORE_HAVE_STRERROR 1
712 #endif
713 
714 /* Define to 1 if you have the `strerror_r' function. */
715 #ifndef MAGICKCORE_HAVE_STRERROR_R
716 #define MAGICKCORE_HAVE_STRERROR_R 1
717 #endif
718 
719 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
720 #ifndef MAGICKCORE_HAVE_STRINGIZE
721 #define MAGICKCORE_HAVE_STRINGIZE 1
722 #endif
723 
724 /* Define to 1 if you have the <strings.h> header file. */
725 #ifndef MAGICKCORE_HAVE_STRINGS_H
726 #define MAGICKCORE_HAVE_STRINGS_H 1
727 #endif
728 
729 /* Define to 1 if you have the <string.h> header file. */
730 #ifndef MAGICKCORE_HAVE_STRING_H
731 #define MAGICKCORE_HAVE_STRING_H 1
732 #endif
733 
734 /* Define to 1 if you have the `strlcat' function. */
735 /* #undef HAVE_STRLCAT */
736 
737 /* Define to 1 if you have the `strlcpy' function. */
738 /* #undef HAVE_STRLCPY */
739 
740 /* Define to 1 if you have the `strncasecmp' function. */
741 #ifndef MAGICKCORE_HAVE_STRNCASECMP
742 #define MAGICKCORE_HAVE_STRNCASECMP 1
743 #endif
744 
745 /* Define to 1 if you have the `strpbrk' function. */
746 #ifndef MAGICKCORE_HAVE_STRPBRK
747 #define MAGICKCORE_HAVE_STRPBRK 1
748 #endif
749 
750 /* Define to 1 if you have the `strrchr' function. */
751 #ifndef MAGICKCORE_HAVE_STRRCHR
752 #define MAGICKCORE_HAVE_STRRCHR 1
753 #endif
754 
755 /* Define to 1 if you have the `strspn' function. */
756 #ifndef MAGICKCORE_HAVE_STRSPN
757 #define MAGICKCORE_HAVE_STRSPN 1
758 #endif
759 
760 /* Define to 1 if you have the `strstr' function. */
761 #ifndef MAGICKCORE_HAVE_STRSTR
762 #define MAGICKCORE_HAVE_STRSTR 1
763 #endif
764 
765 /* Define to 1 if you have the `strtod' function. */
766 #ifndef MAGICKCORE_HAVE_STRTOD
767 #define MAGICKCORE_HAVE_STRTOD 1
768 #endif
769 
770 /* Define to 1 if you have the `strtod_l' function. */
771 #ifndef MAGICKCORE_HAVE_STRTOD_L
772 #define MAGICKCORE_HAVE_STRTOD_L 1
773 #endif
774 
775 /* Define to 1 if you have the `strtol' function. */
776 #ifndef MAGICKCORE_HAVE_STRTOL
777 #define MAGICKCORE_HAVE_STRTOL 1
778 #endif
779 
780 /* Define to 1 if you have the `strtoul' function. */
781 #ifndef MAGICKCORE_HAVE_STRTOUL
782 #define MAGICKCORE_HAVE_STRTOUL 1
783 #endif
784 
785 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
786 #ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
787 #define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
788 #endif
789 
790 /* Define to 1 if you have the <sun_prefetch.h> header file. */
791 /* #undef HAVE_SUN_PREFETCH_H */
792 
793 /* Define to 1 if you have the `symlink' function. */
794 #ifndef MAGICKCORE_HAVE_SYMLINK
795 #define MAGICKCORE_HAVE_SYMLINK 1
796 #endif
797 
798 /* Define to 1 if you have the `sysconf' function. */
799 #ifndef MAGICKCORE_HAVE_SYSCONF
800 #define MAGICKCORE_HAVE_SYSCONF 1
801 #endif
802 
803 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
804  */
805 /* #undef HAVE_SYS_DIR_H */
806 
807 /* Define to 1 if you have the <sys/ipc.h> header file. */
808 #ifndef MAGICKCORE_HAVE_SYS_IPC_H
809 #define MAGICKCORE_HAVE_SYS_IPC_H 1
810 #endif
811 
812 /* Define to 1 if you have the <sys/mman.h> header file. */
813 #ifndef MAGICKCORE_HAVE_SYS_MMAN_H
814 #define MAGICKCORE_HAVE_SYS_MMAN_H 1
815 #endif
816 
817 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
818  */
819 /* #undef HAVE_SYS_NDIR_H */
820 
821 /* Define to 1 if you have the <sys/param.h> header file. */
822 #ifndef MAGICKCORE_HAVE_SYS_PARAM_H
823 #define MAGICKCORE_HAVE_SYS_PARAM_H 1
824 #endif
825 
826 /* Define to 1 if you have the <sys/resource.h> header file. */
827 #ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
828 #define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
829 #endif
830 
831 /* Define to 1 if you have the <sys/select.h> header file. */
832 #ifndef MAGICKCORE_HAVE_SYS_SELECT_H
833 #define MAGICKCORE_HAVE_SYS_SELECT_H 1
834 #endif
835 
836 /* Define to 1 if you have the <sys/socket.h> header file. */
837 #ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
838 #define MAGICKCORE_HAVE_SYS_SOCKET_H 1
839 #endif
840 
841 /* Define to 1 if you have the <sys/stat.h> header file. */
842 #ifndef MAGICKCORE_HAVE_SYS_STAT_H
843 #define MAGICKCORE_HAVE_SYS_STAT_H 1
844 #endif
845 
846 /* Define to 1 if you have the <sys/syslimits.h> header file. */
847 /* #undef HAVE_SYS_SYSLIMITS_H */
848 
849 /* Define to 1 if you have the <sys/timeb.h> header file. */
850 #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
851 #define MAGICKCORE_HAVE_SYS_TIMEB_H 1
852 #endif
853 
854 /* Define to 1 if you have the <sys/times.h> header file. */
855 #ifndef MAGICKCORE_HAVE_SYS_TIMES_H
856 #define MAGICKCORE_HAVE_SYS_TIMES_H 1
857 #endif
858 
859 /* Define to 1 if you have the <sys/time.h> header file. */
860 #ifndef MAGICKCORE_HAVE_SYS_TIME_H
861 #define MAGICKCORE_HAVE_SYS_TIME_H 1
862 #endif
863 
864 /* Define to 1 if you have the <sys/types.h> header file. */
865 #ifndef MAGICKCORE_HAVE_SYS_TYPES_H
866 #define MAGICKCORE_HAVE_SYS_TYPES_H 1
867 #endif
868 
869 /* Define to 1 if you have the <sys/wait.h> header file. */
870 #ifndef MAGICKCORE_HAVE_SYS_WAIT_H
871 #define MAGICKCORE_HAVE_SYS_WAIT_H 1
872 #endif
873 
874 /* Define to 1 if you have the `telldir' function. */
875 #ifndef MAGICKCORE_HAVE_TELLDIR
876 #define MAGICKCORE_HAVE_TELLDIR 1
877 #endif
878 
879 /* Define to 1 if you have the `tempnam' function. */
880 #ifndef MAGICKCORE_HAVE_TEMPNAM
881 #define MAGICKCORE_HAVE_TEMPNAM 1
882 #endif
883 
884 /* Define to 1 if you have the <tiffconf.h> header file. */
885 #ifndef MAGICKCORE_HAVE_TIFFCONF_H
886 #define MAGICKCORE_HAVE_TIFFCONF_H 1
887 #endif
888 
889 /* Define to 1 if you have the `TIFFIsBigEndian' function. */
890 #ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
891 #define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
892 #endif
893 
894 /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
895 #ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
896 #define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
897 #endif
898 
899 /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
900 #ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
901 #define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
902 #endif
903 
904 /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
905 #ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
906 #define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
907 #endif
908 
909 /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
910 #ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
911 #define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
912 #endif
913 
914 /* Define to 1 if you have the `TIFFSetTagExtender' function. */
915 #ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
916 #define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
917 #endif
918 
919 /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
920 #ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
921 #define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
922 #endif
923 
924 /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
925 #ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
926 #define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
927 #endif
928 
929 /* Define to 1 if you have the `times' function. */
930 #ifndef MAGICKCORE_HAVE_TIMES
931 #define MAGICKCORE_HAVE_TIMES 1
932 #endif
933 
934 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
935  `HAVE_STRUCT_TM_TM_ZONE' instead. */
936 #ifndef MAGICKCORE_HAVE_TM_ZONE
937 #define MAGICKCORE_HAVE_TM_ZONE 1
938 #endif
939 
940 /* Define to 1 if you don't have `tm_zone' but do have the external array
941  `tzname'. */
942 /* #undef HAVE_TZNAME */
943 
944 /* Define to 1 if the system has the type `uintmax_t'. */
945 #ifndef MAGICKCORE_HAVE_UINTMAX_T
946 #define MAGICKCORE_HAVE_UINTMAX_T 1
947 #endif
948 
949 /* Define to 1 if the system has the type `uintptr_t'. */
950 #ifndef MAGICKCORE_HAVE_UINTPTR_T
951 #define MAGICKCORE_HAVE_UINTPTR_T 1
952 #endif
953 
954 /* Define to 1 if you have the `ulltostr' function. */
955 /* #undef HAVE_ULLTOSTR */
956 
957 /* Define to 1 if you have the <unistd.h> header file. */
958 #ifndef MAGICKCORE_HAVE_UNISTD_H
959 #define MAGICKCORE_HAVE_UNISTD_H 1
960 #endif
961 
962 /* Define to 1 if the system has the type 'unsigned long long int'. */
963 #ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
964 #define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
965 #endif
966 
967 /* Define to 1 if you have the `uselocale' function. */
968 #ifndef MAGICKCORE_HAVE_USELOCALE
969 #define MAGICKCORE_HAVE_USELOCALE 1
970 #endif
971 
972 /* Define to 1 if you have the `usleep' function. */
973 #ifndef MAGICKCORE_HAVE_USLEEP
974 #define MAGICKCORE_HAVE_USLEEP 1
975 #endif
976 
977 /* Define to 1 if you have the `utime' function. */
978 #ifndef MAGICKCORE_HAVE_UTIME
979 #define MAGICKCORE_HAVE_UTIME 1
980 #endif
981 
982 /* Define to 1 if you have the `vfork' function. */
983 #ifndef MAGICKCORE_HAVE_VFORK
984 #define MAGICKCORE_HAVE_VFORK 1
985 #endif
986 
987 /* Define to 1 if you have the <vfork.h> header file. */
988 /* #undef HAVE_VFORK_H */
989 
990 /* Define to 1 if you have the `vfprintf' function. */
991 #ifndef MAGICKCORE_HAVE_VFPRINTF
992 #define MAGICKCORE_HAVE_VFPRINTF 1
993 #endif
994 
995 /* Define to 1 if you have the `vfprintf_l' function. */
996 /* #undef HAVE_VFPRINTF_L */
997 
998 /* Define to 1 if you have the `vprintf' function. */
999 #ifndef MAGICKCORE_HAVE_VPRINTF
1000 #define MAGICKCORE_HAVE_VPRINTF 1
1001 #endif
1002 
1003 /* Define to 1 if you have the `vsnprintf' function. */
1004 #ifndef MAGICKCORE_HAVE_VSNPRINTF
1005 #define MAGICKCORE_HAVE_VSNPRINTF 1
1006 #endif
1007 
1008 /* Define to 1 if you have the `vsnprintf_l' function. */
1009 /* #undef HAVE_VSNPRINTF_L */
1010 
1011 /* Define to 1 if you have the `vsprintf' function. */
1012 #ifndef MAGICKCORE_HAVE_VSPRINTF
1013 #define MAGICKCORE_HAVE_VSPRINTF 1
1014 #endif
1015 
1016 /* Define to 1 if you have the `waitpid' function. */
1017 #ifndef MAGICKCORE_HAVE_WAITPID
1018 #define MAGICKCORE_HAVE_WAITPID 1
1019 #endif
1020 
1021 /* Define to 1 if you have the <wchar.h> header file. */
1022 #ifndef MAGICKCORE_HAVE_WCHAR_H
1023 #define MAGICKCORE_HAVE_WCHAR_H 1
1024 #endif
1025 
1026 /* Define to 1 if you have the <windows.h> header file. */
1027 /* #undef HAVE_WINDOWS_H */
1028 
1029 /* Define to 1 if `fork' works. */
1030 #ifndef MAGICKCORE_HAVE_WORKING_FORK
1031 #define MAGICKCORE_HAVE_WORKING_FORK 1
1032 #endif
1033 
1034 /* Define to 1 if `vfork' works. */
1035 #ifndef MAGICKCORE_HAVE_WORKING_VFORK
1036 #define MAGICKCORE_HAVE_WORKING_VFORK 1
1037 #endif
1038 
1039 /* Define to 1 if you have the <xlocale.h> header file. */
1040 #ifndef MAGICKCORE_HAVE_XLOCALE_H
1041 #define MAGICKCORE_HAVE_XLOCALE_H 1
1042 #endif
1043 
1044 /* Define to 1 if you have the `_aligned_malloc' function. */
1045 /* #undef HAVE__ALIGNED_MALLOC */
1046 
1047 /* Define to 1 if the system has the type `_Bool'. */
1048 #ifndef MAGICKCORE_HAVE__BOOL
1049 #define MAGICKCORE_HAVE__BOOL 1
1050 #endif
1051 
1052 /* Define to 1 if you have the `_exit' function. */
1053 #ifndef MAGICKCORE_HAVE__EXIT
1054 #define MAGICKCORE_HAVE__EXIT 1
1055 #endif
1056 
1057 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
1058 /* #undef HAVE__NSGETEXECUTABLEPATH */
1059 
1060 /* Define to 1 if you have the `_pclose' function. */
1061 /* #undef HAVE__PCLOSE */
1062 
1063 /* Define to 1 if you have the `_popen' function. */
1064 /* #undef HAVE__POPEN */
1065 
1066 /* Define to 1 if you have the `_wfopen' function. */
1067 /* #undef HAVE__WFOPEN */
1068 
1069 /* Define to 1 if you have the `_wstat' function. */
1070 /* #undef HAVE__WSTAT */
1071 
1072 /* define if your compiler has __attribute__ */
1073 #ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1074 #define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1075 #endif
1076 
1077 /* Whether hdri is enabled or not */
1078 #ifndef MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H
1079 #define MAGICKCORE_HDRI_ENABLE_OBSOLETE_IN_H 0
1080 #endif
1081 
1082 /* Define if you have umem memory allocation library */
1083 /* #undef HasUMEM */
1084 
1085 /* Directory where ImageMagick architecture headers live. */
1086 #ifndef MAGICKCORE_INCLUDEARCH_PATH
1087 #define MAGICKCORE_INCLUDEARCH_PATH "/usr/include/ImageMagick-6/"
1088 #endif
1089 
1090 /* Directory where ImageMagick headers live. */
1091 #ifndef MAGICKCORE_INCLUDE_PATH
1092 #define MAGICKCORE_INCLUDE_PATH "/usr/include/ImageMagick-6/"
1093 #endif
1094 
1095 /* ImageMagick is formally installed under prefix */
1096 #ifndef MAGICKCORE_INSTALLED_SUPPORT
1097 #define MAGICKCORE_INSTALLED_SUPPORT 1
1098 #endif
1099 
1100 /* Define if you have JBIG library */
1101 #ifndef MAGICKCORE_JBIG_DELEGATE
1102 #define MAGICKCORE_JBIG_DELEGATE 1
1103 #endif
1104 
1105 /* Define if you have JPEG library */
1106 /* #undef JPEG_DELEGATE */
1107 
1108 /* Define if you have LCMS (v1.11 or later) library */
1109 /* #undef LCMS_DELEGATE */
1110 
1111 /* Define if you have OPENJP2 library */
1112 /* #undef LIBOPENJP2_DELEGATE */
1113 
1114 /* Directory where architecture-dependent files live. */
1115 #ifndef MAGICKCORE_LIBRARY_PATH
1116 #define MAGICKCORE_LIBRARY_PATH "/usr/lib64/ImageMagick-6.8.9/"
1117 #endif
1118 
1119 /* Subdirectory of lib where ImageMagick architecture dependent files are
1120  installed */
1121 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
1122 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.8.9"
1123 #endif
1124 
1125 /* Binaries in libraries path base name (will be during install linked to bin)
1126  */
1127 #ifndef MAGICKCORE_LIB_BIN_BASEDIRNAME
1128 #define MAGICKCORE_LIB_BIN_BASEDIRNAME "bin"
1129 #endif
1130 
1131 /* Define if you have LQR library */
1132 /* #undef LQR_DELEGATE */
1133 
1134 /* Define if using libltdl to support dynamically loadable modules */
1135 /* #undef LTDL_DELEGATE */
1136 
1137 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1138  */
1139 #ifndef MAGICKCORE_LT_OBJDIR
1140 #define MAGICKCORE_LT_OBJDIR ".libs/"
1141 #endif
1142 
1143 /* Define if you have LZMA library */
1144 #ifndef MAGICKCORE_LZMA_DELEGATE
1145 #define MAGICKCORE_LZMA_DELEGATE 1
1146 #endif
1147 
1148 /* Define to prepend to default font search path. */
1149 /* #undef MAGICK_FONT_PATH */
1150 
1151 /* Target Host CPU */
1152 #ifndef MAGICKCORE_MAGICK_TARGET_CPU
1153 #define MAGICKCORE_MAGICK_TARGET_CPU x86_64
1154 #endif
1155 
1156 /* Target Host OS */
1157 #ifndef MAGICKCORE_MAGICK_TARGET_OS
1158 #define MAGICKCORE_MAGICK_TARGET_OS linux-gnu
1159 #endif
1160 
1161 /* Target Host Vendor */
1162 #ifndef MAGICKCORE_MAGICK_TARGET_VENDOR
1163 #define MAGICKCORE_MAGICK_TARGET_VENDOR unknown
1164 #endif
1165 
1166 /* Module directory name without ABI part. */
1167 #ifndef MAGICKCORE_MODULES_BASEDIRNAME
1168 #define MAGICKCORE_MODULES_BASEDIRNAME "modules"
1169 #endif
1170 
1171 /* Module directory dirname */
1172 /* #undef MODULES_DIRNAME */
1173 
1174 /* Magick API method prefix */
1175 /* #undef NAMESPACE_PREFIX */
1176 
1177 /* Define to 1 if assertions should be disabled. */
1178 /* #undef NDEBUG */
1179 
1180 /* Define if you have OPENEXR library */
1181 #ifndef MAGICKCORE_OPENEXR_DELEGATE
1182 #define MAGICKCORE_OPENEXR_DELEGATE 1
1183 #endif
1184 
1185 /* Name of package */
1186 #ifndef MAGICKCORE_PACKAGE
1187 #define MAGICKCORE_PACKAGE "ImageMagick"
1188 #endif
1189 
1190 /* Define to the address where bug reports for this package should be sent. */
1191 #ifndef MAGICKCORE_PACKAGE_BUGREPORT
1192 #define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
1193 #endif
1194 
1195 /* Define to the full name of this package. */
1196 #ifndef MAGICKCORE_PACKAGE_NAME
1197 #define MAGICKCORE_PACKAGE_NAME "ImageMagick"
1198 #endif
1199 
1200 /* Define to the full name and version of this package. */
1201 #ifndef MAGICKCORE_PACKAGE_STRING
1202 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.8.9-9"
1203 #endif
1204 
1205 /* Define to the one symbol short name of this package. */
1206 #ifndef MAGICKCORE_PACKAGE_TARNAME
1207 #define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
1208 #endif
1209 
1210 /* Define to the home page for this package. */
1211 #ifndef MAGICKCORE_PACKAGE_URL
1212 #define MAGICKCORE_PACKAGE_URL ""
1213 #endif
1214 
1215 /* Define to the version of this package. */
1216 #ifndef MAGICKCORE_PACKAGE_VERSION
1217 #define MAGICKCORE_PACKAGE_VERSION "6.8.9-9"
1218 #endif
1219 
1220 /* Define if you have PANGOCAIRO library */
1221 #ifndef MAGICKCORE_PANGOCAIRO_DELEGATE
1222 #define MAGICKCORE_PANGOCAIRO_DELEGATE 1
1223 #endif
1224 
1225 /* Define if you have PANGO library */
1226 #ifndef MAGICKCORE_PANGO_DELEGATE
1227 #define MAGICKCORE_PANGO_DELEGATE 1
1228 #endif
1229 
1230 /* Define if you have PNG library */
1231 #ifndef MAGICKCORE_PNG_DELEGATE
1232 #define MAGICKCORE_PNG_DELEGATE 1
1233 #endif
1234 
1235 /* Define to necessary symbol if this constant uses a non-standard name on
1236  your system. */
1237 /* #undef PTHREAD_CREATE_JOINABLE */
1238 
1239 /* Pixel cache threshold in MB (defaults to available memory) */
1240 /* #undef PixelCacheThreshold */
1241 
1242 /* Number of bits in a pixel Quantum (8/16/32/64) */
1243 #ifndef MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H
1244 #define MAGICKCORE_QUANTUM_DEPTH_OBSOLETE_IN_H 16
1245 #endif
1246 
1247 /* Define as the return type of signal handlers (`int' or `void'). */
1248 #ifndef MAGICKCORE_RETSIGTYPE
1249 #define MAGICKCORE_RETSIGTYPE void
1250 #endif
1251 
1252 /* Define if you have RSVG library */
1253 /* #undef RSVG_DELEGATE */
1254 
1255 /* Define to the type of arg 1 for `select'. */
1256 #ifndef MAGICKCORE_SELECT_TYPE_ARG1
1257 #define MAGICKCORE_SELECT_TYPE_ARG1 int
1258 #endif
1259 
1260 /* Define to the type of args 2, 3 and 4 for `select'. */
1261 #ifndef MAGICKCORE_SELECT_TYPE_ARG234
1262 #define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
1263 #endif
1264 
1265 /* Define to the type of arg 5 for `select'. */
1266 #ifndef MAGICKCORE_SELECT_TYPE_ARG5
1267 #define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
1268 #endif
1269 
1270 /* Sharearch directory name without ABI part. */
1271 #ifndef MAGICKCORE_SHAREARCH_BASEDIRNAME
1272 #define MAGICKCORE_SHAREARCH_BASEDIRNAME "config"
1273 #endif
1274 
1275 /* Sharearch directory dirname */
1276 /* #undef SHAREARCH_DIRNAME */
1277 
1278 /* Directory where architecture-independent configuration files live. */
1279 #ifndef MAGICKCORE_SHARE_PATH
1280 #define MAGICKCORE_SHARE_PATH "/usr/share/ImageMagick-6/"
1281 #endif
1282 
1283 /* Subdirectory of lib where architecture-independent configuration files
1284  live. */
1285 #ifndef MAGICKCORE_SHARE_RELATIVE_PATH
1286 #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-6"
1287 #endif
1288 
1289 /* The size of `double', as computed by sizeof. */
1290 #ifndef MAGICKCORE_SIZEOF_DOUBLE
1291 #define MAGICKCORE_SIZEOF_DOUBLE 8
1292 #endif
1293 
1294 /* The size of `double_t', as computed by sizeof. */
1295 #ifndef MAGICKCORE_SIZEOF_DOUBLE_T
1296 #define MAGICKCORE_SIZEOF_DOUBLE_T 8
1297 #endif
1298 
1299 /* The size of `float', as computed by sizeof. */
1300 #ifndef MAGICKCORE_SIZEOF_FLOAT
1301 #define MAGICKCORE_SIZEOF_FLOAT 4
1302 #endif
1303 
1304 /* The size of `float_t', as computed by sizeof. */
1305 #ifndef MAGICKCORE_SIZEOF_FLOAT_T
1306 #define MAGICKCORE_SIZEOF_FLOAT_T 4
1307 #endif
1308 
1309 /* The size of `long double', as computed by sizeof. */
1310 #ifndef MAGICKCORE_SIZEOF_LONG_DOUBLE
1311 #define MAGICKCORE_SIZEOF_LONG_DOUBLE 16
1312 #endif
1313 
1314 /* The size of `off_t', as computed by sizeof. */
1315 #ifndef MAGICKCORE_SIZEOF_OFF_T
1316 #define MAGICKCORE_SIZEOF_OFF_T 8
1317 #endif
1318 
1319 /* The size of `signed int', as computed by sizeof. */
1320 #ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1321 #define MAGICKCORE_SIZEOF_SIGNED_INT 4
1322 #endif
1323 
1324 /* The size of `signed long', as computed by sizeof. */
1325 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1326 #define MAGICKCORE_SIZEOF_SIGNED_LONG 8
1327 #endif
1328 
1329 /* The size of `signed long long', as computed by sizeof. */
1330 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1331 #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
1332 #endif
1333 
1334 /* The size of `signed short', as computed by sizeof. */
1335 #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1336 #define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
1337 #endif
1338 
1339 /* The size of `size_t', as computed by sizeof. */
1340 #ifndef MAGICKCORE_SIZEOF_SIZE_T
1341 #define MAGICKCORE_SIZEOF_SIZE_T 8
1342 #endif
1343 
1344 /* The size of `ssize_t', as computed by sizeof. */
1345 #ifndef MAGICKCORE_SIZEOF_SSIZE_T
1346 #define MAGICKCORE_SIZEOF_SSIZE_T 8
1347 #endif
1348 
1349 /* The size of `unsigned int', as computed by sizeof. */
1350 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1351 #define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
1352 #endif
1353 
1354 /* The size of `unsigned int*', as computed by sizeof. */
1355 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1356 #define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
1357 #endif
1358 
1359 /* The size of `unsigned long', as computed by sizeof. */
1360 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1361 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
1362 #endif
1363 
1364 /* The size of `unsigned long long', as computed by sizeof. */
1365 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1366 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
1367 #endif
1368 
1369 /* The size of `unsigned short', as computed by sizeof. */
1370 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1371 #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
1372 #endif
1373 
1374 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1375 /* #undef STAT_MACROS_BROKEN */
1376 
1377 /* Define to 1 if you have the ANSI C header files. */
1378 #ifndef MAGICKCORE_STDC_HEADERS
1379 #define MAGICKCORE_STDC_HEADERS 1
1380 #endif
1381 
1382 /* Define to 1 if strerror_r returns char *. */
1383 #ifndef MAGICKCORE_STRERROR_R_CHAR_P
1384 #define MAGICKCORE_STRERROR_R_CHAR_P 1
1385 #endif
1386 
1387 /* Define if you have POSIX threads libraries and header files. */
1388 #ifndef MAGICKCORE_THREAD_SUPPORT
1389 #define MAGICKCORE_THREAD_SUPPORT 1
1390 #endif
1391 
1392 /* Define if you have TIFF library */
1393 #ifndef MAGICKCORE_TIFF_DELEGATE
1394 #define MAGICKCORE_TIFF_DELEGATE 1
1395 #endif
1396 
1397 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1398 #ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1399 #define MAGICKCORE_TIME_WITH_SYS_TIME 1
1400 #endif
1401 
1402 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1403 /* #undef TM_IN_SYS_TIME */
1404 
1405 /* Enable extensions on AIX 3, Interix. */
1406 #ifndef _ALL_SOURCE
1407 # define _ALL_SOURCE 1
1408 #endif
1409 /* Enable GNU extensions on systems that have them. */
1410 #ifndef _GNU_SOURCE
1411 # define _GNU_SOURCE 1
1412 #endif
1413 /* Enable threading extensions on Solaris. */
1414 #ifndef _POSIX_PTHREAD_SEMANTICS
1415 # define _POSIX_PTHREAD_SEMANTICS 1
1416 #endif
1417 /* Enable extensions on HP NonStop. */
1418 #ifndef _TANDEM_SOURCE
1419 # define _TANDEM_SOURCE 1
1420 #endif
1421 /* Enable general extensions on Solaris. */
1422 #ifndef __EXTENSIONS__
1423 # define __EXTENSIONS__ 1
1424 #endif
1425 
1426 
1427 /* Version number of package */
1428 #ifndef MAGICKCORE_VERSION
1429 #define MAGICKCORE_VERSION "6.8.9-9"
1430 #endif
1431 
1432 /* Define if you have WEBP library */
1433 #ifndef MAGICKCORE_WEBP_DELEGATE
1434 #define MAGICKCORE_WEBP_DELEGATE 1
1435 #endif
1436 
1437 /* Define to use the Windows GDI32 library */
1438 /* #undef WINGDI32_DELEGATE */
1439 
1440 /* Define if using the dmalloc debugging malloc package */
1441 /* #undef WITH_DMALLOC */
1442 
1443 /* Define if you have wmflite library */
1444 /* #undef WMFLITE_DELEGATE */
1445 
1446 /* Define if you have wmf library */
1447 /* #undef WMF_DELEGATE */
1448 
1449 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1450  significant byte first (like Motorola and SPARC, unlike Intel). */
1451 #if defined AC_APPLE_UNIVERSAL_BUILD
1452 # if defined __BIG_ENDIAN__
1453 # define WORDS_BIGENDIAN 1
1454 # endif
1455 #else
1456 # ifndef WORDS_BIGENDIAN
1457 /* # undef WORDS_BIGENDIAN */
1458 # endif
1459 #endif
1460 
1461 /* Location of X11 configure files */
1462 #ifndef MAGICKCORE_X11_CONFIGURE_PATH
1463 #define MAGICKCORE_X11_CONFIGURE_PATH ""
1464 #endif
1465 
1466 /* Define if you have X11 library */
1467 #ifndef MAGICKCORE_X11_DELEGATE
1468 #define MAGICKCORE_X11_DELEGATE 1
1469 #endif
1470 
1471 /* Define if you have XML library */
1472 #ifndef MAGICKCORE_XML_DELEGATE
1473 #define MAGICKCORE_XML_DELEGATE 1
1474 #endif
1475 
1476 /* Define to 1 if the X Window System is missing or not being used. */
1477 /* #undef X_DISPLAY_MISSING */
1478 
1479 /* Build self-contained, embeddable, zero-configuration ImageMagick */
1480 /* #undef ZERO_CONFIGURATION_SUPPORT */
1481 
1482 /* Define if you have zlib compression library */
1483 #ifndef MAGICKCORE_ZLIB_DELEGATE
1484 #define MAGICKCORE_ZLIB_DELEGATE 1
1485 #endif
1486 
1487 /* Enable large inode numbers on Mac OS X 10.5. */
1488 #ifndef _DARWIN_USE_64_BIT_INODE
1489 # define _DARWIN_USE_64_BIT_INODE 1
1490 #endif
1491 
1492 /* Number of bits in a file offset, on hosts where this is settable. */
1493 /* #undef _FILE_OFFSET_BITS */
1494 
1495 /* enable run-time bounds-checking */
1496 /* #undef _FORTIFY_SOURCE */
1497 
1498 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1499 /* #undef _LARGEFILE_SOURCE */
1500 
1501 /* Define for large files, on AIX-style hosts. */
1502 /* #undef _LARGE_FILES */
1503 
1504 /* Define to 1 if on MINIX. */
1505 /* #undef _MINIX */
1506 
1507 /* Define this for the OpenCL Accelerator */
1508 /* #undef _OPENCL */
1509 
1510 /* Define to 2 if the system does not provide POSIX.1 features except with
1511  this defined. */
1512 /* #undef _POSIX_1_SOURCE */
1513 
1514 /* Define to 1 if you need to in order for `stat' and other things to work. */
1515 /* #undef _POSIX_SOURCE */
1516 
1517 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1518  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1519  #define below would cause a syntax error. */
1520 /* #undef _UINT32_T */
1521 
1522 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1523  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1524  #define below would cause a syntax error. */
1525 /* #undef _UINT64_T */
1526 
1527 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1528  <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1529  #define below would cause a syntax error. */
1530 /* #undef _UINT8_T */
1531 
1532 /* Define to 1 if type `char' is unsigned and you are not using gcc. */
1533 #ifndef __CHAR_UNSIGNED__
1534 /* # undef __CHAR_UNSIGNED__ */
1535 #endif
1536 
1537 /* Define to appropriate substitue if compiler does not have __func__ */
1538 /* #undef __func__ */
1539 
1540 /* Define to empty if `const' does not conform to ANSI C. */
1541 /* #undef const */
1542 
1543 /* Define to `int' if <sys/types.h> doesn't define. */
1544 /* #undef gid_t */
1545 
1546 /* Define to `__inline__' or `__inline' if that's what the C compiler
1547  calls it, or to nothing if 'inline' is not supported under any name. */
1548 #ifndef __cplusplus
1549 /* #undef inline */
1550 #endif
1551 
1552 /* Define to the type of a signed integer type of width exactly 16 bits if
1553  such a type exists and the standard includes do not define it. */
1554 /* #undef int16_t */
1555 
1556 /* Define to the type of a signed integer type of width exactly 32 bits if
1557  such a type exists and the standard includes do not define it. */
1558 /* #undef int32_t */
1559 
1560 /* Define to the type of a signed integer type of width exactly 64 bits if
1561  such a type exists and the standard includes do not define it. */
1562 /* #undef int64_t */
1563 
1564 /* Define to the type of a signed integer type of width exactly 8 bits if such
1565  a type exists and the standard includes do not define it. */
1566 /* #undef int8_t */
1567 
1568 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1569  not define. */
1570 /* #undef intmax_t */
1571 
1572 /* Define to the type of a signed integer type wide enough to hold a pointer,
1573  if such a type exists, and if the system does not define it. */
1574 /* #undef intptr_t */
1575 
1576 /* Define to a type if <wchar.h> does not define. */
1577 /* #undef mbstate_t */
1578 
1579 /* Define to `int' if <sys/types.h> does not define. */
1580 /* #undef mode_t */
1581 
1582 /* Define to `long int' if <sys/types.h> does not define. */
1583 /* #undef off_t */
1584 
1585 /* Define to `int' if <sys/types.h> does not define. */
1586 /* #undef pid_t */
1587 
1588 /* Define to the equivalent of the C99 'restrict' keyword, or to
1589  nothing if this is not supported. Do not define if restrict is
1590  supported directly. */
1591 #ifndef _magickcore_restrict
1592 #define _magickcore_restrict __restrict
1593 #endif
1594 /* Work around a bug in Sun C++: it does not support _Restrict or
1595  __restrict__, even though the corresponding Sun C compiler ends up with
1596  "#define restrict _Restrict" or "#define restrict __restrict__" in the
1597  previous line. Perhaps some future version of Sun C++ will work with
1598  restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
1599 #if defined __SUNPRO_CC && !defined __RESTRICT
1600 # define _Restrict
1601 # define __restrict__
1602 #endif
1603 
1604 /* Define to `unsigned int' if <sys/types.h> does not define. */
1605 /* #undef size_t */
1606 
1607 /* Define to `int' if <sys/types.h> does not define. */
1608 /* #undef ssize_t */
1609 
1610 /* Define to `int' if <sys/types.h> doesn't define. */
1611 /* #undef uid_t */
1612 
1613 /* Define to the type of an unsigned integer type of width exactly 16 bits if
1614  such a type exists and the standard includes do not define it. */
1615 /* #undef uint16_t */
1616 
1617 /* Define to the type of an unsigned integer type of width exactly 32 bits if
1618  such a type exists and the standard includes do not define it. */
1619 /* #undef uint32_t */
1620 
1621 /* Define to the type of an unsigned integer type of width exactly 64 bits if
1622  such a type exists and the standard includes do not define it. */
1623 /* #undef uint64_t */
1624 
1625 /* Define to the type of an unsigned integer type of width exactly 8 bits if
1626  such a type exists and the standard includes do not define it. */
1627 /* #undef uint8_t */
1628 
1629 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1630  do not define. */
1631 /* #undef uintmax_t */
1632 
1633 /* Define to the type of an unsigned integer type wide enough to hold a
1634  pointer, if such a type exists, and if the system does not define it. */
1635 /* #undef uintptr_t */
1636 
1637 /* Define as `fork' if `vfork' does not work. */
1638 /* #undef vfork */
1639 
1640 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1641  code using `volatile' can become incorrect without. Disable with care. */
1642 /* #undef volatile */
1643 
1644 /* once: _MAGICK_MAGICK_BASECONFIG_H */
1645 #endif