blob: 4981391e50af9d77ccaf81f8752d57e47f171ee6 [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 */
cristy85278ed2010-05-31 15:10:05 +000012/* #undef AUTOTRACE_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000013
14/* Define if coders and filters are to be built as modules. */
cristy85278ed2010-05-31 15:10:05 +000015/* #undef BUILD_MODULES */
cristy3ed852e2009-09-05 21:47:34 +000016
17/* Define if you have the bzip2 library */
cristy964cb7f2010-04-25 23:18:00 +000018#ifndef MAGICKCORE_BZLIB_DELEGATE
19#define MAGICKCORE_BZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +000020#endif
21
22/* Define if you have CAIRO library */
cristy964cb7f2010-04-25 23:18:00 +000023#ifndef MAGICKCORE_CAIRO_DELEGATE
24#define MAGICKCORE_CAIRO_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +000025#endif
26
27/* permit enciphering and deciphering image pixels */
cristy964cb7f2010-04-25 23:18:00 +000028#ifndef MAGICKCORE_CIPHER_SUPPORT
29#define MAGICKCORE_CIPHER_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +000030#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 */
cristy964cb7f2010-04-25 23:18:00 +000036#ifndef MAGICKCORE_CODER_PATH
cristyfbb4a972010-06-30 17:42:22 +000037#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.3/modules-Q16/coders/"
cristy3ed852e2009-09-05 21:47:34 +000038#endif
39
40/* Subdirectory of lib where coder modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000041#ifndef MAGICKCORE_CODER_RELATIVE_PATH
cristyfbb4a972010-06-30 17:42:22 +000042#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.3/modules-Q16/coders"
cristy3ed852e2009-09-05 21:47:34 +000043#endif
44
45/* Directory where architecture-dependent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +000046#ifndef MAGICKCORE_CONFIGURE_PATH
cristyfbb4a972010-06-30 17:42:22 +000047#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.3/config/"
cristy3ed852e2009-09-05 21:47:34 +000048#endif
49
50/* Subdirectory of lib where architecture-dependent configuration files live.
51 */
cristy964cb7f2010-04-25 23:18:00 +000052#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristyfbb4a972010-06-30 17:42:22 +000053#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.3/config"
cristy3ed852e2009-09-05 21:47:34 +000054#endif
55
56/* Define if you have DJVU library */
cristy5c40fb42010-08-05 16:12:44 +000057/* #undef DJVU_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000058
59/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000060#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristyfbb4a972010-06-30 17:42:22 +000061#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.3/"
cristy3ed852e2009-09-05 21:47:34 +000062#endif
63
64/* Define if you have Display Postscript */
65/* #undef DPS_DELEGATE */
66
cristy161b9262010-03-20 19:34:32 +000067/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy3ed852e2009-09-05 21:47:34 +000068/* #undef EMBEDDABLE_SUPPORT */
69
70/* exclude deprecated methods in MagickCore API */
71/* #undef EXCLUDE_DEPRECATED */
72
73/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000074#ifndef MAGICKCORE_EXECUTABLE_PATH
75#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000076#endif
77
78/* Define if you have FFTW library */
cristy5c40fb42010-08-05 16:12:44 +000079/* #undef FFTW_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000080
81/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000082#ifndef MAGICKCORE_FILTER_PATH
cristyfbb4a972010-06-30 17:42:22 +000083#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.3/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000084#endif
85
86/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000087#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristyfbb4a972010-06-30 17:42:22 +000088#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.3/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000089#endif
90
91/* Define if you have FONTCONFIG library */
cristy964cb7f2010-04-25 23:18:00 +000092#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
93#define MAGICKCORE_FONTCONFIG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +000094#endif
95
96/* Define if you have FlashPIX library */
97/* #undef FPX_DELEGATE */
98
99/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000100#ifndef MAGICKCORE_FREETYPE_DELEGATE
101#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000102#endif
103
104/* Define if you have Ghostscript library or framework */
105/* #undef GS_DELEGATE */
106
107/* Define if you have GVC library */
cristy85278ed2010-05-31 15:10:05 +0000108/* #undef GVC_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000109
110/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000111#ifndef MAGICKCORE_HAVE_ARGZ_ADD
112#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000113#endif
114
115/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000116#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
117#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000118#endif
119
120/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000121#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
122#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000123#endif
124
125/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000126#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
127#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000128#endif
129
130/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000131#ifndef MAGICKCORE_HAVE_ARGZ_H
132#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000133#endif
134
135/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000136#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
137#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000138#endif
139
140/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000141#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
142#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000143#endif
144
145/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000146#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
147#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000148#endif
149
150/* Define to 1 if you have the <arm/limits.h> header file. */
151/* #undef HAVE_ARM_LIMITS_H */
152
153/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000154#ifndef MAGICKCORE_HAVE_ATEXIT
155#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000156#endif
157
158/* define if bool is a built-in type */
cristy232a9ab2010-06-26 01:02:54 +0000159#ifndef MAGICKCORE_HAVE_BOOL
160#define MAGICKCORE_HAVE_BOOL /**/
161#endif
cristy3ed852e2009-09-05 21:47:34 +0000162
cristy56ed31c2010-03-22 00:46:21 +0000163/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000164#ifndef MAGICKCORE_HAVE_CIMAG
165#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000166#endif
167
cristy3ed852e2009-09-05 21:47:34 +0000168/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000169#ifndef MAGICKCORE_HAVE_CLOCK
170#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000171#endif
172
cristye43a45e2009-09-28 14:49:00 +0000173/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000174#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
175#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000176#endif
177
cristye43a45e2009-09-28 14:49:00 +0000178/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000179#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
180#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000181#endif
182
cristy3ed852e2009-09-05 21:47:34 +0000183/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000184#ifndef MAGICKCORE_HAVE_CLOSEDIR
185#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000186#endif
187
cristyfe2e68f2010-01-09 19:16:03 +0000188/* Define to 1 if you have the <CL/cl.h> header file. */
cristy85278ed2010-05-31 15:10:05 +0000189/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000190
cristy3ed852e2009-09-05 21:47:34 +0000191/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000192#ifndef MAGICKCORE_HAVE_COMPLEX_H
193#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000194#endif
195
196/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
197 you don't. */
198/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
199
200/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
201 */
cristy964cb7f2010-04-25 23:18:00 +0000202#ifndef MAGICKCORE_HAVE_DECL_PREAD
203#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000204#endif
205
206/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
207 */
cristy964cb7f2010-04-25 23:18:00 +0000208#ifndef MAGICKCORE_HAVE_DECL_PWRITE
209#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000210#endif
211
212/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
213 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000214#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
215#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000216#endif
217
cristy92703d82010-04-26 00:18:18 +0000218/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
219 */
220/* #undef HAVE_DECL_TZNAME */
221
cristy3ed852e2009-09-05 21:47:34 +0000222/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
223 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000224#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
225#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000226#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 */
cristy964cb7f2010-04-25 23:18:00 +0000233#ifndef MAGICKCORE_HAVE_DIRENT_H
234#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000235#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. */
cristy964cb7f2010-04-25 23:18:00 +0000244#ifndef MAGICKCORE_HAVE_DLERROR
245#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000246#endif
247
248/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000249#ifndef MAGICKCORE_HAVE_DLFCN_H
250#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000251#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. */
cristy964cb7f2010-04-25 23:18:00 +0000263#ifndef MAGICKCORE_HAVE_ERRNO_H
264#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000265#endif
266
267/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000268#ifndef MAGICKCORE_HAVE_ERROR_T
269#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000270#endif
271
272/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000273#ifndef MAGICKCORE_HAVE_EXECVP
274#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000275#endif
276
cristyf1440cb2010-02-23 02:24:21 +0000277/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000278#ifndef MAGICKCORE_HAVE_FCHMOD
279#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000280#endif
281
cristy3ed852e2009-09-05 21:47:34 +0000282/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000283#ifndef MAGICKCORE_HAVE_FCNTL_H
284#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000285#endif
286
287/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000288#ifndef MAGICKCORE_HAVE_FLOOR
289#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000290#endif
cristy3ed852e2009-09-05 21:47:34 +0000291
292/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000293#ifndef MAGICKCORE_HAVE_FORK
294#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000295#endif
296
297/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000298#ifndef MAGICKCORE_HAVE_FSEEKO
299#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000300#endif
301
302/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000303#ifndef MAGICKCORE_HAVE_FT2BUILD_H
304#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000305#endif
306
307/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000308#ifndef MAGICKCORE_HAVE_FTIME
309#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000310#endif
311
312/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000313#ifndef MAGICKCORE_HAVE_FTRUNCATE
314#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000315#endif
316
317/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000318#ifndef MAGICKCORE_HAVE_GETCWD
319#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000320#endif
321
322/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000323#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
324#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000325#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. */
cristy964cb7f2010-04-25 23:18:00 +0000331#ifndef MAGICKCORE_HAVE_GETPAGESIZE
332#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000333#endif
334
335/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000336#ifndef MAGICKCORE_HAVE_GETPID
337#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000338#endif
339
cristyd3ef0102009-09-12 18:11:06 +0000340/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000341#ifndef MAGICKCORE_HAVE_GETRLIMIT
342#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000343#endif
344
cristy3ed852e2009-09-05 21:47:34 +0000345/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000346#ifndef MAGICKCORE_HAVE_GETRUSAGE
347#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000348#endif
349
350/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000351#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
352#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000353#endif
354
355/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000356#ifndef MAGICKCORE_HAVE_GMTIME_R
357#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000358#endif
359
360/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000361#ifndef MAGICKCORE_HAVE_INTTYPES_H
362#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000363#endif
364
cristy161b9262010-03-20 19:34:32 +0000365/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000366#ifndef MAGICKCORE_HAVE_J0
367#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000368#endif
369
370/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000371#ifndef MAGICKCORE_HAVE_J1
372#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000373#endif
374
cristyd09bcf92010-03-25 03:04:45 +0000375/* Define if you have the <lcms2.h> header file. */
376/* #undef HAVE_LCMS2_H */
377
cristy71203402010-06-18 13:12:03 +0000378/* Define if you have the <lcms2/lcms2.h> header file. */
379/* #undef HAVE_LCMS2_LCMS2_H */
380
cristy3ed852e2009-09-05 21:47:34 +0000381/* Define if you have the <lcms.h> header file. */
cristy5c40fb42010-08-05 16:12:44 +0000382/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000383
384/* Define if you have the <lcms/lcms.h> header file. */
385/* #undef HAVE_LCMS_LCMS_H */
386
387/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000388#ifndef MAGICKCORE_HAVE_LIBDL
389#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000390#endif
391
392/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000393#ifndef MAGICKCORE_HAVE_LIBDLLOADER
394#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000395#endif
396
397/* Define to 1 if you have the `gcov' library (-lgcov). */
398/* #undef HAVE_LIBGCOV */
399
400/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000401#ifndef MAGICKCORE_HAVE_LIMITS_H
402#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000403#endif
404
405/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000406#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
407#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000408#endif
409
410/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000411#ifndef MAGICKCORE_HAVE_LOCALE_H
412#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000413#endif
414
415/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000416#ifndef MAGICKCORE_HAVE_LOCALTIME_R
417#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000418#endif
419
420/* Define to 1 if the type `long double' works and has more range or precision
421 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000422#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
423#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000424#endif
425
426/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000427#ifndef MAGICKCORE_HAVE_LSTAT
428#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000429#endif
430
431/* define if the compiler implements L"widestring" */
cristy232a9ab2010-06-26 01:02:54 +0000432#ifndef MAGICKCORE_HAVE_LSTRING
433#define MAGICKCORE_HAVE_LSTRING /**/
434#endif
cristy3ed852e2009-09-05 21:47:34 +0000435
436/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000437#ifndef MAGICKCORE_HAVE_LTDL
438#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000439#endif
440
441/* Define to 1 if you have the <machine/param.h> header file. */
442/* #undef HAVE_MACHINE_PARAM_H */
443
444/* Define to 1 if you have the <mach-o/dyld.h> header file. */
445/* #undef HAVE_MACH_O_DYLD_H */
446
447/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000448#ifndef MAGICKCORE_HAVE_MEMMOVE
449#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000450#endif
451
452/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000453#ifndef MAGICKCORE_HAVE_MEMORY_H
454#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000455#endif
456
457/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000458#ifndef MAGICKCORE_HAVE_MEMSET
459#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000460#endif
461
462/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000463#ifndef MAGICKCORE_HAVE_MKSTEMP
464#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000465#endif
466
467/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000468#ifndef MAGICKCORE_HAVE_MMAP
469#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000470#endif
471
472/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000473#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
474#define MAGICKCORE_HAVE_MMAP_FILEIO 1
cristy40e685d2010-04-23 14:44:08 +0000475#endif
cristy3ed852e2009-09-05 21:47:34 +0000476
477/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000478#ifndef MAGICKCORE_HAVE_MUNMAP
479#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000480#endif
481
482/* define if the compiler implements namespaces */
cristy232a9ab2010-06-26 01:02:54 +0000483#ifndef MAGICKCORE_HAVE_NAMESPACES
484#define MAGICKCORE_HAVE_NAMESPACES /**/
485#endif
cristy964cb7f2010-04-25 23:18:00 +0000486
487/* Define if g++ supports namespace std. */
cristy232a9ab2010-06-26 01:02:54 +0000488#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
489#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
490#endif
cristy3ed852e2009-09-05 21:47:34 +0000491
cristya21afde2010-07-02 00:45:40 +0000492/* Define to 1 if you have the `nanosleep' function. */
493#ifndef MAGICKCORE_HAVE_NANOSLEEP
494#define MAGICKCORE_HAVE_NANOSLEEP 1
495#endif
496
cristy3ed852e2009-09-05 21:47:34 +0000497/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
498/* #undef HAVE_NDIR_H */
499
cristyfe2e68f2010-01-09 19:16:03 +0000500/* Define to 1 if you have the <OpenCL/cl.h> header file. */
501/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000502
cristy3ed852e2009-09-05 21:47:34 +0000503/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000504#ifndef MAGICKCORE_HAVE_OPENDIR
505#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000506#endif
507
508/* Define to 1 if you have the <OS.h> header file. */
509/* #undef HAVE_OS_H */
510
511/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000512#ifndef MAGICKCORE_HAVE_PCLOSE
513#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000514#endif
515
516/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000517#ifndef MAGICKCORE_HAVE_POLL
518#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000519#endif
520
521/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000522#ifndef MAGICKCORE_HAVE_POPEN
523#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000524#endif
525
526/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000527#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
528#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000529#endif
530
531/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000532#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
533#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000534#endif
535
536/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000537#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
538#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000539#endif
540
541/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000542#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
543#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000544#endif
545
cristy5c40fb42010-08-05 16:12:44 +0000546/* Define to 1 if you have the `posix_spawnp' function. */
547#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
548#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
549#endif
550
cristy3ed852e2009-09-05 21:47:34 +0000551/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000552#ifndef MAGICKCORE_HAVE_POW
553#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000554#endif
cristy3ed852e2009-09-05 21:47:34 +0000555
556/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000557#ifndef MAGICKCORE_HAVE_PREAD
558#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000559#endif
560
561/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000562#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
563#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000564#endif
565
cristy98e91bd2010-01-12 01:11:42 +0000566/* Define to 1 if you have the <process.h> header file. */
567/* #undef HAVE_PROCESS_H */
568
cristy3ed852e2009-09-05 21:47:34 +0000569/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000570#ifndef MAGICKCORE_HAVE_PTHREAD
571#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000572#endif
573
574/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000575#ifndef MAGICKCORE_HAVE_PWRITE
576#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000577#endif
578
579/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000580#ifndef MAGICKCORE_HAVE_RAISE
581#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000582#endif
583
584/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000585#ifndef MAGICKCORE_HAVE_RAND_R
586#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000587#endif
588
589/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000590#ifndef MAGICKCORE_HAVE_READDIR
591#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000592#endif
593
594/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000595#ifndef MAGICKCORE_HAVE_READDIR_R
596#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000597#endif
598
599/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000600#ifndef MAGICKCORE_HAVE_READLINK
601#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000602#endif
603
604/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000605#ifndef MAGICKCORE_HAVE_REALPATH
606#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000607#endif
608
609/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000610#ifndef MAGICKCORE_HAVE_SEEKDIR
611#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000612#endif
613
614/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000615#ifndef MAGICKCORE_HAVE_SELECT
616#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000617#endif
618
619/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000620#ifndef MAGICKCORE_HAVE_SETLOCALE
621#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000622#endif
623
624/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000625#ifndef MAGICKCORE_HAVE_SETVBUF
626#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000627#endif
628
629/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000630#ifndef MAGICKCORE_HAVE_SHAPE
631#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000632#endif
633
634/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000635#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
636#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000637#endif
638
639/* Define if you have the shl_load function. */
640/* #undef HAVE_SHL_LOAD */
641
642/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000643#ifndef MAGICKCORE_HAVE_SIGACTION
644#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000645#endif
646
647/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000648#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
649#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000650#endif
651
cristy393bbe52010-01-11 16:32:56 +0000652/* Define to 1 if you have the `spawnvp' function. */
653/* #undef HAVE_SPAWNVP */
654
cristy3ed852e2009-09-05 21:47:34 +0000655/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000656#ifndef MAGICKCORE_HAVE_SQRT
657#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000658#endif
cristy3ed852e2009-09-05 21:47:34 +0000659
660/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000661#ifndef MAGICKCORE_HAVE_STAT
662#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000663#endif
664
665/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000666#ifndef MAGICKCORE_HAVE_STDARG_H
667#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000668#endif
669
670/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000671#ifndef MAGICKCORE_HAVE_STDBOOL_H
672#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000673#endif
674
cristy3ed852e2009-09-05 21:47:34 +0000675/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000676#ifndef MAGICKCORE_HAVE_STDINT_H
677#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000678#endif
679
680/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000681#ifndef MAGICKCORE_HAVE_STDLIB_H
682#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000683#endif
684
685/* define if the compiler supports ISO C++ standard library */
cristy232a9ab2010-06-26 01:02:54 +0000686#ifndef MAGICKCORE_HAVE_STD_LIBS
687#define MAGICKCORE_HAVE_STD_LIBS /**/
688#endif
cristy3ed852e2009-09-05 21:47:34 +0000689
690/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000691#ifndef MAGICKCORE_HAVE_STRCASECMP
692#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000693#endif
694
695/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000696#ifndef MAGICKCORE_HAVE_STRCHR
697#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000698#endif
699
700/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000701#ifndef MAGICKCORE_HAVE_STRCSPN
702#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000703#endif
704
705/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000706#ifndef MAGICKCORE_HAVE_STRDUP
707#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000708#endif
709
710/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000711#ifndef MAGICKCORE_HAVE_STRERROR
712#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000713#endif
714
715/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000716#ifndef MAGICKCORE_HAVE_STRERROR_R
717#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000718#endif
719
720/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000721#ifndef MAGICKCORE_HAVE_STRINGIZE
722#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000723#endif
724
725/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000726#ifndef MAGICKCORE_HAVE_STRINGS_H
727#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000728#endif
729
730/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000731#ifndef MAGICKCORE_HAVE_STRING_H
732#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000733#endif
734
735/* Define to 1 if you have the `strlcat' function. */
736/* #undef HAVE_STRLCAT */
737
738/* Define to 1 if you have the `strlcpy' function. */
739/* #undef HAVE_STRLCPY */
740
741/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000742#ifndef MAGICKCORE_HAVE_STRNCASECMP
743#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000744#endif
745
746/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000747#ifndef MAGICKCORE_HAVE_STRPBRK
748#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000749#endif
750
751/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000752#ifndef MAGICKCORE_HAVE_STRRCHR
753#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000754#endif
755
756/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000757#ifndef MAGICKCORE_HAVE_STRSPN
758#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000759#endif
760
761/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000762#ifndef MAGICKCORE_HAVE_STRSTR
763#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000764#endif
765
766/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000767#ifndef MAGICKCORE_HAVE_STRTOL
768#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000769#endif
770
cristy5131f3e2009-12-18 03:09:10 +0000771/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000772#ifndef MAGICKCORE_HAVE_STRTOUL
773#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000774#endif
775
cristy92703d82010-04-26 00:18:18 +0000776/* Define to 1 if `tm_zone' is a member of `struct tm'. */
777#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
778#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
779#endif
780
cristy3ed852e2009-09-05 21:47:34 +0000781/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000782#ifndef MAGICKCORE_HAVE_SYMLINK
783#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000784#endif
785
786/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000787#ifndef MAGICKCORE_HAVE_SYSCONF
788#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000789#endif
790
791/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
792 */
793/* #undef HAVE_SYS_DIR_H */
794
795/* Define to 1 if you have the <sys/dl.h> header file. */
796/* #undef HAVE_SYS_DL_H */
797
798/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000799#ifndef MAGICKCORE_HAVE_SYS_IPC_H
800#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000801#endif
802
803/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
804 */
805/* #undef HAVE_SYS_NDIR_H */
806
cristycd4c5312009-11-22 01:19:08 +0000807/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000808#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
809#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000810#endif
811
cristy3ed852e2009-09-05 21:47:34 +0000812/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000813#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
814#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000815#endif
816
817/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000818#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
819#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000820#endif
821
822/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000823#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
824#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000825#endif
826
827/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000828#ifndef MAGICKCORE_HAVE_SYS_STAT_H
829#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000830#endif
831
832/* Define to 1 if you have the <sys/syslimits.h> header file. */
833/* #undef HAVE_SYS_SYSLIMITS_H */
834
835/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000836#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
837#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000838#endif
839
840/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000841#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
842#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000843#endif
844
845/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000846#ifndef MAGICKCORE_HAVE_SYS_TIME_H
847#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000848#endif
849
850/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000851#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
852#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000853#endif
854
855/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000856#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
857#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000858#endif
859
860/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000861#ifndef MAGICKCORE_HAVE_TELLDIR
862#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000863#endif
864
865/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000866#ifndef MAGICKCORE_HAVE_TEMPNAM
867#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000868#endif
869
870/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000871#ifndef MAGICKCORE_HAVE_TIFFCONF_H
872#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000873#endif
874
875/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000876#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
877#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000878#endif
879
880/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000881#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
882#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000883#endif
884
885/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000886#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
887#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000888#endif
889
890/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000891#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
892#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000893#endif
894
895/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000896#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
897#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000898#endif
899
900/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000901#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
902#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000903#endif
904
905/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +0000906#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
907#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +0000908#endif
909
910/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000911#ifndef MAGICKCORE_HAVE_TIMES
912#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000913#endif
914
cristy92703d82010-04-26 00:18:18 +0000915/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
916 `HAVE_STRUCT_TM_TM_ZONE' instead. */
917#ifndef MAGICKCORE_HAVE_TM_ZONE
918#define MAGICKCORE_HAVE_TM_ZONE 1
919#endif
920
921/* Define to 1 if you don't have `tm_zone' but do have the external array
922 `tzname'. */
923/* #undef HAVE_TZNAME */
924
cristy3ed852e2009-09-05 21:47:34 +0000925/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000926#ifndef MAGICKCORE_HAVE_UNISTD_H
927#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000928#endif
929
930/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000931#ifndef MAGICKCORE_HAVE_USLEEP
932#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +0000933#endif
934
cristyf1440cb2010-02-23 02:24:21 +0000935/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000936#ifndef MAGICKCORE_HAVE_UTIME
937#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +0000938#endif
939
cristy3ed852e2009-09-05 21:47:34 +0000940/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000941#ifndef MAGICKCORE_HAVE_VFORK
942#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +0000943#endif
944
945/* Define to 1 if you have the <vfork.h> header file. */
946/* #undef HAVE_VFORK_H */
947
948/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000949#ifndef MAGICKCORE_HAVE_VPRINTF
950#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000951#endif
952
953/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000954#ifndef MAGICKCORE_HAVE_VSNPRINTF
955#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000956#endif
957
958/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000959#ifndef MAGICKCORE_HAVE_VSPRINTF
960#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000961#endif
962
963/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000964#ifndef MAGICKCORE_HAVE_WAITPID
965#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +0000966#endif
967
968/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000969#ifndef MAGICKCORE_HAVE_WCHAR_H
970#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +0000971#endif
972
cristy736173a2009-09-20 21:18:22 +0000973/* Define to 1 if you have the <windows.h> header file. */
974/* #undef HAVE_WINDOWS_H */
975
cristy739df912009-10-24 16:10:18 +0000976/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +0000977#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
978#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +0000979#endif
980
981/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +0000982#ifndef MAGICKCORE_HAVE_WORKING_FORK
983#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000984#endif
985
986/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +0000987#ifndef MAGICKCORE_HAVE_WORKING_VFORK
988#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +0000989#endif
990
991/* Define to 1 if the system has the type `_Bool'. */
cristy964cb7f2010-04-25 23:18:00 +0000992#ifndef MAGICKCORE_HAVE__BOOL
993#define MAGICKCORE_HAVE__BOOL 1
cristy40e685d2010-04-23 14:44:08 +0000994#endif
cristy3ed852e2009-09-05 21:47:34 +0000995
996/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000997#ifndef MAGICKCORE_HAVE__EXIT
998#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000999#endif
1000
1001/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1002/* #undef HAVE__NSGETEXECUTABLEPATH */
1003
1004/* Define to 1 if you have the `_pclose' function. */
1005/* #undef HAVE__PCLOSE */
1006
1007/* Define to 1 if you have the `_popen' function. */
1008/* #undef HAVE__POPEN */
1009
1010/* Define to 1 if you have the `_wfopen' function. */
1011/* #undef HAVE__WFOPEN */
1012
1013/* Define to 1 if you have the `_wstat' function. */
1014/* #undef HAVE__WSTAT */
1015
cristy92703d82010-04-26 00:18:18 +00001016/* define if your compiler has __attribute__ */
1017#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1018#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1019#endif
1020
cristy3ed852e2009-09-05 21:47:34 +00001021/* accurately represent the wide range of intensity levels in real scenes */
1022/* #undef HDRI_SUPPORT */
1023
1024/* Define if you have umem memory allocation library */
1025/* #undef HasUMEM */
1026
1027/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001028#ifndef MAGICKCORE_INSTALLED_SUPPORT
1029#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001030#endif
1031
1032/* Define if you have JBIG library */
cristy85278ed2010-05-31 15:10:05 +00001033/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001034
1035/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001036#ifndef MAGICKCORE_JP2_DELEGATE
1037#define MAGICKCORE_JP2_DELEGATE 1
1038#endif
cristy3ed852e2009-09-05 21:47:34 +00001039
1040/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001041#ifndef MAGICKCORE_JPEG_DELEGATE
1042#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001043#endif
1044
cristy71203402010-06-18 13:12:03 +00001045/* Define if you have LCMS (v1.11 or later) library */
cristy5c40fb42010-08-05 16:12:44 +00001046/* #undef LCMS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001047
1048/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001049#ifndef MAGICKCORE_LIBRARY_PATH
cristyfbb4a972010-06-30 17:42:22 +00001050#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.3/"
cristy3ed852e2009-09-05 21:47:34 +00001051#endif
1052
1053/* Subdirectory of lib where ImageMagick architecture dependent files are
1054 installed */
cristy964cb7f2010-04-25 23:18:00 +00001055#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristyfbb4a972010-06-30 17:42:22 +00001056#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.3"
cristy3ed852e2009-09-05 21:47:34 +00001057#endif
1058
1059/* Define if you have LQR library */
cristy85278ed2010-05-31 15:10:05 +00001060/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001061
1062/* Define if using libltdl to support dynamically loadable modules */
cristy964cb7f2010-04-25 23:18:00 +00001063#ifndef MAGICKCORE_LTDL_DELEGATE
1064#define MAGICKCORE_LTDL_DELEGATE 1
cristy40e685d2010-04-23 14:44:08 +00001065#endif
cristy3ed852e2009-09-05 21:47:34 +00001066
1067/* Define if the OS needs help to load dependent libraries for dlopen(). */
1068/* #undef LTDL_DLOPEN_DEPLIBS */
1069
1070/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001071#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy92028e22010-08-08 23:45:18 +00001072#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-1.9.2"
cristy3ed852e2009-09-05 21:47:34 +00001073#endif
1074
1075/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001076#ifndef MAGICKCORE_LT_LIBEXT
1077#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001078#endif
1079
1080/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001081#ifndef MAGICKCORE_LT_MODULE_EXT
1082#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001083#endif
1084
1085/* Define to the name of the environment variable that determines the run-time
1086 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001087#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1088#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001089#endif
1090
1091/* Define to the sub-directory in which libtool stores uninstalled libraries.
1092 */
cristy964cb7f2010-04-25 23:18:00 +00001093#ifndef MAGICKCORE_LT_OBJDIR
1094#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001095#endif
1096
1097/* Define to prepend to default font search path. */
1098/* #undef MAGICK_FONT_PATH */
1099
1100/* Magick API method prefix */
1101/* #undef NAMESPACE_PREFIX */
1102
cristya0b81c32010-01-22 02:54:33 +00001103/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001104/* #undef NDEBUG */
1105
1106/* Define if dlsym() requires a leading underscore in symbol names. */
1107/* #undef NEED_USCORE */
1108
1109/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1110/* #undef NO_MINUS_C_MINUS_O */
1111
1112/* Define if you have OPENEXR library */
cristy85278ed2010-05-31 15:10:05 +00001113/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001114
1115/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001116#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1117#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001118#endif
1119
1120/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001121#ifndef MAGICKCORE_PACKAGE_NAME
1122#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001123#endif
1124
1125/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001126#ifndef MAGICKCORE_PACKAGE_STRING
cristyfbb4a972010-06-30 17:42:22 +00001127#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.3"
cristy3ed852e2009-09-05 21:47:34 +00001128#endif
1129
1130/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001131#ifndef MAGICKCORE_PACKAGE_TARNAME
1132#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001133#endif
1134
cristy8b350f62009-11-15 23:12:43 +00001135/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001136#ifndef MAGICKCORE_PACKAGE_URL
1137#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001138#endif
1139
cristy3ed852e2009-09-05 21:47:34 +00001140/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001141#ifndef MAGICKCORE_PACKAGE_VERSION
cristyfbb4a972010-06-30 17:42:22 +00001142#define MAGICKCORE_PACKAGE_VERSION "6.6.3"
cristy3ed852e2009-09-05 21:47:34 +00001143#endif
1144
1145/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001146#ifndef MAGICKCORE_PNG_DELEGATE
1147#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001148#endif
1149
1150/* Define to necessary symbol if this constant uses a non-standard name on
1151 your system. */
1152/* #undef PTHREAD_CREATE_JOINABLE */
1153
1154/* Pixel cache threshold in MB (defaults to available memory) */
1155/* #undef PixelCacheThreshold */
1156
1157/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001158#ifndef MAGICKCORE_QUANTUM_DEPTH
1159#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001160#endif
1161
1162/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001163#ifndef MAGICKCORE_RETSIGTYPE
1164#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001165#endif
1166
1167/* Define if you have RSVG library */
cristy5c40fb42010-08-05 16:12:44 +00001168/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001169
1170/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001171#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1172#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001173#endif
1174
1175/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001176#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1177#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001178#endif
1179
1180/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001181#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1182#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001183#endif
1184
1185/* Directory where architecture-independent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +00001186#ifndef MAGICKCORE_SHARE_CONFIGURE_PATH
cristyfbb4a972010-06-30 17:42:22 +00001187#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.3/config/"
cristy3ed852e2009-09-05 21:47:34 +00001188#endif
1189
1190/* Subdirectory of lib where architecture-independent configuration files
1191 live. */
cristy964cb7f2010-04-25 23:18:00 +00001192#ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH
cristyfbb4a972010-06-30 17:42:22 +00001193#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.3/config"
cristy3ed852e2009-09-05 21:47:34 +00001194#endif
1195
1196/* Directory where architecture-independent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001197#ifndef MAGICKCORE_SHARE_PATH
cristyfbb4a972010-06-30 17:42:22 +00001198#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.3/"
cristy3ed852e2009-09-05 21:47:34 +00001199#endif
1200
1201/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001202#ifndef MAGICKCORE_SIZEOF_OFF_T
1203#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001204#endif
1205
1206/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001207#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1208#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001209#endif
1210
1211/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001212#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1213#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001214#endif
1215
1216/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001217#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1218#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001219#endif
1220
1221/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001222#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1223#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001224#endif
1225
1226/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001227#ifndef MAGICKCORE_SIZEOF_SIZE_T
1228#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001229#endif
1230
cristy330e9352010-06-01 18:42:49 +00001231/* The size of `ssize_t', as computed by sizeof. */
1232#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1233#define MAGICKCORE_SIZEOF_SSIZE_T 8
1234#endif
1235
cristy3ed852e2009-09-05 21:47:34 +00001236/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001237#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1238#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001239#endif
1240
1241/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001242#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1243#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001244#endif
1245
1246/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001247#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1248#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001249#endif
1250
1251/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001252#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1253#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001254#endif
1255
1256/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001257#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1258#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001259#endif
1260
1261/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1262/* #undef STAT_MACROS_BROKEN */
1263
1264/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001265#ifndef MAGICKCORE_STDC_HEADERS
1266#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001267#endif
1268
1269/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001270#ifndef MAGICKCORE_TIFF_DELEGATE
1271#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001272#endif
1273
1274/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001275#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1276#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001277#endif
1278
1279/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1280/* #undef TM_IN_SYS_TIME */
1281
1282/* Enable extensions on AIX 3, Interix. */
1283#ifndef _ALL_SOURCE
1284# define _ALL_SOURCE 1
1285#endif
1286/* Enable GNU extensions on systems that have them. */
1287#ifndef _GNU_SOURCE
1288# define _GNU_SOURCE 1
1289#endif
1290/* Enable threading extensions on Solaris. */
1291#ifndef _POSIX_PTHREAD_SEMANTICS
1292# define _POSIX_PTHREAD_SEMANTICS 1
1293#endif
1294/* Enable extensions on HP NonStop. */
1295#ifndef _TANDEM_SOURCE
1296# define _TANDEM_SOURCE 1
1297#endif
1298/* Enable general extensions on Solaris. */
1299#ifndef __EXTENSIONS__
1300# define __EXTENSIONS__ 1
1301#endif
1302
1303
1304/* Define to use the Windows GDI32 library */
1305/* #undef WINGDI32_DELEGATE */
1306
1307/* Define if using the dmalloc debugging malloc package */
1308/* #undef WITH_DMALLOC */
1309
cristy735e8942010-04-02 20:32:57 +00001310/* Define if you have WMF library */
cristy92028e22010-08-08 23:45:18 +00001311/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001312
cristy3ed852e2009-09-05 21:47:34 +00001313/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1314 significant byte first (like Motorola and SPARC, unlike Intel). */
1315#if defined AC_APPLE_UNIVERSAL_BUILD
1316# if defined __BIG_ENDIAN__
1317# define WORDS_BIGENDIAN 1
1318# endif
1319#else
1320# ifndef WORDS_BIGENDIAN
1321/* # undef WORDS_BIGENDIAN */
1322# endif
1323#endif
1324
1325/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001326#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1327#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001328#endif
1329
1330/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001331#ifndef MAGICKCORE_X11_DELEGATE
1332#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001333#endif
1334
1335/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001336#ifndef MAGICKCORE_XML_DELEGATE
1337#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001338#endif
1339
1340/* Define to 1 if the X Window System is missing or not being used. */
1341/* #undef X_DISPLAY_MISSING */
1342
1343/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001344#ifndef MAGICKCORE_ZLIB_DELEGATE
1345#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001346#endif
1347
1348/* Number of bits in a file offset, on hosts where this is settable. */
cristy964cb7f2010-04-25 23:18:00 +00001349#ifndef MAGICKCORE__FILE_OFFSET_BITS
1350#define MAGICKCORE__FILE_OFFSET_BITS 64
cristy40e685d2010-04-23 14:44:08 +00001351#endif
cristy3ed852e2009-09-05 21:47:34 +00001352
1353/* enable run-time bounds-checking */
1354/* #undef _FORTIFY_SOURCE */
1355
1356/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1357/* #undef _LARGEFILE_SOURCE */
1358
1359/* Define for large files, on AIX-style hosts. */
1360/* #undef _LARGE_FILES */
1361
1362/* Define to 1 if on MINIX. */
1363/* #undef _MINIX */
1364
cristy99cc3002010-01-21 14:50:11 +00001365/* Define this for the OpenCL Accelerator */
cristy85278ed2010-05-31 15:10:05 +00001366/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001367
cristy3ed852e2009-09-05 21:47:34 +00001368/* Define to 2 if the system does not provide POSIX.1 features except with
1369 this defined. */
1370/* #undef _POSIX_1_SOURCE */
1371
1372/* Define to 1 if you need to in order for `stat' and other things to work. */
1373/* #undef _POSIX_SOURCE */
1374
1375/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1376#ifndef __CHAR_UNSIGNED__
1377/* # undef __CHAR_UNSIGNED__ */
1378#endif
1379
1380/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1381/* #undef __error_t_defined */
1382
1383/* Define to appropriate substitue if compiler does not have __func__ */
1384/* #undef __func__ */
1385
cristy3ed852e2009-09-05 21:47:34 +00001386/* Define to a type to use for `error_t' if it is not otherwise available. */
1387/* #undef error_t */
1388
1389/* Define to `__inline__' or `__inline' if that's what the C compiler
1390 calls it, or to nothing if 'inline' is not supported under any name. */
1391#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001392/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001393#endif
1394
1395/* Define to `int' if <sys/types.h> does not define. */
1396/* #undef mode_t */
1397
1398/* Define to `long int' if <sys/types.h> does not define. */
1399/* #undef off_t */
1400
1401/* Define to `int' if <sys/types.h> does not define. */
1402/* #undef pid_t */
1403
1404/* Define to the equivalent of the C99 'restrict' keyword, or to
1405 nothing if this is not supported. Do not define if restrict is
1406 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001407#ifndef _magickcore_restrict
1408#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001409#endif
cristy8b350f62009-11-15 23:12:43 +00001410/* Work around a bug in Sun C++: it does not support _Restrict or
1411 __restrict__, even though the corresponding Sun C compiler ends up with
1412 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1413 previous line. Perhaps some future version of Sun C++ will work with
1414 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001415#if defined __SUNPRO_CC && !defined __RESTRICT
1416# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001417# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001418#endif
1419
1420/* Define to `unsigned int' if <sys/types.h> does not define. */
1421/* #undef size_t */
1422
1423/* Define to `int' if <sys/types.h> does not define. */
1424/* #undef ssize_t */
1425
1426/* Define as `fork' if `vfork' does not work. */
1427/* #undef vfork */
1428
1429/* Define to empty if the keyword `volatile' does not work. Warning: valid
1430 code using `volatile' can become incorrect without. Disable with care. */
1431/* #undef volatile */
1432
1433/* once: _MAGICK_MAGICK_CONFIG_H */
1434#endif