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