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