blob: 88f478b28adc09ebea3cc0cc8d9dfd7757877a12 [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 */
nicolasb027c602011-02-02 00:20:12 +000057#ifndef MAGICKCORE_DJVU_DELEGATE
58#define MAGICKCORE_DJVU_DELEGATE 1
59#endif
cristy3ed852e2009-09-05 21:47:34 +000060
61/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000062#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristyf9349672011-01-01 21:55:15 +000063#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.6.7/"
cristy3ed852e2009-09-05 21:47:34 +000064#endif
65
66/* Define if you have Display Postscript */
67/* #undef DPS_DELEGATE */
68
cristy161b9262010-03-20 19:34:32 +000069/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy3ed852e2009-09-05 21:47:34 +000070/* #undef EMBEDDABLE_SUPPORT */
71
72/* exclude deprecated methods in MagickCore API */
73/* #undef EXCLUDE_DEPRECATED */
74
75/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000076#ifndef MAGICKCORE_EXECUTABLE_PATH
77#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000078#endif
79
80/* Define if you have FFTW library */
cristy93ba1712010-11-15 12:35:31 +000081/* #undef FFTW_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000082
83/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000084#ifndef MAGICKCORE_FILTER_PATH
cristyf9349672011-01-01 21:55:15 +000085#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.6.7/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000086#endif
87
88/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000089#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristyf9349672011-01-01 21:55:15 +000090#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.6.7/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000091#endif
92
93/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000094#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
95#define MAGICKCORE_FONTCONFIG_DELEGATE 1
96#endif
cristy3ed852e2009-09-05 21:47:34 +000097
98/* Define if you have FlashPIX library */
99/* #undef FPX_DELEGATE */
100
101/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000102#ifndef MAGICKCORE_FREETYPE_DELEGATE
103#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000104#endif
105
106/* Define if you have Ghostscript library or framework */
107/* #undef GS_DELEGATE */
108
109/* Define if you have GVC library */
cristyae29c4f2010-12-28 14:45:29 +0000110#ifndef MAGICKCORE_GVC_DELEGATE
111#define MAGICKCORE_GVC_DELEGATE 1
112#endif
cristy3ed852e2009-09-05 21:47:34 +0000113
114/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000115#ifndef MAGICKCORE_HAVE_ARGZ_ADD
116#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000117#endif
118
119/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000120#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
121#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000122#endif
123
124/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000125#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
126#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000127#endif
128
129/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000130#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
131#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000132#endif
133
134/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000135#ifndef MAGICKCORE_HAVE_ARGZ_H
136#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000137#endif
138
139/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000140#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
141#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000142#endif
143
144/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000145#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
146#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000147#endif
148
149/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000150#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
151#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000152#endif
153
154/* Define to 1 if you have the <arm/limits.h> header file. */
155/* #undef HAVE_ARM_LIMITS_H */
156
157/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000158#ifndef MAGICKCORE_HAVE_ATEXIT
159#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000160#endif
161
cristyc5baf4f2010-08-31 15:05:33 +0000162/* Define to 1 if you have the `atoll' function. */
163#ifndef MAGICKCORE_HAVE_ATOLL
164#define MAGICKCORE_HAVE_ATOLL 1
165#endif
166
cristy3ed852e2009-09-05 21:47:34 +0000167/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000168#ifndef MAGICKCORE_HAVE_BOOL
169#define MAGICKCORE_HAVE_BOOL /**/
170#endif
cristy3ed852e2009-09-05 21:47:34 +0000171
cristy47b022b2011-01-18 22:29:21 +0000172/* Define to 1 if you have the `cabs' function. */
173#ifndef MAGICKCORE_HAVE_CABS
174#define MAGICKCORE_HAVE_CABS 1
175#endif
176
177/* Define to 1 if you have the `carg' function. */
178#ifndef MAGICKCORE_HAVE_CARG
179#define MAGICKCORE_HAVE_CARG 1
180#endif
181
cristy56ed31c2010-03-22 00:46:21 +0000182/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000183#ifndef MAGICKCORE_HAVE_CIMAG
184#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000185#endif
186
cristy3ed852e2009-09-05 21:47:34 +0000187/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000188#ifndef MAGICKCORE_HAVE_CLOCK
189#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000190#endif
191
cristye43a45e2009-09-28 14:49:00 +0000192/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000193#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
194#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000195#endif
196
cristye43a45e2009-09-28 14:49:00 +0000197/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000198#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
199#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000200#endif
201
cristy3ed852e2009-09-05 21:47:34 +0000202/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000203#ifndef MAGICKCORE_HAVE_CLOSEDIR
204#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000205#endif
206
cristyfe2e68f2010-01-09 19:16:03 +0000207/* Define to 1 if you have the <CL/cl.h> header file. */
cristy85278ed2010-05-31 15:10:05 +0000208/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000209
cristy3ed852e2009-09-05 21:47:34 +0000210/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000211#ifndef MAGICKCORE_HAVE_COMPLEX_H
212#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000213#endif
214
cristy47b022b2011-01-18 22:29:21 +0000215/* Define to 1 if you have the `creal' function. */
216#ifndef MAGICKCORE_HAVE_CREAL
217#define MAGICKCORE_HAVE_CREAL 1
218#endif
219
cristyc5baf4f2010-08-31 15:05:33 +0000220/* Define to 1 if you have the `ctime_r' function. */
221#ifndef MAGICKCORE_HAVE_CTIME_R
222#define MAGICKCORE_HAVE_CTIME_R 1
223#endif
224
cristy3ed852e2009-09-05 21:47:34 +0000225/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
226 you don't. */
227/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
228
229/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
230 */
cristy964cb7f2010-04-25 23:18:00 +0000231#ifndef MAGICKCORE_HAVE_DECL_PREAD
232#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000233#endif
234
235/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
236 */
cristy964cb7f2010-04-25 23:18:00 +0000237#ifndef MAGICKCORE_HAVE_DECL_PWRITE
238#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000239#endif
240
241/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
242 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000243#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
244#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000245#endif
246
cristy92703d82010-04-26 00:18:18 +0000247/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
248 */
249/* #undef HAVE_DECL_TZNAME */
250
cristy3ed852e2009-09-05 21:47:34 +0000251/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
252 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000253#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
254#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000255#endif
256
257/* Define to 1 if you have the `directio' function. */
258/* #undef HAVE_DIRECTIO */
259
260/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
261 */
cristy964cb7f2010-04-25 23:18:00 +0000262#ifndef MAGICKCORE_HAVE_DIRENT_H
263#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000264#endif
265
266/* Define if you have the GNU dld library. */
267/* #undef HAVE_DLD */
268
269/* Define to 1 if you have the <dld.h> header file. */
270/* #undef HAVE_DLD_H */
271
272/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000273#ifndef MAGICKCORE_HAVE_DLERROR
274#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000275#endif
276
277/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000278#ifndef MAGICKCORE_HAVE_DLFCN_H
279#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000280#endif
281
282/* Define to 1 if you have the <dl.h> header file. */
283/* #undef HAVE_DL_H */
284
285/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
286/* #undef HAVE_DOPRNT */
287
288/* Define if you have the _dyld_func_lookup function. */
289/* #undef HAVE_DYLD */
290
291/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000292#ifndef MAGICKCORE_HAVE_ERRNO_H
293#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000294#endif
295
296/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000297#ifndef MAGICKCORE_HAVE_ERROR_T
298#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000299#endif
300
301/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000302#ifndef MAGICKCORE_HAVE_EXECVP
303#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000304#endif
305
cristyf1440cb2010-02-23 02:24:21 +0000306/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000307#ifndef MAGICKCORE_HAVE_FCHMOD
308#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000309#endif
310
cristy3ed852e2009-09-05 21:47:34 +0000311/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000312#ifndef MAGICKCORE_HAVE_FCNTL_H
313#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000314#endif
315
316/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000317#ifndef MAGICKCORE_HAVE_FLOOR
318#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000319#endif
cristy3ed852e2009-09-05 21:47:34 +0000320
321/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000322#ifndef MAGICKCORE_HAVE_FORK
323#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000324#endif
325
326/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000327#ifndef MAGICKCORE_HAVE_FSEEKO
328#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000329#endif
330
331/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000332#ifndef MAGICKCORE_HAVE_FT2BUILD_H
333#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000334#endif
335
336/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000337#ifndef MAGICKCORE_HAVE_FTIME
338#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000339#endif
340
341/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000342#ifndef MAGICKCORE_HAVE_FTRUNCATE
343#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000344#endif
345
346/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000347#ifndef MAGICKCORE_HAVE_GETCWD
348#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000349#endif
350
cristyc5baf4f2010-08-31 15:05:33 +0000351/* Define to 1 if you have the `getc_unlocked' function. */
352#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
353#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
354#endif
355
cristy3ed852e2009-09-05 21:47:34 +0000356/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000357#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
358#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000359#endif
360
361/* Define to 1 if you have the `getexecname' function. */
362/* #undef HAVE_GETEXECNAME */
363
364/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000365#ifndef MAGICKCORE_HAVE_GETPAGESIZE
366#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000367#endif
368
369/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000370#ifndef MAGICKCORE_HAVE_GETPID
371#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000372#endif
373
cristyd3ef0102009-09-12 18:11:06 +0000374/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000375#ifndef MAGICKCORE_HAVE_GETRLIMIT
376#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000377#endif
378
cristy3ed852e2009-09-05 21:47:34 +0000379/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000380#ifndef MAGICKCORE_HAVE_GETRUSAGE
381#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000382#endif
383
384/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000385#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
386#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000387#endif
388
389/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000390#ifndef MAGICKCORE_HAVE_GMTIME_R
391#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000392#endif
393
394/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000395#ifndef MAGICKCORE_HAVE_INTTYPES_H
396#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000397#endif
398
cristy161b9262010-03-20 19:34:32 +0000399/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000400#ifndef MAGICKCORE_HAVE_J0
401#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000402#endif
403
404/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000405#ifndef MAGICKCORE_HAVE_J1
406#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000407#endif
408
cristyd09bcf92010-03-25 03:04:45 +0000409/* Define if you have the <lcms2.h> header file. */
nicolasb027c602011-02-02 00:20:12 +0000410/* #undef HAVE_LCMS2_H */
cristyd09bcf92010-03-25 03:04:45 +0000411
cristy71203402010-06-18 13:12:03 +0000412/* Define if you have the <lcms2/lcms2.h> header file. */
413/* #undef HAVE_LCMS2_LCMS2_H */
414
cristy3ed852e2009-09-05 21:47:34 +0000415/* Define if you have the <lcms.h> header file. */
nicolasb027c602011-02-02 00:20:12 +0000416#ifndef MAGICKCORE_HAVE_LCMS_H
417#define MAGICKCORE_HAVE_LCMS_H 1
418#endif
cristy3ed852e2009-09-05 21:47:34 +0000419
420/* Define if you have the <lcms/lcms.h> header file. */
421/* #undef HAVE_LCMS_LCMS_H */
422
423/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000424#ifndef MAGICKCORE_HAVE_LIBDL
425#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000426#endif
427
428/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000429#ifndef MAGICKCORE_HAVE_LIBDLLOADER
430#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000431#endif
432
433/* Define to 1 if you have the `gcov' library (-lgcov). */
434/* #undef HAVE_LIBGCOV */
435
436/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000437#ifndef MAGICKCORE_HAVE_LIMITS_H
438#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000439#endif
440
441/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000442#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
443#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000444#endif
445
cristyc5baf4f2010-08-31 15:05:33 +0000446/* Define to 1 if you have the `lltostr' function. */
447/* #undef HAVE_LLTOSTR */
448
cristy3ed852e2009-09-05 21:47:34 +0000449/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000450#ifndef MAGICKCORE_HAVE_LOCALE_H
451#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000452#endif
453
454/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000455#ifndef MAGICKCORE_HAVE_LOCALTIME_R
456#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000457#endif
458
459/* Define to 1 if the type `long double' works and has more range or precision
460 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000461#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
462#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000463#endif
464
465/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000466#ifndef MAGICKCORE_HAVE_LSTAT
467#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000468#endif
469
470/* define if the compiler implements L"widestring" */
nicolas6237c462010-10-05 06:11:49 +0000471#ifndef MAGICKCORE_HAVE_LSTRING
472#define MAGICKCORE_HAVE_LSTRING /**/
473#endif
cristy3ed852e2009-09-05 21:47:34 +0000474
475/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000476#ifndef MAGICKCORE_HAVE_LTDL
477#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000478#endif
479
480/* Define to 1 if you have the <machine/param.h> header file. */
481/* #undef HAVE_MACHINE_PARAM_H */
482
483/* Define to 1 if you have the <mach-o/dyld.h> header file. */
484/* #undef HAVE_MACH_O_DYLD_H */
485
486/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000487#ifndef MAGICKCORE_HAVE_MEMMOVE
488#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000489#endif
490
491/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000492#ifndef MAGICKCORE_HAVE_MEMORY_H
493#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000494#endif
495
496/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000497#ifndef MAGICKCORE_HAVE_MEMSET
498#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000499#endif
500
501/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000502#ifndef MAGICKCORE_HAVE_MKSTEMP
503#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000504#endif
505
506/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000507#ifndef MAGICKCORE_HAVE_MMAP
508#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000509#endif
510
511/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000512#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
513#define MAGICKCORE_HAVE_MMAP_FILEIO 1
cristy40e685d2010-04-23 14:44:08 +0000514#endif
cristy3ed852e2009-09-05 21:47:34 +0000515
516/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000517#ifndef MAGICKCORE_HAVE_MUNMAP
518#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000519#endif
520
521/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000522#ifndef MAGICKCORE_HAVE_NAMESPACES
523#define MAGICKCORE_HAVE_NAMESPACES /**/
524#endif
cristy964cb7f2010-04-25 23:18:00 +0000525
526/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000527#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
528#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
529#endif
cristy3ed852e2009-09-05 21:47:34 +0000530
cristya21afde2010-07-02 00:45:40 +0000531/* Define to 1 if you have the `nanosleep' function. */
532#ifndef MAGICKCORE_HAVE_NANOSLEEP
533#define MAGICKCORE_HAVE_NANOSLEEP 1
534#endif
535
cristy3ed852e2009-09-05 21:47:34 +0000536/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
537/* #undef HAVE_NDIR_H */
538
cristyfe2e68f2010-01-09 19:16:03 +0000539/* Define to 1 if you have the <OpenCL/cl.h> header file. */
540/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000541
cristy3ed852e2009-09-05 21:47:34 +0000542/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000543#ifndef MAGICKCORE_HAVE_OPENDIR
544#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000545#endif
546
547/* Define to 1 if you have the <OS.h> header file. */
548/* #undef HAVE_OS_H */
549
550/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000551#ifndef MAGICKCORE_HAVE_PCLOSE
552#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000553#endif
554
555/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000556#ifndef MAGICKCORE_HAVE_POLL
557#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000558#endif
559
560/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000561#ifndef MAGICKCORE_HAVE_POPEN
562#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000563#endif
564
565/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000566#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
567#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000568#endif
569
570/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000571#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
572#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000573#endif
574
575/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000576#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
577#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000578#endif
579
580/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000581#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
582#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000583#endif
584
cristy5c40fb42010-08-05 16:12:44 +0000585/* Define to 1 if you have the `posix_spawnp' function. */
586#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
587#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
588#endif
589
cristy3ed852e2009-09-05 21:47:34 +0000590/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000591#ifndef MAGICKCORE_HAVE_POW
592#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000593#endif
cristy3ed852e2009-09-05 21:47:34 +0000594
595/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000596#ifndef MAGICKCORE_HAVE_PREAD
597#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000598#endif
599
600/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000601#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
602#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000603#endif
604
cristy98e91bd2010-01-12 01:11:42 +0000605/* Define to 1 if you have the <process.h> header file. */
606/* #undef HAVE_PROCESS_H */
607
cristy3ed852e2009-09-05 21:47:34 +0000608/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000609#ifndef MAGICKCORE_HAVE_PTHREAD
610#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000611#endif
612
613/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000614#ifndef MAGICKCORE_HAVE_PWRITE
615#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000616#endif
617
cristyc5baf4f2010-08-31 15:05:33 +0000618/* Define to 1 if you have the `qsort_r' function. */
619#ifndef MAGICKCORE_HAVE_QSORT_R
620#define MAGICKCORE_HAVE_QSORT_R 1
621#endif
622
cristy3ed852e2009-09-05 21:47:34 +0000623/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000624#ifndef MAGICKCORE_HAVE_RAISE
625#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000626#endif
627
628/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000629#ifndef MAGICKCORE_HAVE_RAND_R
630#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000631#endif
632
633/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000634#ifndef MAGICKCORE_HAVE_READDIR
635#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000636#endif
637
638/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000639#ifndef MAGICKCORE_HAVE_READDIR_R
640#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000641#endif
642
643/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000644#ifndef MAGICKCORE_HAVE_READLINK
645#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000646#endif
647
648/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000649#ifndef MAGICKCORE_HAVE_REALPATH
650#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000651#endif
652
653/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000654#ifndef MAGICKCORE_HAVE_SEEKDIR
655#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000656#endif
657
658/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000659#ifndef MAGICKCORE_HAVE_SELECT
660#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000661#endif
662
663/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000664#ifndef MAGICKCORE_HAVE_SETLOCALE
665#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000666#endif
667
668/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000669#ifndef MAGICKCORE_HAVE_SETVBUF
670#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000671#endif
672
673/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000674#ifndef MAGICKCORE_HAVE_SHAPE
675#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000676#endif
677
678/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000679#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
680#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000681#endif
682
683/* Define if you have the shl_load function. */
684/* #undef HAVE_SHL_LOAD */
685
686/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000687#ifndef MAGICKCORE_HAVE_SIGACTION
688#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000689#endif
690
691/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000692#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
693#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000694#endif
695
cristy393bbe52010-01-11 16:32:56 +0000696/* Define to 1 if you have the `spawnvp' function. */
697/* #undef HAVE_SPAWNVP */
698
cristy3ed852e2009-09-05 21:47:34 +0000699/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000700#ifndef MAGICKCORE_HAVE_SQRT
701#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000702#endif
cristy3ed852e2009-09-05 21:47:34 +0000703
704/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000705#ifndef MAGICKCORE_HAVE_STAT
706#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000707#endif
708
709/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000710#ifndef MAGICKCORE_HAVE_STDARG_H
711#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000712#endif
713
714/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000715#ifndef MAGICKCORE_HAVE_STDBOOL_H
716#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000717#endif
718
cristy3ed852e2009-09-05 21:47:34 +0000719/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000720#ifndef MAGICKCORE_HAVE_STDINT_H
721#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000722#endif
723
724/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000725#ifndef MAGICKCORE_HAVE_STDLIB_H
726#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000727#endif
728
729/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000730#ifndef MAGICKCORE_HAVE_STD_LIBS
731#define MAGICKCORE_HAVE_STD_LIBS /**/
732#endif
cristy3ed852e2009-09-05 21:47:34 +0000733
734/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000735#ifndef MAGICKCORE_HAVE_STRCASECMP
736#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000737#endif
738
739/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000740#ifndef MAGICKCORE_HAVE_STRCHR
741#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000742#endif
743
744/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000745#ifndef MAGICKCORE_HAVE_STRCSPN
746#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000747#endif
748
749/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000750#ifndef MAGICKCORE_HAVE_STRDUP
751#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000752#endif
753
754/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000755#ifndef MAGICKCORE_HAVE_STRERROR
756#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000757#endif
758
759/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000760#ifndef MAGICKCORE_HAVE_STRERROR_R
761#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000762#endif
763
764/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000765#ifndef MAGICKCORE_HAVE_STRINGIZE
766#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000767#endif
768
769/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000770#ifndef MAGICKCORE_HAVE_STRINGS_H
771#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000772#endif
773
774/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000775#ifndef MAGICKCORE_HAVE_STRING_H
776#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000777#endif
778
779/* Define to 1 if you have the `strlcat' function. */
780/* #undef HAVE_STRLCAT */
781
782/* Define to 1 if you have the `strlcpy' function. */
783/* #undef HAVE_STRLCPY */
784
785/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000786#ifndef MAGICKCORE_HAVE_STRNCASECMP
787#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000788#endif
789
790/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000791#ifndef MAGICKCORE_HAVE_STRPBRK
792#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000793#endif
794
795/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000796#ifndef MAGICKCORE_HAVE_STRRCHR
797#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000798#endif
799
800/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000801#ifndef MAGICKCORE_HAVE_STRSPN
802#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000803#endif
804
805/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000806#ifndef MAGICKCORE_HAVE_STRSTR
807#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000808#endif
809
810/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000811#ifndef MAGICKCORE_HAVE_STRTOL
812#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000813#endif
814
cristy5131f3e2009-12-18 03:09:10 +0000815/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000816#ifndef MAGICKCORE_HAVE_STRTOUL
817#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000818#endif
819
cristy92703d82010-04-26 00:18:18 +0000820/* Define to 1 if `tm_zone' is a member of `struct tm'. */
821#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
822#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
823#endif
824
cristy3ed852e2009-09-05 21:47:34 +0000825/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000826#ifndef MAGICKCORE_HAVE_SYMLINK
827#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000828#endif
829
830/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000831#ifndef MAGICKCORE_HAVE_SYSCONF
832#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000833#endif
834
835/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
836 */
837/* #undef HAVE_SYS_DIR_H */
838
839/* Define to 1 if you have the <sys/dl.h> header file. */
840/* #undef HAVE_SYS_DL_H */
841
842/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000843#ifndef MAGICKCORE_HAVE_SYS_IPC_H
844#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000845#endif
846
847/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
848 */
849/* #undef HAVE_SYS_NDIR_H */
850
cristycd4c5312009-11-22 01:19:08 +0000851/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000852#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
853#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000854#endif
855
cristy3ed852e2009-09-05 21:47:34 +0000856/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000857#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
858#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000859#endif
860
861/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000862#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
863#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000864#endif
865
866/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000867#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
868#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000869#endif
870
871/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000872#ifndef MAGICKCORE_HAVE_SYS_STAT_H
873#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000874#endif
875
876/* Define to 1 if you have the <sys/syslimits.h> header file. */
877/* #undef HAVE_SYS_SYSLIMITS_H */
878
879/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000880#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
881#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000882#endif
883
884/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000885#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
886#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000887#endif
888
889/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000890#ifndef MAGICKCORE_HAVE_SYS_TIME_H
891#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000892#endif
893
894/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000895#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
896#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000897#endif
898
899/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000900#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
901#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000902#endif
903
904/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000905#ifndef MAGICKCORE_HAVE_TELLDIR
906#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000907#endif
908
909/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000910#ifndef MAGICKCORE_HAVE_TEMPNAM
911#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000912#endif
913
914/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000915#ifndef MAGICKCORE_HAVE_TIFFCONF_H
916#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000917#endif
918
919/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000920#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
921#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000922#endif
923
924/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000925#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
926#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000927#endif
928
929/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000930#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
931#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000932#endif
933
934/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000935#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
936#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000937#endif
938
939/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000940#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
941#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000942#endif
943
944/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000945#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
946#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000947#endif
948
949/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +0000950#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
951#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +0000952#endif
953
954/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000955#ifndef MAGICKCORE_HAVE_TIMES
956#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000957#endif
958
cristy92703d82010-04-26 00:18:18 +0000959/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
960 `HAVE_STRUCT_TM_TM_ZONE' instead. */
961#ifndef MAGICKCORE_HAVE_TM_ZONE
962#define MAGICKCORE_HAVE_TM_ZONE 1
963#endif
964
965/* Define to 1 if you don't have `tm_zone' but do have the external array
966 `tzname'. */
967/* #undef HAVE_TZNAME */
968
cristyc5baf4f2010-08-31 15:05:33 +0000969/* Define to 1 if you have the `ulltostr' function. */
970/* #undef HAVE_ULLTOSTR */
971
cristy3ed852e2009-09-05 21:47:34 +0000972/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000973#ifndef MAGICKCORE_HAVE_UNISTD_H
974#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000975#endif
976
977/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000978#ifndef MAGICKCORE_HAVE_USLEEP
979#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +0000980#endif
981
cristyf1440cb2010-02-23 02:24:21 +0000982/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000983#ifndef MAGICKCORE_HAVE_UTIME
984#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +0000985#endif
986
cristy3ed852e2009-09-05 21:47:34 +0000987/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000988#ifndef MAGICKCORE_HAVE_VFORK
989#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +0000990#endif
991
992/* Define to 1 if you have the <vfork.h> header file. */
993/* #undef HAVE_VFORK_H */
994
995/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000996#ifndef MAGICKCORE_HAVE_VPRINTF
997#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000998#endif
999
1000/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001001#ifndef MAGICKCORE_HAVE_VSNPRINTF
1002#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001003#endif
1004
1005/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001006#ifndef MAGICKCORE_HAVE_VSPRINTF
1007#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001008#endif
1009
1010/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001011#ifndef MAGICKCORE_HAVE_WAITPID
1012#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001013#endif
1014
1015/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001016#ifndef MAGICKCORE_HAVE_WCHAR_H
1017#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001018#endif
1019
cristy736173a2009-09-20 21:18:22 +00001020/* Define to 1 if you have the <windows.h> header file. */
1021/* #undef HAVE_WINDOWS_H */
1022
cristy739df912009-10-24 16:10:18 +00001023/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001024#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1025#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001026#endif
1027
1028/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001029#ifndef MAGICKCORE_HAVE_WORKING_FORK
1030#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001031#endif
1032
1033/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001034#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1035#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001036#endif
1037
1038/* Define to 1 if the system has the type `_Bool'. */
cristy964cb7f2010-04-25 23:18:00 +00001039#ifndef MAGICKCORE_HAVE__BOOL
1040#define MAGICKCORE_HAVE__BOOL 1
cristy40e685d2010-04-23 14:44:08 +00001041#endif
cristy3ed852e2009-09-05 21:47:34 +00001042
1043/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001044#ifndef MAGICKCORE_HAVE__EXIT
1045#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001046#endif
1047
1048/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1049/* #undef HAVE__NSGETEXECUTABLEPATH */
1050
1051/* Define to 1 if you have the `_pclose' function. */
1052/* #undef HAVE__PCLOSE */
1053
1054/* Define to 1 if you have the `_popen' function. */
1055/* #undef HAVE__POPEN */
1056
1057/* Define to 1 if you have the `_wfopen' function. */
1058/* #undef HAVE__WFOPEN */
1059
1060/* Define to 1 if you have the `_wstat' function. */
1061/* #undef HAVE__WSTAT */
1062
cristy92703d82010-04-26 00:18:18 +00001063/* define if your compiler has __attribute__ */
1064#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1065#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1066#endif
1067
cristy3ed852e2009-09-05 21:47:34 +00001068/* accurately represent the wide range of intensity levels in real scenes */
1069/* #undef HDRI_SUPPORT */
1070
1071/* Define if you have umem memory allocation library */
1072/* #undef HasUMEM */
1073
1074/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001075#ifndef MAGICKCORE_INSTALLED_SUPPORT
1076#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001077#endif
1078
1079/* Define if you have JBIG library */
cristy85278ed2010-05-31 15:10:05 +00001080/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001081
1082/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001083#ifndef MAGICKCORE_JP2_DELEGATE
1084#define MAGICKCORE_JP2_DELEGATE 1
1085#endif
cristy3ed852e2009-09-05 21:47:34 +00001086
1087/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001088#ifndef MAGICKCORE_JPEG_DELEGATE
1089#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001090#endif
1091
cristy71203402010-06-18 13:12:03 +00001092/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001093#ifndef MAGICKCORE_LCMS_DELEGATE
1094#define MAGICKCORE_LCMS_DELEGATE 1
1095#endif
cristy3ed852e2009-09-05 21:47:34 +00001096
1097/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001098#ifndef MAGICKCORE_LIBRARY_PATH
cristyf9349672011-01-01 21:55:15 +00001099#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.6.7/"
cristy3ed852e2009-09-05 21:47:34 +00001100#endif
1101
1102/* Subdirectory of lib where ImageMagick architecture dependent files are
1103 installed */
cristy964cb7f2010-04-25 23:18:00 +00001104#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristyf9349672011-01-01 21:55:15 +00001105#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.6.7"
cristy3ed852e2009-09-05 21:47:34 +00001106#endif
1107
1108/* Define if you have LQR library */
cristy85278ed2010-05-31 15:10:05 +00001109/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001110
1111/* Define if using libltdl to support dynamically loadable modules */
cristy964cb7f2010-04-25 23:18:00 +00001112#ifndef MAGICKCORE_LTDL_DELEGATE
1113#define MAGICKCORE_LTDL_DELEGATE 1
cristy40e685d2010-04-23 14:44:08 +00001114#endif
cristy3ed852e2009-09-05 21:47:34 +00001115
1116/* Define if the OS needs help to load dependent libraries for dlopen(). */
1117/* #undef LTDL_DLOPEN_DEPLIBS */
1118
1119/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001120#ifndef MAGICKCORE_LT_DLSEARCH_PATH
nicolasb027c602011-02-02 00:20:12 +00001121#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/mesa:/usr/lib32/mesa:/usr/lib32/alsa-lib:/usr/lib/alsa-lib:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu"
cristy3ed852e2009-09-05 21:47:34 +00001122#endif
1123
1124/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001125#ifndef MAGICKCORE_LT_LIBEXT
1126#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001127#endif
1128
1129/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001130#ifndef MAGICKCORE_LT_MODULE_EXT
1131#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001132#endif
1133
1134/* Define to the name of the environment variable that determines the run-time
1135 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001136#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1137#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001138#endif
1139
1140/* Define to the sub-directory in which libtool stores uninstalled libraries.
1141 */
cristy964cb7f2010-04-25 23:18:00 +00001142#ifndef MAGICKCORE_LT_OBJDIR
1143#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001144#endif
1145
cristyfbb0ef02010-12-19 02:32:11 +00001146/* Define if you have lzma compression library */
nicolasb027c602011-02-02 00:20:12 +00001147/* #undef LZMA_DELEGATE */
cristyfbb0ef02010-12-19 02:32:11 +00001148
cristy3ed852e2009-09-05 21:47:34 +00001149/* Define to prepend to default font search path. */
1150/* #undef MAGICK_FONT_PATH */
1151
1152/* Magick API method prefix */
1153/* #undef NAMESPACE_PREFIX */
1154
cristya0b81c32010-01-22 02:54:33 +00001155/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001156/* #undef NDEBUG */
1157
1158/* Define if dlsym() requires a leading underscore in symbol names. */
1159/* #undef NEED_USCORE */
1160
1161/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1162/* #undef NO_MINUS_C_MINUS_O */
1163
1164/* Define if you have OPENEXR library */
nicolasb027c602011-02-02 00:20:12 +00001165#ifndef MAGICKCORE_OPENEXR_DELEGATE
1166#define MAGICKCORE_OPENEXR_DELEGATE 1
1167#endif
cristy3ed852e2009-09-05 21:47:34 +00001168
1169/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001170#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1171#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001172#endif
1173
1174/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001175#ifndef MAGICKCORE_PACKAGE_NAME
1176#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001177#endif
1178
1179/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001180#ifndef MAGICKCORE_PACKAGE_STRING
cristy0805e062011-01-30 02:56:36 +00001181#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.6.7"
cristy3ed852e2009-09-05 21:47:34 +00001182#endif
1183
1184/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001185#ifndef MAGICKCORE_PACKAGE_TARNAME
1186#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001187#endif
1188
cristy8b350f62009-11-15 23:12:43 +00001189/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001190#ifndef MAGICKCORE_PACKAGE_URL
1191#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001192#endif
1193
cristy3ed852e2009-09-05 21:47:34 +00001194/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001195#ifndef MAGICKCORE_PACKAGE_VERSION
cristy0805e062011-01-30 02:56:36 +00001196#define MAGICKCORE_PACKAGE_VERSION "6.6.7"
cristy3ed852e2009-09-05 21:47:34 +00001197#endif
1198
1199/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001200#ifndef MAGICKCORE_PNG_DELEGATE
1201#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001202#endif
1203
1204/* Define to necessary symbol if this constant uses a non-standard name on
1205 your system. */
1206/* #undef PTHREAD_CREATE_JOINABLE */
1207
1208/* Pixel cache threshold in MB (defaults to available memory) */
1209/* #undef PixelCacheThreshold */
1210
1211/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001212#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001213#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001214#endif
1215
1216/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001217#ifndef MAGICKCORE_RETSIGTYPE
1218#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001219#endif
1220
1221/* Define if you have RSVG library */
nicolasb027c602011-02-02 00:20:12 +00001222#ifndef MAGICKCORE_RSVG_DELEGATE
1223#define MAGICKCORE_RSVG_DELEGATE 1
1224#endif
cristy3ed852e2009-09-05 21:47:34 +00001225
1226/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001227#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1228#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001229#endif
1230
1231/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001232#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1233#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001234#endif
1235
1236/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001237#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1238#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001239#endif
1240
1241/* Directory where architecture-independent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +00001242#ifndef MAGICKCORE_SHARE_CONFIGURE_PATH
cristyf9349672011-01-01 21:55:15 +00001243#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.6.7/config/"
cristy3ed852e2009-09-05 21:47:34 +00001244#endif
1245
1246/* Subdirectory of lib where architecture-independent configuration files
1247 live. */
cristy964cb7f2010-04-25 23:18:00 +00001248#ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH
cristyf9349672011-01-01 21:55:15 +00001249#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.6.7/config"
cristy3ed852e2009-09-05 21:47:34 +00001250#endif
1251
1252/* Directory where architecture-independent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001253#ifndef MAGICKCORE_SHARE_PATH
cristyf9349672011-01-01 21:55:15 +00001254#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.6.7/"
cristy3ed852e2009-09-05 21:47:34 +00001255#endif
1256
1257/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001258#ifndef MAGICKCORE_SIZEOF_OFF_T
1259#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001260#endif
1261
1262/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001263#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1264#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001265#endif
1266
1267/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001268#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1269#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001270#endif
1271
1272/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001273#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1274#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001275#endif
1276
1277/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001278#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1279#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001280#endif
1281
1282/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001283#ifndef MAGICKCORE_SIZEOF_SIZE_T
1284#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001285#endif
1286
cristy330e9352010-06-01 18:42:49 +00001287/* The size of `ssize_t', as computed by sizeof. */
1288#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1289#define MAGICKCORE_SIZEOF_SSIZE_T 8
1290#endif
1291
cristy3ed852e2009-09-05 21:47:34 +00001292/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001293#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1294#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001295#endif
1296
1297/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001298#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1299#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001300#endif
1301
1302/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001303#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1304#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001305#endif
1306
1307/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001308#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1309#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001310#endif
1311
1312/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001313#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1314#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001315#endif
1316
1317/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1318/* #undef STAT_MACROS_BROKEN */
1319
1320/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001321#ifndef MAGICKCORE_STDC_HEADERS
1322#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001323#endif
1324
cristy55bf91c2010-09-24 00:29:41 +00001325/* Define if you have POSIX threads libraries and header files. */
1326#ifndef MAGICKCORE_THREAD_SUPPORT
1327#define MAGICKCORE_THREAD_SUPPORT 1
1328#endif
1329
cristy3ed852e2009-09-05 21:47:34 +00001330/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001331#ifndef MAGICKCORE_TIFF_DELEGATE
1332#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001333#endif
1334
1335/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001336#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1337#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001338#endif
1339
1340/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1341/* #undef TM_IN_SYS_TIME */
1342
1343/* Enable extensions on AIX 3, Interix. */
1344#ifndef _ALL_SOURCE
1345# define _ALL_SOURCE 1
1346#endif
1347/* Enable GNU extensions on systems that have them. */
1348#ifndef _GNU_SOURCE
1349# define _GNU_SOURCE 1
1350#endif
1351/* Enable threading extensions on Solaris. */
1352#ifndef _POSIX_PTHREAD_SEMANTICS
1353# define _POSIX_PTHREAD_SEMANTICS 1
1354#endif
1355/* Enable extensions on HP NonStop. */
1356#ifndef _TANDEM_SOURCE
1357# define _TANDEM_SOURCE 1
1358#endif
1359/* Enable general extensions on Solaris. */
1360#ifndef __EXTENSIONS__
1361# define __EXTENSIONS__ 1
1362#endif
1363
1364
1365/* Define to use the Windows GDI32 library */
1366/* #undef WINGDI32_DELEGATE */
1367
1368/* Define if using the dmalloc debugging malloc package */
1369/* #undef WITH_DMALLOC */
1370
cristy735e8942010-04-02 20:32:57 +00001371/* Define if you have WMF library */
nicolasb027c602011-02-02 00:20:12 +00001372#ifndef MAGICKCORE_WMF_DELEGATE
1373#define MAGICKCORE_WMF_DELEGATE 1
1374#endif
cristy3ed852e2009-09-05 21:47:34 +00001375
cristy3ed852e2009-09-05 21:47:34 +00001376/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1377 significant byte first (like Motorola and SPARC, unlike Intel). */
1378#if defined AC_APPLE_UNIVERSAL_BUILD
1379# if defined __BIG_ENDIAN__
1380# define WORDS_BIGENDIAN 1
1381# endif
1382#else
1383# ifndef WORDS_BIGENDIAN
1384/* # undef WORDS_BIGENDIAN */
1385# endif
1386#endif
1387
1388/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001389#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1390#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001391#endif
1392
1393/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001394#ifndef MAGICKCORE_X11_DELEGATE
1395#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001396#endif
1397
1398/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001399#ifndef MAGICKCORE_XML_DELEGATE
1400#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001401#endif
1402
1403/* Define to 1 if the X Window System is missing or not being used. */
1404/* #undef X_DISPLAY_MISSING */
1405
1406/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001407#ifndef MAGICKCORE_ZLIB_DELEGATE
1408#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001409#endif
1410
1411/* Number of bits in a file offset, on hosts where this is settable. */
cristy964cb7f2010-04-25 23:18:00 +00001412#ifndef MAGICKCORE__FILE_OFFSET_BITS
1413#define MAGICKCORE__FILE_OFFSET_BITS 64
cristy40e685d2010-04-23 14:44:08 +00001414#endif
cristy3ed852e2009-09-05 21:47:34 +00001415
1416/* enable run-time bounds-checking */
1417/* #undef _FORTIFY_SOURCE */
1418
1419/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1420/* #undef _LARGEFILE_SOURCE */
1421
1422/* Define for large files, on AIX-style hosts. */
1423/* #undef _LARGE_FILES */
1424
1425/* Define to 1 if on MINIX. */
1426/* #undef _MINIX */
1427
cristy99cc3002010-01-21 14:50:11 +00001428/* Define this for the OpenCL Accelerator */
cristy85278ed2010-05-31 15:10:05 +00001429/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001430
cristy3ed852e2009-09-05 21:47:34 +00001431/* Define to 2 if the system does not provide POSIX.1 features except with
1432 this defined. */
1433/* #undef _POSIX_1_SOURCE */
1434
1435/* Define to 1 if you need to in order for `stat' and other things to work. */
1436/* #undef _POSIX_SOURCE */
1437
1438/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1439#ifndef __CHAR_UNSIGNED__
1440/* # undef __CHAR_UNSIGNED__ */
1441#endif
1442
1443/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1444/* #undef __error_t_defined */
1445
1446/* Define to appropriate substitue if compiler does not have __func__ */
1447/* #undef __func__ */
1448
cristy3ed852e2009-09-05 21:47:34 +00001449/* Define to a type to use for `error_t' if it is not otherwise available. */
1450/* #undef error_t */
1451
1452/* Define to `__inline__' or `__inline' if that's what the C compiler
1453 calls it, or to nothing if 'inline' is not supported under any name. */
1454#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001455/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001456#endif
1457
1458/* Define to `int' if <sys/types.h> does not define. */
1459/* #undef mode_t */
1460
1461/* Define to `long int' if <sys/types.h> does not define. */
1462/* #undef off_t */
1463
1464/* Define to `int' if <sys/types.h> does not define. */
1465/* #undef pid_t */
1466
1467/* Define to the equivalent of the C99 'restrict' keyword, or to
1468 nothing if this is not supported. Do not define if restrict is
1469 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001470#ifndef _magickcore_restrict
1471#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001472#endif
cristy8b350f62009-11-15 23:12:43 +00001473/* Work around a bug in Sun C++: it does not support _Restrict or
1474 __restrict__, even though the corresponding Sun C compiler ends up with
1475 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1476 previous line. Perhaps some future version of Sun C++ will work with
1477 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001478#if defined __SUNPRO_CC && !defined __RESTRICT
1479# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001480# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001481#endif
1482
1483/* Define to `unsigned int' if <sys/types.h> does not define. */
1484/* #undef size_t */
1485
1486/* Define to `int' if <sys/types.h> does not define. */
1487/* #undef ssize_t */
1488
1489/* Define as `fork' if `vfork' does not work. */
1490/* #undef vfork */
1491
1492/* Define to empty if the keyword `volatile' does not work. Warning: valid
1493 code using `volatile' can become incorrect without. Disable with care. */
1494/* #undef volatile */
1495
1496/* once: _MAGICK_MAGICK_CONFIG_H */
1497#endif