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