blob: 991573d4f7291de55e5e19ef6f8e1179b21e9c8a [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
cristyf9349672011-01-01 21:55:15 +000037#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.7/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
cristyf9349672011-01-01 21:55:15 +000042#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.7/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
cristyf9349672011-01-01 21:55:15 +000047#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.6.7/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
cristyf9349672011-01-01 21:55:15 +000053#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.7/config"
cristy3ed852e2009-09-05 21:47:34 +000054#endif
55
56/* Define if you have DJVU library */
cristy93ba1712010-11-15 12:35:31 +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
cristyf9349672011-01-01 21:55:15 +000061#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.7/"
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 */
cristy93ba1712010-11-15 12:35:31 +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
cristyf9349672011-01-01 21:55:15 +000083#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.7/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
cristyf9349672011-01-01 21:55:15 +000088#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.7/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000089#endif
90
91/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000092#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
93#define MAGICKCORE_FONTCONFIG_DELEGATE 1
94#endif
cristy3ed852e2009-09-05 21:47:34 +000095
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 */
cristyae29c4f2010-12-28 14:45:29 +0000108#ifndef MAGICKCORE_GVC_DELEGATE
109#define MAGICKCORE_GVC_DELEGATE 1
110#endif
cristy3ed852e2009-09-05 21:47:34 +0000111
112/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000113#ifndef MAGICKCORE_HAVE_ARGZ_ADD
114#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000115#endif
116
117/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000118#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
119#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000120#endif
121
122/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000123#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
124#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000125#endif
126
127/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000128#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
129#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000130#endif
131
132/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000133#ifndef MAGICKCORE_HAVE_ARGZ_H
134#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000135#endif
136
137/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000138#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
139#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000140#endif
141
142/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000143#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
144#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000145#endif
146
147/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000148#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
149#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000150#endif
151
152/* Define to 1 if you have the <arm/limits.h> header file. */
153/* #undef HAVE_ARM_LIMITS_H */
154
155/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000156#ifndef MAGICKCORE_HAVE_ATEXIT
157#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000158#endif
159
cristyc5baf4f2010-08-31 15:05:33 +0000160/* Define to 1 if you have the `atoll' function. */
161#ifndef MAGICKCORE_HAVE_ATOLL
162#define MAGICKCORE_HAVE_ATOLL 1
163#endif
164
cristy3ed852e2009-09-05 21:47:34 +0000165/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000166#ifndef MAGICKCORE_HAVE_BOOL
167#define MAGICKCORE_HAVE_BOOL /**/
168#endif
cristy3ed852e2009-09-05 21:47:34 +0000169
cristy56ed31c2010-03-22 00:46:21 +0000170/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000171#ifndef MAGICKCORE_HAVE_CIMAG
172#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000173#endif
174
cristy3ed852e2009-09-05 21:47:34 +0000175/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000176#ifndef MAGICKCORE_HAVE_CLOCK
177#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000178#endif
179
cristye43a45e2009-09-28 14:49:00 +0000180/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000181#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
182#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000183#endif
184
cristye43a45e2009-09-28 14:49:00 +0000185/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000186#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
187#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000188#endif
189
cristy3ed852e2009-09-05 21:47:34 +0000190/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000191#ifndef MAGICKCORE_HAVE_CLOSEDIR
192#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000193#endif
194
cristyfe2e68f2010-01-09 19:16:03 +0000195/* Define to 1 if you have the <CL/cl.h> header file. */
cristy85278ed2010-05-31 15:10:05 +0000196/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000197
cristy3ed852e2009-09-05 21:47:34 +0000198/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000199#ifndef MAGICKCORE_HAVE_COMPLEX_H
200#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000201#endif
202
cristyc5baf4f2010-08-31 15:05:33 +0000203/* Define to 1 if you have the `ctime_r' function. */
204#ifndef MAGICKCORE_HAVE_CTIME_R
205#define MAGICKCORE_HAVE_CTIME_R 1
206#endif
207
cristy3ed852e2009-09-05 21:47:34 +0000208/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
209 you don't. */
210/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
211
212/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
213 */
cristy964cb7f2010-04-25 23:18:00 +0000214#ifndef MAGICKCORE_HAVE_DECL_PREAD
215#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000216#endif
217
218/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
219 */
cristy964cb7f2010-04-25 23:18:00 +0000220#ifndef MAGICKCORE_HAVE_DECL_PWRITE
221#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000222#endif
223
224/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
225 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000226#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
227#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000228#endif
229
cristy92703d82010-04-26 00:18:18 +0000230/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
231 */
232/* #undef HAVE_DECL_TZNAME */
233
cristy3ed852e2009-09-05 21:47:34 +0000234/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
235 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000236#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
237#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000238#endif
239
240/* Define to 1 if you have the `directio' function. */
241/* #undef HAVE_DIRECTIO */
242
243/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
244 */
cristy964cb7f2010-04-25 23:18:00 +0000245#ifndef MAGICKCORE_HAVE_DIRENT_H
246#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000247#endif
248
249/* Define if you have the GNU dld library. */
250/* #undef HAVE_DLD */
251
252/* Define to 1 if you have the <dld.h> header file. */
253/* #undef HAVE_DLD_H */
254
255/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000256#ifndef MAGICKCORE_HAVE_DLERROR
257#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000258#endif
259
260/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000261#ifndef MAGICKCORE_HAVE_DLFCN_H
262#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000263#endif
264
265/* Define to 1 if you have the <dl.h> header file. */
266/* #undef HAVE_DL_H */
267
268/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
269/* #undef HAVE_DOPRNT */
270
271/* Define if you have the _dyld_func_lookup function. */
272/* #undef HAVE_DYLD */
273
274/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000275#ifndef MAGICKCORE_HAVE_ERRNO_H
276#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000277#endif
278
279/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000280#ifndef MAGICKCORE_HAVE_ERROR_T
281#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000282#endif
283
284/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000285#ifndef MAGICKCORE_HAVE_EXECVP
286#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000287#endif
288
cristyf1440cb2010-02-23 02:24:21 +0000289/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000290#ifndef MAGICKCORE_HAVE_FCHMOD
291#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000292#endif
293
cristy3ed852e2009-09-05 21:47:34 +0000294/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000295#ifndef MAGICKCORE_HAVE_FCNTL_H
296#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000297#endif
298
299/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000300#ifndef MAGICKCORE_HAVE_FLOOR
301#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000302#endif
cristy3ed852e2009-09-05 21:47:34 +0000303
304/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000305#ifndef MAGICKCORE_HAVE_FORK
306#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000307#endif
308
309/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000310#ifndef MAGICKCORE_HAVE_FSEEKO
311#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000312#endif
313
314/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000315#ifndef MAGICKCORE_HAVE_FT2BUILD_H
316#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000317#endif
318
319/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000320#ifndef MAGICKCORE_HAVE_FTIME
321#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000322#endif
323
324/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000325#ifndef MAGICKCORE_HAVE_FTRUNCATE
326#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000327#endif
328
329/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000330#ifndef MAGICKCORE_HAVE_GETCWD
331#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000332#endif
333
cristyc5baf4f2010-08-31 15:05:33 +0000334/* Define to 1 if you have the `getc_unlocked' function. */
335#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
336#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
337#endif
338
cristy3ed852e2009-09-05 21:47:34 +0000339/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000340#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
341#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000342#endif
343
344/* Define to 1 if you have the `getexecname' function. */
345/* #undef HAVE_GETEXECNAME */
346
347/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000348#ifndef MAGICKCORE_HAVE_GETPAGESIZE
349#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000350#endif
351
352/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000353#ifndef MAGICKCORE_HAVE_GETPID
354#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000355#endif
356
cristyd3ef0102009-09-12 18:11:06 +0000357/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000358#ifndef MAGICKCORE_HAVE_GETRLIMIT
359#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000360#endif
361
cristy3ed852e2009-09-05 21:47:34 +0000362/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000363#ifndef MAGICKCORE_HAVE_GETRUSAGE
364#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000365#endif
366
367/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000368#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
369#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000370#endif
371
372/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000373#ifndef MAGICKCORE_HAVE_GMTIME_R
374#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000375#endif
376
377/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000378#ifndef MAGICKCORE_HAVE_INTTYPES_H
379#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000380#endif
381
cristy161b9262010-03-20 19:34:32 +0000382/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000383#ifndef MAGICKCORE_HAVE_J0
384#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000385#endif
386
387/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000388#ifndef MAGICKCORE_HAVE_J1
389#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000390#endif
391
cristyd09bcf92010-03-25 03:04:45 +0000392/* Define if you have the <lcms2.h> header file. */
393/* #undef HAVE_LCMS2_H */
394
cristy71203402010-06-18 13:12:03 +0000395/* Define if you have the <lcms2/lcms2.h> header file. */
396/* #undef HAVE_LCMS2_LCMS2_H */
397
cristy3ed852e2009-09-05 21:47:34 +0000398/* Define if you have the <lcms.h> header file. */
cristyd1f78ea2010-12-12 21:35:47 +0000399#ifndef MAGICKCORE_HAVE_LCMS_H
400#define MAGICKCORE_HAVE_LCMS_H 1
401#endif
cristy3ed852e2009-09-05 21:47:34 +0000402
403/* Define if you have the <lcms/lcms.h> header file. */
404/* #undef HAVE_LCMS_LCMS_H */
405
406/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000407#ifndef MAGICKCORE_HAVE_LIBDL
408#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000409#endif
410
411/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000412#ifndef MAGICKCORE_HAVE_LIBDLLOADER
413#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000414#endif
415
416/* Define to 1 if you have the `gcov' library (-lgcov). */
417/* #undef HAVE_LIBGCOV */
418
419/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000420#ifndef MAGICKCORE_HAVE_LIMITS_H
421#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000422#endif
423
424/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000425#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
426#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000427#endif
428
cristyc5baf4f2010-08-31 15:05:33 +0000429/* Define to 1 if you have the `lltostr' function. */
430/* #undef HAVE_LLTOSTR */
431
cristy3ed852e2009-09-05 21:47:34 +0000432/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000433#ifndef MAGICKCORE_HAVE_LOCALE_H
434#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000435#endif
436
437/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000438#ifndef MAGICKCORE_HAVE_LOCALTIME_R
439#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000440#endif
441
442/* Define to 1 if the type `long double' works and has more range or precision
443 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000444#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
445#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000446#endif
447
448/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000449#ifndef MAGICKCORE_HAVE_LSTAT
450#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000451#endif
452
453/* define if the compiler implements L"widestring" */
nicolas6237c462010-10-05 06:11:49 +0000454#ifndef MAGICKCORE_HAVE_LSTRING
455#define MAGICKCORE_HAVE_LSTRING /**/
456#endif
cristy3ed852e2009-09-05 21:47:34 +0000457
458/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000459#ifndef MAGICKCORE_HAVE_LTDL
460#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000461#endif
462
463/* Define to 1 if you have the <machine/param.h> header file. */
464/* #undef HAVE_MACHINE_PARAM_H */
465
466/* Define to 1 if you have the <mach-o/dyld.h> header file. */
467/* #undef HAVE_MACH_O_DYLD_H */
468
469/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000470#ifndef MAGICKCORE_HAVE_MEMMOVE
471#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000472#endif
473
474/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000475#ifndef MAGICKCORE_HAVE_MEMORY_H
476#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000477#endif
478
479/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000480#ifndef MAGICKCORE_HAVE_MEMSET
481#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000482#endif
483
484/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000485#ifndef MAGICKCORE_HAVE_MKSTEMP
486#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000487#endif
488
489/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000490#ifndef MAGICKCORE_HAVE_MMAP
491#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000492#endif
493
494/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000495#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
496#define MAGICKCORE_HAVE_MMAP_FILEIO 1
cristy40e685d2010-04-23 14:44:08 +0000497#endif
cristy3ed852e2009-09-05 21:47:34 +0000498
499/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000500#ifndef MAGICKCORE_HAVE_MUNMAP
501#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000502#endif
503
504/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000505#ifndef MAGICKCORE_HAVE_NAMESPACES
506#define MAGICKCORE_HAVE_NAMESPACES /**/
507#endif
cristy964cb7f2010-04-25 23:18:00 +0000508
509/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000510#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
511#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
512#endif
cristy3ed852e2009-09-05 21:47:34 +0000513
cristya21afde2010-07-02 00:45:40 +0000514/* Define to 1 if you have the `nanosleep' function. */
515#ifndef MAGICKCORE_HAVE_NANOSLEEP
516#define MAGICKCORE_HAVE_NANOSLEEP 1
517#endif
518
cristy3ed852e2009-09-05 21:47:34 +0000519/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
520/* #undef HAVE_NDIR_H */
521
cristyfe2e68f2010-01-09 19:16:03 +0000522/* Define to 1 if you have the <OpenCL/cl.h> header file. */
523/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000524
cristy3ed852e2009-09-05 21:47:34 +0000525/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000526#ifndef MAGICKCORE_HAVE_OPENDIR
527#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000528#endif
529
530/* Define to 1 if you have the <OS.h> header file. */
531/* #undef HAVE_OS_H */
532
533/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000534#ifndef MAGICKCORE_HAVE_PCLOSE
535#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000536#endif
537
538/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000539#ifndef MAGICKCORE_HAVE_POLL
540#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000541#endif
542
543/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000544#ifndef MAGICKCORE_HAVE_POPEN
545#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000546#endif
547
548/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000549#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
550#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000551#endif
552
553/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000554#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
555#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000556#endif
557
558/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000559#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
560#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000561#endif
562
563/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000564#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
565#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000566#endif
567
cristy5c40fb42010-08-05 16:12:44 +0000568/* Define to 1 if you have the `posix_spawnp' function. */
569#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
570#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
571#endif
572
cristy3ed852e2009-09-05 21:47:34 +0000573/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000574#ifndef MAGICKCORE_HAVE_POW
575#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000576#endif
cristy3ed852e2009-09-05 21:47:34 +0000577
578/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000579#ifndef MAGICKCORE_HAVE_PREAD
580#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000581#endif
582
583/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000584#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
585#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000586#endif
587
cristy98e91bd2010-01-12 01:11:42 +0000588/* Define to 1 if you have the <process.h> header file. */
589/* #undef HAVE_PROCESS_H */
590
cristy3ed852e2009-09-05 21:47:34 +0000591/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000592#ifndef MAGICKCORE_HAVE_PTHREAD
593#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000594#endif
595
596/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000597#ifndef MAGICKCORE_HAVE_PWRITE
598#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000599#endif
600
cristyc5baf4f2010-08-31 15:05:33 +0000601/* Define to 1 if you have the `qsort_r' function. */
602#ifndef MAGICKCORE_HAVE_QSORT_R
603#define MAGICKCORE_HAVE_QSORT_R 1
604#endif
605
cristy3ed852e2009-09-05 21:47:34 +0000606/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000607#ifndef MAGICKCORE_HAVE_RAISE
608#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000609#endif
610
611/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000612#ifndef MAGICKCORE_HAVE_RAND_R
613#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000614#endif
615
616/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000617#ifndef MAGICKCORE_HAVE_READDIR
618#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000619#endif
620
621/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000622#ifndef MAGICKCORE_HAVE_READDIR_R
623#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000624#endif
625
626/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000627#ifndef MAGICKCORE_HAVE_READLINK
628#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000629#endif
630
631/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000632#ifndef MAGICKCORE_HAVE_REALPATH
633#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000634#endif
635
636/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000637#ifndef MAGICKCORE_HAVE_SEEKDIR
638#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000639#endif
640
641/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000642#ifndef MAGICKCORE_HAVE_SELECT
643#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000644#endif
645
646/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000647#ifndef MAGICKCORE_HAVE_SETLOCALE
648#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000649#endif
650
651/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000652#ifndef MAGICKCORE_HAVE_SETVBUF
653#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000654#endif
655
656/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000657#ifndef MAGICKCORE_HAVE_SHAPE
658#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000659#endif
660
661/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000662#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
663#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000664#endif
665
666/* Define if you have the shl_load function. */
667/* #undef HAVE_SHL_LOAD */
668
669/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000670#ifndef MAGICKCORE_HAVE_SIGACTION
671#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000672#endif
673
674/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000675#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
676#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000677#endif
678
cristy393bbe52010-01-11 16:32:56 +0000679/* Define to 1 if you have the `spawnvp' function. */
680/* #undef HAVE_SPAWNVP */
681
cristy3ed852e2009-09-05 21:47:34 +0000682/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000683#ifndef MAGICKCORE_HAVE_SQRT
684#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000685#endif
cristy3ed852e2009-09-05 21:47:34 +0000686
687/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000688#ifndef MAGICKCORE_HAVE_STAT
689#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000690#endif
691
692/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000693#ifndef MAGICKCORE_HAVE_STDARG_H
694#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000695#endif
696
697/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000698#ifndef MAGICKCORE_HAVE_STDBOOL_H
699#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000700#endif
701
cristy3ed852e2009-09-05 21:47:34 +0000702/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000703#ifndef MAGICKCORE_HAVE_STDINT_H
704#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000705#endif
706
707/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000708#ifndef MAGICKCORE_HAVE_STDLIB_H
709#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000710#endif
711
712/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000713#ifndef MAGICKCORE_HAVE_STD_LIBS
714#define MAGICKCORE_HAVE_STD_LIBS /**/
715#endif
cristy3ed852e2009-09-05 21:47:34 +0000716
717/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000718#ifndef MAGICKCORE_HAVE_STRCASECMP
719#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000720#endif
721
722/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000723#ifndef MAGICKCORE_HAVE_STRCHR
724#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000725#endif
726
727/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000728#ifndef MAGICKCORE_HAVE_STRCSPN
729#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000730#endif
731
732/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000733#ifndef MAGICKCORE_HAVE_STRDUP
734#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000735#endif
736
737/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000738#ifndef MAGICKCORE_HAVE_STRERROR
739#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000740#endif
741
742/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000743#ifndef MAGICKCORE_HAVE_STRERROR_R
744#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000745#endif
746
747/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000748#ifndef MAGICKCORE_HAVE_STRINGIZE
749#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000750#endif
751
752/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000753#ifndef MAGICKCORE_HAVE_STRINGS_H
754#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000755#endif
756
757/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000758#ifndef MAGICKCORE_HAVE_STRING_H
759#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000760#endif
761
762/* Define to 1 if you have the `strlcat' function. */
763/* #undef HAVE_STRLCAT */
764
765/* Define to 1 if you have the `strlcpy' function. */
766/* #undef HAVE_STRLCPY */
767
768/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000769#ifndef MAGICKCORE_HAVE_STRNCASECMP
770#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000771#endif
772
773/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000774#ifndef MAGICKCORE_HAVE_STRPBRK
775#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000776#endif
777
778/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000779#ifndef MAGICKCORE_HAVE_STRRCHR
780#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000781#endif
782
783/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000784#ifndef MAGICKCORE_HAVE_STRSPN
785#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000786#endif
787
788/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000789#ifndef MAGICKCORE_HAVE_STRSTR
790#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000791#endif
792
793/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000794#ifndef MAGICKCORE_HAVE_STRTOL
795#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000796#endif
797
cristy5131f3e2009-12-18 03:09:10 +0000798/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000799#ifndef MAGICKCORE_HAVE_STRTOUL
800#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000801#endif
802
cristy92703d82010-04-26 00:18:18 +0000803/* Define to 1 if `tm_zone' is a member of `struct tm'. */
804#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
805#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
806#endif
807
cristy3ed852e2009-09-05 21:47:34 +0000808/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000809#ifndef MAGICKCORE_HAVE_SYMLINK
810#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000811#endif
812
813/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000814#ifndef MAGICKCORE_HAVE_SYSCONF
815#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000816#endif
817
818/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
819 */
820/* #undef HAVE_SYS_DIR_H */
821
822/* Define to 1 if you have the <sys/dl.h> header file. */
823/* #undef HAVE_SYS_DL_H */
824
825/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000826#ifndef MAGICKCORE_HAVE_SYS_IPC_H
827#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000828#endif
829
830/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
831 */
832/* #undef HAVE_SYS_NDIR_H */
833
cristycd4c5312009-11-22 01:19:08 +0000834/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000835#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
836#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000837#endif
838
cristy3ed852e2009-09-05 21:47:34 +0000839/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000840#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
841#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000842#endif
843
844/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000845#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
846#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000847#endif
848
849/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000850#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
851#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000852#endif
853
854/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000855#ifndef MAGICKCORE_HAVE_SYS_STAT_H
856#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000857#endif
858
859/* Define to 1 if you have the <sys/syslimits.h> header file. */
860/* #undef HAVE_SYS_SYSLIMITS_H */
861
862/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000863#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
864#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000865#endif
866
867/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000868#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
869#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000870#endif
871
872/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000873#ifndef MAGICKCORE_HAVE_SYS_TIME_H
874#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000875#endif
876
877/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000878#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
879#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000880#endif
881
882/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000883#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
884#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000885#endif
886
887/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000888#ifndef MAGICKCORE_HAVE_TELLDIR
889#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000890#endif
891
892/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000893#ifndef MAGICKCORE_HAVE_TEMPNAM
894#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000895#endif
896
897/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000898#ifndef MAGICKCORE_HAVE_TIFFCONF_H
899#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000900#endif
901
902/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000903#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
904#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000905#endif
906
907/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000908#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
909#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000910#endif
911
912/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000913#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
914#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000915#endif
916
917/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000918#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
919#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000920#endif
921
922/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000923#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
924#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000925#endif
926
927/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000928#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
929#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000930#endif
931
932/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +0000933#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
934#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +0000935#endif
936
937/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000938#ifndef MAGICKCORE_HAVE_TIMES
939#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000940#endif
941
cristy92703d82010-04-26 00:18:18 +0000942/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
943 `HAVE_STRUCT_TM_TM_ZONE' instead. */
944#ifndef MAGICKCORE_HAVE_TM_ZONE
945#define MAGICKCORE_HAVE_TM_ZONE 1
946#endif
947
948/* Define to 1 if you don't have `tm_zone' but do have the external array
949 `tzname'. */
950/* #undef HAVE_TZNAME */
951
cristyc5baf4f2010-08-31 15:05:33 +0000952/* Define to 1 if you have the `ulltostr' function. */
953/* #undef HAVE_ULLTOSTR */
954
cristy3ed852e2009-09-05 21:47:34 +0000955/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000956#ifndef MAGICKCORE_HAVE_UNISTD_H
957#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000958#endif
959
960/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000961#ifndef MAGICKCORE_HAVE_USLEEP
962#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +0000963#endif
964
cristyf1440cb2010-02-23 02:24:21 +0000965/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000966#ifndef MAGICKCORE_HAVE_UTIME
967#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +0000968#endif
969
cristy3ed852e2009-09-05 21:47:34 +0000970/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000971#ifndef MAGICKCORE_HAVE_VFORK
972#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +0000973#endif
974
975/* Define to 1 if you have the <vfork.h> header file. */
976/* #undef HAVE_VFORK_H */
977
978/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000979#ifndef MAGICKCORE_HAVE_VPRINTF
980#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000981#endif
982
983/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000984#ifndef MAGICKCORE_HAVE_VSNPRINTF
985#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000986#endif
987
988/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000989#ifndef MAGICKCORE_HAVE_VSPRINTF
990#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000991#endif
992
993/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000994#ifndef MAGICKCORE_HAVE_WAITPID
995#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +0000996#endif
997
998/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000999#ifndef MAGICKCORE_HAVE_WCHAR_H
1000#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001001#endif
1002
cristy736173a2009-09-20 21:18:22 +00001003/* Define to 1 if you have the <windows.h> header file. */
1004/* #undef HAVE_WINDOWS_H */
1005
cristy739df912009-10-24 16:10:18 +00001006/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001007#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1008#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001009#endif
1010
1011/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001012#ifndef MAGICKCORE_HAVE_WORKING_FORK
1013#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001014#endif
1015
1016/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001017#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1018#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001019#endif
1020
1021/* Define to 1 if the system has the type `_Bool'. */
cristy964cb7f2010-04-25 23:18:00 +00001022#ifndef MAGICKCORE_HAVE__BOOL
1023#define MAGICKCORE_HAVE__BOOL 1
cristy40e685d2010-04-23 14:44:08 +00001024#endif
cristy3ed852e2009-09-05 21:47:34 +00001025
1026/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001027#ifndef MAGICKCORE_HAVE__EXIT
1028#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001029#endif
1030
1031/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1032/* #undef HAVE__NSGETEXECUTABLEPATH */
1033
1034/* Define to 1 if you have the `_pclose' function. */
1035/* #undef HAVE__PCLOSE */
1036
1037/* Define to 1 if you have the `_popen' function. */
1038/* #undef HAVE__POPEN */
1039
1040/* Define to 1 if you have the `_wfopen' function. */
1041/* #undef HAVE__WFOPEN */
1042
1043/* Define to 1 if you have the `_wstat' function. */
1044/* #undef HAVE__WSTAT */
1045
cristy92703d82010-04-26 00:18:18 +00001046/* define if your compiler has __attribute__ */
1047#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1048#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1049#endif
1050
cristy3ed852e2009-09-05 21:47:34 +00001051/* accurately represent the wide range of intensity levels in real scenes */
1052/* #undef HDRI_SUPPORT */
1053
1054/* Define if you have umem memory allocation library */
1055/* #undef HasUMEM */
1056
1057/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001058#ifndef MAGICKCORE_INSTALLED_SUPPORT
1059#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001060#endif
1061
1062/* Define if you have JBIG library */
cristy85278ed2010-05-31 15:10:05 +00001063/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001064
1065/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001066#ifndef MAGICKCORE_JP2_DELEGATE
1067#define MAGICKCORE_JP2_DELEGATE 1
1068#endif
cristy3ed852e2009-09-05 21:47:34 +00001069
1070/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001071#ifndef MAGICKCORE_JPEG_DELEGATE
1072#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001073#endif
1074
cristy71203402010-06-18 13:12:03 +00001075/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001076#ifndef MAGICKCORE_LCMS_DELEGATE
1077#define MAGICKCORE_LCMS_DELEGATE 1
1078#endif
cristy3ed852e2009-09-05 21:47:34 +00001079
1080/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001081#ifndef MAGICKCORE_LIBRARY_PATH
cristyf9349672011-01-01 21:55:15 +00001082#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.7/"
cristy3ed852e2009-09-05 21:47:34 +00001083#endif
1084
1085/* Subdirectory of lib where ImageMagick architecture dependent files are
1086 installed */
cristy964cb7f2010-04-25 23:18:00 +00001087#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristyf9349672011-01-01 21:55:15 +00001088#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.7"
cristy3ed852e2009-09-05 21:47:34 +00001089#endif
1090
1091/* Define if you have LQR library */
cristy85278ed2010-05-31 15:10:05 +00001092/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001093
1094/* Define if using libltdl to support dynamically loadable modules */
cristy964cb7f2010-04-25 23:18:00 +00001095#ifndef MAGICKCORE_LTDL_DELEGATE
1096#define MAGICKCORE_LTDL_DELEGATE 1
cristy40e685d2010-04-23 14:44:08 +00001097#endif
cristy3ed852e2009-09-05 21:47:34 +00001098
1099/* Define if the OS needs help to load dependent libraries for dlopen(). */
1100/* #undef LTDL_DLOPEN_DEPLIBS */
1101
1102/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001103#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy0f148ed2010-12-22 16:19:11 +00001104#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/"
cristy3ed852e2009-09-05 21:47:34 +00001105#endif
1106
1107/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001108#ifndef MAGICKCORE_LT_LIBEXT
1109#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001110#endif
1111
1112/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001113#ifndef MAGICKCORE_LT_MODULE_EXT
1114#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001115#endif
1116
1117/* Define to the name of the environment variable that determines the run-time
1118 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001119#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1120#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001121#endif
1122
1123/* Define to the sub-directory in which libtool stores uninstalled libraries.
1124 */
cristy964cb7f2010-04-25 23:18:00 +00001125#ifndef MAGICKCORE_LT_OBJDIR
1126#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001127#endif
1128
cristyfbb0ef02010-12-19 02:32:11 +00001129/* Define if you have lzma compression library */
cristya7a341e2010-12-22 20:28:51 +00001130#ifndef MAGICKCORE_LZMA_DELEGATE
1131#define MAGICKCORE_LZMA_DELEGATE 1
1132#endif
cristyfbb0ef02010-12-19 02:32:11 +00001133
cristy3ed852e2009-09-05 21:47:34 +00001134/* Define to prepend to default font search path. */
1135/* #undef MAGICK_FONT_PATH */
1136
1137/* Magick API method prefix */
1138/* #undef NAMESPACE_PREFIX */
1139
cristya0b81c32010-01-22 02:54:33 +00001140/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001141/* #undef NDEBUG */
1142
1143/* Define if dlsym() requires a leading underscore in symbol names. */
1144/* #undef NEED_USCORE */
1145
1146/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1147/* #undef NO_MINUS_C_MINUS_O */
1148
1149/* Define if you have OPENEXR library */
cristy93ba1712010-11-15 12:35:31 +00001150/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001151
1152/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001153#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1154#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001155#endif
1156
1157/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001158#ifndef MAGICKCORE_PACKAGE_NAME
1159#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001160#endif
1161
1162/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001163#ifndef MAGICKCORE_PACKAGE_STRING
cristy8adecc32010-11-21 22:08:49 +00001164#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.6"
cristy3ed852e2009-09-05 21:47:34 +00001165#endif
1166
1167/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001168#ifndef MAGICKCORE_PACKAGE_TARNAME
1169#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001170#endif
1171
cristy8b350f62009-11-15 23:12:43 +00001172/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001173#ifndef MAGICKCORE_PACKAGE_URL
1174#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001175#endif
1176
cristy3ed852e2009-09-05 21:47:34 +00001177/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001178#ifndef MAGICKCORE_PACKAGE_VERSION
cristy8adecc32010-11-21 22:08:49 +00001179#define MAGICKCORE_PACKAGE_VERSION "6.6.6"
cristy3ed852e2009-09-05 21:47:34 +00001180#endif
1181
1182/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001183#ifndef MAGICKCORE_PNG_DELEGATE
1184#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001185#endif
1186
1187/* Define to necessary symbol if this constant uses a non-standard name on
1188 your system. */
1189/* #undef PTHREAD_CREATE_JOINABLE */
1190
1191/* Pixel cache threshold in MB (defaults to available memory) */
1192/* #undef PixelCacheThreshold */
1193
1194/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001195#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001196#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001197#endif
1198
1199/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001200#ifndef MAGICKCORE_RETSIGTYPE
1201#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001202#endif
1203
1204/* Define if you have RSVG library */
cristy93ba1712010-11-15 12:35:31 +00001205/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001206
1207/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001208#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1209#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001210#endif
1211
1212/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001213#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1214#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001215#endif
1216
1217/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001218#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1219#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001220#endif
1221
1222/* Directory where architecture-independent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +00001223#ifndef MAGICKCORE_SHARE_CONFIGURE_PATH
cristyf9349672011-01-01 21:55:15 +00001224#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.7/config/"
cristy3ed852e2009-09-05 21:47:34 +00001225#endif
1226
1227/* Subdirectory of lib where architecture-independent configuration files
1228 live. */
cristy964cb7f2010-04-25 23:18:00 +00001229#ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH
cristyf9349672011-01-01 21:55:15 +00001230#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.7/config"
cristy3ed852e2009-09-05 21:47:34 +00001231#endif
1232
1233/* Directory where architecture-independent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001234#ifndef MAGICKCORE_SHARE_PATH
cristyf9349672011-01-01 21:55:15 +00001235#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.7/"
cristy3ed852e2009-09-05 21:47:34 +00001236#endif
1237
1238/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001239#ifndef MAGICKCORE_SIZEOF_OFF_T
1240#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001241#endif
1242
1243/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001244#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1245#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001246#endif
1247
1248/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001249#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1250#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001251#endif
1252
1253/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001254#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1255#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001256#endif
1257
1258/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001259#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1260#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001261#endif
1262
1263/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001264#ifndef MAGICKCORE_SIZEOF_SIZE_T
1265#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001266#endif
1267
cristy330e9352010-06-01 18:42:49 +00001268/* The size of `ssize_t', as computed by sizeof. */
1269#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1270#define MAGICKCORE_SIZEOF_SSIZE_T 8
1271#endif
1272
cristy3ed852e2009-09-05 21:47:34 +00001273/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001274#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1275#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001276#endif
1277
1278/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001279#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1280#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001281#endif
1282
1283/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001284#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1285#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001286#endif
1287
1288/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001289#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1290#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001291#endif
1292
1293/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001294#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1295#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001296#endif
1297
1298/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1299/* #undef STAT_MACROS_BROKEN */
1300
1301/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001302#ifndef MAGICKCORE_STDC_HEADERS
1303#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001304#endif
1305
cristy55bf91c2010-09-24 00:29:41 +00001306/* Define if you have POSIX threads libraries and header files. */
1307#ifndef MAGICKCORE_THREAD_SUPPORT
1308#define MAGICKCORE_THREAD_SUPPORT 1
1309#endif
1310
cristy3ed852e2009-09-05 21:47:34 +00001311/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001312#ifndef MAGICKCORE_TIFF_DELEGATE
1313#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001314#endif
1315
1316/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001317#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1318#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001319#endif
1320
1321/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1322/* #undef TM_IN_SYS_TIME */
1323
1324/* Enable extensions on AIX 3, Interix. */
1325#ifndef _ALL_SOURCE
1326# define _ALL_SOURCE 1
1327#endif
1328/* Enable GNU extensions on systems that have them. */
1329#ifndef _GNU_SOURCE
1330# define _GNU_SOURCE 1
1331#endif
1332/* Enable threading extensions on Solaris. */
1333#ifndef _POSIX_PTHREAD_SEMANTICS
1334# define _POSIX_PTHREAD_SEMANTICS 1
1335#endif
1336/* Enable extensions on HP NonStop. */
1337#ifndef _TANDEM_SOURCE
1338# define _TANDEM_SOURCE 1
1339#endif
1340/* Enable general extensions on Solaris. */
1341#ifndef __EXTENSIONS__
1342# define __EXTENSIONS__ 1
1343#endif
1344
1345
1346/* Define to use the Windows GDI32 library */
1347/* #undef WINGDI32_DELEGATE */
1348
1349/* Define if using the dmalloc debugging malloc package */
1350/* #undef WITH_DMALLOC */
1351
cristy735e8942010-04-02 20:32:57 +00001352/* Define if you have WMF library */
cristy93ba1712010-11-15 12:35:31 +00001353/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001354
cristy3ed852e2009-09-05 21:47:34 +00001355/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1356 significant byte first (like Motorola and SPARC, unlike Intel). */
1357#if defined AC_APPLE_UNIVERSAL_BUILD
1358# if defined __BIG_ENDIAN__
1359# define WORDS_BIGENDIAN 1
1360# endif
1361#else
1362# ifndef WORDS_BIGENDIAN
1363/* # undef WORDS_BIGENDIAN */
1364# endif
1365#endif
1366
1367/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001368#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1369#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001370#endif
1371
1372/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001373#ifndef MAGICKCORE_X11_DELEGATE
1374#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001375#endif
1376
1377/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001378#ifndef MAGICKCORE_XML_DELEGATE
1379#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001380#endif
1381
1382/* Define to 1 if the X Window System is missing or not being used. */
1383/* #undef X_DISPLAY_MISSING */
1384
1385/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001386#ifndef MAGICKCORE_ZLIB_DELEGATE
1387#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001388#endif
1389
1390/* Number of bits in a file offset, on hosts where this is settable. */
cristy964cb7f2010-04-25 23:18:00 +00001391#ifndef MAGICKCORE__FILE_OFFSET_BITS
1392#define MAGICKCORE__FILE_OFFSET_BITS 64
cristy40e685d2010-04-23 14:44:08 +00001393#endif
cristy3ed852e2009-09-05 21:47:34 +00001394
1395/* enable run-time bounds-checking */
1396/* #undef _FORTIFY_SOURCE */
1397
1398/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1399/* #undef _LARGEFILE_SOURCE */
1400
1401/* Define for large files, on AIX-style hosts. */
1402/* #undef _LARGE_FILES */
1403
1404/* Define to 1 if on MINIX. */
1405/* #undef _MINIX */
1406
cristy99cc3002010-01-21 14:50:11 +00001407/* Define this for the OpenCL Accelerator */
cristy85278ed2010-05-31 15:10:05 +00001408/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001409
cristy3ed852e2009-09-05 21:47:34 +00001410/* Define to 2 if the system does not provide POSIX.1 features except with
1411 this defined. */
1412/* #undef _POSIX_1_SOURCE */
1413
1414/* Define to 1 if you need to in order for `stat' and other things to work. */
1415/* #undef _POSIX_SOURCE */
1416
1417/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1418#ifndef __CHAR_UNSIGNED__
1419/* # undef __CHAR_UNSIGNED__ */
1420#endif
1421
1422/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1423/* #undef __error_t_defined */
1424
1425/* Define to appropriate substitue if compiler does not have __func__ */
1426/* #undef __func__ */
1427
cristy3ed852e2009-09-05 21:47:34 +00001428/* Define to a type to use for `error_t' if it is not otherwise available. */
1429/* #undef error_t */
1430
1431/* Define to `__inline__' or `__inline' if that's what the C compiler
1432 calls it, or to nothing if 'inline' is not supported under any name. */
1433#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001434/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001435#endif
1436
1437/* Define to `int' if <sys/types.h> does not define. */
1438/* #undef mode_t */
1439
1440/* Define to `long int' if <sys/types.h> does not define. */
1441/* #undef off_t */
1442
1443/* Define to `int' if <sys/types.h> does not define. */
1444/* #undef pid_t */
1445
1446/* Define to the equivalent of the C99 'restrict' keyword, or to
1447 nothing if this is not supported. Do not define if restrict is
1448 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001449#ifndef _magickcore_restrict
1450#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001451#endif
cristy8b350f62009-11-15 23:12:43 +00001452/* Work around a bug in Sun C++: it does not support _Restrict or
1453 __restrict__, even though the corresponding Sun C compiler ends up with
1454 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1455 previous line. Perhaps some future version of Sun C++ will work with
1456 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001457#if defined __SUNPRO_CC && !defined __RESTRICT
1458# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001459# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001460#endif
1461
1462/* Define to `unsigned int' if <sys/types.h> does not define. */
1463/* #undef size_t */
1464
1465/* Define to `int' if <sys/types.h> does not define. */
1466/* #undef ssize_t */
1467
1468/* Define as `fork' if `vfork' does not work. */
1469/* #undef vfork */
1470
1471/* Define to empty if the keyword `volatile' does not work. Warning: valid
1472 code using `volatile' can become incorrect without. Disable with care. */
1473/* #undef volatile */
1474
1475/* once: _MAGICK_MAGICK_CONFIG_H */
1476#endif