blob: 3771119b4b33be7c6635a55d895db18c96b84adf [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001#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. */
cristyec1e4652010-01-06 20:45:33 +000015/* #undef BUILD_MODULES */
cristy3ed852e2009-09-05 21:47:34 +000016
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
cristyb36feb22010-03-26 16:54:37 +000037#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.1/modules-Q16/coders/"
cristy3ed852e2009-09-05 21:47:34 +000038#endif
39
40/* Subdirectory of lib where coder modules are installed */
41#ifndef MAGICKCORE_CODER_RELATIVE_PATH
cristyb36feb22010-03-26 16:54:37 +000042#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.1/modules-Q16/coders"
cristy3ed852e2009-09-05 21:47:34 +000043#endif
44
45/* Directory where architecture-dependent configuration files live. */
46#ifndef MAGICKCORE_CONFIGURE_PATH
cristyb36feb22010-03-26 16:54:37 +000047#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.1/config/"
cristy3ed852e2009-09-05 21:47:34 +000048#endif
49
50/* Subdirectory of lib where architecture-dependent configuration files live.
51 */
52#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristyb36feb22010-03-26 16:54:37 +000053#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.1/config"
cristy3ed852e2009-09-05 21:47:34 +000054#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
cristyb36feb22010-03-26 16:54:37 +000063#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.1/"
cristy3ed852e2009-09-05 21:47:34 +000064#endif
65
66/* Define if you have Display Postscript */
67/* #undef DPS_DELEGATE */
68
cristy161b9262010-03-20 19:34:32 +000069/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy3ed852e2009-09-05 21:47:34 +000070/* #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
cristyb36feb22010-03-26 16:54:37 +000087#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.1/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000088#endif
89
90/* Subdirectory of lib where filter modules are installed */
91#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristyb36feb22010-03-26 16:54:37 +000092#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.1/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000093#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#ifndef MAGICKCORE_HAVE_BOOL
164#define MAGICKCORE_HAVE_BOOL /**/
165#endif
166
cristy56ed31c2010-03-22 00:46:21 +0000167/* Define to 1 if you have the `cimag' function. */
168#ifndef MAGICKCORE_HAVE_CIMAG
169#define MAGICKCORE_HAVE_CIMAG 1
170#endif
171
cristy3ed852e2009-09-05 21:47:34 +0000172/* Define to 1 if you have the `clock' function. */
173#ifndef MAGICKCORE_HAVE_CLOCK
174#define MAGICKCORE_HAVE_CLOCK 1
175#endif
176
cristye43a45e2009-09-28 14:49:00 +0000177/* Define to 1 if you have clock_gettime. */
cristy3ed852e2009-09-05 21:47:34 +0000178#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
179#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
180#endif
181
cristye43a45e2009-09-28 14:49:00 +0000182/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
183#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
184#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
185#endif
186
cristy3ed852e2009-09-05 21:47:34 +0000187/* Define to 1 if you have the `closedir' function. */
188#ifndef MAGICKCORE_HAVE_CLOSEDIR
189#define MAGICKCORE_HAVE_CLOSEDIR 1
190#endif
191
cristyfe2e68f2010-01-09 19:16:03 +0000192/* Define to 1 if you have the <CL/cl.h> header file. */
193/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000194
cristy3ed852e2009-09-05 21:47:34 +0000195/* Define to 1 if you have the <complex.h> header file. */
196#ifndef MAGICKCORE_HAVE_COMPLEX_H
197#define MAGICKCORE_HAVE_COMPLEX_H 1
198#endif
199
200/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
201 you don't. */
202/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
203
204/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
205 */
206#ifndef MAGICKCORE_HAVE_DECL_PREAD
207#define MAGICKCORE_HAVE_DECL_PREAD 1
208#endif
209
210/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
211 */
212#ifndef MAGICKCORE_HAVE_DECL_PWRITE
213#define MAGICKCORE_HAVE_DECL_PWRITE 1
214#endif
215
216/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
217 don't. */
218#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
219#define MAGICKCORE_HAVE_DECL_STRLCPY 0
220#endif
221
222/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
223 don't. */
224#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
225#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
226#endif
227
228/* Define to 1 if you have the `directio' function. */
229/* #undef HAVE_DIRECTIO */
230
231/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
232 */
233#ifndef MAGICKCORE_HAVE_DIRENT_H
234#define MAGICKCORE_HAVE_DIRENT_H 1
235#endif
236
237/* Define if you have the GNU dld library. */
238/* #undef HAVE_DLD */
239
240/* Define to 1 if you have the <dld.h> header file. */
241/* #undef HAVE_DLD_H */
242
243/* Define to 1 if you have the `dlerror' function. */
244#ifndef MAGICKCORE_HAVE_DLERROR
245#define MAGICKCORE_HAVE_DLERROR 1
246#endif
247
248/* Define to 1 if you have the <dlfcn.h> header file. */
249#ifndef MAGICKCORE_HAVE_DLFCN_H
250#define MAGICKCORE_HAVE_DLFCN_H 1
251#endif
252
253/* Define to 1 if you have the <dl.h> header file. */
254/* #undef HAVE_DL_H */
255
256/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
257/* #undef HAVE_DOPRNT */
258
259/* Define if you have the _dyld_func_lookup function. */
260/* #undef HAVE_DYLD */
261
262/* Define to 1 if you have the <errno.h> header file. */
263#ifndef MAGICKCORE_HAVE_ERRNO_H
264#define MAGICKCORE_HAVE_ERRNO_H 1
265#endif
266
267/* Define to 1 if the system has the type `error_t'. */
268#ifndef MAGICKCORE_HAVE_ERROR_T
269#define MAGICKCORE_HAVE_ERROR_T 1
270#endif
271
272/* Define to 1 if you have the `execvp' function. */
273#ifndef MAGICKCORE_HAVE_EXECVP
274#define MAGICKCORE_HAVE_EXECVP 1
275#endif
276
cristyf1440cb2010-02-23 02:24:21 +0000277/* Define to 1 if you have the `fchmod' function. */
278#ifndef MAGICKCORE_HAVE_FCHMOD
279#define MAGICKCORE_HAVE_FCHMOD 1
280#endif
281
cristy3ed852e2009-09-05 21:47:34 +0000282/* Define to 1 if you have the <fcntl.h> header file. */
283#ifndef MAGICKCORE_HAVE_FCNTL_H
284#define MAGICKCORE_HAVE_FCNTL_H 1
285#endif
286
287/* Define to 1 if you have the `floor' function. */
cristy161b9262010-03-20 19:34:32 +0000288#ifndef MAGICKCORE_HAVE_FLOOR
289#define MAGICKCORE_HAVE_FLOOR 1
290#endif
cristy3ed852e2009-09-05 21:47:34 +0000291
292/* Define to 1 if you have the `fork' function. */
293#ifndef MAGICKCORE_HAVE_FORK
294#define MAGICKCORE_HAVE_FORK 1
295#endif
296
297/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
298#ifndef MAGICKCORE_HAVE_FSEEKO
299#define MAGICKCORE_HAVE_FSEEKO 1
300#endif
301
302/* Define to 1 if you have the <ft2build.h> header file. */
303#ifndef MAGICKCORE_HAVE_FT2BUILD_H
304#define MAGICKCORE_HAVE_FT2BUILD_H 1
305#endif
306
307/* Define to 1 if you have the `ftime' function. */
308#ifndef MAGICKCORE_HAVE_FTIME
309#define MAGICKCORE_HAVE_FTIME 1
310#endif
311
312/* Define to 1 if you have the `ftruncate' function. */
313#ifndef MAGICKCORE_HAVE_FTRUNCATE
314#define MAGICKCORE_HAVE_FTRUNCATE 1
315#endif
316
317/* Define to 1 if you have the `getcwd' function. */
318#ifndef MAGICKCORE_HAVE_GETCWD
319#define MAGICKCORE_HAVE_GETCWD 1
320#endif
321
322/* Define to 1 if you have the `getdtablesize' function. */
323#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
324#define MAGICKCORE_HAVE_GETDTABLESIZE 1
325#endif
326
327/* Define to 1 if you have the `getexecname' function. */
328/* #undef HAVE_GETEXECNAME */
329
330/* Define to 1 if you have the `getpagesize' function. */
331#ifndef MAGICKCORE_HAVE_GETPAGESIZE
332#define MAGICKCORE_HAVE_GETPAGESIZE 1
333#endif
334
335/* Define to 1 if you have the `getpid' function. */
336#ifndef MAGICKCORE_HAVE_GETPID
337#define MAGICKCORE_HAVE_GETPID 1
338#endif
339
cristyd3ef0102009-09-12 18:11:06 +0000340/* Define to 1 if you have the `getrlimit' function. */
341#ifndef MAGICKCORE_HAVE_GETRLIMIT
342#define MAGICKCORE_HAVE_GETRLIMIT 1
343#endif
344
cristy3ed852e2009-09-05 21:47:34 +0000345/* Define to 1 if you have the `getrusage' function. */
346#ifndef MAGICKCORE_HAVE_GETRUSAGE
347#define MAGICKCORE_HAVE_GETRUSAGE 1
348#endif
349
350/* Define to 1 if you have the `gettimeofday' function. */
351#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
352#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
353#endif
354
355/* Define to 1 if you have the `gmtime_r' function. */
356#ifndef MAGICKCORE_HAVE_GMTIME_R
357#define MAGICKCORE_HAVE_GMTIME_R 1
358#endif
359
360/* Define to 1 if you have the <inttypes.h> header file. */
361#ifndef MAGICKCORE_HAVE_INTTYPES_H
362#define MAGICKCORE_HAVE_INTTYPES_H 1
363#endif
364
cristy161b9262010-03-20 19:34:32 +0000365/* Define to 1 if you have the `j0' function. */
366#ifndef MAGICKCORE_HAVE_J0
367#define MAGICKCORE_HAVE_J0 1
368#endif
369
370/* Define to 1 if you have the `j1' function. */
371#ifndef MAGICKCORE_HAVE_J1
372#define MAGICKCORE_HAVE_J1 1
373#endif
374
cristyd09bcf92010-03-25 03:04:45 +0000375/* Define if you have the <lcms2.h> header file. */
376/* #undef HAVE_LCMS2_H */
377
cristy3ed852e2009-09-05 21:47:34 +0000378/* Define if you have the <lcms.h> header file. */
379#ifndef MAGICKCORE_HAVE_LCMS_H
380#define MAGICKCORE_HAVE_LCMS_H 1
381#endif
382
cristyd09bcf92010-03-25 03:04:45 +0000383/* Define if you have the <lcms/lcms2.h> header file. */
384/* #undef HAVE_LCMS_LCMS2_H */
385
cristy3ed852e2009-09-05 21:47:34 +0000386/* Define if you have the <lcms/lcms.h> header file. */
387/* #undef HAVE_LCMS_LCMS_H */
388
389/* Define if you have the libdl library or equivalent. */
390#ifndef MAGICKCORE_HAVE_LIBDL
391#define MAGICKCORE_HAVE_LIBDL 1
392#endif
393
394/* Define if libdlloader will be built on this platform */
395#ifndef MAGICKCORE_HAVE_LIBDLLOADER
396#define MAGICKCORE_HAVE_LIBDLLOADER 1
397#endif
398
399/* Define to 1 if you have the `gcov' library (-lgcov). */
400/* #undef HAVE_LIBGCOV */
401
402/* Define to 1 if you have the <limits.h> header file. */
403#ifndef MAGICKCORE_HAVE_LIMITS_H
404#define MAGICKCORE_HAVE_LIMITS_H 1
405#endif
406
407/* Define to 1 if you have the <linux/unistd.h> header file. */
408#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
409#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
410#endif
411
412/* Define to 1 if you have the <locale.h> header file. */
413#ifndef MAGICKCORE_HAVE_LOCALE_H
414#define MAGICKCORE_HAVE_LOCALE_H 1
415#endif
416
417/* Define to 1 if you have the `localtime_r' function. */
418#ifndef MAGICKCORE_HAVE_LOCALTIME_R
419#define MAGICKCORE_HAVE_LOCALTIME_R 1
420#endif
421
422/* Define to 1 if the type `long double' works and has more range or precision
423 than `double'. */
424#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
425#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
426#endif
427
428/* Define to 1 if you have the `lstat' function. */
429#ifndef MAGICKCORE_HAVE_LSTAT
430#define MAGICKCORE_HAVE_LSTAT 1
431#endif
432
433/* define if the compiler implements L"widestring" */
434#ifndef MAGICKCORE_HAVE_LSTRING
435#define MAGICKCORE_HAVE_LSTRING /**/
436#endif
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. */
cristy40e685d2010-04-23 14:44:08 +0000475#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
476#define MAGICKCORE_HAVE_MMAP_FILEIO 1
477#endif
cristy3ed852e2009-09-05 21:47:34 +0000478
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#ifndef MAGICKCORE_HAVE_NAMESPACES
486#define MAGICKCORE_HAVE_NAMESPACES /**/
487#endif
488
489/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
490/* #undef HAVE_NDIR_H */
491
cristyfe2e68f2010-01-09 19:16:03 +0000492/* Define to 1 if you have the <OpenCL/cl.h> header file. */
493/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000494
cristy3ed852e2009-09-05 21:47:34 +0000495/* Define to 1 if you have the `opendir' function. */
496#ifndef MAGICKCORE_HAVE_OPENDIR
497#define MAGICKCORE_HAVE_OPENDIR 1
498#endif
499
500/* Define to 1 if you have the <OS.h> header file. */
501/* #undef HAVE_OS_H */
502
503/* Define to 1 if you have the `pclose' function. */
504#ifndef MAGICKCORE_HAVE_PCLOSE
505#define MAGICKCORE_HAVE_PCLOSE 1
506#endif
507
508/* Define to 1 if you have the `poll' function. */
509#ifndef MAGICKCORE_HAVE_POLL
510#define MAGICKCORE_HAVE_POLL 1
511#endif
512
513/* Define to 1 if you have the `popen' function. */
514#ifndef MAGICKCORE_HAVE_POPEN
515#define MAGICKCORE_HAVE_POPEN 1
516#endif
517
518/* Define to 1 if you have the `posix_fadvise' function. */
519#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
520#define MAGICKCORE_HAVE_POSIX_FADVISE 1
521#endif
522
523/* Define to 1 if you have the `posix_fallocate' function. */
524#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
525#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
526#endif
527
528/* Define to 1 if you have the `posix_madvise' function. */
529#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
530#define MAGICKCORE_HAVE_POSIX_MADVISE 1
531#endif
532
533/* Define to 1 if you have the `posix_memalign' function. */
534#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
535#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
536#endif
537
538/* Define to 1 if you have the `pow' function. */
cristy161b9262010-03-20 19:34:32 +0000539#ifndef MAGICKCORE_HAVE_POW
540#define MAGICKCORE_HAVE_POW 1
541#endif
cristy3ed852e2009-09-05 21:47:34 +0000542
543/* Define to 1 if you have the `pread' function. */
544#ifndef MAGICKCORE_HAVE_PREAD
545#define MAGICKCORE_HAVE_PREAD 1
546#endif
547
548/* Define if libtool can extract symbol lists from object files. */
549#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
550#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
551#endif
552
cristy98e91bd2010-01-12 01:11:42 +0000553/* Define to 1 if you have the <process.h> header file. */
554/* #undef HAVE_PROCESS_H */
555
cristy3ed852e2009-09-05 21:47:34 +0000556/* Define if you have POSIX threads libraries and header files. */
557#ifndef MAGICKCORE_HAVE_PTHREAD
558#define MAGICKCORE_HAVE_PTHREAD 1
559#endif
560
561/* Define to 1 if you have the `pwrite' function. */
562#ifndef MAGICKCORE_HAVE_PWRITE
563#define MAGICKCORE_HAVE_PWRITE 1
564#endif
565
566/* Define to 1 if you have the `raise' function. */
567#ifndef MAGICKCORE_HAVE_RAISE
568#define MAGICKCORE_HAVE_RAISE 1
569#endif
570
571/* Define to 1 if you have the `rand_r' function. */
572#ifndef MAGICKCORE_HAVE_RAND_R
573#define MAGICKCORE_HAVE_RAND_R 1
574#endif
575
576/* Define to 1 if you have the `readdir' function. */
577#ifndef MAGICKCORE_HAVE_READDIR
578#define MAGICKCORE_HAVE_READDIR 1
579#endif
580
581/* Define to 1 if you have the `readdir_r' function. */
582#ifndef MAGICKCORE_HAVE_READDIR_R
583#define MAGICKCORE_HAVE_READDIR_R 1
584#endif
585
586/* Define to 1 if you have the `readlink' function. */
587#ifndef MAGICKCORE_HAVE_READLINK
588#define MAGICKCORE_HAVE_READLINK 1
589#endif
590
591/* Define to 1 if you have the `realpath' function. */
592#ifndef MAGICKCORE_HAVE_REALPATH
593#define MAGICKCORE_HAVE_REALPATH 1
594#endif
595
596/* Define to 1 if you have the `seekdir' function. */
597#ifndef MAGICKCORE_HAVE_SEEKDIR
598#define MAGICKCORE_HAVE_SEEKDIR 1
599#endif
600
601/* Define to 1 if you have the `select' function. */
602#ifndef MAGICKCORE_HAVE_SELECT
603#define MAGICKCORE_HAVE_SELECT 1
604#endif
605
606/* Define to 1 if you have the `setlocale' function. */
607#ifndef MAGICKCORE_HAVE_SETLOCALE
608#define MAGICKCORE_HAVE_SETLOCALE 1
609#endif
610
611/* Define to 1 if you have the `setvbuf' function. */
612#ifndef MAGICKCORE_HAVE_SETVBUF
613#define MAGICKCORE_HAVE_SETVBUF 1
614#endif
615
616/* X11 server supports shape extension */
617#ifndef MAGICKCORE_HAVE_SHAPE
618#define MAGICKCORE_HAVE_SHAPE 1
619#endif
620
621/* X11 server supports shared memory extension */
622#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
623#define MAGICKCORE_HAVE_SHARED_MEMORY 1
624#endif
625
626/* Define if you have the shl_load function. */
627/* #undef HAVE_SHL_LOAD */
628
629/* Define to 1 if you have the `sigaction' function. */
630#ifndef MAGICKCORE_HAVE_SIGACTION
631#define MAGICKCORE_HAVE_SIGACTION 1
632#endif
633
634/* Define to 1 if you have the `sigemptyset' function. */
635#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
636#define MAGICKCORE_HAVE_SIGEMPTYSET 1
637#endif
638
cristy393bbe52010-01-11 16:32:56 +0000639/* Define to 1 if you have the `spawnvp' function. */
640/* #undef HAVE_SPAWNVP */
641
cristy3ed852e2009-09-05 21:47:34 +0000642/* Define to 1 if you have the `sqrt' function. */
cristy161b9262010-03-20 19:34:32 +0000643#ifndef MAGICKCORE_HAVE_SQRT
644#define MAGICKCORE_HAVE_SQRT 1
645#endif
cristy3ed852e2009-09-05 21:47:34 +0000646
647/* Define to 1 if you have the `stat' function. */
648#ifndef MAGICKCORE_HAVE_STAT
649#define MAGICKCORE_HAVE_STAT 1
650#endif
651
652/* Define to 1 if you have the <stdarg.h> header file. */
653#ifndef MAGICKCORE_HAVE_STDARG_H
654#define MAGICKCORE_HAVE_STDARG_H 1
655#endif
656
657/* Define to 1 if stdbool.h conforms to C99. */
658#ifndef MAGICKCORE_HAVE_STDBOOL_H
659#define MAGICKCORE_HAVE_STDBOOL_H 1
660#endif
661
cristy3ed852e2009-09-05 21:47:34 +0000662/* Define to 1 if you have the <stdint.h> header file. */
663#ifndef MAGICKCORE_HAVE_STDINT_H
664#define MAGICKCORE_HAVE_STDINT_H 1
665#endif
666
667/* Define to 1 if you have the <stdlib.h> header file. */
668#ifndef MAGICKCORE_HAVE_STDLIB_H
669#define MAGICKCORE_HAVE_STDLIB_H 1
670#endif
671
672/* define if the compiler supports ISO C++ standard library */
673#ifndef MAGICKCORE_HAVE_STD_LIBS
674#define MAGICKCORE_HAVE_STD_LIBS /**/
675#endif
676
677/* define if the compiler supports the std namespace */
678#ifndef MAGICKCORE_HAVE_STD_NAMESPACE
679#define MAGICKCORE_HAVE_STD_NAMESPACE /**/
680#endif
681
682/* Define to 1 if you have the `strcasecmp' function. */
683#ifndef MAGICKCORE_HAVE_STRCASECMP
684#define MAGICKCORE_HAVE_STRCASECMP 1
685#endif
686
687/* Define to 1 if you have the `strchr' function. */
688#ifndef MAGICKCORE_HAVE_STRCHR
689#define MAGICKCORE_HAVE_STRCHR 1
690#endif
691
692/* Define to 1 if you have the `strcspn' function. */
693#ifndef MAGICKCORE_HAVE_STRCSPN
694#define MAGICKCORE_HAVE_STRCSPN 1
695#endif
696
697/* Define to 1 if you have the `strdup' function. */
698#ifndef MAGICKCORE_HAVE_STRDUP
699#define MAGICKCORE_HAVE_STRDUP 1
700#endif
701
702/* Define to 1 if you have the `strerror' function. */
703#ifndef MAGICKCORE_HAVE_STRERROR
704#define MAGICKCORE_HAVE_STRERROR 1
705#endif
706
707/* Define to 1 if you have the `strerror_r' function. */
708#ifndef MAGICKCORE_HAVE_STRERROR_R
709#define MAGICKCORE_HAVE_STRERROR_R 1
710#endif
711
712/* Define to 1 if cpp supports the ANSI # stringizing operator. */
713#ifndef MAGICKCORE_HAVE_STRINGIZE
714#define MAGICKCORE_HAVE_STRINGIZE 1
715#endif
716
717/* Define to 1 if you have the <strings.h> header file. */
718#ifndef MAGICKCORE_HAVE_STRINGS_H
719#define MAGICKCORE_HAVE_STRINGS_H 1
720#endif
721
722/* Define to 1 if you have the <string.h> header file. */
723#ifndef MAGICKCORE_HAVE_STRING_H
724#define MAGICKCORE_HAVE_STRING_H 1
725#endif
726
727/* Define to 1 if you have the `strlcat' function. */
728/* #undef HAVE_STRLCAT */
729
730/* Define to 1 if you have the `strlcpy' function. */
731/* #undef HAVE_STRLCPY */
732
733/* Define to 1 if you have the `strncasecmp' function. */
734#ifndef MAGICKCORE_HAVE_STRNCASECMP
735#define MAGICKCORE_HAVE_STRNCASECMP 1
736#endif
737
738/* Define to 1 if you have the `strpbrk' function. */
739#ifndef MAGICKCORE_HAVE_STRPBRK
740#define MAGICKCORE_HAVE_STRPBRK 1
741#endif
742
743/* Define to 1 if you have the `strrchr' function. */
744#ifndef MAGICKCORE_HAVE_STRRCHR
745#define MAGICKCORE_HAVE_STRRCHR 1
746#endif
747
748/* Define to 1 if you have the `strspn' function. */
749#ifndef MAGICKCORE_HAVE_STRSPN
750#define MAGICKCORE_HAVE_STRSPN 1
751#endif
752
753/* Define to 1 if you have the `strstr' function. */
754#ifndef MAGICKCORE_HAVE_STRSTR
755#define MAGICKCORE_HAVE_STRSTR 1
756#endif
757
758/* Define to 1 if you have the `strtol' function. */
759#ifndef MAGICKCORE_HAVE_STRTOL
760#define MAGICKCORE_HAVE_STRTOL 1
761#endif
762
cristy5131f3e2009-12-18 03:09:10 +0000763/* Define to 1 if you have the `strtoul' function. */
764#ifndef MAGICKCORE_HAVE_STRTOUL
765#define MAGICKCORE_HAVE_STRTOUL 1
766#endif
767
cristy3ed852e2009-09-05 21:47:34 +0000768/* Define to 1 if you have the `symlink' function. */
769#ifndef MAGICKCORE_HAVE_SYMLINK
770#define MAGICKCORE_HAVE_SYMLINK 1
771#endif
772
773/* Define to 1 if you have the `sysconf' function. */
774#ifndef MAGICKCORE_HAVE_SYSCONF
775#define MAGICKCORE_HAVE_SYSCONF 1
776#endif
777
778/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
779 */
780/* #undef HAVE_SYS_DIR_H */
781
782/* Define to 1 if you have the <sys/dl.h> header file. */
783/* #undef HAVE_SYS_DL_H */
784
785/* Define to 1 if you have the <sys/ipc.h> header file. */
786#ifndef MAGICKCORE_HAVE_SYS_IPC_H
787#define MAGICKCORE_HAVE_SYS_IPC_H 1
788#endif
789
790/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
791 */
792/* #undef HAVE_SYS_NDIR_H */
793
cristycd4c5312009-11-22 01:19:08 +0000794/* Define to 1 if you have the <sys/param.h> header file. */
795#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
796#define MAGICKCORE_HAVE_SYS_PARAM_H 1
797#endif
798
cristy3ed852e2009-09-05 21:47:34 +0000799/* Define to 1 if you have the <sys/resource.h> header file. */
800#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
801#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
802#endif
803
804/* Define to 1 if you have the <sys/select.h> header file. */
805#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
806#define MAGICKCORE_HAVE_SYS_SELECT_H 1
807#endif
808
809/* Define to 1 if you have the <sys/socket.h> header file. */
810#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
811#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
812#endif
813
814/* Define to 1 if you have the <sys/stat.h> header file. */
815#ifndef MAGICKCORE_HAVE_SYS_STAT_H
816#define MAGICKCORE_HAVE_SYS_STAT_H 1
817#endif
818
819/* Define to 1 if you have the <sys/syslimits.h> header file. */
820/* #undef HAVE_SYS_SYSLIMITS_H */
821
822/* Define to 1 if you have the <sys/timeb.h> header file. */
823#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
824#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
825#endif
826
827/* Define to 1 if you have the <sys/times.h> header file. */
828#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
829#define MAGICKCORE_HAVE_SYS_TIMES_H 1
830#endif
831
832/* Define to 1 if you have the <sys/time.h> header file. */
833#ifndef MAGICKCORE_HAVE_SYS_TIME_H
834#define MAGICKCORE_HAVE_SYS_TIME_H 1
835#endif
836
837/* Define to 1 if you have the <sys/types.h> header file. */
838#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
839#define MAGICKCORE_HAVE_SYS_TYPES_H 1
840#endif
841
842/* Define to 1 if you have the <sys/wait.h> header file. */
843#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
844#define MAGICKCORE_HAVE_SYS_WAIT_H 1
845#endif
846
847/* Define to 1 if you have the `telldir' function. */
848#ifndef MAGICKCORE_HAVE_TELLDIR
849#define MAGICKCORE_HAVE_TELLDIR 1
850#endif
851
852/* Define to 1 if you have the `tempnam' function. */
853#ifndef MAGICKCORE_HAVE_TEMPNAM
854#define MAGICKCORE_HAVE_TEMPNAM 1
855#endif
856
857/* Define to 1 if you have the <tiffconf.h> header file. */
858#ifndef MAGICKCORE_HAVE_TIFFCONF_H
859#define MAGICKCORE_HAVE_TIFFCONF_H 1
860#endif
861
862/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
863#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
864#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
865#endif
866
867/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
868#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
869#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
870#endif
871
872/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
873#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
874#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
875#endif
876
877/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
878#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
879#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
880#endif
881
882/* Define to 1 if you have the `TIFFSetTagExtender' function. */
883#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
884#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
885#endif
886
887/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
888#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
889#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
890#endif
891
892/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
893#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
894#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
895#endif
896
897/* Define to 1 if you have the `times' function. */
898#ifndef MAGICKCORE_HAVE_TIMES
899#define MAGICKCORE_HAVE_TIMES 1
900#endif
901
902/* Define to 1 if you have the <unistd.h> header file. */
903#ifndef MAGICKCORE_HAVE_UNISTD_H
904#define MAGICKCORE_HAVE_UNISTD_H 1
905#endif
906
907/* Define to 1 if you have the `usleep' function. */
908#ifndef MAGICKCORE_HAVE_USLEEP
909#define MAGICKCORE_HAVE_USLEEP 1
910#endif
911
cristyf1440cb2010-02-23 02:24:21 +0000912/* Define to 1 if you have the `utime' function. */
913#ifndef MAGICKCORE_HAVE_UTIME
914#define MAGICKCORE_HAVE_UTIME 1
915#endif
916
cristy3ed852e2009-09-05 21:47:34 +0000917/* Define to 1 if you have the `vfork' function. */
918#ifndef MAGICKCORE_HAVE_VFORK
919#define MAGICKCORE_HAVE_VFORK 1
920#endif
921
922/* Define to 1 if you have the <vfork.h> header file. */
923/* #undef HAVE_VFORK_H */
924
925/* Define to 1 if you have the `vprintf' function. */
926#ifndef MAGICKCORE_HAVE_VPRINTF
927#define MAGICKCORE_HAVE_VPRINTF 1
928#endif
929
930/* Define to 1 if you have the `vsnprintf' function. */
931#ifndef MAGICKCORE_HAVE_VSNPRINTF
932#define MAGICKCORE_HAVE_VSNPRINTF 1
933#endif
934
935/* Define to 1 if you have the `vsprintf' function. */
936#ifndef MAGICKCORE_HAVE_VSPRINTF
937#define MAGICKCORE_HAVE_VSPRINTF 1
938#endif
939
940/* Define to 1 if you have the `waitpid' function. */
941#ifndef MAGICKCORE_HAVE_WAITPID
942#define MAGICKCORE_HAVE_WAITPID 1
943#endif
944
945/* Define to 1 if you have the <wchar.h> header file. */
946#ifndef MAGICKCORE_HAVE_WCHAR_H
947#define MAGICKCORE_HAVE_WCHAR_H 1
948#endif
949
cristy736173a2009-09-20 21:18:22 +0000950/* Define to 1 if you have the <windows.h> header file. */
951/* #undef HAVE_WINDOWS_H */
952
cristy739df912009-10-24 16:10:18 +0000953/* This value is set to 1 to indicate that the system argz facility works */
cristy3ed852e2009-09-05 21:47:34 +0000954#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
955#define MAGICKCORE_HAVE_WORKING_ARGZ 1
956#endif
957
958/* Define to 1 if `fork' works. */
959#ifndef MAGICKCORE_HAVE_WORKING_FORK
960#define MAGICKCORE_HAVE_WORKING_FORK 1
961#endif
962
963/* Define to 1 if `vfork' works. */
964#ifndef MAGICKCORE_HAVE_WORKING_VFORK
965#define MAGICKCORE_HAVE_WORKING_VFORK 1
966#endif
967
968/* Define to 1 if the system has the type `_Bool'. */
cristy40e685d2010-04-23 14:44:08 +0000969#ifndef MAGICKCORE_HAVE__BOOL
970#define MAGICKCORE_HAVE__BOOL 1
971#endif
cristy3ed852e2009-09-05 21:47:34 +0000972
973/* Define to 1 if you have the `_exit' function. */
974#ifndef MAGICKCORE_HAVE__EXIT
975#define MAGICKCORE_HAVE__EXIT 1
976#endif
977
978/* Define to 1 if you have the `_NSGetExecutablePath' function. */
979/* #undef HAVE__NSGETEXECUTABLEPATH */
980
981/* Define to 1 if you have the `_pclose' function. */
982/* #undef HAVE__PCLOSE */
983
984/* Define to 1 if you have the `_popen' function. */
985/* #undef HAVE__POPEN */
986
987/* Define to 1 if you have the `_wfopen' function. */
988/* #undef HAVE__WFOPEN */
989
990/* Define to 1 if you have the `_wstat' function. */
991/* #undef HAVE__WSTAT */
992
993/* accurately represent the wide range of intensity levels in real scenes */
994/* #undef HDRI_SUPPORT */
995
996/* Define if you have umem memory allocation library */
997/* #undef HasUMEM */
998
999/* ImageMagick is formally installed under prefix */
1000#ifndef MAGICKCORE_INSTALLED_SUPPORT
1001#define MAGICKCORE_INSTALLED_SUPPORT 1
1002#endif
1003
1004/* Define if you have JBIG library */
1005/* #undef JBIG_DELEGATE */
1006
1007/* Define if you have JPEG version 2 "Jasper" library */
1008#ifndef MAGICKCORE_JP2_DELEGATE
1009#define MAGICKCORE_JP2_DELEGATE 1
1010#endif
1011
1012/* Define if you have JPEG library */
1013#ifndef MAGICKCORE_JPEG_DELEGATE
1014#define MAGICKCORE_JPEG_DELEGATE 1
1015#endif
1016
1017/* Define if you have LCMS library */
1018#ifndef MAGICKCORE_LCMS_DELEGATE
1019#define MAGICKCORE_LCMS_DELEGATE 1
1020#endif
1021
1022/* Directory where architecture-dependent files live. */
1023#ifndef MAGICKCORE_LIBRARY_PATH
cristyb36feb22010-03-26 16:54:37 +00001024#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.1/"
cristy3ed852e2009-09-05 21:47:34 +00001025#endif
1026
1027/* Subdirectory of lib where ImageMagick architecture dependent files are
1028 installed */
1029#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristyb36feb22010-03-26 16:54:37 +00001030#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.1"
cristy3ed852e2009-09-05 21:47:34 +00001031#endif
1032
1033/* Define if you have LQR library */
1034/* #undef LQR_DELEGATE */
1035
1036/* Define if using libltdl to support dynamically loadable modules */
cristy40e685d2010-04-23 14:44:08 +00001037#ifndef MAGICKCORE_LTDL_DELEGATE
1038#define MAGICKCORE_LTDL_DELEGATE 1
1039#endif
cristy3ed852e2009-09-05 21:47:34 +00001040
1041/* Define if the OS needs help to load dependent libraries for dlopen(). */
1042/* #undef LTDL_DLOPEN_DEPLIBS */
1043
1044/* Define to the system default library search path. */
1045#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy735e8942010-04-02 20:32:57 +00001046#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/lib64/wine/:/usr/lib64/xulrunner-1.9.2"
cristy3ed852e2009-09-05 21:47:34 +00001047#endif
1048
1049/* The archive extension */
1050#ifndef MAGICKCORE_LT_LIBEXT
1051#define MAGICKCORE_LT_LIBEXT "a"
1052#endif
1053
1054/* Define to the extension used for runtime loadable modules, say, ".so". */
1055#ifndef MAGICKCORE_LT_MODULE_EXT
1056#define MAGICKCORE_LT_MODULE_EXT ".so"
1057#endif
1058
1059/* Define to the name of the environment variable that determines the run-time
1060 module search path. */
1061#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1062#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
1063#endif
1064
1065/* Define to the sub-directory in which libtool stores uninstalled libraries.
1066 */
1067#ifndef MAGICKCORE_LT_OBJDIR
1068#define MAGICKCORE_LT_OBJDIR ".libs/"
1069#endif
1070
1071/* Define to prepend to default font search path. */
1072/* #undef MAGICK_FONT_PATH */
1073
1074/* Magick API method prefix */
1075/* #undef NAMESPACE_PREFIX */
1076
cristya0b81c32010-01-22 02:54:33 +00001077/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001078/* #undef NDEBUG */
1079
1080/* Define if dlsym() requires a leading underscore in symbol names. */
1081/* #undef NEED_USCORE */
1082
1083/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1084/* #undef NO_MINUS_C_MINUS_O */
1085
1086/* Define if you have OPENEXR library */
1087/* #undef OPENEXR_DELEGATE */
1088
1089/* Define to the address where bug reports for this package should be sent. */
1090#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1091#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
1092#endif
1093
1094/* Define to the full name of this package. */
1095#ifndef MAGICKCORE_PACKAGE_NAME
1096#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
1097#endif
1098
1099/* Define to the full name and version of this package. */
1100#ifndef MAGICKCORE_PACKAGE_STRING
cristyb36feb22010-03-26 16:54:37 +00001101#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.1"
cristy3ed852e2009-09-05 21:47:34 +00001102#endif
1103
1104/* Define to the one symbol short name of this package. */
1105#ifndef MAGICKCORE_PACKAGE_TARNAME
1106#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
1107#endif
1108
cristy8b350f62009-11-15 23:12:43 +00001109/* Define to the home page for this package. */
1110#ifndef MAGICKCORE_PACKAGE_URL
1111#define MAGICKCORE_PACKAGE_URL ""
1112#endif
1113
cristy3ed852e2009-09-05 21:47:34 +00001114/* Define to the version of this package. */
1115#ifndef MAGICKCORE_PACKAGE_VERSION
cristyb36feb22010-03-26 16:54:37 +00001116#define MAGICKCORE_PACKAGE_VERSION "6.6.1"
cristy3ed852e2009-09-05 21:47:34 +00001117#endif
1118
1119/* Define if you have PNG library */
1120#ifndef MAGICKCORE_PNG_DELEGATE
1121#define MAGICKCORE_PNG_DELEGATE 1
1122#endif
1123
1124/* Define to necessary symbol if this constant uses a non-standard name on
1125 your system. */
1126/* #undef PTHREAD_CREATE_JOINABLE */
1127
1128/* Pixel cache threshold in MB (defaults to available memory) */
1129/* #undef PixelCacheThreshold */
1130
1131/* Number of bits in a pixel Quantum (8/16/32/64) */
1132#ifndef MAGICKCORE_QUANTUM_DEPTH
1133#define MAGICKCORE_QUANTUM_DEPTH 16
1134#endif
1135
1136/* Define as the return type of signal handlers (`int' or `void'). */
1137#ifndef MAGICKCORE_RETSIGTYPE
1138#define MAGICKCORE_RETSIGTYPE void
1139#endif
1140
1141/* Define if you have RSVG library */
1142#ifndef MAGICKCORE_RSVG_DELEGATE
1143#define MAGICKCORE_RSVG_DELEGATE 1
1144#endif
1145
1146/* Define to the type of arg 1 for `select'. */
1147#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1148#define MAGICKCORE_SELECT_TYPE_ARG1 int
1149#endif
1150
1151/* Define to the type of args 2, 3 and 4 for `select'. */
1152#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1153#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
1154#endif
1155
1156/* Define to the type of arg 5 for `select'. */
1157#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1158#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
1159#endif
1160
1161/* Directory where architecture-independent configuration files live. */
1162#ifndef MAGICKCORE_SHARE_CONFIGURE_PATH
cristyb36feb22010-03-26 16:54:37 +00001163#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.1/config/"
cristy3ed852e2009-09-05 21:47:34 +00001164#endif
1165
1166/* Subdirectory of lib where architecture-independent configuration files
1167 live. */
1168#ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH
cristyb36feb22010-03-26 16:54:37 +00001169#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.1/config"
cristy3ed852e2009-09-05 21:47:34 +00001170#endif
1171
1172/* Directory where architecture-independent files live. */
1173#ifndef MAGICKCORE_SHARE_PATH
cristyb36feb22010-03-26 16:54:37 +00001174#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.1/"
cristy3ed852e2009-09-05 21:47:34 +00001175#endif
1176
1177/* The size of `off_t', as computed by sizeof. */
1178#ifndef MAGICKCORE_SIZEOF_OFF_T
1179#define MAGICKCORE_SIZEOF_OFF_T 8
1180#endif
1181
1182/* The size of `signed int', as computed by sizeof. */
1183#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1184#define MAGICKCORE_SIZEOF_SIGNED_INT 4
1185#endif
1186
1187/* The size of `signed long', as computed by sizeof. */
1188#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1189#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
1190#endif
1191
1192/* The size of `signed long long', as computed by sizeof. */
1193#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1194#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
1195#endif
1196
1197/* The size of `signed short', as computed by sizeof. */
1198#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1199#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
1200#endif
1201
1202/* The size of `size_t', as computed by sizeof. */
1203#ifndef MAGICKCORE_SIZEOF_SIZE_T
1204#define MAGICKCORE_SIZEOF_SIZE_T 8
1205#endif
1206
1207/* The size of `unsigned int', as computed by sizeof. */
1208#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1209#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
1210#endif
1211
1212/* The size of `unsigned int*', as computed by sizeof. */
1213#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1214#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
1215#endif
1216
1217/* The size of `unsigned long', as computed by sizeof. */
1218#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1219#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
1220#endif
1221
1222/* The size of `unsigned long long', as computed by sizeof. */
1223#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1224#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
1225#endif
1226
1227/* The size of `unsigned short', as computed by sizeof. */
1228#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1229#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
1230#endif
1231
1232/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1233/* #undef STAT_MACROS_BROKEN */
1234
1235/* Define to 1 if you have the ANSI C header files. */
1236#ifndef MAGICKCORE_STDC_HEADERS
1237#define MAGICKCORE_STDC_HEADERS 1
1238#endif
1239
1240/* Define if you have TIFF library */
1241#ifndef MAGICKCORE_TIFF_DELEGATE
1242#define MAGICKCORE_TIFF_DELEGATE 1
1243#endif
1244
1245/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1246#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1247#define MAGICKCORE_TIME_WITH_SYS_TIME 1
1248#endif
1249
1250/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1251/* #undef TM_IN_SYS_TIME */
1252
1253/* Enable extensions on AIX 3, Interix. */
1254#ifndef _ALL_SOURCE
1255# define _ALL_SOURCE 1
1256#endif
1257/* Enable GNU extensions on systems that have them. */
1258#ifndef _GNU_SOURCE
1259# define _GNU_SOURCE 1
1260#endif
1261/* Enable threading extensions on Solaris. */
1262#ifndef _POSIX_PTHREAD_SEMANTICS
1263# define _POSIX_PTHREAD_SEMANTICS 1
1264#endif
1265/* Enable extensions on HP NonStop. */
1266#ifndef _TANDEM_SOURCE
1267# define _TANDEM_SOURCE 1
1268#endif
1269/* Enable general extensions on Solaris. */
1270#ifndef __EXTENSIONS__
1271# define __EXTENSIONS__ 1
1272#endif
1273
1274
1275/* Define to use the Windows GDI32 library */
1276/* #undef WINGDI32_DELEGATE */
1277
1278/* Define if using the dmalloc debugging malloc package */
1279/* #undef WITH_DMALLOC */
1280
cristy735e8942010-04-02 20:32:57 +00001281/* Define if you have WMF library */
1282#ifndef MAGICKCORE_WMF_DELEGATE
1283#define MAGICKCORE_WMF_DELEGATE 1
cristye6378132009-10-26 20:05:17 +00001284#endif
cristy3ed852e2009-09-05 21:47:34 +00001285
cristy3ed852e2009-09-05 21:47:34 +00001286/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1287 significant byte first (like Motorola and SPARC, unlike Intel). */
1288#if defined AC_APPLE_UNIVERSAL_BUILD
1289# if defined __BIG_ENDIAN__
1290# define WORDS_BIGENDIAN 1
1291# endif
1292#else
1293# ifndef WORDS_BIGENDIAN
1294/* # undef WORDS_BIGENDIAN */
1295# endif
1296#endif
1297
1298/* Location of X11 configure files */
1299#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1300#define MAGICKCORE_X11_CONFIGURE_PATH ""
1301#endif
1302
1303/* Define if you have X11 library */
1304#ifndef MAGICKCORE_X11_DELEGATE
1305#define MAGICKCORE_X11_DELEGATE 1
1306#endif
1307
1308/* Define if you have XML library */
1309#ifndef MAGICKCORE_XML_DELEGATE
1310#define MAGICKCORE_XML_DELEGATE 1
1311#endif
1312
1313/* Define to 1 if the X Window System is missing or not being used. */
1314/* #undef X_DISPLAY_MISSING */
1315
1316/* Define if you have zlib compression library */
1317#ifndef MAGICKCORE_ZLIB_DELEGATE
1318#define MAGICKCORE_ZLIB_DELEGATE 1
1319#endif
1320
1321/* Number of bits in a file offset, on hosts where this is settable. */
cristy40e685d2010-04-23 14:44:08 +00001322#ifndef MAGICKCORE__FILE_OFFSET_BITS
1323#define MAGICKCORE__FILE_OFFSET_BITS 64
1324#endif
cristy3ed852e2009-09-05 21:47:34 +00001325
1326/* enable run-time bounds-checking */
1327/* #undef _FORTIFY_SOURCE */
1328
1329/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1330/* #undef _LARGEFILE_SOURCE */
1331
1332/* Define for large files, on AIX-style hosts. */
1333/* #undef _LARGE_FILES */
1334
1335/* Define to 1 if on MINIX. */
1336/* #undef _MINIX */
1337
cristy99cc3002010-01-21 14:50:11 +00001338/* Define this for the OpenCL Accelerator */
1339/* #undef _OPENCL */
1340
cristy3ed852e2009-09-05 21:47:34 +00001341/* Define to 2 if the system does not provide POSIX.1 features except with
1342 this defined. */
1343/* #undef _POSIX_1_SOURCE */
1344
1345/* Define to 1 if you need to in order for `stat' and other things to work. */
1346/* #undef _POSIX_SOURCE */
1347
1348/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1349#ifndef __CHAR_UNSIGNED__
1350/* # undef __CHAR_UNSIGNED__ */
1351#endif
1352
1353/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1354/* #undef __error_t_defined */
1355
1356/* Define to appropriate substitue if compiler does not have __func__ */
1357/* #undef __func__ */
1358
cristy3ed852e2009-09-05 21:47:34 +00001359/* Define to a type to use for `error_t' if it is not otherwise available. */
1360/* #undef error_t */
1361
1362/* Define to `__inline__' or `__inline' if that's what the C compiler
1363 calls it, or to nothing if 'inline' is not supported under any name. */
1364#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001365/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001366#endif
1367
1368/* Define to `int' if <sys/types.h> does not define. */
1369/* #undef mode_t */
1370
1371/* Define to `long int' if <sys/types.h> does not define. */
1372/* #undef off_t */
1373
1374/* Define to `int' if <sys/types.h> does not define. */
1375/* #undef pid_t */
1376
1377/* Define to the equivalent of the C99 'restrict' keyword, or to
1378 nothing if this is not supported. Do not define if restrict is
1379 supported directly. */
1380#ifndef _magickcore_restrict
1381#define _magickcore_restrict __restrict
1382#endif
cristy8b350f62009-11-15 23:12:43 +00001383/* Work around a bug in Sun C++: it does not support _Restrict or
1384 __restrict__, even though the corresponding Sun C compiler ends up with
1385 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1386 previous line. Perhaps some future version of Sun C++ will work with
1387 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001388#if defined __SUNPRO_CC && !defined __RESTRICT
1389# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001390# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001391#endif
1392
1393/* Define to `unsigned int' if <sys/types.h> does not define. */
1394/* #undef size_t */
1395
1396/* Define to `int' if <sys/types.h> does not define. */
1397/* #undef ssize_t */
1398
1399/* Define as `fork' if `vfork' does not work. */
1400/* #undef vfork */
1401
1402/* Define to empty if the keyword `volatile' does not work. Warning: valid
1403 code using `volatile' can become incorrect without. Disable with care. */
1404/* #undef volatile */
1405
1406/* once: _MAGICK_MAGICK_CONFIG_H */
1407#endif