]> granicus.if.org Git - imagemagick/blob - magick/magick-config.h
(no commit message)
[imagemagick] / magick / magick-config.h
1 #ifndef _MAGICK_MAGICK_CONFIG_H
2 #define _MAGICK_MAGICK_CONFIG_H 1
3  
4 /* magick/magick-config.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 #ifndef MAGICKCORE_BUILD_MODULES 
16 #define MAGICKCORE_BUILD_MODULES  1 
17 #endif
18
19 /* Define if you have the bzip2 library */
20 #ifndef MAGICKCORE_BZLIB_DELEGATE 
21 #define MAGICKCORE_BZLIB_DELEGATE  1 
22 #endif
23
24 /* Define if you have CAIRO library */
25 #ifndef MAGICKCORE_CAIRO_DELEGATE 
26 #define MAGICKCORE_CAIRO_DELEGATE  1 
27 #endif
28
29 /* permit enciphering and deciphering image pixels */
30 #ifndef MAGICKCORE_CIPHER_SUPPORT 
31 #define MAGICKCORE_CIPHER_SUPPORT  1 
32 #endif
33
34 /* Define to 1 if the `closedir' function returns void instead of `int'. */
35 /* #undef CLOSEDIR_VOID */
36
37 /* Location of coder modules */
38 #ifndef MAGICKCORE_CODER_PATH 
39 #define MAGICKCORE_CODER_PATH  "/usr/local/lib/ImageMagick-6.5.8/modules-Q16/coders/" 
40 #endif
41
42 /* Subdirectory of lib where coder modules are installed */
43 #ifndef MAGICKCORE_CODER_RELATIVE_PATH 
44 #define MAGICKCORE_CODER_RELATIVE_PATH  "ImageMagick-6.5.8/modules-Q16/coders" 
45 #endif
46
47 /* Directory where architecture-dependent configuration files live. */
48 #ifndef MAGICKCORE_CONFIGURE_PATH 
49 #define MAGICKCORE_CONFIGURE_PATH  "/usr/local/lib/ImageMagick-6.5.8/config/" 
50 #endif
51
52 /* Subdirectory of lib where architecture-dependent configuration files live.
53    */
54 #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH 
55 #define MAGICKCORE_CONFIGURE_RELATIVE_PATH  "ImageMagick-6.5.8/config" 
56 #endif
57
58 /* Define if you have DJVU library */
59 #ifndef MAGICKCORE_DJVU_DELEGATE 
60 #define MAGICKCORE_DJVU_DELEGATE  1 
61 #endif
62
63 /* Directory where ImageMagick documents live. */
64 #ifndef MAGICKCORE_DOCUMENTATION_PATH 
65 #define MAGICKCORE_DOCUMENTATION_PATH  "/usr/local/share/doc/ImageMagick-6.5.8/" 
66 #endif
67
68 /* Define if you have Display Postscript */
69 /* #undef DPS_DELEGATE */
70
71 /* Build self-contained, embeddable, zero-configuration ImageMagick
72    (experimental) */
73 /* #undef EMBEDDABLE_SUPPORT */
74
75 /* exclude deprecated methods in MagickCore API */
76 /* #undef EXCLUDE_DEPRECATED */
77
78 /* Directory where executables are installed. */
79 #ifndef MAGICKCORE_EXECUTABLE_PATH 
80 #define MAGICKCORE_EXECUTABLE_PATH  "/usr/local/bin/" 
81 #endif
82
83 /* Define if you have FFTW library */
84 #ifndef MAGICKCORE_FFTW_DELEGATE 
85 #define MAGICKCORE_FFTW_DELEGATE  1 
86 #endif
87
88 /* Location of filter modules */
89 #ifndef MAGICKCORE_FILTER_PATH 
90 #define MAGICKCORE_FILTER_PATH  "/usr/local/lib/ImageMagick-6.5.8/modules-Q16/filters/" 
91 #endif
92
93 /* Subdirectory of lib where filter modules are installed */
94 #ifndef MAGICKCORE_FILTER_RELATIVE_PATH 
95 #define MAGICKCORE_FILTER_RELATIVE_PATH  "ImageMagick-6.5.8/modules-Q16/filters" 
96 #endif
97
98 /* Define if you have FONTCONFIG library */
99 #ifndef MAGICKCORE_FONTCONFIG_DELEGATE 
100 #define MAGICKCORE_FONTCONFIG_DELEGATE  1 
101 #endif
102
103 /* Define if you have FlashPIX library */
104 /* #undef FPX_DELEGATE */
105
106 /* Define if you have FreeType (TrueType font) library */
107 #ifndef MAGICKCORE_FREETYPE_DELEGATE 
108 #define MAGICKCORE_FREETYPE_DELEGATE  1 
109 #endif
110
111 /* Define if you have Ghostscript library or framework */
112 /* #undef GS_DELEGATE */
113
114 /* Define if you have GVC library */
115 /* #undef GVC_DELEGATE */
116
117 /* Define to 1 if you have the `argz_add' function. */
118 #ifndef MAGICKCORE_HAVE_ARGZ_ADD 
119 #define MAGICKCORE_HAVE_ARGZ_ADD  1 
120 #endif
121
122 /* Define to 1 if you have the `argz_append' function. */
123 #ifndef MAGICKCORE_HAVE_ARGZ_APPEND 
124 #define MAGICKCORE_HAVE_ARGZ_APPEND  1 
125 #endif
126
127 /* Define to 1 if you have the `argz_count' function. */
128 #ifndef MAGICKCORE_HAVE_ARGZ_COUNT 
129 #define MAGICKCORE_HAVE_ARGZ_COUNT  1 
130 #endif
131
132 /* Define to 1 if you have the `argz_create_sep' function. */
133 #ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP 
134 #define MAGICKCORE_HAVE_ARGZ_CREATE_SEP  1 
135 #endif
136
137 /* Define to 1 if you have the <argz.h> header file. */
138 #ifndef MAGICKCORE_HAVE_ARGZ_H 
139 #define MAGICKCORE_HAVE_ARGZ_H  1 
140 #endif
141
142 /* Define to 1 if you have the `argz_insert' function. */
143 #ifndef MAGICKCORE_HAVE_ARGZ_INSERT 
144 #define MAGICKCORE_HAVE_ARGZ_INSERT  1 
145 #endif
146
147 /* Define to 1 if you have the `argz_next' function. */
148 #ifndef MAGICKCORE_HAVE_ARGZ_NEXT 
149 #define MAGICKCORE_HAVE_ARGZ_NEXT  1 
150 #endif
151
152 /* Define to 1 if you have the `argz_stringify' function. */
153 #ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY 
154 #define MAGICKCORE_HAVE_ARGZ_STRINGIFY  1 
155 #endif
156
157 /* Define to 1 if you have the <arm/limits.h> header file. */
158 /* #undef HAVE_ARM_LIMITS_H */
159
160 /* Define to 1 if you have the `atexit' function. */
161 #ifndef MAGICKCORE_HAVE_ATEXIT 
162 #define MAGICKCORE_HAVE_ATEXIT  1 
163 #endif
164
165 /* define if bool is a built-in type */
166 #ifndef MAGICKCORE_HAVE_BOOL 
167 #define MAGICKCORE_HAVE_BOOL  /**/ 
168 #endif
169
170 /* Define to 1 if you have the `clock' function. */
171 #ifndef MAGICKCORE_HAVE_CLOCK 
172 #define MAGICKCORE_HAVE_CLOCK  1 
173 #endif
174
175 /* Define to 1 if you have clock_gettime. */
176 #ifndef MAGICKCORE_HAVE_CLOCK_GETTIME 
177 #define MAGICKCORE_HAVE_CLOCK_GETTIME  1 
178 #endif
179
180 /* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
181 #ifndef MAGICKCORE_HAVE_CLOCK_REALTIME 
182 #define MAGICKCORE_HAVE_CLOCK_REALTIME  1 
183 #endif
184
185 /* Define to 1 if you have the `closedir' function. */
186 #ifndef MAGICKCORE_HAVE_CLOSEDIR 
187 #define MAGICKCORE_HAVE_CLOSEDIR  1 
188 #endif
189
190 /* Define to 1 if you have the <CL/opencl.h> header file. */
191 /* #undef HAVE_CL_OPENCL_H */
192
193 /* Define to 1 if you have the <complex.h> header file. */
194 #ifndef MAGICKCORE_HAVE_COMPLEX_H 
195 #define MAGICKCORE_HAVE_COMPLEX_H  1 
196 #endif
197
198 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
199    you don't. */
200 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
201
202 /* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
203    */
204 #ifndef MAGICKCORE_HAVE_DECL_PREAD 
205 #define MAGICKCORE_HAVE_DECL_PREAD  1 
206 #endif
207
208 /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
209    */
210 #ifndef MAGICKCORE_HAVE_DECL_PWRITE 
211 #define MAGICKCORE_HAVE_DECL_PWRITE  1 
212 #endif
213
214 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
215    don't. */
216 #ifndef MAGICKCORE_HAVE_DECL_STRLCPY 
217 #define MAGICKCORE_HAVE_DECL_STRLCPY  0 
218 #endif
219
220 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
221    don't. */
222 #ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF 
223 #define MAGICKCORE_HAVE_DECL_VSNPRINTF  1 
224 #endif
225
226 /* Define to 1 if you have the `directio' function. */
227 /* #undef HAVE_DIRECTIO */
228
229 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
230    */
231 #ifndef MAGICKCORE_HAVE_DIRENT_H 
232 #define MAGICKCORE_HAVE_DIRENT_H  1 
233 #endif
234
235 /* Define if you have the GNU dld library. */
236 /* #undef HAVE_DLD */
237
238 /* Define to 1 if you have the <dld.h> header file. */
239 /* #undef HAVE_DLD_H */
240
241 /* Define to 1 if you have the `dlerror' function. */
242 #ifndef MAGICKCORE_HAVE_DLERROR 
243 #define MAGICKCORE_HAVE_DLERROR  1 
244 #endif
245
246 /* Define to 1 if you have the <dlfcn.h> header file. */
247 #ifndef MAGICKCORE_HAVE_DLFCN_H 
248 #define MAGICKCORE_HAVE_DLFCN_H  1 
249 #endif
250
251 /* Define to 1 if you have the <dl.h> header file. */
252 /* #undef HAVE_DL_H */
253
254 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
255 /* #undef HAVE_DOPRNT */
256
257 /* Define if you have the _dyld_func_lookup function. */
258 /* #undef HAVE_DYLD */
259
260 /* Define to 1 if you have the <errno.h> header file. */
261 #ifndef MAGICKCORE_HAVE_ERRNO_H 
262 #define MAGICKCORE_HAVE_ERRNO_H  1 
263 #endif
264
265 /* Define to 1 if the system has the type `error_t'. */
266 #ifndef MAGICKCORE_HAVE_ERROR_T 
267 #define MAGICKCORE_HAVE_ERROR_T  1 
268 #endif
269
270 /* Define to 1 if you have the `execvp' function. */
271 #ifndef MAGICKCORE_HAVE_EXECVP 
272 #define MAGICKCORE_HAVE_EXECVP  1 
273 #endif
274
275 /* Define to 1 if you have the <fcntl.h> header file. */
276 #ifndef MAGICKCORE_HAVE_FCNTL_H 
277 #define MAGICKCORE_HAVE_FCNTL_H  1 
278 #endif
279
280 /* Define to 1 if you have the `floor' function. */
281 /* #undef HAVE_FLOOR */
282
283 /* Define to 1 if you have the `fork' function. */
284 #ifndef MAGICKCORE_HAVE_FORK 
285 #define MAGICKCORE_HAVE_FORK  1 
286 #endif
287
288 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
289 #ifndef MAGICKCORE_HAVE_FSEEKO 
290 #define MAGICKCORE_HAVE_FSEEKO  1 
291 #endif
292
293 /* Define to 1 if you have the <ft2build.h> header file. */
294 #ifndef MAGICKCORE_HAVE_FT2BUILD_H 
295 #define MAGICKCORE_HAVE_FT2BUILD_H  1 
296 #endif
297
298 /* Define to 1 if you have the `ftime' function. */
299 #ifndef MAGICKCORE_HAVE_FTIME 
300 #define MAGICKCORE_HAVE_FTIME  1 
301 #endif
302
303 /* Define to 1 if you have the `ftruncate' function. */
304 #ifndef MAGICKCORE_HAVE_FTRUNCATE 
305 #define MAGICKCORE_HAVE_FTRUNCATE  1 
306 #endif
307
308 /* Define to 1 if you have the `getcwd' function. */
309 #ifndef MAGICKCORE_HAVE_GETCWD 
310 #define MAGICKCORE_HAVE_GETCWD  1 
311 #endif
312
313 /* Define to 1 if you have the `getdtablesize' function. */
314 #ifndef MAGICKCORE_HAVE_GETDTABLESIZE 
315 #define MAGICKCORE_HAVE_GETDTABLESIZE  1 
316 #endif
317
318 /* Define to 1 if you have the `getexecname' function. */
319 /* #undef HAVE_GETEXECNAME */
320
321 /* Define to 1 if you have the `getpagesize' function. */
322 #ifndef MAGICKCORE_HAVE_GETPAGESIZE 
323 #define MAGICKCORE_HAVE_GETPAGESIZE  1 
324 #endif
325
326 /* Define to 1 if you have the `getpid' function. */
327 #ifndef MAGICKCORE_HAVE_GETPID 
328 #define MAGICKCORE_HAVE_GETPID  1 
329 #endif
330
331 /* Define to 1 if you have the `getrlimit' function. */
332 #ifndef MAGICKCORE_HAVE_GETRLIMIT 
333 #define MAGICKCORE_HAVE_GETRLIMIT  1 
334 #endif
335
336 /* Define to 1 if you have the `getrusage' function. */
337 #ifndef MAGICKCORE_HAVE_GETRUSAGE 
338 #define MAGICKCORE_HAVE_GETRUSAGE  1 
339 #endif
340
341 /* Define to 1 if you have the `gettimeofday' function. */
342 #ifndef MAGICKCORE_HAVE_GETTIMEOFDAY 
343 #define MAGICKCORE_HAVE_GETTIMEOFDAY  1 
344 #endif
345
346 /* Define to 1 if you have the `gmtime_r' function. */
347 #ifndef MAGICKCORE_HAVE_GMTIME_R 
348 #define MAGICKCORE_HAVE_GMTIME_R  1 
349 #endif
350
351 /* Define to 1 if you have the <inttypes.h> header file. */
352 #ifndef MAGICKCORE_HAVE_INTTYPES_H 
353 #define MAGICKCORE_HAVE_INTTYPES_H  1 
354 #endif
355
356 /* Define if you have the <lcms.h> header file. */
357 #ifndef MAGICKCORE_HAVE_LCMS_H 
358 #define MAGICKCORE_HAVE_LCMS_H  1 
359 #endif
360
361 /* Define if you have the <lcms/lcms.h> header file. */
362 /* #undef HAVE_LCMS_LCMS_H */
363
364 /* Define if you have the libdl library or equivalent. */
365 #ifndef MAGICKCORE_HAVE_LIBDL 
366 #define MAGICKCORE_HAVE_LIBDL  1 
367 #endif
368
369 /* Define if libdlloader will be built on this platform */
370 #ifndef MAGICKCORE_HAVE_LIBDLLOADER 
371 #define MAGICKCORE_HAVE_LIBDLLOADER  1 
372 #endif
373
374 /* Define to 1 if you have the `gcov' library (-lgcov). */
375 /* #undef HAVE_LIBGCOV */
376
377 /* Define to 1 if you have the <limits.h> header file. */
378 #ifndef MAGICKCORE_HAVE_LIMITS_H 
379 #define MAGICKCORE_HAVE_LIMITS_H  1 
380 #endif
381
382 /* Define to 1 if you have the <linux/unistd.h> header file. */
383 #ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H 
384 #define MAGICKCORE_HAVE_LINUX_UNISTD_H  1 
385 #endif
386
387 /* Define to 1 if you have the <locale.h> header file. */
388 #ifndef MAGICKCORE_HAVE_LOCALE_H 
389 #define MAGICKCORE_HAVE_LOCALE_H  1 
390 #endif
391
392 /* Define to 1 if you have the `localtime_r' function. */
393 #ifndef MAGICKCORE_HAVE_LOCALTIME_R 
394 #define MAGICKCORE_HAVE_LOCALTIME_R  1 
395 #endif
396
397 /* Define to 1 if the type `long double' works and has more range or precision
398    than `double'. */
399 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 
400 #define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER  1 
401 #endif
402
403 /* Define to 1 if you have the `lstat' function. */
404 #ifndef MAGICKCORE_HAVE_LSTAT 
405 #define MAGICKCORE_HAVE_LSTAT  1 
406 #endif
407
408 /* define if the compiler implements L"widestring" */
409 #ifndef MAGICKCORE_HAVE_LSTRING 
410 #define MAGICKCORE_HAVE_LSTRING  /**/ 
411 #endif
412
413 /* Define this if a modern libltdl is already installed */
414 #ifndef MAGICKCORE_HAVE_LTDL 
415 #define MAGICKCORE_HAVE_LTDL  1 
416 #endif
417
418 /* Define to 1 if you have the <machine/param.h> header file. */
419 /* #undef HAVE_MACHINE_PARAM_H */
420
421 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
422 /* #undef HAVE_MACH_O_DYLD_H */
423
424 /* Define to 1 if you have the `memmove' function. */
425 #ifndef MAGICKCORE_HAVE_MEMMOVE 
426 #define MAGICKCORE_HAVE_MEMMOVE  1 
427 #endif
428
429 /* Define to 1 if you have the <memory.h> header file. */
430 #ifndef MAGICKCORE_HAVE_MEMORY_H 
431 #define MAGICKCORE_HAVE_MEMORY_H  1 
432 #endif
433
434 /* Define to 1 if you have the `memset' function. */
435 #ifndef MAGICKCORE_HAVE_MEMSET 
436 #define MAGICKCORE_HAVE_MEMSET  1 
437 #endif
438
439 /* Define to 1 if you have the `mkstemp' function. */
440 #ifndef MAGICKCORE_HAVE_MKSTEMP 
441 #define MAGICKCORE_HAVE_MKSTEMP  1 
442 #endif
443
444 /* Define to 1 if you have a working `mmap' system call. */
445 #ifndef MAGICKCORE_HAVE_MMAP 
446 #define MAGICKCORE_HAVE_MMAP  1 
447 #endif
448
449 /* Define to 1 if you have a working `mmap' system call. */
450 #ifndef MAGICKCORE_HAVE_MMAP_FILEIO 
451 #define MAGICKCORE_HAVE_MMAP_FILEIO  1 
452 #endif
453
454 /* Define to 1 if you have the `munmap' function. */
455 #ifndef MAGICKCORE_HAVE_MUNMAP 
456 #define MAGICKCORE_HAVE_MUNMAP  1 
457 #endif
458
459 /* define if the compiler implements namespaces */
460 #ifndef MAGICKCORE_HAVE_NAMESPACES 
461 #define MAGICKCORE_HAVE_NAMESPACES  /**/ 
462 #endif
463
464 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
465 /* #undef HAVE_NDIR_H */
466
467 /* Define to 1 if you have the <OpenCL/OpenCL.h> header file. */
468 /* #undef HAVE_OPENCL_OPENCL_H */
469
470 /* Define to 1 if you have the `opendir' function. */
471 #ifndef MAGICKCORE_HAVE_OPENDIR 
472 #define MAGICKCORE_HAVE_OPENDIR  1 
473 #endif
474
475 /* Define to 1 if you have the <OS.h> header file. */
476 /* #undef HAVE_OS_H */
477
478 /* Define to 1 if you have the `pclose' function. */
479 #ifndef MAGICKCORE_HAVE_PCLOSE 
480 #define MAGICKCORE_HAVE_PCLOSE  1 
481 #endif
482
483 /* Define to 1 if you have the `poll' function. */
484 #ifndef MAGICKCORE_HAVE_POLL 
485 #define MAGICKCORE_HAVE_POLL  1 
486 #endif
487
488 /* Define to 1 if you have the `popen' function. */
489 #ifndef MAGICKCORE_HAVE_POPEN 
490 #define MAGICKCORE_HAVE_POPEN  1 
491 #endif
492
493 /* Define to 1 if you have the `posix_fadvise' function. */
494 #ifndef MAGICKCORE_HAVE_POSIX_FADVISE 
495 #define MAGICKCORE_HAVE_POSIX_FADVISE  1 
496 #endif
497
498 /* Define to 1 if you have the `posix_fallocate' function. */
499 #ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE 
500 #define MAGICKCORE_HAVE_POSIX_FALLOCATE  1 
501 #endif
502
503 /* Define to 1 if you have the `posix_madvise' function. */
504 #ifndef MAGICKCORE_HAVE_POSIX_MADVISE 
505 #define MAGICKCORE_HAVE_POSIX_MADVISE  1 
506 #endif
507
508 /* Define to 1 if you have the `posix_memalign' function. */
509 #ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN 
510 #define MAGICKCORE_HAVE_POSIX_MEMALIGN  1 
511 #endif
512
513 /* Define to 1 if you have the `pow' function. */
514 /* #undef HAVE_POW */
515
516 /* Define to 1 if you have the `pread' function. */
517 #ifndef MAGICKCORE_HAVE_PREAD 
518 #define MAGICKCORE_HAVE_PREAD  1 
519 #endif
520
521 /* Define if libtool can extract symbol lists from object files. */
522 #ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS 
523 #define MAGICKCORE_HAVE_PRELOADED_SYMBOLS  1 
524 #endif
525
526 /* Define if you have POSIX threads libraries and header files. */
527 #ifndef MAGICKCORE_HAVE_PTHREAD 
528 #define MAGICKCORE_HAVE_PTHREAD  1 
529 #endif
530
531 /* Define to 1 if you have the `pwrite' function. */
532 #ifndef MAGICKCORE_HAVE_PWRITE 
533 #define MAGICKCORE_HAVE_PWRITE  1 
534 #endif
535
536 /* Define to 1 if you have the `raise' function. */
537 #ifndef MAGICKCORE_HAVE_RAISE 
538 #define MAGICKCORE_HAVE_RAISE  1 
539 #endif
540
541 /* Define to 1 if you have the `rand_r' function. */
542 #ifndef MAGICKCORE_HAVE_RAND_R 
543 #define MAGICKCORE_HAVE_RAND_R  1 
544 #endif
545
546 /* Define to 1 if you have the `readdir' function. */
547 #ifndef MAGICKCORE_HAVE_READDIR 
548 #define MAGICKCORE_HAVE_READDIR  1 
549 #endif
550
551 /* Define to 1 if you have the `readdir_r' function. */
552 #ifndef MAGICKCORE_HAVE_READDIR_R 
553 #define MAGICKCORE_HAVE_READDIR_R  1 
554 #endif
555
556 /* Define to 1 if you have the `readlink' function. */
557 #ifndef MAGICKCORE_HAVE_READLINK 
558 #define MAGICKCORE_HAVE_READLINK  1 
559 #endif
560
561 /* Define to 1 if you have the `realpath' function. */
562 #ifndef MAGICKCORE_HAVE_REALPATH 
563 #define MAGICKCORE_HAVE_REALPATH  1 
564 #endif
565
566 /* Define to 1 if you have the `seekdir' function. */
567 #ifndef MAGICKCORE_HAVE_SEEKDIR 
568 #define MAGICKCORE_HAVE_SEEKDIR  1 
569 #endif
570
571 /* Define to 1 if you have the `select' function. */
572 #ifndef MAGICKCORE_HAVE_SELECT 
573 #define MAGICKCORE_HAVE_SELECT  1 
574 #endif
575
576 /* Define to 1 if you have the `setlocale' function. */
577 #ifndef MAGICKCORE_HAVE_SETLOCALE 
578 #define MAGICKCORE_HAVE_SETLOCALE  1 
579 #endif
580
581 /* Define to 1 if you have the `setvbuf' function. */
582 #ifndef MAGICKCORE_HAVE_SETVBUF 
583 #define MAGICKCORE_HAVE_SETVBUF  1 
584 #endif
585
586 /* X11 server supports shape extension */
587 #ifndef MAGICKCORE_HAVE_SHAPE 
588 #define MAGICKCORE_HAVE_SHAPE  1 
589 #endif
590
591 /* X11 server supports shared memory extension */
592 #ifndef MAGICKCORE_HAVE_SHARED_MEMORY 
593 #define MAGICKCORE_HAVE_SHARED_MEMORY  1 
594 #endif
595
596 /* Define if you have the shl_load function. */
597 /* #undef HAVE_SHL_LOAD */
598
599 /* Define to 1 if you have the `sigaction' function. */
600 #ifndef MAGICKCORE_HAVE_SIGACTION 
601 #define MAGICKCORE_HAVE_SIGACTION  1 
602 #endif
603
604 /* Define to 1 if you have the `sigemptyset' function. */
605 #ifndef MAGICKCORE_HAVE_SIGEMPTYSET 
606 #define MAGICKCORE_HAVE_SIGEMPTYSET  1 
607 #endif
608
609 /* Define to 1 if you have the `sqrt' function. */
610 /* #undef HAVE_SQRT */
611
612 /* Define to 1 if you have the `stat' function. */
613 #ifndef MAGICKCORE_HAVE_STAT 
614 #define MAGICKCORE_HAVE_STAT  1 
615 #endif
616
617 /* Define to 1 if you have the <stdarg.h> header file. */
618 #ifndef MAGICKCORE_HAVE_STDARG_H 
619 #define MAGICKCORE_HAVE_STDARG_H  1 
620 #endif
621
622 /* Define to 1 if stdbool.h conforms to C99. */
623 #ifndef MAGICKCORE_HAVE_STDBOOL_H 
624 #define MAGICKCORE_HAVE_STDBOOL_H  1 
625 #endif
626
627 /* Define to 1 if you have the <stddef.h> header file. */
628 #ifndef MAGICKCORE_HAVE_STDDEF_H 
629 #define MAGICKCORE_HAVE_STDDEF_H  1 
630 #endif
631
632 /* Define to 1 if you have the <stdint.h> header file. */
633 #ifndef MAGICKCORE_HAVE_STDINT_H 
634 #define MAGICKCORE_HAVE_STDINT_H  1 
635 #endif
636
637 /* Define to 1 if you have the <stdlib.h> header file. */
638 #ifndef MAGICKCORE_HAVE_STDLIB_H 
639 #define MAGICKCORE_HAVE_STDLIB_H  1 
640 #endif
641
642 /* define if the compiler supports ISO C++ standard library */
643 #ifndef MAGICKCORE_HAVE_STD_LIBS 
644 #define MAGICKCORE_HAVE_STD_LIBS  /**/ 
645 #endif
646
647 /* define if the compiler supports the std namespace */
648 #ifndef MAGICKCORE_HAVE_STD_NAMESPACE 
649 #define MAGICKCORE_HAVE_STD_NAMESPACE  /**/ 
650 #endif
651
652 /* Define to 1 if you have the `strcasecmp' function. */
653 #ifndef MAGICKCORE_HAVE_STRCASECMP 
654 #define MAGICKCORE_HAVE_STRCASECMP  1 
655 #endif
656
657 /* Define to 1 if you have the `strchr' function. */
658 #ifndef MAGICKCORE_HAVE_STRCHR 
659 #define MAGICKCORE_HAVE_STRCHR  1 
660 #endif
661
662 /* Define to 1 if you have the `strcspn' function. */
663 #ifndef MAGICKCORE_HAVE_STRCSPN 
664 #define MAGICKCORE_HAVE_STRCSPN  1 
665 #endif
666
667 /* Define to 1 if you have the `strdup' function. */
668 #ifndef MAGICKCORE_HAVE_STRDUP 
669 #define MAGICKCORE_HAVE_STRDUP  1 
670 #endif
671
672 /* Define to 1 if you have the `strerror' function. */
673 #ifndef MAGICKCORE_HAVE_STRERROR 
674 #define MAGICKCORE_HAVE_STRERROR  1 
675 #endif
676
677 /* Define to 1 if you have the `strerror_r' function. */
678 #ifndef MAGICKCORE_HAVE_STRERROR_R 
679 #define MAGICKCORE_HAVE_STRERROR_R  1 
680 #endif
681
682 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
683 #ifndef MAGICKCORE_HAVE_STRINGIZE 
684 #define MAGICKCORE_HAVE_STRINGIZE  1 
685 #endif
686
687 /* Define to 1 if you have the <strings.h> header file. */
688 #ifndef MAGICKCORE_HAVE_STRINGS_H 
689 #define MAGICKCORE_HAVE_STRINGS_H  1 
690 #endif
691
692 /* Define to 1 if you have the <string.h> header file. */
693 #ifndef MAGICKCORE_HAVE_STRING_H 
694 #define MAGICKCORE_HAVE_STRING_H  1 
695 #endif
696
697 /* Define to 1 if you have the `strlcat' function. */
698 /* #undef HAVE_STRLCAT */
699
700 /* Define to 1 if you have the `strlcpy' function. */
701 /* #undef HAVE_STRLCPY */
702
703 /* Define to 1 if you have the `strncasecmp' function. */
704 #ifndef MAGICKCORE_HAVE_STRNCASECMP 
705 #define MAGICKCORE_HAVE_STRNCASECMP  1 
706 #endif
707
708 /* Define to 1 if you have the `strpbrk' function. */
709 #ifndef MAGICKCORE_HAVE_STRPBRK 
710 #define MAGICKCORE_HAVE_STRPBRK  1 
711 #endif
712
713 /* Define to 1 if you have the `strrchr' function. */
714 #ifndef MAGICKCORE_HAVE_STRRCHR 
715 #define MAGICKCORE_HAVE_STRRCHR  1 
716 #endif
717
718 /* Define to 1 if you have the `strspn' function. */
719 #ifndef MAGICKCORE_HAVE_STRSPN 
720 #define MAGICKCORE_HAVE_STRSPN  1 
721 #endif
722
723 /* Define to 1 if you have the `strstr' function. */
724 #ifndef MAGICKCORE_HAVE_STRSTR 
725 #define MAGICKCORE_HAVE_STRSTR  1 
726 #endif
727
728 /* Define to 1 if you have the `strtol' function. */
729 #ifndef MAGICKCORE_HAVE_STRTOL 
730 #define MAGICKCORE_HAVE_STRTOL  1 
731 #endif
732
733 /* Define to 1 if you have the `strtoul' function. */
734 #ifndef MAGICKCORE_HAVE_STRTOUL 
735 #define MAGICKCORE_HAVE_STRTOUL  1 
736 #endif
737
738 /* Define to 1 if you have the `symlink' function. */
739 #ifndef MAGICKCORE_HAVE_SYMLINK 
740 #define MAGICKCORE_HAVE_SYMLINK  1 
741 #endif
742
743 /* Define to 1 if you have the `sysconf' function. */
744 #ifndef MAGICKCORE_HAVE_SYSCONF 
745 #define MAGICKCORE_HAVE_SYSCONF  1 
746 #endif
747
748 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
749    */
750 /* #undef HAVE_SYS_DIR_H */
751
752 /* Define to 1 if you have the <sys/dl.h> header file. */
753 /* #undef HAVE_SYS_DL_H */
754
755 /* Define to 1 if you have the <sys/ipc.h> header file. */
756 #ifndef MAGICKCORE_HAVE_SYS_IPC_H 
757 #define MAGICKCORE_HAVE_SYS_IPC_H  1 
758 #endif
759
760 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
761    */
762 /* #undef HAVE_SYS_NDIR_H */
763
764 /* Define to 1 if you have the <sys/param.h> header file. */
765 #ifndef MAGICKCORE_HAVE_SYS_PARAM_H 
766 #define MAGICKCORE_HAVE_SYS_PARAM_H  1 
767 #endif
768
769 /* Define to 1 if you have the <sys/resource.h> header file. */
770 #ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H 
771 #define MAGICKCORE_HAVE_SYS_RESOURCE_H  1 
772 #endif
773
774 /* Define to 1 if you have the <sys/select.h> header file. */
775 #ifndef MAGICKCORE_HAVE_SYS_SELECT_H 
776 #define MAGICKCORE_HAVE_SYS_SELECT_H  1 
777 #endif
778
779 /* Define to 1 if you have the <sys/socket.h> header file. */
780 #ifndef MAGICKCORE_HAVE_SYS_SOCKET_H 
781 #define MAGICKCORE_HAVE_SYS_SOCKET_H  1 
782 #endif
783
784 /* Define to 1 if you have the <sys/stat.h> header file. */
785 #ifndef MAGICKCORE_HAVE_SYS_STAT_H 
786 #define MAGICKCORE_HAVE_SYS_STAT_H  1 
787 #endif
788
789 /* Define to 1 if you have the <sys/syslimits.h> header file. */
790 /* #undef HAVE_SYS_SYSLIMITS_H */
791
792 /* Define to 1 if you have the <sys/timeb.h> header file. */
793 #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H 
794 #define MAGICKCORE_HAVE_SYS_TIMEB_H  1 
795 #endif
796
797 /* Define to 1 if you have the <sys/times.h> header file. */
798 #ifndef MAGICKCORE_HAVE_SYS_TIMES_H 
799 #define MAGICKCORE_HAVE_SYS_TIMES_H  1 
800 #endif
801
802 /* Define to 1 if you have the <sys/time.h> header file. */
803 #ifndef MAGICKCORE_HAVE_SYS_TIME_H 
804 #define MAGICKCORE_HAVE_SYS_TIME_H  1 
805 #endif
806
807 /* Define to 1 if you have the <sys/types.h> header file. */
808 #ifndef MAGICKCORE_HAVE_SYS_TYPES_H 
809 #define MAGICKCORE_HAVE_SYS_TYPES_H  1 
810 #endif
811
812 /* Define to 1 if you have the <sys/wait.h> header file. */
813 #ifndef MAGICKCORE_HAVE_SYS_WAIT_H 
814 #define MAGICKCORE_HAVE_SYS_WAIT_H  1 
815 #endif
816
817 /* Define to 1 if you have the `telldir' function. */
818 #ifndef MAGICKCORE_HAVE_TELLDIR 
819 #define MAGICKCORE_HAVE_TELLDIR  1 
820 #endif
821
822 /* Define to 1 if you have the `tempnam' function. */
823 #ifndef MAGICKCORE_HAVE_TEMPNAM 
824 #define MAGICKCORE_HAVE_TEMPNAM  1 
825 #endif
826
827 /* Define to 1 if you have the <tiffconf.h> header file. */
828 #ifndef MAGICKCORE_HAVE_TIFFCONF_H 
829 #define MAGICKCORE_HAVE_TIFFCONF_H  1 
830 #endif
831
832 /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
833 #ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 
834 #define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED  1 
835 #endif
836
837 /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
838 #ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 
839 #define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO  1 
840 #endif
841
842 /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
843 #ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 
844 #define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY  1 
845 #endif
846
847 /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
848 #ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 
849 #define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT  1 
850 #endif
851
852 /* Define to 1 if you have the `TIFFSetTagExtender' function. */
853 #ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 
854 #define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER  1 
855 #endif
856
857 /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
858 #ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 
859 #define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT  1 
860 #endif
861
862 /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
863 #ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 
864 #define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES  1 
865 #endif
866
867 /* Define to 1 if you have the `times' function. */
868 #ifndef MAGICKCORE_HAVE_TIMES 
869 #define MAGICKCORE_HAVE_TIMES  1 
870 #endif
871
872 /* Define to 1 if you have the <unistd.h> header file. */
873 #ifndef MAGICKCORE_HAVE_UNISTD_H 
874 #define MAGICKCORE_HAVE_UNISTD_H  1 
875 #endif
876
877 /* Define to 1 if you have the `usleep' function. */
878 #ifndef MAGICKCORE_HAVE_USLEEP 
879 #define MAGICKCORE_HAVE_USLEEP  1 
880 #endif
881
882 /* Define to 1 if you have the `vfork' function. */
883 #ifndef MAGICKCORE_HAVE_VFORK 
884 #define MAGICKCORE_HAVE_VFORK  1 
885 #endif
886
887 /* Define to 1 if you have the <vfork.h> header file. */
888 /* #undef HAVE_VFORK_H */
889
890 /* Define to 1 if you have the `vprintf' function. */
891 #ifndef MAGICKCORE_HAVE_VPRINTF 
892 #define MAGICKCORE_HAVE_VPRINTF  1 
893 #endif
894
895 /* Define to 1 if you have the `vsnprintf' function. */
896 #ifndef MAGICKCORE_HAVE_VSNPRINTF 
897 #define MAGICKCORE_HAVE_VSNPRINTF  1 
898 #endif
899
900 /* Define to 1 if you have the `vsprintf' function. */
901 #ifndef MAGICKCORE_HAVE_VSPRINTF 
902 #define MAGICKCORE_HAVE_VSPRINTF  1 
903 #endif
904
905 /* Define to 1 if you have the `waitpid' function. */
906 #ifndef MAGICKCORE_HAVE_WAITPID 
907 #define MAGICKCORE_HAVE_WAITPID  1 
908 #endif
909
910 /* Define to 1 if you have the <wchar.h> header file. */
911 #ifndef MAGICKCORE_HAVE_WCHAR_H 
912 #define MAGICKCORE_HAVE_WCHAR_H  1 
913 #endif
914
915 /* Define to 1 if you have the <windows.h> header file. */
916 /* #undef HAVE_WINDOWS_H */
917
918 /* This value is set to 1 to indicate that the system argz facility works */
919 #ifndef MAGICKCORE_HAVE_WORKING_ARGZ 
920 #define MAGICKCORE_HAVE_WORKING_ARGZ  1 
921 #endif
922
923 /* Define to 1 if `fork' works. */
924 #ifndef MAGICKCORE_HAVE_WORKING_FORK 
925 #define MAGICKCORE_HAVE_WORKING_FORK  1 
926 #endif
927
928 /* Define to 1 if `vfork' works. */
929 #ifndef MAGICKCORE_HAVE_WORKING_VFORK 
930 #define MAGICKCORE_HAVE_WORKING_VFORK  1 
931 #endif
932
933 /* Define to 1 if the system has the type `_Bool'. */
934 #ifndef MAGICKCORE_HAVE__BOOL 
935 #define MAGICKCORE_HAVE__BOOL  1 
936 #endif
937
938 /* Define to 1 if you have the `_exit' function. */
939 #ifndef MAGICKCORE_HAVE__EXIT 
940 #define MAGICKCORE_HAVE__EXIT  1 
941 #endif
942
943 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
944 /* #undef HAVE__NSGETEXECUTABLEPATH */
945
946 /* Define to 1 if you have the `_pclose' function. */
947 /* #undef HAVE__PCLOSE */
948
949 /* Define to 1 if you have the `_popen' function. */
950 /* #undef HAVE__POPEN */
951
952 /* Define to 1 if you have the `_wfopen' function. */
953 /* #undef HAVE__WFOPEN */
954
955 /* Define to 1 if you have the `_wstat' function. */
956 /* #undef HAVE__WSTAT */
957
958 /* accurately represent the wide range of intensity levels in real scenes */
959 /* #undef HDRI_SUPPORT */
960
961 /* Define if you have umem memory allocation library */
962 /* #undef HasUMEM */
963
964 /* ImageMagick is formally installed under prefix */
965 #ifndef MAGICKCORE_INSTALLED_SUPPORT 
966 #define MAGICKCORE_INSTALLED_SUPPORT  1 
967 #endif
968
969 /* Define if you have JBIG library */
970 /* #undef JBIG_DELEGATE */
971
972 /* Define if you have JPEG version 2 "Jasper" library */
973 #ifndef MAGICKCORE_JP2_DELEGATE 
974 #define MAGICKCORE_JP2_DELEGATE  1 
975 #endif
976
977 /* Define if you have JPEG library */
978 #ifndef MAGICKCORE_JPEG_DELEGATE 
979 #define MAGICKCORE_JPEG_DELEGATE  1 
980 #endif
981
982 /* Define if you have LCMS library */
983 #ifndef MAGICKCORE_LCMS_DELEGATE 
984 #define MAGICKCORE_LCMS_DELEGATE  1 
985 #endif
986
987 /* Directory where architecture-dependent files live. */
988 #ifndef MAGICKCORE_LIBRARY_PATH 
989 #define MAGICKCORE_LIBRARY_PATH  "/usr/local/lib/ImageMagick-6.5.8/" 
990 #endif
991
992 /* Subdirectory of lib where ImageMagick architecture dependent files are
993    installed */
994 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH 
995 #define MAGICKCORE_LIBRARY_RELATIVE_PATH  "ImageMagick-6.5.8" 
996 #endif
997
998 /* Define if you have LQR library */
999 /* #undef LQR_DELEGATE */
1000
1001 /* Define if using libltdl to support dynamically loadable modules */
1002 #ifndef MAGICKCORE_LTDL_DELEGATE 
1003 #define MAGICKCORE_LTDL_DELEGATE  1 
1004 #endif
1005
1006 /* Define if the OS needs help to load dependent libraries for dlopen(). */
1007 /* #undef LTDL_DLOPEN_DEPLIBS */
1008
1009 /* Define to the system default library search path. */
1010 #ifndef MAGICKCORE_LT_DLSEARCH_PATH 
1011 #define MAGICKCORE_LT_DLSEARCH_PATH  "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/openmotif:/usr/lib64/qt-3.3/lib:/usr/lib64/xulrunner-1.9.2" 
1012 #endif
1013
1014 /* The archive extension */
1015 #ifndef MAGICKCORE_LT_LIBEXT 
1016 #define MAGICKCORE_LT_LIBEXT  "a" 
1017 #endif
1018
1019 /* Define to the extension used for runtime loadable modules, say, ".so". */
1020 #ifndef MAGICKCORE_LT_MODULE_EXT 
1021 #define MAGICKCORE_LT_MODULE_EXT  ".so" 
1022 #endif
1023
1024 /* Define to the name of the environment variable that determines the run-time
1025    module search path. */
1026 #ifndef MAGICKCORE_LT_MODULE_PATH_VAR 
1027 #define MAGICKCORE_LT_MODULE_PATH_VAR  "LD_LIBRARY_PATH" 
1028 #endif
1029
1030 /* Define to the sub-directory in which libtool stores uninstalled libraries.
1031    */
1032 #ifndef MAGICKCORE_LT_OBJDIR 
1033 #define MAGICKCORE_LT_OBJDIR  ".libs/" 
1034 #endif
1035
1036 /* Define to prepend to default font search path. */
1037 /* #undef MAGICK_FONT_PATH */
1038
1039 /* Magick API method prefix */
1040 /* #undef NAMESPACE_PREFIX */
1041
1042 /* Turn off assert statements */
1043 /* #undef NDEBUG */
1044
1045 /* Define if dlsym() requires a leading underscore in symbol names. */
1046 /* #undef NEED_USCORE */
1047
1048 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
1049 /* #undef NO_MINUS_C_MINUS_O */
1050
1051 /* Define if you have OPENEXR library */
1052 /* #undef OPENEXR_DELEGATE */
1053
1054 /* Define to the address where bug reports for this package should be sent. */
1055 #ifndef MAGICKCORE_PACKAGE_BUGREPORT 
1056 #define MAGICKCORE_PACKAGE_BUGREPORT  "http://www.imagemagick.org" 
1057 #endif
1058
1059 /* Define to the full name of this package. */
1060 #ifndef MAGICKCORE_PACKAGE_NAME 
1061 #define MAGICKCORE_PACKAGE_NAME  "ImageMagick" 
1062 #endif
1063
1064 /* Define to the full name and version of this package. */
1065 #ifndef MAGICKCORE_PACKAGE_STRING 
1066 #define MAGICKCORE_PACKAGE_STRING  "ImageMagick 6.5.8" 
1067 #endif
1068
1069 /* Define to the one symbol short name of this package. */
1070 #ifndef MAGICKCORE_PACKAGE_TARNAME 
1071 #define MAGICKCORE_PACKAGE_TARNAME  "ImageMagick" 
1072 #endif
1073
1074 /* Define to the home page for this package. */
1075 #ifndef MAGICKCORE_PACKAGE_URL 
1076 #define MAGICKCORE_PACKAGE_URL  "" 
1077 #endif
1078
1079 /* Define to the version of this package. */
1080 #ifndef MAGICKCORE_PACKAGE_VERSION 
1081 #define MAGICKCORE_PACKAGE_VERSION  "6.5.8" 
1082 #endif
1083
1084 /* Define if you have PNG library */
1085 #ifndef MAGICKCORE_PNG_DELEGATE 
1086 #define MAGICKCORE_PNG_DELEGATE  1 
1087 #endif
1088
1089 /* Define to necessary symbol if this constant uses a non-standard name on
1090    your system. */
1091 /* #undef PTHREAD_CREATE_JOINABLE */
1092
1093 /* Pixel cache threshold in MB (defaults to available memory) */
1094 /* #undef PixelCacheThreshold */
1095
1096 /* Number of bits in a pixel Quantum (8/16/32/64) */
1097 #ifndef MAGICKCORE_QUANTUM_DEPTH 
1098 #define MAGICKCORE_QUANTUM_DEPTH  16 
1099 #endif
1100
1101 /* Define as the return type of signal handlers (`int' or `void'). */
1102 #ifndef MAGICKCORE_RETSIGTYPE 
1103 #define MAGICKCORE_RETSIGTYPE  void 
1104 #endif
1105
1106 /* Define if you have RSVG library */
1107 #ifndef MAGICKCORE_RSVG_DELEGATE 
1108 #define MAGICKCORE_RSVG_DELEGATE  1 
1109 #endif
1110
1111 /* Define to the type of arg 1 for `select'. */
1112 #ifndef MAGICKCORE_SELECT_TYPE_ARG1 
1113 #define MAGICKCORE_SELECT_TYPE_ARG1  int 
1114 #endif
1115
1116 /* Define to the type of args 2, 3 and 4 for `select'. */
1117 #ifndef MAGICKCORE_SELECT_TYPE_ARG234 
1118 #define MAGICKCORE_SELECT_TYPE_ARG234  (fd_set *) 
1119 #endif
1120
1121 /* Define to the type of arg 5 for `select'. */
1122 #ifndef MAGICKCORE_SELECT_TYPE_ARG5 
1123 #define MAGICKCORE_SELECT_TYPE_ARG5  (struct timeval *) 
1124 #endif
1125
1126 /* Directory where architecture-independent configuration files live. */
1127 #ifndef MAGICKCORE_SHARE_CONFIGURE_PATH 
1128 #define MAGICKCORE_SHARE_CONFIGURE_PATH  "/usr/local/share/ImageMagick-6.5.8/config/" 
1129 #endif
1130
1131 /* Subdirectory of lib where architecture-independent configuration files
1132    live. */
1133 #ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH 
1134 #define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH  "ImageMagick-6.5.8/config" 
1135 #endif
1136
1137 /* Directory where architecture-independent files live. */
1138 #ifndef MAGICKCORE_SHARE_PATH 
1139 #define MAGICKCORE_SHARE_PATH  "/usr/local/share/ImageMagick-6.5.8/" 
1140 #endif
1141
1142 /* The size of `off_t', as computed by sizeof. */
1143 #ifndef MAGICKCORE_SIZEOF_OFF_T 
1144 #define MAGICKCORE_SIZEOF_OFF_T  8 
1145 #endif
1146
1147 /* The size of `signed int', as computed by sizeof. */
1148 #ifndef MAGICKCORE_SIZEOF_SIGNED_INT 
1149 #define MAGICKCORE_SIZEOF_SIGNED_INT  4 
1150 #endif
1151
1152 /* The size of `signed long', as computed by sizeof. */
1153 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG 
1154 #define MAGICKCORE_SIZEOF_SIGNED_LONG  8 
1155 #endif
1156
1157 /* The size of `signed long long', as computed by sizeof. */
1158 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 
1159 #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG  8 
1160 #endif
1161
1162 /* The size of `signed short', as computed by sizeof. */
1163 #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT 
1164 #define MAGICKCORE_SIZEOF_SIGNED_SHORT  2 
1165 #endif
1166
1167 /* The size of `size_t', as computed by sizeof. */
1168 #ifndef MAGICKCORE_SIZEOF_SIZE_T 
1169 #define MAGICKCORE_SIZEOF_SIZE_T  8 
1170 #endif
1171
1172 /* The size of `unsigned int', as computed by sizeof. */
1173 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT 
1174 #define MAGICKCORE_SIZEOF_UNSIGNED_INT  4 
1175 #endif
1176
1177 /* The size of `unsigned int*', as computed by sizeof. */
1178 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP 
1179 #define MAGICKCORE_SIZEOF_UNSIGNED_INTP  8 
1180 #endif
1181
1182 /* The size of `unsigned long', as computed by sizeof. */
1183 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG 
1184 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG  8 
1185 #endif
1186
1187 /* The size of `unsigned long long', as computed by sizeof. */
1188 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 
1189 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG  8 
1190 #endif
1191
1192 /* The size of `unsigned short', as computed by sizeof. */
1193 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT 
1194 #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT  2 
1195 #endif
1196
1197 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1198 /* #undef STAT_MACROS_BROKEN */
1199
1200 /* Define to 1 if you have the ANSI C header files. */
1201 #ifndef MAGICKCORE_STDC_HEADERS 
1202 #define MAGICKCORE_STDC_HEADERS  1 
1203 #endif
1204
1205 /* Define if you have TIFF library */
1206 #ifndef MAGICKCORE_TIFF_DELEGATE 
1207 #define MAGICKCORE_TIFF_DELEGATE  1 
1208 #endif
1209
1210 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1211 #ifndef MAGICKCORE_TIME_WITH_SYS_TIME 
1212 #define MAGICKCORE_TIME_WITH_SYS_TIME  1 
1213 #endif
1214
1215 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
1216 /* #undef TM_IN_SYS_TIME */
1217
1218 /* Enable extensions on AIX 3, Interix.  */
1219 #ifndef _ALL_SOURCE
1220 # define _ALL_SOURCE 1
1221 #endif
1222 /* Enable GNU extensions on systems that have them.  */
1223 #ifndef _GNU_SOURCE
1224 # define _GNU_SOURCE 1
1225 #endif
1226 /* Enable threading extensions on Solaris.  */
1227 #ifndef _POSIX_PTHREAD_SEMANTICS
1228 # define _POSIX_PTHREAD_SEMANTICS 1
1229 #endif
1230 /* Enable extensions on HP NonStop.  */
1231 #ifndef _TANDEM_SOURCE
1232 # define _TANDEM_SOURCE 1
1233 #endif
1234 /* Enable general extensions on Solaris.  */
1235 #ifndef __EXTENSIONS__
1236 # define __EXTENSIONS__ 1
1237 #endif
1238
1239
1240 /* Define to use the Windows GDI32 library */
1241 /* #undef WINGDI32_DELEGATE */
1242
1243 /* Define if using the dmalloc debugging malloc package */
1244 /* #undef WITH_DMALLOC */
1245
1246 /* Define if you have wmflite library */
1247 #ifndef MAGICKCORE_WMFLITE_DELEGATE 
1248 #define MAGICKCORE_WMFLITE_DELEGATE  1 
1249 #endif
1250
1251 /* Define if you have wmf library */
1252 /* #undef WMF_DELEGATE */
1253
1254 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1255    significant byte first (like Motorola and SPARC, unlike Intel). */
1256 #if defined AC_APPLE_UNIVERSAL_BUILD
1257 # if defined __BIG_ENDIAN__
1258 #  define WORDS_BIGENDIAN 1
1259 # endif
1260 #else
1261 # ifndef WORDS_BIGENDIAN
1262 /* #  undef WORDS_BIGENDIAN */
1263 # endif
1264 #endif
1265
1266 /* Location of X11 configure files */
1267 #ifndef MAGICKCORE_X11_CONFIGURE_PATH 
1268 #define MAGICKCORE_X11_CONFIGURE_PATH  "" 
1269 #endif
1270
1271 /* Define if you have X11 library */
1272 #ifndef MAGICKCORE_X11_DELEGATE 
1273 #define MAGICKCORE_X11_DELEGATE  1 
1274 #endif
1275
1276 /* Define if you have XML library */
1277 #ifndef MAGICKCORE_XML_DELEGATE 
1278 #define MAGICKCORE_XML_DELEGATE  1 
1279 #endif
1280
1281 /* Define to 1 if the X Window System is missing or not being used. */
1282 /* #undef X_DISPLAY_MISSING */
1283
1284 /* Define if you have zlib compression library */
1285 #ifndef MAGICKCORE_ZLIB_DELEGATE 
1286 #define MAGICKCORE_ZLIB_DELEGATE  1 
1287 #endif
1288
1289 /* Number of bits in a file offset, on hosts where this is settable. */
1290 #ifndef MAGICKCORE__FILE_OFFSET_BITS 
1291 #define MAGICKCORE__FILE_OFFSET_BITS  64 
1292 #endif
1293
1294 /* enable run-time bounds-checking */
1295 /* #undef _FORTIFY_SOURCE */
1296
1297 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1298 /* #undef _LARGEFILE_SOURCE */
1299
1300 /* Define for large files, on AIX-style hosts. */
1301 /* #undef _LARGE_FILES */
1302
1303 /* Define to 1 if on MINIX. */
1304 /* #undef _MINIX */
1305
1306 /* Define to 2 if the system does not provide POSIX.1 features except with
1307    this defined. */
1308 /* #undef _POSIX_1_SOURCE */
1309
1310 /* Define to 1 if you need to in order for `stat' and other things to work. */
1311 /* #undef _POSIX_SOURCE */
1312
1313 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
1314 #ifndef __CHAR_UNSIGNED__
1315 /* # undef __CHAR_UNSIGNED__ */
1316 #endif
1317
1318 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
1319 /* #undef __error_t_defined */
1320
1321 /* Define to appropriate substitue if compiler does not have __func__ */
1322 /* #undef __func__ */
1323
1324 /* Define to empty if `const' does not conform to ANSI C. */
1325 /* #undef const */
1326
1327 /* Define to a type to use for `error_t' if it is not otherwise available. */
1328 /* #undef error_t */
1329
1330 /* Define to `__inline__' or `__inline' if that's what the C compiler
1331    calls it, or to nothing if 'inline' is not supported under any name.  */
1332 #ifndef __cplusplus
1333 /* #undef inline */
1334 #endif
1335
1336 /* Define to `int' if <sys/types.h> does not define. */
1337 /* #undef mode_t */
1338
1339 /* Define to `long int' if <sys/types.h> does not define. */
1340 /* #undef off_t */
1341
1342 /* Define to `int' if <sys/types.h> does not define. */
1343 /* #undef pid_t */
1344
1345 /* Define to the equivalent of the C99 'restrict' keyword, or to
1346    nothing if this is not supported.  Do not define if restrict is
1347    supported directly.  */
1348 #ifndef _magickcore_restrict 
1349 #define _magickcore_restrict  __restrict 
1350 #endif
1351 /* Work around a bug in Sun C++: it does not support _Restrict or
1352    __restrict__, even though the corresponding Sun C compiler ends up with
1353    "#define restrict _Restrict" or "#define restrict __restrict__" in the
1354    previous line.  Perhaps some future version of Sun C++ will work with
1355    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
1356 #if defined __SUNPRO_CC && !defined __RESTRICT
1357 # define _Restrict
1358 # define __restrict__
1359 #endif
1360
1361 /* Define to `unsigned int' if <sys/types.h> does not define. */
1362 /* #undef size_t */
1363
1364 /* Define to `int' if <sys/types.h> does not define. */
1365 /* #undef ssize_t */
1366
1367 /* Define as `fork' if `vfork' does not work. */
1368 /* #undef vfork */
1369
1370 /* Define to empty if the keyword `volatile' does not work. Warning: valid
1371    code using `volatile' can become incorrect without. Disable with care. */
1372 /* #undef volatile */
1373  
1374 /* once: _MAGICK_MAGICK_CONFIG_H */
1375 #endif