blob: 37bb6caaa47e96d3e2e73208fbc784105f94cfaa [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 */
cristyc9751442010-09-29 21:34:35 +000023#ifndef MAGICKCORE_CAIRO_DELEGATE
24#define MAGICKCORE_CAIRO_DELEGATE 1
25#endif
cristy3ed852e2009-09-05 21:47:34 +000026
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
cristy2e2662a2010-10-09 14:29:37 +000037#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.5/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
cristy2e2662a2010-10-09 14:29:37 +000042#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.5/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
cristy2e2662a2010-10-09 14:29:37 +000047#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.5/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
cristy2e2662a2010-10-09 14:29:37 +000053#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.5/config"
cristy3ed852e2009-09-05 21:47:34 +000054#endif
55
56/* Define if you have DJVU library */
nicolas2ab65102010-11-15 06:03:11 +000057#ifndef MAGICKCORE_DJVU_DELEGATE
58#define MAGICKCORE_DJVU_DELEGATE 1
59#endif
cristy3ed852e2009-09-05 21:47:34 +000060
61/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000062#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy2e2662a2010-10-09 14:29:37 +000063#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.5/"
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. */
cristy964cb7f2010-04-25 23:18:00 +000076#ifndef MAGICKCORE_EXECUTABLE_PATH
77#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000078#endif
79
80/* Define if you have FFTW library */
nicolas2ab65102010-11-15 06:03:11 +000081#ifndef MAGICKCORE_FFTW_DELEGATE
82#define MAGICKCORE_FFTW_DELEGATE 1
83#endif
cristy3ed852e2009-09-05 21:47:34 +000084
85/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000086#ifndef MAGICKCORE_FILTER_PATH
cristy2e2662a2010-10-09 14:29:37 +000087#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.5/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000088#endif
89
90/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000091#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy2e2662a2010-10-09 14:29:37 +000092#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.5/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000093#endif
94
95/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000096#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
97#define MAGICKCORE_FONTCONFIG_DELEGATE 1
98#endif
cristy3ed852e2009-09-05 21:47:34 +000099
100/* Define if you have FlashPIX library */
101/* #undef FPX_DELEGATE */
102
103/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000104#ifndef MAGICKCORE_FREETYPE_DELEGATE
105#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000106#endif
107
108/* Define if you have Ghostscript library or framework */
109/* #undef GS_DELEGATE */
110
111/* Define if you have GVC library */
nicolas2ab65102010-11-15 06:03:11 +0000112#ifndef MAGICKCORE_GVC_DELEGATE
113#define MAGICKCORE_GVC_DELEGATE 1
114#endif
cristy3ed852e2009-09-05 21:47:34 +0000115
116/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000117#ifndef MAGICKCORE_HAVE_ARGZ_ADD
118#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000119#endif
120
121/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000122#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
123#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000124#endif
125
126/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000127#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
128#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000129#endif
130
131/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000132#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
133#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000134#endif
135
136/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000137#ifndef MAGICKCORE_HAVE_ARGZ_H
138#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000139#endif
140
141/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000142#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
143#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000144#endif
145
146/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000147#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
148#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000149#endif
150
151/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000152#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
153#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000154#endif
155
156/* Define to 1 if you have the <arm/limits.h> header file. */
157/* #undef HAVE_ARM_LIMITS_H */
158
159/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000160#ifndef MAGICKCORE_HAVE_ATEXIT
161#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000162#endif
163
cristyc5baf4f2010-08-31 15:05:33 +0000164/* Define to 1 if you have the `atoll' function. */
165#ifndef MAGICKCORE_HAVE_ATOLL
166#define MAGICKCORE_HAVE_ATOLL 1
167#endif
168
cristy3ed852e2009-09-05 21:47:34 +0000169/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000170#ifndef MAGICKCORE_HAVE_BOOL
171#define MAGICKCORE_HAVE_BOOL /**/
172#endif
cristy3ed852e2009-09-05 21:47:34 +0000173
cristy56ed31c2010-03-22 00:46:21 +0000174/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000175#ifndef MAGICKCORE_HAVE_CIMAG
176#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000177#endif
178
cristy3ed852e2009-09-05 21:47:34 +0000179/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000180#ifndef MAGICKCORE_HAVE_CLOCK
181#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000182#endif
183
cristye43a45e2009-09-28 14:49:00 +0000184/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000185#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
186#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000187#endif
188
cristye43a45e2009-09-28 14:49:00 +0000189/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000190#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
191#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000192#endif
193
cristy3ed852e2009-09-05 21:47:34 +0000194/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000195#ifndef MAGICKCORE_HAVE_CLOSEDIR
196#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000197#endif
198
cristyfe2e68f2010-01-09 19:16:03 +0000199/* Define to 1 if you have the <CL/cl.h> header file. */
cristy85278ed2010-05-31 15:10:05 +0000200/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000201
cristy3ed852e2009-09-05 21:47:34 +0000202/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000203#ifndef MAGICKCORE_HAVE_COMPLEX_H
204#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000205#endif
206
cristyc5baf4f2010-08-31 15:05:33 +0000207/* Define to 1 if you have the `ctime_r' function. */
208#ifndef MAGICKCORE_HAVE_CTIME_R
209#define MAGICKCORE_HAVE_CTIME_R 1
210#endif
211
cristy3ed852e2009-09-05 21:47:34 +0000212/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
213 you don't. */
214/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
215
216/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
217 */
cristy964cb7f2010-04-25 23:18:00 +0000218#ifndef MAGICKCORE_HAVE_DECL_PREAD
219#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000220#endif
221
222/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
223 */
cristy964cb7f2010-04-25 23:18:00 +0000224#ifndef MAGICKCORE_HAVE_DECL_PWRITE
225#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000226#endif
227
228/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
229 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000230#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
231#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000232#endif
233
cristy92703d82010-04-26 00:18:18 +0000234/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
235 */
236/* #undef HAVE_DECL_TZNAME */
237
cristy3ed852e2009-09-05 21:47:34 +0000238/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
239 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000240#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
241#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000242#endif
243
244/* Define to 1 if you have the `directio' function. */
245/* #undef HAVE_DIRECTIO */
246
247/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
248 */
cristy964cb7f2010-04-25 23:18:00 +0000249#ifndef MAGICKCORE_HAVE_DIRENT_H
250#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000251#endif
252
253/* Define if you have the GNU dld library. */
254/* #undef HAVE_DLD */
255
256/* Define to 1 if you have the <dld.h> header file. */
257/* #undef HAVE_DLD_H */
258
259/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000260#ifndef MAGICKCORE_HAVE_DLERROR
261#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000262#endif
263
264/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000265#ifndef MAGICKCORE_HAVE_DLFCN_H
266#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000267#endif
268
269/* Define to 1 if you have the <dl.h> header file. */
270/* #undef HAVE_DL_H */
271
272/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
273/* #undef HAVE_DOPRNT */
274
275/* Define if you have the _dyld_func_lookup function. */
276/* #undef HAVE_DYLD */
277
278/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000279#ifndef MAGICKCORE_HAVE_ERRNO_H
280#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000281#endif
282
283/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000284#ifndef MAGICKCORE_HAVE_ERROR_T
285#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000286#endif
287
288/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000289#ifndef MAGICKCORE_HAVE_EXECVP
290#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000291#endif
292
cristyf1440cb2010-02-23 02:24:21 +0000293/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000294#ifndef MAGICKCORE_HAVE_FCHMOD
295#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000296#endif
297
cristy3ed852e2009-09-05 21:47:34 +0000298/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000299#ifndef MAGICKCORE_HAVE_FCNTL_H
300#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000301#endif
302
303/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000304#ifndef MAGICKCORE_HAVE_FLOOR
305#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000306#endif
cristy3ed852e2009-09-05 21:47:34 +0000307
308/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000309#ifndef MAGICKCORE_HAVE_FORK
310#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000311#endif
312
313/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000314#ifndef MAGICKCORE_HAVE_FSEEKO
315#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000316#endif
317
318/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000319#ifndef MAGICKCORE_HAVE_FT2BUILD_H
320#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000321#endif
322
323/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000324#ifndef MAGICKCORE_HAVE_FTIME
325#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000326#endif
327
328/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000329#ifndef MAGICKCORE_HAVE_FTRUNCATE
330#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000331#endif
332
333/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000334#ifndef MAGICKCORE_HAVE_GETCWD
335#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000336#endif
337
cristyc5baf4f2010-08-31 15:05:33 +0000338/* Define to 1 if you have the `getc_unlocked' function. */
339#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
340#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
341#endif
342
cristy3ed852e2009-09-05 21:47:34 +0000343/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000344#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
345#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000346#endif
347
348/* Define to 1 if you have the `getexecname' function. */
349/* #undef HAVE_GETEXECNAME */
350
351/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000352#ifndef MAGICKCORE_HAVE_GETPAGESIZE
353#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000354#endif
355
356/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000357#ifndef MAGICKCORE_HAVE_GETPID
358#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000359#endif
360
cristyd3ef0102009-09-12 18:11:06 +0000361/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000362#ifndef MAGICKCORE_HAVE_GETRLIMIT
363#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000364#endif
365
cristy3ed852e2009-09-05 21:47:34 +0000366/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000367#ifndef MAGICKCORE_HAVE_GETRUSAGE
368#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000369#endif
370
371/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000372#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
373#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000374#endif
375
376/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000377#ifndef MAGICKCORE_HAVE_GMTIME_R
378#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000379#endif
380
381/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000382#ifndef MAGICKCORE_HAVE_INTTYPES_H
383#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000384#endif
385
cristy161b9262010-03-20 19:34:32 +0000386/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000387#ifndef MAGICKCORE_HAVE_J0
388#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000389#endif
390
391/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000392#ifndef MAGICKCORE_HAVE_J1
393#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000394#endif
395
cristyd09bcf92010-03-25 03:04:45 +0000396/* Define if you have the <lcms2.h> header file. */
397/* #undef HAVE_LCMS2_H */
398
cristy71203402010-06-18 13:12:03 +0000399/* Define if you have the <lcms2/lcms2.h> header file. */
400/* #undef HAVE_LCMS2_LCMS2_H */
401
cristy3ed852e2009-09-05 21:47:34 +0000402/* Define if you have the <lcms.h> header file. */
nicolas2ab65102010-11-15 06:03:11 +0000403#ifndef MAGICKCORE_HAVE_LCMS_H
404#define MAGICKCORE_HAVE_LCMS_H 1
405#endif
cristy3ed852e2009-09-05 21:47:34 +0000406
407/* Define if you have the <lcms/lcms.h> header file. */
408/* #undef HAVE_LCMS_LCMS_H */
409
410/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000411#ifndef MAGICKCORE_HAVE_LIBDL
412#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000413#endif
414
415/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000416#ifndef MAGICKCORE_HAVE_LIBDLLOADER
417#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000418#endif
419
420/* Define to 1 if you have the `gcov' library (-lgcov). */
421/* #undef HAVE_LIBGCOV */
422
423/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000424#ifndef MAGICKCORE_HAVE_LIMITS_H
425#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000426#endif
427
428/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000429#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
430#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000431#endif
432
cristyc5baf4f2010-08-31 15:05:33 +0000433/* Define to 1 if you have the `lltostr' function. */
434/* #undef HAVE_LLTOSTR */
435
cristy3ed852e2009-09-05 21:47:34 +0000436/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000437#ifndef MAGICKCORE_HAVE_LOCALE_H
438#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000439#endif
440
441/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000442#ifndef MAGICKCORE_HAVE_LOCALTIME_R
443#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000444#endif
445
446/* Define to 1 if the type `long double' works and has more range or precision
447 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000448#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
449#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000450#endif
451
452/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000453#ifndef MAGICKCORE_HAVE_LSTAT
454#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000455#endif
456
457/* define if the compiler implements L"widestring" */
nicolas6237c462010-10-05 06:11:49 +0000458#ifndef MAGICKCORE_HAVE_LSTRING
459#define MAGICKCORE_HAVE_LSTRING /**/
460#endif
cristy3ed852e2009-09-05 21:47:34 +0000461
462/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000463#ifndef MAGICKCORE_HAVE_LTDL
464#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000465#endif
466
467/* Define to 1 if you have the <machine/param.h> header file. */
468/* #undef HAVE_MACHINE_PARAM_H */
469
470/* Define to 1 if you have the <mach-o/dyld.h> header file. */
471/* #undef HAVE_MACH_O_DYLD_H */
472
473/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000474#ifndef MAGICKCORE_HAVE_MEMMOVE
475#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000476#endif
477
478/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000479#ifndef MAGICKCORE_HAVE_MEMORY_H
480#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000481#endif
482
483/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000484#ifndef MAGICKCORE_HAVE_MEMSET
485#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000486#endif
487
488/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000489#ifndef MAGICKCORE_HAVE_MKSTEMP
490#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000491#endif
492
493/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000494#ifndef MAGICKCORE_HAVE_MMAP
495#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000496#endif
497
498/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000499#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
500#define MAGICKCORE_HAVE_MMAP_FILEIO 1
cristy40e685d2010-04-23 14:44:08 +0000501#endif
cristy3ed852e2009-09-05 21:47:34 +0000502
503/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000504#ifndef MAGICKCORE_HAVE_MUNMAP
505#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000506#endif
507
508/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000509#ifndef MAGICKCORE_HAVE_NAMESPACES
510#define MAGICKCORE_HAVE_NAMESPACES /**/
511#endif
cristy964cb7f2010-04-25 23:18:00 +0000512
513/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000514#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
515#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
516#endif
cristy3ed852e2009-09-05 21:47:34 +0000517
cristya21afde2010-07-02 00:45:40 +0000518/* Define to 1 if you have the `nanosleep' function. */
519#ifndef MAGICKCORE_HAVE_NANOSLEEP
520#define MAGICKCORE_HAVE_NANOSLEEP 1
521#endif
522
cristy3ed852e2009-09-05 21:47:34 +0000523/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
524/* #undef HAVE_NDIR_H */
525
cristyfe2e68f2010-01-09 19:16:03 +0000526/* Define to 1 if you have the <OpenCL/cl.h> header file. */
527/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000528
cristy3ed852e2009-09-05 21:47:34 +0000529/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000530#ifndef MAGICKCORE_HAVE_OPENDIR
531#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000532#endif
533
534/* Define to 1 if you have the <OS.h> header file. */
535/* #undef HAVE_OS_H */
536
537/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000538#ifndef MAGICKCORE_HAVE_PCLOSE
539#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000540#endif
541
542/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000543#ifndef MAGICKCORE_HAVE_POLL
544#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000545#endif
546
547/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000548#ifndef MAGICKCORE_HAVE_POPEN
549#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000550#endif
551
552/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000553#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
554#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000555#endif
556
557/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000558#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
559#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000560#endif
561
562/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000563#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
564#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000565#endif
566
567/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000568#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
569#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000570#endif
571
cristy5c40fb42010-08-05 16:12:44 +0000572/* Define to 1 if you have the `posix_spawnp' function. */
573#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
574#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
575#endif
576
cristy3ed852e2009-09-05 21:47:34 +0000577/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000578#ifndef MAGICKCORE_HAVE_POW
579#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000580#endif
cristy3ed852e2009-09-05 21:47:34 +0000581
582/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000583#ifndef MAGICKCORE_HAVE_PREAD
584#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000585#endif
586
587/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000588#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
589#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000590#endif
591
cristy98e91bd2010-01-12 01:11:42 +0000592/* Define to 1 if you have the <process.h> header file. */
593/* #undef HAVE_PROCESS_H */
594
cristy3ed852e2009-09-05 21:47:34 +0000595/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000596#ifndef MAGICKCORE_HAVE_PTHREAD
597#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000598#endif
599
600/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000601#ifndef MAGICKCORE_HAVE_PWRITE
602#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000603#endif
604
cristyc5baf4f2010-08-31 15:05:33 +0000605/* Define to 1 if you have the `qsort_r' function. */
606#ifndef MAGICKCORE_HAVE_QSORT_R
607#define MAGICKCORE_HAVE_QSORT_R 1
608#endif
609
cristy3ed852e2009-09-05 21:47:34 +0000610/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000611#ifndef MAGICKCORE_HAVE_RAISE
612#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000613#endif
614
615/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000616#ifndef MAGICKCORE_HAVE_RAND_R
617#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000618#endif
619
620/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000621#ifndef MAGICKCORE_HAVE_READDIR
622#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000623#endif
624
625/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000626#ifndef MAGICKCORE_HAVE_READDIR_R
627#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000628#endif
629
630/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000631#ifndef MAGICKCORE_HAVE_READLINK
632#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000633#endif
634
635/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000636#ifndef MAGICKCORE_HAVE_REALPATH
637#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000638#endif
639
640/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000641#ifndef MAGICKCORE_HAVE_SEEKDIR
642#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000643#endif
644
645/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000646#ifndef MAGICKCORE_HAVE_SELECT
647#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000648#endif
649
650/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000651#ifndef MAGICKCORE_HAVE_SETLOCALE
652#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000653#endif
654
655/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000656#ifndef MAGICKCORE_HAVE_SETVBUF
657#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000658#endif
659
660/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000661#ifndef MAGICKCORE_HAVE_SHAPE
662#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000663#endif
664
665/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000666#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
667#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000668#endif
669
670/* Define if you have the shl_load function. */
671/* #undef HAVE_SHL_LOAD */
672
673/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000674#ifndef MAGICKCORE_HAVE_SIGACTION
675#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000676#endif
677
678/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000679#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
680#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000681#endif
682
cristy393bbe52010-01-11 16:32:56 +0000683/* Define to 1 if you have the `spawnvp' function. */
684/* #undef HAVE_SPAWNVP */
685
cristy3ed852e2009-09-05 21:47:34 +0000686/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000687#ifndef MAGICKCORE_HAVE_SQRT
688#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000689#endif
cristy3ed852e2009-09-05 21:47:34 +0000690
691/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000692#ifndef MAGICKCORE_HAVE_STAT
693#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000694#endif
695
696/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000697#ifndef MAGICKCORE_HAVE_STDARG_H
698#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000699#endif
700
701/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000702#ifndef MAGICKCORE_HAVE_STDBOOL_H
703#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000704#endif
705
cristy3ed852e2009-09-05 21:47:34 +0000706/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000707#ifndef MAGICKCORE_HAVE_STDINT_H
708#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000709#endif
710
711/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000712#ifndef MAGICKCORE_HAVE_STDLIB_H
713#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000714#endif
715
716/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000717#ifndef MAGICKCORE_HAVE_STD_LIBS
718#define MAGICKCORE_HAVE_STD_LIBS /**/
719#endif
cristy3ed852e2009-09-05 21:47:34 +0000720
721/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000722#ifndef MAGICKCORE_HAVE_STRCASECMP
723#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000724#endif
725
726/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000727#ifndef MAGICKCORE_HAVE_STRCHR
728#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000729#endif
730
731/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000732#ifndef MAGICKCORE_HAVE_STRCSPN
733#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000734#endif
735
736/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000737#ifndef MAGICKCORE_HAVE_STRDUP
738#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000739#endif
740
741/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000742#ifndef MAGICKCORE_HAVE_STRERROR
743#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000744#endif
745
746/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000747#ifndef MAGICKCORE_HAVE_STRERROR_R
748#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000749#endif
750
751/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000752#ifndef MAGICKCORE_HAVE_STRINGIZE
753#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000754#endif
755
756/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000757#ifndef MAGICKCORE_HAVE_STRINGS_H
758#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000759#endif
760
761/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000762#ifndef MAGICKCORE_HAVE_STRING_H
763#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000764#endif
765
766/* Define to 1 if you have the `strlcat' function. */
767/* #undef HAVE_STRLCAT */
768
769/* Define to 1 if you have the `strlcpy' function. */
770/* #undef HAVE_STRLCPY */
771
772/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000773#ifndef MAGICKCORE_HAVE_STRNCASECMP
774#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000775#endif
776
777/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000778#ifndef MAGICKCORE_HAVE_STRPBRK
779#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000780#endif
781
782/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000783#ifndef MAGICKCORE_HAVE_STRRCHR
784#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000785#endif
786
787/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000788#ifndef MAGICKCORE_HAVE_STRSPN
789#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000790#endif
791
792/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000793#ifndef MAGICKCORE_HAVE_STRSTR
794#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000795#endif
796
797/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000798#ifndef MAGICKCORE_HAVE_STRTOL
799#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000800#endif
801
cristy5131f3e2009-12-18 03:09:10 +0000802/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000803#ifndef MAGICKCORE_HAVE_STRTOUL
804#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000805#endif
806
cristy92703d82010-04-26 00:18:18 +0000807/* Define to 1 if `tm_zone' is a member of `struct tm'. */
808#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
809#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
810#endif
811
cristy3ed852e2009-09-05 21:47:34 +0000812/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000813#ifndef MAGICKCORE_HAVE_SYMLINK
814#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000815#endif
816
817/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000818#ifndef MAGICKCORE_HAVE_SYSCONF
819#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000820#endif
821
822/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
823 */
824/* #undef HAVE_SYS_DIR_H */
825
826/* Define to 1 if you have the <sys/dl.h> header file. */
827/* #undef HAVE_SYS_DL_H */
828
829/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000830#ifndef MAGICKCORE_HAVE_SYS_IPC_H
831#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000832#endif
833
834/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
835 */
836/* #undef HAVE_SYS_NDIR_H */
837
cristycd4c5312009-11-22 01:19:08 +0000838/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000839#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
840#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000841#endif
842
cristy3ed852e2009-09-05 21:47:34 +0000843/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000844#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
845#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000846#endif
847
848/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000849#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
850#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000851#endif
852
853/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000854#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
855#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000856#endif
857
858/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000859#ifndef MAGICKCORE_HAVE_SYS_STAT_H
860#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000861#endif
862
863/* Define to 1 if you have the <sys/syslimits.h> header file. */
864/* #undef HAVE_SYS_SYSLIMITS_H */
865
866/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000867#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
868#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000869#endif
870
871/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000872#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
873#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000874#endif
875
876/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000877#ifndef MAGICKCORE_HAVE_SYS_TIME_H
878#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000879#endif
880
881/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000882#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
883#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000884#endif
885
886/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000887#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
888#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000889#endif
890
891/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000892#ifndef MAGICKCORE_HAVE_TELLDIR
893#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000894#endif
895
896/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000897#ifndef MAGICKCORE_HAVE_TEMPNAM
898#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000899#endif
900
901/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000902#ifndef MAGICKCORE_HAVE_TIFFCONF_H
903#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000904#endif
905
906/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000907#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
908#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000909#endif
910
911/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000912#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
913#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000914#endif
915
916/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000917#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
918#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000919#endif
920
921/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000922#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
923#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000924#endif
925
926/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000927#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
928#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000929#endif
930
931/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000932#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
933#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000934#endif
935
936/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +0000937#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
938#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +0000939#endif
940
941/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000942#ifndef MAGICKCORE_HAVE_TIMES
943#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000944#endif
945
cristy92703d82010-04-26 00:18:18 +0000946/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
947 `HAVE_STRUCT_TM_TM_ZONE' instead. */
948#ifndef MAGICKCORE_HAVE_TM_ZONE
949#define MAGICKCORE_HAVE_TM_ZONE 1
950#endif
951
952/* Define to 1 if you don't have `tm_zone' but do have the external array
953 `tzname'. */
954/* #undef HAVE_TZNAME */
955
cristyc5baf4f2010-08-31 15:05:33 +0000956/* Define to 1 if you have the `ulltostr' function. */
957/* #undef HAVE_ULLTOSTR */
958
cristy3ed852e2009-09-05 21:47:34 +0000959/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000960#ifndef MAGICKCORE_HAVE_UNISTD_H
961#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000962#endif
963
964/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000965#ifndef MAGICKCORE_HAVE_USLEEP
966#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +0000967#endif
968
cristyf1440cb2010-02-23 02:24:21 +0000969/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000970#ifndef MAGICKCORE_HAVE_UTIME
971#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +0000972#endif
973
cristy3ed852e2009-09-05 21:47:34 +0000974/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000975#ifndef MAGICKCORE_HAVE_VFORK
976#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +0000977#endif
978
979/* Define to 1 if you have the <vfork.h> header file. */
980/* #undef HAVE_VFORK_H */
981
982/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000983#ifndef MAGICKCORE_HAVE_VPRINTF
984#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000985#endif
986
987/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000988#ifndef MAGICKCORE_HAVE_VSNPRINTF
989#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000990#endif
991
992/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000993#ifndef MAGICKCORE_HAVE_VSPRINTF
994#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000995#endif
996
997/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000998#ifndef MAGICKCORE_HAVE_WAITPID
999#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001000#endif
1001
1002/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001003#ifndef MAGICKCORE_HAVE_WCHAR_H
1004#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001005#endif
1006
cristy736173a2009-09-20 21:18:22 +00001007/* Define to 1 if you have the <windows.h> header file. */
1008/* #undef HAVE_WINDOWS_H */
1009
cristy739df912009-10-24 16:10:18 +00001010/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001011#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1012#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001013#endif
1014
1015/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001016#ifndef MAGICKCORE_HAVE_WORKING_FORK
1017#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001018#endif
1019
1020/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001021#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1022#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001023#endif
1024
1025/* Define to 1 if the system has the type `_Bool'. */
cristy964cb7f2010-04-25 23:18:00 +00001026#ifndef MAGICKCORE_HAVE__BOOL
1027#define MAGICKCORE_HAVE__BOOL 1
cristy40e685d2010-04-23 14:44:08 +00001028#endif
cristy3ed852e2009-09-05 21:47:34 +00001029
1030/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001031#ifndef MAGICKCORE_HAVE__EXIT
1032#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001033#endif
1034
1035/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1036/* #undef HAVE__NSGETEXECUTABLEPATH */
1037
1038/* Define to 1 if you have the `_pclose' function. */
1039/* #undef HAVE__PCLOSE */
1040
1041/* Define to 1 if you have the `_popen' function. */
1042/* #undef HAVE__POPEN */
1043
1044/* Define to 1 if you have the `_wfopen' function. */
1045/* #undef HAVE__WFOPEN */
1046
1047/* Define to 1 if you have the `_wstat' function. */
1048/* #undef HAVE__WSTAT */
1049
cristy92703d82010-04-26 00:18:18 +00001050/* define if your compiler has __attribute__ */
1051#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1052#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1053#endif
1054
cristy3ed852e2009-09-05 21:47:34 +00001055/* accurately represent the wide range of intensity levels in real scenes */
1056/* #undef HDRI_SUPPORT */
1057
1058/* Define if you have umem memory allocation library */
1059/* #undef HasUMEM */
1060
1061/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001062#ifndef MAGICKCORE_INSTALLED_SUPPORT
1063#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001064#endif
1065
1066/* Define if you have JBIG library */
cristy85278ed2010-05-31 15:10:05 +00001067/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001068
1069/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001070#ifndef MAGICKCORE_JP2_DELEGATE
1071#define MAGICKCORE_JP2_DELEGATE 1
1072#endif
cristy3ed852e2009-09-05 21:47:34 +00001073
1074/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001075#ifndef MAGICKCORE_JPEG_DELEGATE
1076#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001077#endif
1078
cristy71203402010-06-18 13:12:03 +00001079/* Define if you have LCMS (v1.11 or later) library */
nicolas2ab65102010-11-15 06:03:11 +00001080#ifndef MAGICKCORE_LCMS_DELEGATE
1081#define MAGICKCORE_LCMS_DELEGATE 1
1082#endif
cristy3ed852e2009-09-05 21:47:34 +00001083
1084/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001085#ifndef MAGICKCORE_LIBRARY_PATH
cristy2e2662a2010-10-09 14:29:37 +00001086#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.5/"
cristy3ed852e2009-09-05 21:47:34 +00001087#endif
1088
1089/* Subdirectory of lib where ImageMagick architecture dependent files are
1090 installed */
cristy964cb7f2010-04-25 23:18:00 +00001091#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy2e2662a2010-10-09 14:29:37 +00001092#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.5"
cristy3ed852e2009-09-05 21:47:34 +00001093#endif
1094
1095/* Define if you have LQR library */
cristy85278ed2010-05-31 15:10:05 +00001096/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001097
1098/* Define if using libltdl to support dynamically loadable modules */
cristy964cb7f2010-04-25 23:18:00 +00001099#ifndef MAGICKCORE_LTDL_DELEGATE
1100#define MAGICKCORE_LTDL_DELEGATE 1
cristy40e685d2010-04-23 14:44:08 +00001101#endif
cristy3ed852e2009-09-05 21:47:34 +00001102
1103/* Define if the OS needs help to load dependent libraries for dlopen(). */
1104/* #undef LTDL_DLOPEN_DEPLIBS */
1105
1106/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001107#ifndef MAGICKCORE_LT_DLSEARCH_PATH
nicolas2ab65102010-11-15 06:03:11 +00001108#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/mesa:/usr/lib32/mesa:/usr/lib32/alsa-lib:/usr/lib/alsa-lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu"
cristy3ed852e2009-09-05 21:47:34 +00001109#endif
1110
1111/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001112#ifndef MAGICKCORE_LT_LIBEXT
1113#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001114#endif
1115
1116/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001117#ifndef MAGICKCORE_LT_MODULE_EXT
1118#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001119#endif
1120
1121/* Define to the name of the environment variable that determines the run-time
1122 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001123#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1124#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001125#endif
1126
1127/* Define to the sub-directory in which libtool stores uninstalled libraries.
1128 */
cristy964cb7f2010-04-25 23:18:00 +00001129#ifndef MAGICKCORE_LT_OBJDIR
1130#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001131#endif
1132
1133/* Define to prepend to default font search path. */
1134/* #undef MAGICK_FONT_PATH */
1135
1136/* Magick API method prefix */
1137/* #undef NAMESPACE_PREFIX */
1138
cristya0b81c32010-01-22 02:54:33 +00001139/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001140/* #undef NDEBUG */
1141
1142/* Define if dlsym() requires a leading underscore in symbol names. */
1143/* #undef NEED_USCORE */
1144
1145/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1146/* #undef NO_MINUS_C_MINUS_O */
1147
1148/* Define if you have OPENEXR library */
nicolas2ab65102010-11-15 06:03:11 +00001149#ifndef MAGICKCORE_OPENEXR_DELEGATE
1150#define MAGICKCORE_OPENEXR_DELEGATE 1
1151#endif
cristy3ed852e2009-09-05 21:47:34 +00001152
1153/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001154#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1155#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001156#endif
1157
1158/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001159#ifndef MAGICKCORE_PACKAGE_NAME
1160#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001161#endif
1162
1163/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001164#ifndef MAGICKCORE_PACKAGE_STRING
cristy68376482010-11-11 01:27:36 +00001165#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.5"
cristy3ed852e2009-09-05 21:47:34 +00001166#endif
1167
1168/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001169#ifndef MAGICKCORE_PACKAGE_TARNAME
1170#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001171#endif
1172
cristy8b350f62009-11-15 23:12:43 +00001173/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001174#ifndef MAGICKCORE_PACKAGE_URL
1175#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001176#endif
1177
cristy3ed852e2009-09-05 21:47:34 +00001178/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001179#ifndef MAGICKCORE_PACKAGE_VERSION
cristy68376482010-11-11 01:27:36 +00001180#define MAGICKCORE_PACKAGE_VERSION "6.6.5"
cristy3ed852e2009-09-05 21:47:34 +00001181#endif
1182
1183/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001184#ifndef MAGICKCORE_PNG_DELEGATE
1185#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001186#endif
1187
1188/* Define to necessary symbol if this constant uses a non-standard name on
1189 your system. */
1190/* #undef PTHREAD_CREATE_JOINABLE */
1191
1192/* Pixel cache threshold in MB (defaults to available memory) */
1193/* #undef PixelCacheThreshold */
1194
1195/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001196#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001197#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001198#endif
1199
1200/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001201#ifndef MAGICKCORE_RETSIGTYPE
1202#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001203#endif
1204
1205/* Define if you have RSVG library */
nicolas2ab65102010-11-15 06:03:11 +00001206#ifndef MAGICKCORE_RSVG_DELEGATE
1207#define MAGICKCORE_RSVG_DELEGATE 1
1208#endif
cristy3ed852e2009-09-05 21:47:34 +00001209
1210/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001211#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1212#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001213#endif
1214
1215/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001216#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1217#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001218#endif
1219
1220/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001221#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1222#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001223#endif
1224
1225/* Directory where architecture-independent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +00001226#ifndef MAGICKCORE_SHARE_CONFIGURE_PATH
cristy2e2662a2010-10-09 14:29:37 +00001227#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.5/config/"
cristy3ed852e2009-09-05 21:47:34 +00001228#endif
1229
1230/* Subdirectory of lib where architecture-independent configuration files
1231 live. */
cristy964cb7f2010-04-25 23:18:00 +00001232#ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH
cristy2e2662a2010-10-09 14:29:37 +00001233#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.5/config"
cristy3ed852e2009-09-05 21:47:34 +00001234#endif
1235
1236/* Directory where architecture-independent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001237#ifndef MAGICKCORE_SHARE_PATH
cristy2e2662a2010-10-09 14:29:37 +00001238#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.5/"
cristy3ed852e2009-09-05 21:47:34 +00001239#endif
1240
1241/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001242#ifndef MAGICKCORE_SIZEOF_OFF_T
1243#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001244#endif
1245
1246/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001247#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1248#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001249#endif
1250
1251/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001252#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1253#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001254#endif
1255
1256/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001257#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1258#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001259#endif
1260
1261/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001262#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1263#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001264#endif
1265
1266/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001267#ifndef MAGICKCORE_SIZEOF_SIZE_T
1268#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001269#endif
1270
cristy330e9352010-06-01 18:42:49 +00001271/* The size of `ssize_t', as computed by sizeof. */
1272#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1273#define MAGICKCORE_SIZEOF_SSIZE_T 8
1274#endif
1275
cristy3ed852e2009-09-05 21:47:34 +00001276/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001277#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1278#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001279#endif
1280
1281/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001282#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1283#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001284#endif
1285
1286/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001287#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1288#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001289#endif
1290
1291/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001292#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1293#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001294#endif
1295
1296/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001297#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1298#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001299#endif
1300
1301/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1302/* #undef STAT_MACROS_BROKEN */
1303
1304/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001305#ifndef MAGICKCORE_STDC_HEADERS
1306#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001307#endif
1308
cristy55bf91c2010-09-24 00:29:41 +00001309/* Define if you have POSIX threads libraries and header files. */
1310#ifndef MAGICKCORE_THREAD_SUPPORT
1311#define MAGICKCORE_THREAD_SUPPORT 1
1312#endif
1313
cristy3ed852e2009-09-05 21:47:34 +00001314/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001315#ifndef MAGICKCORE_TIFF_DELEGATE
1316#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001317#endif
1318
1319/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001320#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1321#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001322#endif
1323
1324/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1325/* #undef TM_IN_SYS_TIME */
1326
1327/* Enable extensions on AIX 3, Interix. */
1328#ifndef _ALL_SOURCE
1329# define _ALL_SOURCE 1
1330#endif
1331/* Enable GNU extensions on systems that have them. */
1332#ifndef _GNU_SOURCE
1333# define _GNU_SOURCE 1
1334#endif
1335/* Enable threading extensions on Solaris. */
1336#ifndef _POSIX_PTHREAD_SEMANTICS
1337# define _POSIX_PTHREAD_SEMANTICS 1
1338#endif
1339/* Enable extensions on HP NonStop. */
1340#ifndef _TANDEM_SOURCE
1341# define _TANDEM_SOURCE 1
1342#endif
1343/* Enable general extensions on Solaris. */
1344#ifndef __EXTENSIONS__
1345# define __EXTENSIONS__ 1
1346#endif
1347
1348
1349/* Define to use the Windows GDI32 library */
1350/* #undef WINGDI32_DELEGATE */
1351
1352/* Define if using the dmalloc debugging malloc package */
1353/* #undef WITH_DMALLOC */
1354
cristy735e8942010-04-02 20:32:57 +00001355/* Define if you have WMF library */
nicolas2ab65102010-11-15 06:03:11 +00001356#ifndef MAGICKCORE_WMF_DELEGATE
1357#define MAGICKCORE_WMF_DELEGATE 1
1358#endif
cristy3ed852e2009-09-05 21:47:34 +00001359
cristy3ed852e2009-09-05 21:47:34 +00001360/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1361 significant byte first (like Motorola and SPARC, unlike Intel). */
1362#if defined AC_APPLE_UNIVERSAL_BUILD
1363# if defined __BIG_ENDIAN__
1364# define WORDS_BIGENDIAN 1
1365# endif
1366#else
1367# ifndef WORDS_BIGENDIAN
1368/* # undef WORDS_BIGENDIAN */
1369# endif
1370#endif
1371
1372/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001373#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1374#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001375#endif
1376
1377/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001378#ifndef MAGICKCORE_X11_DELEGATE
1379#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001380#endif
1381
1382/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001383#ifndef MAGICKCORE_XML_DELEGATE
1384#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001385#endif
1386
1387/* Define to 1 if the X Window System is missing or not being used. */
1388/* #undef X_DISPLAY_MISSING */
1389
1390/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001391#ifndef MAGICKCORE_ZLIB_DELEGATE
1392#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001393#endif
1394
1395/* Number of bits in a file offset, on hosts where this is settable. */
cristy964cb7f2010-04-25 23:18:00 +00001396#ifndef MAGICKCORE__FILE_OFFSET_BITS
1397#define MAGICKCORE__FILE_OFFSET_BITS 64
cristy40e685d2010-04-23 14:44:08 +00001398#endif
cristy3ed852e2009-09-05 21:47:34 +00001399
1400/* enable run-time bounds-checking */
1401/* #undef _FORTIFY_SOURCE */
1402
1403/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1404/* #undef _LARGEFILE_SOURCE */
1405
1406/* Define for large files, on AIX-style hosts. */
1407/* #undef _LARGE_FILES */
1408
1409/* Define to 1 if on MINIX. */
1410/* #undef _MINIX */
1411
cristy99cc3002010-01-21 14:50:11 +00001412/* Define this for the OpenCL Accelerator */
cristy85278ed2010-05-31 15:10:05 +00001413/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001414
cristy3ed852e2009-09-05 21:47:34 +00001415/* Define to 2 if the system does not provide POSIX.1 features except with
1416 this defined. */
1417/* #undef _POSIX_1_SOURCE */
1418
1419/* Define to 1 if you need to in order for `stat' and other things to work. */
1420/* #undef _POSIX_SOURCE */
1421
1422/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1423#ifndef __CHAR_UNSIGNED__
1424/* # undef __CHAR_UNSIGNED__ */
1425#endif
1426
1427/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1428/* #undef __error_t_defined */
1429
1430/* Define to appropriate substitue if compiler does not have __func__ */
1431/* #undef __func__ */
1432
cristy3ed852e2009-09-05 21:47:34 +00001433/* Define to a type to use for `error_t' if it is not otherwise available. */
1434/* #undef error_t */
1435
1436/* Define to `__inline__' or `__inline' if that's what the C compiler
1437 calls it, or to nothing if 'inline' is not supported under any name. */
1438#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001439/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001440#endif
1441
1442/* Define to `int' if <sys/types.h> does not define. */
1443/* #undef mode_t */
1444
1445/* Define to `long int' if <sys/types.h> does not define. */
1446/* #undef off_t */
1447
1448/* Define to `int' if <sys/types.h> does not define. */
1449/* #undef pid_t */
1450
1451/* Define to the equivalent of the C99 'restrict' keyword, or to
1452 nothing if this is not supported. Do not define if restrict is
1453 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001454#ifndef _magickcore_restrict
1455#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001456#endif
cristy8b350f62009-11-15 23:12:43 +00001457/* Work around a bug in Sun C++: it does not support _Restrict or
1458 __restrict__, even though the corresponding Sun C compiler ends up with
1459 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1460 previous line. Perhaps some future version of Sun C++ will work with
1461 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001462#if defined __SUNPRO_CC && !defined __RESTRICT
1463# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001464# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001465#endif
1466
1467/* Define to `unsigned int' if <sys/types.h> does not define. */
1468/* #undef size_t */
1469
1470/* Define to `int' if <sys/types.h> does not define. */
1471/* #undef ssize_t */
1472
1473/* Define as `fork' if `vfork' does not work. */
1474/* #undef vfork */
1475
1476/* Define to empty if the keyword `volatile' does not work. Warning: valid
1477 code using `volatile' can become incorrect without. Disable with care. */
1478/* #undef volatile */
1479
1480/* once: _MAGICK_MAGICK_CONFIG_H */
1481#endif