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