blob: db6c5c3d5370636848dbc7bbeaee22f346b104bc [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
cristy45dbd322011-03-27 16:40:38 +000037#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.6.9/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
cristy45dbd322011-03-27 16:40:38 +000042#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.6.9/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
cristyba0f1972011-03-28 12:42:52 +000047#define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
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
cristyba0f1972011-03-28 12:42:52 +000053#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +000054#endif
55
56/* Define if you have DJVU library */
cristyae56d442011-05-10 21:10:20 +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
cristy45dbd322011-03-27 16:40:38 +000061#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.9//"
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 */
cristyae56d442011-05-10 21:10:20 +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
cristy45dbd322011-03-27 16:40:38 +000083#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.9/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
cristy45dbd322011-03-27 16:40:38 +000088#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.9/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
cristy47b022b2011-01-18 22:29:21 +0000170/* Define to 1 if you have the `cabs' function. */
171#ifndef MAGICKCORE_HAVE_CABS
172#define MAGICKCORE_HAVE_CABS 1
173#endif
174
175/* Define to 1 if you have the `carg' function. */
176#ifndef MAGICKCORE_HAVE_CARG
177#define MAGICKCORE_HAVE_CARG 1
178#endif
179
cristy56ed31c2010-03-22 00:46:21 +0000180/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000181#ifndef MAGICKCORE_HAVE_CIMAG
182#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000183#endif
184
cristy3ed852e2009-09-05 21:47:34 +0000185/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000186#ifndef MAGICKCORE_HAVE_CLOCK
187#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000188#endif
189
cristye43a45e2009-09-28 14:49:00 +0000190/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000191#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
192#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000193#endif
194
cristye43a45e2009-09-28 14:49:00 +0000195/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000196#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
197#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000198#endif
199
cristy3ed852e2009-09-05 21:47:34 +0000200/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000201#ifndef MAGICKCORE_HAVE_CLOSEDIR
202#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000203#endif
204
cristyfe2e68f2010-01-09 19:16:03 +0000205/* Define to 1 if you have the <CL/cl.h> header file. */
cristy85278ed2010-05-31 15:10:05 +0000206/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000207
cristy3ed852e2009-09-05 21:47:34 +0000208/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000209#ifndef MAGICKCORE_HAVE_COMPLEX_H
210#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000211#endif
212
cristy47b022b2011-01-18 22:29:21 +0000213/* Define to 1 if you have the `creal' function. */
214#ifndef MAGICKCORE_HAVE_CREAL
215#define MAGICKCORE_HAVE_CREAL 1
216#endif
217
cristyc5baf4f2010-08-31 15:05:33 +0000218/* Define to 1 if you have the `ctime_r' function. */
219#ifndef MAGICKCORE_HAVE_CTIME_R
220#define MAGICKCORE_HAVE_CTIME_R 1
221#endif
222
cristy3ed852e2009-09-05 21:47:34 +0000223/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
224 you don't. */
225/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
226
227/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
228 */
cristy964cb7f2010-04-25 23:18:00 +0000229#ifndef MAGICKCORE_HAVE_DECL_PREAD
230#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000231#endif
232
233/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
234 */
cristy964cb7f2010-04-25 23:18:00 +0000235#ifndef MAGICKCORE_HAVE_DECL_PWRITE
236#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000237#endif
238
239/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
240 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000241#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
242#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000243#endif
244
cristy92703d82010-04-26 00:18:18 +0000245/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
246 */
247/* #undef HAVE_DECL_TZNAME */
248
cristy3ed852e2009-09-05 21:47:34 +0000249/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
250 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000251#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
252#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000253#endif
254
255/* Define to 1 if you have the `directio' function. */
256/* #undef HAVE_DIRECTIO */
257
258/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
259 */
cristy964cb7f2010-04-25 23:18:00 +0000260#ifndef MAGICKCORE_HAVE_DIRENT_H
261#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000262#endif
263
264/* Define if you have the GNU dld library. */
265/* #undef HAVE_DLD */
266
267/* Define to 1 if you have the <dld.h> header file. */
268/* #undef HAVE_DLD_H */
269
270/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000271#ifndef MAGICKCORE_HAVE_DLERROR
272#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000273#endif
274
275/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000276#ifndef MAGICKCORE_HAVE_DLFCN_H
277#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000278#endif
279
280/* Define to 1 if you have the <dl.h> header file. */
281/* #undef HAVE_DL_H */
282
283/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
284/* #undef HAVE_DOPRNT */
285
286/* Define if you have the _dyld_func_lookup function. */
287/* #undef HAVE_DYLD */
288
289/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000290#ifndef MAGICKCORE_HAVE_ERRNO_H
291#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000292#endif
293
294/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000295#ifndef MAGICKCORE_HAVE_ERROR_T
296#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000297#endif
298
299/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000300#ifndef MAGICKCORE_HAVE_EXECVP
301#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000302#endif
303
cristyf1440cb2010-02-23 02:24:21 +0000304/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000305#ifndef MAGICKCORE_HAVE_FCHMOD
306#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000307#endif
308
cristy3ed852e2009-09-05 21:47:34 +0000309/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000310#ifndef MAGICKCORE_HAVE_FCNTL_H
311#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000312#endif
313
314/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000315#ifndef MAGICKCORE_HAVE_FLOOR
316#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000317#endif
cristy3ed852e2009-09-05 21:47:34 +0000318
319/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000320#ifndef MAGICKCORE_HAVE_FORK
321#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000322#endif
323
cristyb51dff52011-05-19 16:55:47 +0000324/* Define to 1 if you have the `fprintf_l' function. */
325/* #undef HAVE_FPRINTF_L */
326
cristy3ed852e2009-09-05 21:47:34 +0000327/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000328#ifndef MAGICKCORE_HAVE_FSEEKO
329#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000330#endif
331
332/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000333#ifndef MAGICKCORE_HAVE_FT2BUILD_H
334#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000335#endif
336
337/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000338#ifndef MAGICKCORE_HAVE_FTIME
339#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000340#endif
341
342/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000343#ifndef MAGICKCORE_HAVE_FTRUNCATE
344#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000345#endif
346
347/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000348#ifndef MAGICKCORE_HAVE_GETCWD
349#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000350#endif
351
cristyc5baf4f2010-08-31 15:05:33 +0000352/* Define to 1 if you have the `getc_unlocked' function. */
353#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
354#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
355#endif
356
cristy3ed852e2009-09-05 21:47:34 +0000357/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000358#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
359#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000360#endif
361
362/* Define to 1 if you have the `getexecname' function. */
363/* #undef HAVE_GETEXECNAME */
364
365/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000366#ifndef MAGICKCORE_HAVE_GETPAGESIZE
367#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000368#endif
369
370/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000371#ifndef MAGICKCORE_HAVE_GETPID
372#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000373#endif
374
cristyd3ef0102009-09-12 18:11:06 +0000375/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000376#ifndef MAGICKCORE_HAVE_GETRLIMIT
377#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000378#endif
379
cristy3ed852e2009-09-05 21:47:34 +0000380/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000381#ifndef MAGICKCORE_HAVE_GETRUSAGE
382#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000383#endif
384
385/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000386#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
387#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000388#endif
389
390/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000391#ifndef MAGICKCORE_HAVE_GMTIME_R
392#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000393#endif
394
395/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000396#ifndef MAGICKCORE_HAVE_INTTYPES_H
397#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000398#endif
399
cristy161b9262010-03-20 19:34:32 +0000400/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000401#ifndef MAGICKCORE_HAVE_J0
402#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000403#endif
404
405/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000406#ifndef MAGICKCORE_HAVE_J1
407#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000408#endif
409
cristyd09bcf92010-03-25 03:04:45 +0000410/* Define if you have the <lcms2.h> header file. */
cristyae56d442011-05-10 21:10:20 +0000411#ifndef MAGICKCORE_HAVE_LCMS2_H
412#define MAGICKCORE_HAVE_LCMS2_H 1
413#endif
cristyd09bcf92010-03-25 03:04:45 +0000414
cristy71203402010-06-18 13:12:03 +0000415/* Define if you have the <lcms2/lcms2.h> header file. */
416/* #undef HAVE_LCMS2_LCMS2_H */
417
cristy3ed852e2009-09-05 21:47:34 +0000418/* Define if you have the <lcms.h> header file. */
cristyae56d442011-05-10 21:10:20 +0000419/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000420
421/* Define if you have the <lcms/lcms.h> header file. */
422/* #undef HAVE_LCMS_LCMS_H */
423
424/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000425#ifndef MAGICKCORE_HAVE_LIBDL
426#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000427#endif
428
429/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000430#ifndef MAGICKCORE_HAVE_LIBDLLOADER
431#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000432#endif
433
434/* Define to 1 if you have the `gcov' library (-lgcov). */
435/* #undef HAVE_LIBGCOV */
436
437/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000438#ifndef MAGICKCORE_HAVE_LIMITS_H
439#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000440#endif
441
442/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000443#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
444#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000445#endif
446
cristyc5baf4f2010-08-31 15:05:33 +0000447/* Define to 1 if you have the `lltostr' function. */
448/* #undef HAVE_LLTOSTR */
449
cristy3ed852e2009-09-05 21:47:34 +0000450/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000451#ifndef MAGICKCORE_HAVE_LOCALE_H
452#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000453#endif
454
455/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000456#ifndef MAGICKCORE_HAVE_LOCALTIME_R
457#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000458#endif
459
460/* Define to 1 if the type `long double' works and has more range or precision
461 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000462#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
463#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000464#endif
465
466/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000467#ifndef MAGICKCORE_HAVE_LSTAT
468#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000469#endif
470
cristy3ed852e2009-09-05 21:47:34 +0000471/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000472#ifndef MAGICKCORE_HAVE_LTDL
473#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000474#endif
475
476/* Define to 1 if you have the <machine/param.h> header file. */
477/* #undef HAVE_MACHINE_PARAM_H */
478
479/* Define to 1 if you have the <mach-o/dyld.h> header file. */
480/* #undef HAVE_MACH_O_DYLD_H */
481
482/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000483#ifndef MAGICKCORE_HAVE_MEMMOVE
484#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000485#endif
486
487/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000488#ifndef MAGICKCORE_HAVE_MEMORY_H
489#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000490#endif
491
492/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000493#ifndef MAGICKCORE_HAVE_MEMSET
494#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000495#endif
496
497/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000498#ifndef MAGICKCORE_HAVE_MKSTEMP
499#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000500#endif
501
502/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000503#ifndef MAGICKCORE_HAVE_MMAP
504#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000505#endif
506
507/* Define to 1 if you have a working `mmap' system call. */
cristy2d1e59e2011-05-01 02:36:10 +0000508#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
509#define MAGICKCORE_HAVE_MMAP_FILEIO 1
510#endif
cristy3ed852e2009-09-05 21:47:34 +0000511
512/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000513#ifndef MAGICKCORE_HAVE_MUNMAP
514#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000515#endif
516
517/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000518#ifndef MAGICKCORE_HAVE_NAMESPACES
519#define MAGICKCORE_HAVE_NAMESPACES /**/
520#endif
cristy964cb7f2010-04-25 23:18:00 +0000521
522/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000523#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
524#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
525#endif
cristy3ed852e2009-09-05 21:47:34 +0000526
cristya21afde2010-07-02 00:45:40 +0000527/* Define to 1 if you have the `nanosleep' function. */
528#ifndef MAGICKCORE_HAVE_NANOSLEEP
529#define MAGICKCORE_HAVE_NANOSLEEP 1
530#endif
531
cristy3ed852e2009-09-05 21:47:34 +0000532/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
533/* #undef HAVE_NDIR_H */
534
cristya8549b12011-05-18 19:05:08 +0000535/* Define to 1 if you have the `newlocale' function. */
536#ifndef MAGICKCORE_HAVE_NEWLOCALE
537#define MAGICKCORE_HAVE_NEWLOCALE 1
538#endif
539
cristyfe2e68f2010-01-09 19:16:03 +0000540/* Define to 1 if you have the <OpenCL/cl.h> header file. */
541/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000542
cristy3ed852e2009-09-05 21:47:34 +0000543/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000544#ifndef MAGICKCORE_HAVE_OPENDIR
545#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000546#endif
547
548/* Define to 1 if you have the <OS.h> header file. */
549/* #undef HAVE_OS_H */
550
551/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000552#ifndef MAGICKCORE_HAVE_PCLOSE
553#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000554#endif
555
556/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000557#ifndef MAGICKCORE_HAVE_POLL
558#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000559#endif
560
561/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000562#ifndef MAGICKCORE_HAVE_POPEN
563#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000564#endif
565
566/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000567#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
568#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000569#endif
570
571/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000572#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
573#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000574#endif
575
576/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000577#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
578#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000579#endif
580
581/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000582#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
583#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000584#endif
585
cristy5c40fb42010-08-05 16:12:44 +0000586/* Define to 1 if you have the `posix_spawnp' function. */
587#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
588#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
589#endif
590
cristy3ed852e2009-09-05 21:47:34 +0000591/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000592#ifndef MAGICKCORE_HAVE_POW
593#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000594#endif
cristy3ed852e2009-09-05 21:47:34 +0000595
596/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000597#ifndef MAGICKCORE_HAVE_PREAD
598#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000599#endif
600
601/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000602#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
603#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000604#endif
605
cristy98e91bd2010-01-12 01:11:42 +0000606/* Define to 1 if you have the <process.h> header file. */
607/* #undef HAVE_PROCESS_H */
608
cristy3ed852e2009-09-05 21:47:34 +0000609/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000610#ifndef MAGICKCORE_HAVE_PTHREAD
611#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000612#endif
613
614/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000615#ifndef MAGICKCORE_HAVE_PWRITE
616#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000617#endif
618
cristyc5baf4f2010-08-31 15:05:33 +0000619/* Define to 1 if you have the `qsort_r' function. */
620#ifndef MAGICKCORE_HAVE_QSORT_R
621#define MAGICKCORE_HAVE_QSORT_R 1
622#endif
623
cristy3ed852e2009-09-05 21:47:34 +0000624/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000625#ifndef MAGICKCORE_HAVE_RAISE
626#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000627#endif
628
629/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000630#ifndef MAGICKCORE_HAVE_RAND_R
631#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000632#endif
633
634/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000635#ifndef MAGICKCORE_HAVE_READDIR
636#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000637#endif
638
639/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000640#ifndef MAGICKCORE_HAVE_READDIR_R
641#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000642#endif
643
644/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000645#ifndef MAGICKCORE_HAVE_READLINK
646#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000647#endif
648
649/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000650#ifndef MAGICKCORE_HAVE_REALPATH
651#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000652#endif
653
654/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000655#ifndef MAGICKCORE_HAVE_SEEKDIR
656#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000657#endif
658
659/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000660#ifndef MAGICKCORE_HAVE_SELECT
661#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000662#endif
663
664/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000665#ifndef MAGICKCORE_HAVE_SETLOCALE
666#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000667#endif
668
669/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000670#ifndef MAGICKCORE_HAVE_SETVBUF
671#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000672#endif
673
674/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000675#ifndef MAGICKCORE_HAVE_SHAPE
676#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000677#endif
678
679/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000680#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
681#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000682#endif
683
684/* Define if you have the shl_load function. */
685/* #undef HAVE_SHL_LOAD */
686
687/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000688#ifndef MAGICKCORE_HAVE_SIGACTION
689#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000690#endif
691
692/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000693#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
694#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000695#endif
696
cristy393bbe52010-01-11 16:32:56 +0000697/* Define to 1 if you have the `spawnvp' function. */
698/* #undef HAVE_SPAWNVP */
699
cristy3ed852e2009-09-05 21:47:34 +0000700/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000701#ifndef MAGICKCORE_HAVE_SQRT
702#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000703#endif
cristy3ed852e2009-09-05 21:47:34 +0000704
705/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000706#ifndef MAGICKCORE_HAVE_STAT
707#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000708#endif
709
710/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000711#ifndef MAGICKCORE_HAVE_STDARG_H
712#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000713#endif
714
715/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000716#ifndef MAGICKCORE_HAVE_STDBOOL_H
717#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000718#endif
719
cristy3ed852e2009-09-05 21:47:34 +0000720/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000721#ifndef MAGICKCORE_HAVE_STDINT_H
722#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000723#endif
724
725/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000726#ifndef MAGICKCORE_HAVE_STDLIB_H
727#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000728#endif
729
730/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000731#ifndef MAGICKCORE_HAVE_STD_LIBS
732#define MAGICKCORE_HAVE_STD_LIBS /**/
733#endif
cristy3ed852e2009-09-05 21:47:34 +0000734
735/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000736#ifndef MAGICKCORE_HAVE_STRCASECMP
737#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000738#endif
739
740/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000741#ifndef MAGICKCORE_HAVE_STRCHR
742#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000743#endif
744
745/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000746#ifndef MAGICKCORE_HAVE_STRCSPN
747#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000748#endif
749
750/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000751#ifndef MAGICKCORE_HAVE_STRDUP
752#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000753#endif
754
755/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000756#ifndef MAGICKCORE_HAVE_STRERROR
757#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000758#endif
759
760/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000761#ifndef MAGICKCORE_HAVE_STRERROR_R
762#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000763#endif
764
765/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000766#ifndef MAGICKCORE_HAVE_STRINGIZE
767#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000768#endif
769
770/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000771#ifndef MAGICKCORE_HAVE_STRINGS_H
772#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000773#endif
774
775/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000776#ifndef MAGICKCORE_HAVE_STRING_H
777#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000778#endif
779
780/* Define to 1 if you have the `strlcat' function. */
781/* #undef HAVE_STRLCAT */
782
783/* Define to 1 if you have the `strlcpy' function. */
784/* #undef HAVE_STRLCPY */
785
786/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000787#ifndef MAGICKCORE_HAVE_STRNCASECMP
788#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000789#endif
790
791/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000792#ifndef MAGICKCORE_HAVE_STRPBRK
793#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000794#endif
795
796/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000797#ifndef MAGICKCORE_HAVE_STRRCHR
798#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000799#endif
800
801/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000802#ifndef MAGICKCORE_HAVE_STRSPN
803#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000804#endif
805
806/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000807#ifndef MAGICKCORE_HAVE_STRSTR
808#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000809#endif
810
cristy6c1eef12011-05-17 02:13:08 +0000811/* Define to 1 if you have the `strtod' function. */
812#ifndef MAGICKCORE_HAVE_STRTOD
813#define MAGICKCORE_HAVE_STRTOD 1
814#endif
815
816/* Define to 1 if you have the `strtod_l' function. */
817#ifndef MAGICKCORE_HAVE_STRTOD_L
818#define MAGICKCORE_HAVE_STRTOD_L 1
819#endif
820
cristy3ed852e2009-09-05 21:47:34 +0000821/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000822#ifndef MAGICKCORE_HAVE_STRTOL
823#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000824#endif
825
cristy5131f3e2009-12-18 03:09:10 +0000826/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000827#ifndef MAGICKCORE_HAVE_STRTOUL
828#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000829#endif
830
cristy92703d82010-04-26 00:18:18 +0000831/* Define to 1 if `tm_zone' is a member of `struct tm'. */
832#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
833#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
834#endif
835
cristy3ed852e2009-09-05 21:47:34 +0000836/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000837#ifndef MAGICKCORE_HAVE_SYMLINK
838#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000839#endif
840
841/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000842#ifndef MAGICKCORE_HAVE_SYSCONF
843#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000844#endif
845
846/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
847 */
848/* #undef HAVE_SYS_DIR_H */
849
850/* Define to 1 if you have the <sys/dl.h> header file. */
851/* #undef HAVE_SYS_DL_H */
852
853/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000854#ifndef MAGICKCORE_HAVE_SYS_IPC_H
855#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000856#endif
857
858/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
859 */
860/* #undef HAVE_SYS_NDIR_H */
861
cristycd4c5312009-11-22 01:19:08 +0000862/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000863#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
864#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000865#endif
866
cristy3ed852e2009-09-05 21:47:34 +0000867/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000868#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
869#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000870#endif
871
872/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000873#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
874#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000875#endif
876
877/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000878#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
879#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000880#endif
881
882/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000883#ifndef MAGICKCORE_HAVE_SYS_STAT_H
884#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000885#endif
886
887/* Define to 1 if you have the <sys/syslimits.h> header file. */
888/* #undef HAVE_SYS_SYSLIMITS_H */
889
890/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000891#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
892#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000893#endif
894
895/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000896#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
897#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000898#endif
899
900/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000901#ifndef MAGICKCORE_HAVE_SYS_TIME_H
902#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000903#endif
904
905/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000906#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
907#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000908#endif
909
910/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000911#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
912#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000913#endif
914
915/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000916#ifndef MAGICKCORE_HAVE_TELLDIR
917#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000918#endif
919
920/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000921#ifndef MAGICKCORE_HAVE_TEMPNAM
922#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000923#endif
924
925/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000926#ifndef MAGICKCORE_HAVE_TIFFCONF_H
927#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000928#endif
929
930/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000931#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
932#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000933#endif
934
935/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000936#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
937#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000938#endif
939
940/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000941#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
942#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000943#endif
944
945/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000946#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
947#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000948#endif
949
950/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000951#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
952#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000953#endif
954
955/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000956#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
957#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000958#endif
959
960/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +0000961#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
962#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +0000963#endif
964
965/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000966#ifndef MAGICKCORE_HAVE_TIMES
967#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000968#endif
969
cristy92703d82010-04-26 00:18:18 +0000970/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
971 `HAVE_STRUCT_TM_TM_ZONE' instead. */
972#ifndef MAGICKCORE_HAVE_TM_ZONE
973#define MAGICKCORE_HAVE_TM_ZONE 1
974#endif
975
976/* Define to 1 if you don't have `tm_zone' but do have the external array
977 `tzname'. */
978/* #undef HAVE_TZNAME */
979
cristyc5baf4f2010-08-31 15:05:33 +0000980/* Define to 1 if you have the `ulltostr' function. */
981/* #undef HAVE_ULLTOSTR */
982
cristy3ed852e2009-09-05 21:47:34 +0000983/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000984#ifndef MAGICKCORE_HAVE_UNISTD_H
985#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000986#endif
987
cristya20c9042011-05-19 13:22:18 +0000988/* Define to 1 if you have the `uselocale' function. */
989#ifndef MAGICKCORE_HAVE_USELOCALE
990#define MAGICKCORE_HAVE_USELOCALE 1
991#endif
992
cristy3ed852e2009-09-05 21:47:34 +0000993/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000994#ifndef MAGICKCORE_HAVE_USLEEP
995#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +0000996#endif
997
cristyf1440cb2010-02-23 02:24:21 +0000998/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000999#ifndef MAGICKCORE_HAVE_UTIME
1000#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001001#endif
1002
cristy3ed852e2009-09-05 21:47:34 +00001003/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001004#ifndef MAGICKCORE_HAVE_VFORK
1005#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001006#endif
1007
1008/* Define to 1 if you have the <vfork.h> header file. */
1009/* #undef HAVE_VFORK_H */
1010
1011/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001012#ifndef MAGICKCORE_HAVE_VPRINTF
1013#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001014#endif
1015
1016/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001017#ifndef MAGICKCORE_HAVE_VSNPRINTF
1018#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001019#endif
1020
cristyb51dff52011-05-19 16:55:47 +00001021/* Define to 1 if you have the `vsnprintf_l' function. */
1022/* #undef HAVE_VSNPRINTF_L */
1023
cristy3ed852e2009-09-05 21:47:34 +00001024/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001025#ifndef MAGICKCORE_HAVE_VSPRINTF
1026#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001027#endif
1028
1029/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001030#ifndef MAGICKCORE_HAVE_WAITPID
1031#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001032#endif
1033
1034/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001035#ifndef MAGICKCORE_HAVE_WCHAR_H
1036#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001037#endif
1038
cristy736173a2009-09-20 21:18:22 +00001039/* Define to 1 if you have the <windows.h> header file. */
1040/* #undef HAVE_WINDOWS_H */
1041
cristy739df912009-10-24 16:10:18 +00001042/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001043#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1044#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001045#endif
1046
1047/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001048#ifndef MAGICKCORE_HAVE_WORKING_FORK
1049#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001050#endif
1051
1052/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001053#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1054#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001055#endif
1056
cristya8549b12011-05-18 19:05:08 +00001057/* Define to 1 if you have the <xlocale.h> header file. */
1058#ifndef MAGICKCORE_HAVE_XLOCALE_H
1059#define MAGICKCORE_HAVE_XLOCALE_H 1
1060#endif
1061
cristy3ed852e2009-09-05 21:47:34 +00001062/* Define to 1 if the system has the type `_Bool'. */
cristy2d1e59e2011-05-01 02:36:10 +00001063#ifndef MAGICKCORE_HAVE__BOOL
1064#define MAGICKCORE_HAVE__BOOL 1
1065#endif
cristy3ed852e2009-09-05 21:47:34 +00001066
1067/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001068#ifndef MAGICKCORE_HAVE__EXIT
1069#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001070#endif
1071
1072/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1073/* #undef HAVE__NSGETEXECUTABLEPATH */
1074
1075/* Define to 1 if you have the `_pclose' function. */
1076/* #undef HAVE__PCLOSE */
1077
1078/* Define to 1 if you have the `_popen' function. */
1079/* #undef HAVE__POPEN */
1080
1081/* Define to 1 if you have the `_wfopen' function. */
1082/* #undef HAVE__WFOPEN */
1083
1084/* Define to 1 if you have the `_wstat' function. */
1085/* #undef HAVE__WSTAT */
1086
cristy92703d82010-04-26 00:18:18 +00001087/* define if your compiler has __attribute__ */
1088#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1089#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1090#endif
1091
cristy3ed852e2009-09-05 21:47:34 +00001092/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001093/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001094
1095/* Define if you have umem memory allocation library */
1096/* #undef HasUMEM */
1097
1098/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001099#ifndef MAGICKCORE_INSTALLED_SUPPORT
1100#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001101#endif
1102
1103/* Define if you have JBIG library */
cristy85278ed2010-05-31 15:10:05 +00001104/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001105
1106/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001107#ifndef MAGICKCORE_JP2_DELEGATE
1108#define MAGICKCORE_JP2_DELEGATE 1
1109#endif
cristy3ed852e2009-09-05 21:47:34 +00001110
1111/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001112#ifndef MAGICKCORE_JPEG_DELEGATE
1113#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001114#endif
1115
cristy71203402010-06-18 13:12:03 +00001116/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001117#ifndef MAGICKCORE_LCMS_DELEGATE
1118#define MAGICKCORE_LCMS_DELEGATE 1
1119#endif
cristy3ed852e2009-09-05 21:47:34 +00001120
1121/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001122#ifndef MAGICKCORE_LIBRARY_PATH
cristy45dbd322011-03-27 16:40:38 +00001123#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.9/"
cristy3ed852e2009-09-05 21:47:34 +00001124#endif
1125
1126/* Subdirectory of lib where ImageMagick architecture dependent files are
1127 installed */
cristy964cb7f2010-04-25 23:18:00 +00001128#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy45dbd322011-03-27 16:40:38 +00001129#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.9"
cristy3ed852e2009-09-05 21:47:34 +00001130#endif
1131
1132/* Define if you have LQR library */
cristy85278ed2010-05-31 15:10:05 +00001133/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001134
1135/* Define if using libltdl to support dynamically loadable modules */
cristy2d1e59e2011-05-01 02:36:10 +00001136#ifndef MAGICKCORE_LTDL_DELEGATE
1137#define MAGICKCORE_LTDL_DELEGATE 1
1138#endif
cristy3ed852e2009-09-05 21:47:34 +00001139
1140/* Define if the OS needs help to load dependent libraries for dlopen(). */
1141/* #undef LTDL_DLOPEN_DEPLIBS */
1142
1143/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001144#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristyae56d442011-05-10 21:10:20 +00001145#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001146#endif
1147
1148/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001149#ifndef MAGICKCORE_LT_LIBEXT
1150#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001151#endif
1152
cristyda16f162011-02-19 23:52:17 +00001153/* The archive prefix */
1154#ifndef MAGICKCORE_LT_LIBPREFIX
1155#define MAGICKCORE_LT_LIBPREFIX "lib"
1156#endif
1157
cristy3ed852e2009-09-05 21:47:34 +00001158/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001159#ifndef MAGICKCORE_LT_MODULE_EXT
1160#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001161#endif
1162
1163/* Define to the name of the environment variable that determines the run-time
1164 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001165#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1166#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001167#endif
1168
1169/* Define to the sub-directory in which libtool stores uninstalled libraries.
1170 */
cristy964cb7f2010-04-25 23:18:00 +00001171#ifndef MAGICKCORE_LT_OBJDIR
1172#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001173#endif
1174
cristyfbb0ef02010-12-19 02:32:11 +00001175/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001176#ifndef MAGICKCORE_LZMA_DELEGATE
1177#define MAGICKCORE_LZMA_DELEGATE 1
1178#endif
cristyfbb0ef02010-12-19 02:32:11 +00001179
cristy3ed852e2009-09-05 21:47:34 +00001180/* Define to prepend to default font search path. */
1181/* #undef MAGICK_FONT_PATH */
1182
1183/* Magick API method prefix */
1184/* #undef NAMESPACE_PREFIX */
1185
cristya0b81c32010-01-22 02:54:33 +00001186/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001187/* #undef NDEBUG */
1188
1189/* Define if dlsym() requires a leading underscore in symbol names. */
1190/* #undef NEED_USCORE */
1191
1192/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1193/* #undef NO_MINUS_C_MINUS_O */
1194
1195/* Define if you have OPENEXR library */
cristyae56d442011-05-10 21:10:20 +00001196/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001197
1198/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001199#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1200#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001201#endif
1202
1203/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001204#ifndef MAGICKCORE_PACKAGE_NAME
1205#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001206#endif
1207
1208/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001209#ifndef MAGICKCORE_PACKAGE_STRING
cristy45dbd322011-03-27 16:40:38 +00001210#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.9"
cristy3ed852e2009-09-05 21:47:34 +00001211#endif
1212
1213/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001214#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy45dbd322011-03-27 16:40:38 +00001215#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick-6.6.9"
cristy3ed852e2009-09-05 21:47:34 +00001216#endif
1217
cristy8b350f62009-11-15 23:12:43 +00001218/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001219#ifndef MAGICKCORE_PACKAGE_URL
1220#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001221#endif
1222
cristy3ed852e2009-09-05 21:47:34 +00001223/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001224#ifndef MAGICKCORE_PACKAGE_VERSION
cristy45dbd322011-03-27 16:40:38 +00001225#define MAGICKCORE_PACKAGE_VERSION "6.6.9"
cristy3ed852e2009-09-05 21:47:34 +00001226#endif
1227
1228/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001229#ifndef MAGICKCORE_PNG_DELEGATE
1230#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001231#endif
1232
1233/* Define to necessary symbol if this constant uses a non-standard name on
1234 your system. */
1235/* #undef PTHREAD_CREATE_JOINABLE */
1236
1237/* Pixel cache threshold in MB (defaults to available memory) */
1238/* #undef PixelCacheThreshold */
1239
1240/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001241#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001242#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001243#endif
1244
1245/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001246#ifndef MAGICKCORE_RETSIGTYPE
1247#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001248#endif
1249
1250/* Define if you have RSVG library */
cristyae56d442011-05-10 21:10:20 +00001251/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001252
1253/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001254#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1255#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001256#endif
1257
1258/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001259#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1260#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001261#endif
1262
1263/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001264#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1265#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001266#endif
1267
1268/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001269#ifndef MAGICKCORE_SHARE_PATH
1270#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.9/"
cristy3ed852e2009-09-05 21:47:34 +00001271#endif
1272
1273/* Subdirectory of lib where architecture-independent configuration files
1274 live. */
cristy4f820712011-04-01 12:35:43 +00001275#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
1276#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-6.6.9"
cristy3ed852e2009-09-05 21:47:34 +00001277#endif
1278
1279/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001280#ifndef MAGICKCORE_SIZEOF_OFF_T
1281#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001282#endif
1283
1284/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001285#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1286#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001287#endif
1288
1289/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001290#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1291#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001292#endif
1293
1294/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001295#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1296#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001297#endif
1298
1299/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001300#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1301#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001302#endif
1303
1304/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001305#ifndef MAGICKCORE_SIZEOF_SIZE_T
1306#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001307#endif
1308
cristy330e9352010-06-01 18:42:49 +00001309/* The size of `ssize_t', as computed by sizeof. */
1310#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1311#define MAGICKCORE_SIZEOF_SSIZE_T 8
1312#endif
1313
cristy3ed852e2009-09-05 21:47:34 +00001314/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001315#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1316#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001317#endif
1318
1319/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001320#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1321#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001322#endif
1323
1324/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001325#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1326#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001327#endif
1328
1329/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001330#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1331#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001332#endif
1333
1334/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001335#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1336#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001337#endif
1338
1339/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1340/* #undef STAT_MACROS_BROKEN */
1341
1342/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001343#ifndef MAGICKCORE_STDC_HEADERS
1344#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001345#endif
1346
cristy55bf91c2010-09-24 00:29:41 +00001347/* Define if you have POSIX threads libraries and header files. */
1348#ifndef MAGICKCORE_THREAD_SUPPORT
1349#define MAGICKCORE_THREAD_SUPPORT 1
1350#endif
1351
cristy3ed852e2009-09-05 21:47:34 +00001352/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001353#ifndef MAGICKCORE_TIFF_DELEGATE
1354#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001355#endif
1356
1357/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001358#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1359#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001360#endif
1361
1362/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1363/* #undef TM_IN_SYS_TIME */
1364
1365/* Enable extensions on AIX 3, Interix. */
1366#ifndef _ALL_SOURCE
1367# define _ALL_SOURCE 1
1368#endif
1369/* Enable GNU extensions on systems that have them. */
1370#ifndef _GNU_SOURCE
1371# define _GNU_SOURCE 1
1372#endif
1373/* Enable threading extensions on Solaris. */
1374#ifndef _POSIX_PTHREAD_SEMANTICS
1375# define _POSIX_PTHREAD_SEMANTICS 1
1376#endif
1377/* Enable extensions on HP NonStop. */
1378#ifndef _TANDEM_SOURCE
1379# define _TANDEM_SOURCE 1
1380#endif
1381/* Enable general extensions on Solaris. */
1382#ifndef __EXTENSIONS__
1383# define __EXTENSIONS__ 1
1384#endif
1385
1386
cristyb1860752011-03-14 00:27:46 +00001387/* Define if you have WEBP library */
1388/* #undef WEBP_DELEGATE */
1389
cristy3ed852e2009-09-05 21:47:34 +00001390/* Define to use the Windows GDI32 library */
1391/* #undef WINGDI32_DELEGATE */
1392
1393/* Define if using the dmalloc debugging malloc package */
1394/* #undef WITH_DMALLOC */
1395
cristy735e8942010-04-02 20:32:57 +00001396/* Define if you have WMF library */
cristyae56d442011-05-10 21:10:20 +00001397/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001398
cristy3ed852e2009-09-05 21:47:34 +00001399/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1400 significant byte first (like Motorola and SPARC, unlike Intel). */
1401#if defined AC_APPLE_UNIVERSAL_BUILD
1402# if defined __BIG_ENDIAN__
1403# define WORDS_BIGENDIAN 1
1404# endif
1405#else
1406# ifndef WORDS_BIGENDIAN
1407/* # undef WORDS_BIGENDIAN */
1408# endif
1409#endif
1410
1411/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001412#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1413#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001414#endif
1415
1416/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001417#ifndef MAGICKCORE_X11_DELEGATE
1418#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001419#endif
1420
1421/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001422#ifndef MAGICKCORE_XML_DELEGATE
1423#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001424#endif
1425
1426/* Define to 1 if the X Window System is missing or not being used. */
1427/* #undef X_DISPLAY_MISSING */
1428
1429/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001430#ifndef MAGICKCORE_ZLIB_DELEGATE
1431#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001432#endif
1433
1434/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001435/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001436
1437/* enable run-time bounds-checking */
1438/* #undef _FORTIFY_SOURCE */
1439
1440/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1441/* #undef _LARGEFILE_SOURCE */
1442
1443/* Define for large files, on AIX-style hosts. */
1444/* #undef _LARGE_FILES */
1445
1446/* Define to 1 if on MINIX. */
1447/* #undef _MINIX */
1448
cristy99cc3002010-01-21 14:50:11 +00001449/* Define this for the OpenCL Accelerator */
cristy85278ed2010-05-31 15:10:05 +00001450/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001451
cristy3ed852e2009-09-05 21:47:34 +00001452/* Define to 2 if the system does not provide POSIX.1 features except with
1453 this defined. */
1454/* #undef _POSIX_1_SOURCE */
1455
1456/* Define to 1 if you need to in order for `stat' and other things to work. */
1457/* #undef _POSIX_SOURCE */
1458
1459/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1460#ifndef __CHAR_UNSIGNED__
1461/* # undef __CHAR_UNSIGNED__ */
1462#endif
1463
1464/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1465/* #undef __error_t_defined */
1466
1467/* Define to appropriate substitue if compiler does not have __func__ */
1468/* #undef __func__ */
1469
cristy3ed852e2009-09-05 21:47:34 +00001470/* Define to a type to use for `error_t' if it is not otherwise available. */
1471/* #undef error_t */
1472
1473/* Define to `__inline__' or `__inline' if that's what the C compiler
1474 calls it, or to nothing if 'inline' is not supported under any name. */
1475#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001476/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001477#endif
1478
1479/* Define to `int' if <sys/types.h> does not define. */
1480/* #undef mode_t */
1481
1482/* Define to `long int' if <sys/types.h> does not define. */
1483/* #undef off_t */
1484
1485/* Define to `int' if <sys/types.h> does not define. */
1486/* #undef pid_t */
1487
1488/* Define to the equivalent of the C99 'restrict' keyword, or to
1489 nothing if this is not supported. Do not define if restrict is
1490 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001491#ifndef _magickcore_restrict
1492#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001493#endif
cristy8b350f62009-11-15 23:12:43 +00001494/* Work around a bug in Sun C++: it does not support _Restrict or
1495 __restrict__, even though the corresponding Sun C compiler ends up with
1496 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1497 previous line. Perhaps some future version of Sun C++ will work with
1498 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001499#if defined __SUNPRO_CC && !defined __RESTRICT
1500# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001501# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001502#endif
1503
1504/* Define to `unsigned int' if <sys/types.h> does not define. */
1505/* #undef size_t */
1506
1507/* Define to `int' if <sys/types.h> does not define. */
1508/* #undef ssize_t */
1509
1510/* Define as `fork' if `vfork' does not work. */
1511/* #undef vfork */
1512
1513/* Define to empty if the keyword `volatile' does not work. Warning: valid
1514 code using `volatile' can become incorrect without. Disable with care. */
1515/* #undef volatile */
1516
1517/* once: _MAGICK_MAGICK_CONFIG_H */
1518#endif