blob: 6c325993c9a825b5159c2eef19e656e44d28648c [file] [log] [blame]
cristy4c08aed2011-07-01 19:47:50 +00001#ifndef _MAGICKCORE_MAGICK_CONFIG_H
2#define _MAGICKCORE_MAGICK_CONFIG_H 1
cristy3ed852e2009-09-05 21:47:34 +00003
cristy4c08aed2011-07-01 19:47:50 +00004/* MagickCore/magick-config.h. Generated automatically at end of configure. */
cristy3ed852e2009-09-05 21:47:34 +00005/* 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 */
cristy00e93b42012-01-18 17:40:03 +000012/* #undef AUTOTRACE_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000013
14/* Define if coders and filters are to be built as modules. */
cristy4bb5dbb2012-02-07 14:07:25 +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 */
cristybb06a1a2012-03-15 00:16:53 +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
cristy4a3e2152011-07-02 00:59:04 +000037#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/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
cristy4a3e2152011-07-02 00:59:04 +000042#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/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 */
cristybb06a1a2012-03-15 00:16:53 +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
cristy09b53e12011-10-14 12:47:22 +000063#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick//"
cristy3ed852e2009-09-05 21:47:34 +000064#endif
65
66/* Define if you have Display Postscript */
67/* #undef DPS_DELEGATE */
68
cristy3ed852e2009-09-05 21:47:34 +000069/* exclude deprecated methods in MagickCore API */
70/* #undef EXCLUDE_DEPRECATED */
71
72/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000073#ifndef MAGICKCORE_EXECUTABLE_PATH
74#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000075#endif
76
77/* Define if you have FFTW library */
cristybb06a1a2012-03-15 00:16:53 +000078#ifndef MAGICKCORE_FFTW_DELEGATE
79#define MAGICKCORE_FFTW_DELEGATE 1
80#endif
cristy3ed852e2009-09-05 21:47:34 +000081
82/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000083#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000084#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000085#endif
86
87/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000088#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000089#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000090#endif
91
92/* Define if you have FONTCONFIG library */
cristybb06a1a2012-03-15 00:16:53 +000093#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
94#define MAGICKCORE_FONTCONFIG_DELEGATE 1
95#endif
cristy3ed852e2009-09-05 21:47:34 +000096
97/* Define if you have FlashPIX library */
cristy7247bba2012-02-05 16:37:27 +000098/* #undef FPX_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000099
cristy81beccd2011-10-03 18:17:24 +0000100/* Define if you have FreeType (TrueType font) library */
cristybb06a1a2012-03-15 00:16:53 +0000101#ifndef MAGICKCORE_FREETYPE_DELEGATE
102#define MAGICKCORE_FREETYPE_DELEGATE 1
103#endif
cristy3ed852e2009-09-05 21:47:34 +0000104
105/* Define if you have Ghostscript library or framework */
cristy00e93b42012-01-18 17:40:03 +0000106/* #undef GS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000107
108/* Define if you have GVC library */
cristybb06a1a2012-03-15 00:16:53 +0000109#ifndef MAGICKCORE_GVC_DELEGATE
110#define MAGICKCORE_GVC_DELEGATE 1
111#endif
cristy3ed852e2009-09-05 21:47:34 +0000112
cristyb33454f2011-08-03 02:10:45 +0000113/* Define to 1 if you have the `acosh' function. */
114#ifndef MAGICKCORE_HAVE_ACOSH
115#define MAGICKCORE_HAVE_ACOSH 1
116#endif
117
cristy3ed852e2009-09-05 21:47:34 +0000118/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000119#ifndef MAGICKCORE_HAVE_ARGZ_ADD
120#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000121#endif
122
123/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000124#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
125#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000126#endif
127
128/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000129#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
130#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000131#endif
132
133/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000134#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
135#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000136#endif
137
138/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000139#ifndef MAGICKCORE_HAVE_ARGZ_H
140#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000141#endif
142
143/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000144#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
145#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000146#endif
147
148/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000149#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
150#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000151#endif
152
153/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000154#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
155#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000156#endif
157
158/* Define to 1 if you have the <arm/limits.h> header file. */
159/* #undef HAVE_ARM_LIMITS_H */
160
cristyb33454f2011-08-03 02:10:45 +0000161/* Define to 1 if you have the `asinh' function. */
162#ifndef MAGICKCORE_HAVE_ASINH
163#define MAGICKCORE_HAVE_ASINH 1
164#endif
165
166/* Define to 1 if you have the `atanh' function. */
167#ifndef MAGICKCORE_HAVE_ATANH
168#define MAGICKCORE_HAVE_ATANH 1
169#endif
170
cristy3ed852e2009-09-05 21:47:34 +0000171/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000172#ifndef MAGICKCORE_HAVE_ATEXIT
173#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000174#endif
175
cristyc5baf4f2010-08-31 15:05:33 +0000176/* Define to 1 if you have the `atoll' function. */
177#ifndef MAGICKCORE_HAVE_ATOLL
178#define MAGICKCORE_HAVE_ATOLL 1
179#endif
180
cristy3ed852e2009-09-05 21:47:34 +0000181/* define if bool is a built-in type */
cristy00e93b42012-01-18 17:40:03 +0000182#ifndef MAGICKCORE_HAVE_BOOL
183#define MAGICKCORE_HAVE_BOOL /**/
184#endif
cristy3ed852e2009-09-05 21:47:34 +0000185
cristy47b022b2011-01-18 22:29:21 +0000186/* Define to 1 if you have the `cabs' function. */
187#ifndef MAGICKCORE_HAVE_CABS
188#define MAGICKCORE_HAVE_CABS 1
189#endif
190
191/* Define to 1 if you have the `carg' function. */
192#ifndef MAGICKCORE_HAVE_CARG
193#define MAGICKCORE_HAVE_CARG 1
194#endif
195
cristy56ed31c2010-03-22 00:46:21 +0000196/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000197#ifndef MAGICKCORE_HAVE_CIMAG
198#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000199#endif
200
cristy3ed852e2009-09-05 21:47:34 +0000201/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000202#ifndef MAGICKCORE_HAVE_CLOCK
203#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000204#endif
205
cristye43a45e2009-09-28 14:49:00 +0000206/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000207#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
208#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000209#endif
210
cristye43a45e2009-09-28 14:49:00 +0000211/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000212#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
213#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000214#endif
215
cristy3ed852e2009-09-05 21:47:34 +0000216/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000217#ifndef MAGICKCORE_HAVE_CLOSEDIR
218#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000219#endif
220
cristyfe2e68f2010-01-09 19:16:03 +0000221/* Define to 1 if you have the <CL/cl.h> header file. */
cristy4bb5dbb2012-02-07 14:07:25 +0000222/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000223
cristy3ed852e2009-09-05 21:47:34 +0000224/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000225#ifndef MAGICKCORE_HAVE_COMPLEX_H
226#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000227#endif
228
cristy47b022b2011-01-18 22:29:21 +0000229/* Define to 1 if you have the `creal' function. */
230#ifndef MAGICKCORE_HAVE_CREAL
231#define MAGICKCORE_HAVE_CREAL 1
232#endif
233
cristyc5baf4f2010-08-31 15:05:33 +0000234/* Define to 1 if you have the `ctime_r' function. */
235#ifndef MAGICKCORE_HAVE_CTIME_R
236#define MAGICKCORE_HAVE_CTIME_R 1
237#endif
238
cristy3ed852e2009-09-05 21:47:34 +0000239/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
240 you don't. */
cristybb06a1a2012-03-15 00:16:53 +0000241/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
cristy3ed852e2009-09-05 21:47:34 +0000242
243/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
244 */
cristy964cb7f2010-04-25 23:18:00 +0000245#ifndef MAGICKCORE_HAVE_DECL_PREAD
246#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000247#endif
248
249/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
250 */
cristy964cb7f2010-04-25 23:18:00 +0000251#ifndef MAGICKCORE_HAVE_DECL_PWRITE
252#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000253#endif
254
cristy7d4a1d62011-10-13 15:54:12 +0000255/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
256 don't. */
257#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
258#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
259#endif
260
cristy3ed852e2009-09-05 21:47:34 +0000261/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
262 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000263#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
264#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000265#endif
266
cristy92703d82010-04-26 00:18:18 +0000267/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
268 */
cristybb06a1a2012-03-15 00:16:53 +0000269/* #undef HAVE_DECL_TZNAME */
cristy92703d82010-04-26 00:18:18 +0000270
cristy3ed852e2009-09-05 21:47:34 +0000271/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
272 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000273#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
274#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000275#endif
276
277/* Define to 1 if you have the `directio' function. */
278/* #undef HAVE_DIRECTIO */
279
280/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
281 */
cristy964cb7f2010-04-25 23:18:00 +0000282#ifndef MAGICKCORE_HAVE_DIRENT_H
283#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000284#endif
285
286/* Define if you have the GNU dld library. */
287/* #undef HAVE_DLD */
288
289/* Define to 1 if you have the <dld.h> header file. */
290/* #undef HAVE_DLD_H */
291
292/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000293#ifndef MAGICKCORE_HAVE_DLERROR
294#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000295#endif
296
297/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000298#ifndef MAGICKCORE_HAVE_DLFCN_H
299#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000300#endif
301
302/* Define to 1 if you have the <dl.h> header file. */
303/* #undef HAVE_DL_H */
304
305/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
306/* #undef HAVE_DOPRNT */
307
308/* Define if you have the _dyld_func_lookup function. */
309/* #undef HAVE_DYLD */
310
311/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000312#ifndef MAGICKCORE_HAVE_ERRNO_H
313#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000314#endif
315
316/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000317#ifndef MAGICKCORE_HAVE_ERROR_T
318#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000319#endif
320
321/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000322#ifndef MAGICKCORE_HAVE_EXECVP
323#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000324#endif
325
cristyf1440cb2010-02-23 02:24:21 +0000326/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000327#ifndef MAGICKCORE_HAVE_FCHMOD
328#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000329#endif
330
cristy3ed852e2009-09-05 21:47:34 +0000331/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000332#ifndef MAGICKCORE_HAVE_FCNTL_H
333#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000334#endif
335
336/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000337#ifndef MAGICKCORE_HAVE_FLOOR
338#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000339#endif
cristy3ed852e2009-09-05 21:47:34 +0000340
341/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000342#ifndef MAGICKCORE_HAVE_FORK
343#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000344#endif
345
346/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000347#ifndef MAGICKCORE_HAVE_FSEEKO
348#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000349#endif
350
cristy81beccd2011-10-03 18:17:24 +0000351/* Define to 1 if you have the <ft2build.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000352#ifndef MAGICKCORE_HAVE_FT2BUILD_H
353#define MAGICKCORE_HAVE_FT2BUILD_H 1
354#endif
cristy81beccd2011-10-03 18:17:24 +0000355
cristy3ed852e2009-09-05 21:47:34 +0000356/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000357#ifndef MAGICKCORE_HAVE_FTIME
358#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000359#endif
360
361/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000362#ifndef MAGICKCORE_HAVE_FTRUNCATE
363#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000364#endif
365
366/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000367#ifndef MAGICKCORE_HAVE_GETCWD
368#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000369#endif
370
cristyc5baf4f2010-08-31 15:05:33 +0000371/* Define to 1 if you have the `getc_unlocked' function. */
372#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
373#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
374#endif
375
cristy3ed852e2009-09-05 21:47:34 +0000376/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000377#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
378#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000379#endif
380
381/* Define to 1 if you have the `getexecname' function. */
382/* #undef HAVE_GETEXECNAME */
383
384/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000385#ifndef MAGICKCORE_HAVE_GETPAGESIZE
386#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000387#endif
388
389/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000390#ifndef MAGICKCORE_HAVE_GETPID
391#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000392#endif
393
cristyd3ef0102009-09-12 18:11:06 +0000394/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000395#ifndef MAGICKCORE_HAVE_GETRLIMIT
396#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000397#endif
398
cristy3ed852e2009-09-05 21:47:34 +0000399/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000400#ifndef MAGICKCORE_HAVE_GETRUSAGE
401#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000402#endif
403
404/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000405#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
406#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000407#endif
408
409/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000410#ifndef MAGICKCORE_HAVE_GMTIME_R
411#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000412#endif
413
cristy501c8042011-05-26 17:46:28 +0000414/* Define to 1 if the system has the type `intmax_t'. */
415#ifndef MAGICKCORE_HAVE_INTMAX_T
416#define MAGICKCORE_HAVE_INTMAX_T 1
417#endif
418
419/* Define to 1 if the system has the type `intptr_t'. */
420#ifndef MAGICKCORE_HAVE_INTPTR_T
421#define MAGICKCORE_HAVE_INTPTR_T 1
422#endif
423
cristy3ed852e2009-09-05 21:47:34 +0000424/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000425#ifndef MAGICKCORE_HAVE_INTTYPES_H
426#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000427#endif
428
cristy82b20722011-11-05 21:52:36 +0000429/* Define to 1 if you have the `isnan' function. */
430#ifndef MAGICKCORE_HAVE_ISNAN
431#define MAGICKCORE_HAVE_ISNAN 1
432#endif
433
cristy161b9262010-03-20 19:34:32 +0000434/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000435#ifndef MAGICKCORE_HAVE_J0
436#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000437#endif
438
439/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000440#ifndef MAGICKCORE_HAVE_J1
441#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000442#endif
443
cristyd09bcf92010-03-25 03:04:45 +0000444/* Define if you have the <lcms2.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000445#ifndef MAGICKCORE_HAVE_LCMS2_H
446#define MAGICKCORE_HAVE_LCMS2_H 1
447#endif
cristyd09bcf92010-03-25 03:04:45 +0000448
cristy71203402010-06-18 13:12:03 +0000449/* Define if you have the <lcms2/lcms2.h> header file. */
450/* #undef HAVE_LCMS2_LCMS2_H */
451
cristy3ed852e2009-09-05 21:47:34 +0000452/* Define if you have the <lcms.h> header file. */
cristy7247bba2012-02-05 16:37:27 +0000453/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000454
455/* Define if you have the <lcms/lcms.h> header file. */
456/* #undef HAVE_LCMS_LCMS_H */
457
458/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000459#ifndef MAGICKCORE_HAVE_LIBDL
460#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000461#endif
462
463/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000464#ifndef MAGICKCORE_HAVE_LIBDLLOADER
465#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000466#endif
467
468/* Define to 1 if you have the `gcov' library (-lgcov). */
469/* #undef HAVE_LIBGCOV */
470
471/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000472#ifndef MAGICKCORE_HAVE_LIMITS_H
473#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000474#endif
475
476/* Define to 1 if you have the <linux/unistd.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000477#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
478#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
479#endif
cristy3ed852e2009-09-05 21:47:34 +0000480
cristyc5baf4f2010-08-31 15:05:33 +0000481/* Define to 1 if you have the `lltostr' function. */
482/* #undef HAVE_LLTOSTR */
483
cristy3ed852e2009-09-05 21:47:34 +0000484/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000485#ifndef MAGICKCORE_HAVE_LOCALE_H
486#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000487#endif
488
489/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000490#ifndef MAGICKCORE_HAVE_LOCALTIME_R
491#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000492#endif
493
cristy501c8042011-05-26 17:46:28 +0000494/* Define to 1 if the system has the type `long double'. */
495#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
496#define MAGICKCORE_HAVE_LONG_DOUBLE 1
497#endif
498
cristy3ed852e2009-09-05 21:47:34 +0000499/* Define to 1 if the type `long double' works and has more range or precision
500 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000501#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
502#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000503#endif
504
cristy501c8042011-05-26 17:46:28 +0000505/* Define to 1 if the system has the type `long long int'. */
506#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
507#define MAGICKCORE_HAVE_LONG_LONG_INT 1
508#endif
509
cristy3ed852e2009-09-05 21:47:34 +0000510/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000511#ifndef MAGICKCORE_HAVE_LSTAT
512#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000513#endif
514
cristy3ed852e2009-09-05 21:47:34 +0000515/* Define this if a modern libltdl is already installed */
cristybb06a1a2012-03-15 00:16:53 +0000516#ifndef MAGICKCORE_HAVE_LTDL
517#define MAGICKCORE_HAVE_LTDL 1
518#endif
cristy3ed852e2009-09-05 21:47:34 +0000519
520/* Define to 1 if you have the <machine/param.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000521/* #undef HAVE_MACHINE_PARAM_H */
cristy3ed852e2009-09-05 21:47:34 +0000522
523/* Define to 1 if you have the <mach-o/dyld.h> header file. */
524/* #undef HAVE_MACH_O_DYLD_H */
525
cristy501c8042011-05-26 17:46:28 +0000526/* Define to 1 if <wchar.h> declares mbstate_t. */
527#ifndef MAGICKCORE_HAVE_MBSTATE_T
528#define MAGICKCORE_HAVE_MBSTATE_T 1
529#endif
530
cristy3ed852e2009-09-05 21:47:34 +0000531/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000532#ifndef MAGICKCORE_HAVE_MEMMOVE
533#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000534#endif
535
536/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000537#ifndef MAGICKCORE_HAVE_MEMORY_H
538#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000539#endif
540
541/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000542#ifndef MAGICKCORE_HAVE_MEMSET
543#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000544#endif
545
546/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000547#ifndef MAGICKCORE_HAVE_MKSTEMP
548#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000549#endif
550
551/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000552#ifndef MAGICKCORE_HAVE_MMAP
553#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000554#endif
555
556/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000557#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
558#define MAGICKCORE_HAVE_MMAP_FILEIO 1
559#endif
cristy3ed852e2009-09-05 21:47:34 +0000560
561/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000562#ifndef MAGICKCORE_HAVE_MUNMAP
563#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000564#endif
565
566/* define if the compiler implements namespaces */
cristy00e93b42012-01-18 17:40:03 +0000567#ifndef MAGICKCORE_HAVE_NAMESPACES
568#define MAGICKCORE_HAVE_NAMESPACES /**/
569#endif
cristy964cb7f2010-04-25 23:18:00 +0000570
571/* Define if g++ supports namespace std. */
cristy00e93b42012-01-18 17:40:03 +0000572#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
573#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
574#endif
cristy3ed852e2009-09-05 21:47:34 +0000575
cristya21afde2010-07-02 00:45:40 +0000576/* Define to 1 if you have the `nanosleep' function. */
577#ifndef MAGICKCORE_HAVE_NANOSLEEP
578#define MAGICKCORE_HAVE_NANOSLEEP 1
579#endif
580
cristy3ed852e2009-09-05 21:47:34 +0000581/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
582/* #undef HAVE_NDIR_H */
583
cristya8549b12011-05-18 19:05:08 +0000584/* Define to 1 if you have the `newlocale' function. */
cristybb06a1a2012-03-15 00:16:53 +0000585#ifndef MAGICKCORE_HAVE_NEWLOCALE
586#define MAGICKCORE_HAVE_NEWLOCALE 1
587#endif
cristya8549b12011-05-18 19:05:08 +0000588
cristyfe2e68f2010-01-09 19:16:03 +0000589/* Define to 1 if you have the <OpenCL/cl.h> header file. */
590/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000591
cristy3ed852e2009-09-05 21:47:34 +0000592/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000593#ifndef MAGICKCORE_HAVE_OPENDIR
594#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000595#endif
596
597/* Define to 1 if you have the <OS.h> header file. */
598/* #undef HAVE_OS_H */
599
600/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000601#ifndef MAGICKCORE_HAVE_PCLOSE
602#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000603#endif
604
605/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000606#ifndef MAGICKCORE_HAVE_POLL
607#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000608#endif
609
610/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000611#ifndef MAGICKCORE_HAVE_POPEN
612#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000613#endif
614
615/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000616#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
617#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000618#endif
619
620/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000621#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
622#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000623#endif
624
625/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000626#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
627#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000628#endif
629
630/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000631#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
632#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000633#endif
634
cristy5c40fb42010-08-05 16:12:44 +0000635/* Define to 1 if you have the `posix_spawnp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000636#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
637#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
638#endif
cristy5c40fb42010-08-05 16:12:44 +0000639
cristy3ed852e2009-09-05 21:47:34 +0000640/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000641#ifndef MAGICKCORE_HAVE_POW
642#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000643#endif
cristy3ed852e2009-09-05 21:47:34 +0000644
645/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000646#ifndef MAGICKCORE_HAVE_PREAD
647#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000648#endif
649
650/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000651#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
652#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000653#endif
654
cristy98e91bd2010-01-12 01:11:42 +0000655/* Define to 1 if you have the <process.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000656/* #undef HAVE_PROCESS_H */
cristy98e91bd2010-01-12 01:11:42 +0000657
cristy3ed852e2009-09-05 21:47:34 +0000658/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000659#ifndef MAGICKCORE_HAVE_PTHREAD
660#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000661#endif
662
cristya316db12011-10-24 00:49:45 +0000663/* Have PTHREAD_PRIO_INHERIT. */
cristybb06a1a2012-03-15 00:16:53 +0000664#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
665#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
666#endif
cristya316db12011-10-24 00:49:45 +0000667
cristy3ed852e2009-09-05 21:47:34 +0000668/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000669#ifndef MAGICKCORE_HAVE_PWRITE
670#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000671#endif
672
cristyc5baf4f2010-08-31 15:05:33 +0000673/* Define to 1 if you have the `qsort_r' function. */
cristybb06a1a2012-03-15 00:16:53 +0000674#ifndef MAGICKCORE_HAVE_QSORT_R
675#define MAGICKCORE_HAVE_QSORT_R 1
676#endif
cristyc5baf4f2010-08-31 15:05:33 +0000677
cristy3ed852e2009-09-05 21:47:34 +0000678/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000679#ifndef MAGICKCORE_HAVE_RAISE
680#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000681#endif
682
683/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000684#ifndef MAGICKCORE_HAVE_RAND_R
685#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000686#endif
687
688/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000689#ifndef MAGICKCORE_HAVE_READDIR
690#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000691#endif
692
693/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000694#ifndef MAGICKCORE_HAVE_READDIR_R
695#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000696#endif
697
698/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000699#ifndef MAGICKCORE_HAVE_READLINK
700#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000701#endif
702
703/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000704#ifndef MAGICKCORE_HAVE_REALPATH
705#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000706#endif
707
708/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000709#ifndef MAGICKCORE_HAVE_SEEKDIR
710#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000711#endif
712
713/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000714#ifndef MAGICKCORE_HAVE_SELECT
715#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000716#endif
717
718/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000719#ifndef MAGICKCORE_HAVE_SETLOCALE
720#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000721#endif
722
723/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000724#ifndef MAGICKCORE_HAVE_SETVBUF
725#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000726#endif
727
728/* X11 server supports shape extension */
cristybb06a1a2012-03-15 00:16:53 +0000729#ifndef MAGICKCORE_HAVE_SHAPE
730#define MAGICKCORE_HAVE_SHAPE 1
731#endif
cristy3ed852e2009-09-05 21:47:34 +0000732
733/* X11 server supports shared memory extension */
cristybb06a1a2012-03-15 00:16:53 +0000734#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
735#define MAGICKCORE_HAVE_SHARED_MEMORY 1
736#endif
cristy3ed852e2009-09-05 21:47:34 +0000737
738/* Define if you have the shl_load function. */
739/* #undef HAVE_SHL_LOAD */
740
741/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000742#ifndef MAGICKCORE_HAVE_SIGACTION
743#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000744#endif
745
746/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000747#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
748#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000749#endif
750
cristy393bbe52010-01-11 16:32:56 +0000751/* Define to 1 if you have the `spawnvp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000752/* #undef HAVE_SPAWNVP */
cristy393bbe52010-01-11 16:32:56 +0000753
cristy3ed852e2009-09-05 21:47:34 +0000754/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000755#ifndef MAGICKCORE_HAVE_SQRT
756#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000757#endif
cristy3ed852e2009-09-05 21:47:34 +0000758
759/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000760#ifndef MAGICKCORE_HAVE_STAT
761#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000762#endif
763
764/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000765#ifndef MAGICKCORE_HAVE_STDARG_H
766#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000767#endif
768
769/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000770#ifndef MAGICKCORE_HAVE_STDBOOL_H
771#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000772#endif
773
cristy3ed852e2009-09-05 21:47:34 +0000774/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000775#ifndef MAGICKCORE_HAVE_STDINT_H
776#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000777#endif
778
779/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000780#ifndef MAGICKCORE_HAVE_STDLIB_H
781#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000782#endif
783
784/* define if the compiler supports ISO C++ standard library */
cristy00e93b42012-01-18 17:40:03 +0000785#ifndef MAGICKCORE_HAVE_STD_LIBS
786#define MAGICKCORE_HAVE_STD_LIBS /**/
787#endif
cristy3ed852e2009-09-05 21:47:34 +0000788
789/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000790#ifndef MAGICKCORE_HAVE_STRCASECMP
791#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000792#endif
793
794/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000795#ifndef MAGICKCORE_HAVE_STRCHR
796#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000797#endif
798
799/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000800#ifndef MAGICKCORE_HAVE_STRCSPN
801#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000802#endif
803
804/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000805#ifndef MAGICKCORE_HAVE_STRDUP
806#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000807#endif
808
809/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000810#ifndef MAGICKCORE_HAVE_STRERROR
811#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000812#endif
813
814/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000815#ifndef MAGICKCORE_HAVE_STRERROR_R
816#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000817#endif
818
819/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000820#ifndef MAGICKCORE_HAVE_STRINGIZE
821#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000822#endif
823
824/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000825#ifndef MAGICKCORE_HAVE_STRINGS_H
826#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000827#endif
828
829/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000830#ifndef MAGICKCORE_HAVE_STRING_H
831#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000832#endif
833
834/* Define to 1 if you have the `strlcat' function. */
cristybb06a1a2012-03-15 00:16:53 +0000835/* #undef HAVE_STRLCAT */
cristy3ed852e2009-09-05 21:47:34 +0000836
837/* Define to 1 if you have the `strlcpy' function. */
cristybb06a1a2012-03-15 00:16:53 +0000838/* #undef HAVE_STRLCPY */
cristy3ed852e2009-09-05 21:47:34 +0000839
840/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000841#ifndef MAGICKCORE_HAVE_STRNCASECMP
842#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000843#endif
844
845/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000846#ifndef MAGICKCORE_HAVE_STRPBRK
847#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000848#endif
849
850/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000851#ifndef MAGICKCORE_HAVE_STRRCHR
852#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000853#endif
854
855/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000856#ifndef MAGICKCORE_HAVE_STRSPN
857#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000858#endif
859
860/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000861#ifndef MAGICKCORE_HAVE_STRSTR
862#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000863#endif
864
cristy6c1eef12011-05-17 02:13:08 +0000865/* Define to 1 if you have the `strtod' function. */
866#ifndef MAGICKCORE_HAVE_STRTOD
867#define MAGICKCORE_HAVE_STRTOD 1
868#endif
869
870/* Define to 1 if you have the `strtod_l' function. */
cristybb06a1a2012-03-15 00:16:53 +0000871#ifndef MAGICKCORE_HAVE_STRTOD_L
872#define MAGICKCORE_HAVE_STRTOD_L 1
873#endif
cristy6c1eef12011-05-17 02:13:08 +0000874
cristy3ed852e2009-09-05 21:47:34 +0000875/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000876#ifndef MAGICKCORE_HAVE_STRTOL
877#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000878#endif
879
cristy5131f3e2009-12-18 03:09:10 +0000880/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000881#ifndef MAGICKCORE_HAVE_STRTOUL
882#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000883#endif
884
cristy92703d82010-04-26 00:18:18 +0000885/* Define to 1 if `tm_zone' is a member of `struct tm'. */
cristybb06a1a2012-03-15 00:16:53 +0000886#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
887#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
888#endif
cristy92703d82010-04-26 00:18:18 +0000889
cristy3ed852e2009-09-05 21:47:34 +0000890/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000891#ifndef MAGICKCORE_HAVE_SYMLINK
892#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000893#endif
894
895/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000896#ifndef MAGICKCORE_HAVE_SYSCONF
897#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000898#endif
899
900/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
901 */
902/* #undef HAVE_SYS_DIR_H */
903
904/* Define to 1 if you have the <sys/dl.h> header file. */
905/* #undef HAVE_SYS_DL_H */
906
907/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000908#ifndef MAGICKCORE_HAVE_SYS_IPC_H
909#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000910#endif
911
912/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
913 */
914/* #undef HAVE_SYS_NDIR_H */
915
cristycd4c5312009-11-22 01:19:08 +0000916/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000917#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
918#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000919#endif
920
cristy3ed852e2009-09-05 21:47:34 +0000921/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000922#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
923#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000924#endif
925
926/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000927#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
928#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000929#endif
930
931/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000932#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
933#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000934#endif
935
936/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000937#ifndef MAGICKCORE_HAVE_SYS_STAT_H
938#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000939#endif
940
941/* Define to 1 if you have the <sys/syslimits.h> header file. */
942/* #undef HAVE_SYS_SYSLIMITS_H */
943
944/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000945#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
946#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000947#endif
948
949/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000950#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
951#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000952#endif
953
954/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000955#ifndef MAGICKCORE_HAVE_SYS_TIME_H
956#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000957#endif
958
959/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000960#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
961#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000962#endif
963
964/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000965#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
966#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000967#endif
968
969/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000970#ifndef MAGICKCORE_HAVE_TELLDIR
971#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000972#endif
973
974/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000975#ifndef MAGICKCORE_HAVE_TEMPNAM
976#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000977#endif
978
979/* Define to 1 if you have the <tiffconf.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000980#ifndef MAGICKCORE_HAVE_TIFFCONF_H
981#define MAGICKCORE_HAVE_TIFFCONF_H 1
982#endif
cristy3ed852e2009-09-05 21:47:34 +0000983
cristy3f590e52011-11-14 14:29:44 +0000984/* Define to 1 if you have the `TIFFIsBigEndian' function. */
cristybb06a1a2012-03-15 00:16:53 +0000985#ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
986#define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
987#endif
cristy3f590e52011-11-14 14:29:44 +0000988
cristy3ed852e2009-09-05 21:47:34 +0000989/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristybb06a1a2012-03-15 00:16:53 +0000990#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
991#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
992#endif
cristy3ed852e2009-09-05 21:47:34 +0000993
994/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristybb06a1a2012-03-15 00:16:53 +0000995#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
996#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
997#endif
cristy3ed852e2009-09-05 21:47:34 +0000998
999/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristybb06a1a2012-03-15 00:16:53 +00001000#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
1001#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
1002#endif
cristy3ed852e2009-09-05 21:47:34 +00001003
1004/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +00001005#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
1006#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
1007#endif
cristy3ed852e2009-09-05 21:47:34 +00001008
1009/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristybb06a1a2012-03-15 00:16:53 +00001010#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
1011#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
1012#endif
cristy3ed852e2009-09-05 21:47:34 +00001013
1014/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +00001015#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1016#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
1017#endif
cristy3ed852e2009-09-05 21:47:34 +00001018
1019/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristybb06a1a2012-03-15 00:16:53 +00001020#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1021#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
1022#endif
cristy3ed852e2009-09-05 21:47:34 +00001023
1024/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001025#ifndef MAGICKCORE_HAVE_TIMES
1026#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001027#endif
1028
cristy92703d82010-04-26 00:18:18 +00001029/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1030 `HAVE_STRUCT_TM_TM_ZONE' instead. */
cristybb06a1a2012-03-15 00:16:53 +00001031#ifndef MAGICKCORE_HAVE_TM_ZONE
1032#define MAGICKCORE_HAVE_TM_ZONE 1
1033#endif
cristy92703d82010-04-26 00:18:18 +00001034
1035/* Define to 1 if you don't have `tm_zone' but do have the external array
1036 `tzname'. */
cristybb06a1a2012-03-15 00:16:53 +00001037/* #undef HAVE_TZNAME */
cristy92703d82010-04-26 00:18:18 +00001038
cristy501c8042011-05-26 17:46:28 +00001039/* Define to 1 if the system has the type `uintmax_t'. */
1040#ifndef MAGICKCORE_HAVE_UINTMAX_T
1041#define MAGICKCORE_HAVE_UINTMAX_T 1
1042#endif
1043
1044/* Define to 1 if the system has the type `uintptr_t'. */
1045#ifndef MAGICKCORE_HAVE_UINTPTR_T
1046#define MAGICKCORE_HAVE_UINTPTR_T 1
1047#endif
1048
cristyc5baf4f2010-08-31 15:05:33 +00001049/* Define to 1 if you have the `ulltostr' function. */
1050/* #undef HAVE_ULLTOSTR */
1051
cristy3ed852e2009-09-05 21:47:34 +00001052/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001053#ifndef MAGICKCORE_HAVE_UNISTD_H
1054#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001055#endif
1056
cristy501c8042011-05-26 17:46:28 +00001057/* Define to 1 if the system has the type `unsigned long long int'. */
1058#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1059#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1060#endif
1061
cristya20c9042011-05-19 13:22:18 +00001062/* Define to 1 if you have the `uselocale' function. */
cristybb06a1a2012-03-15 00:16:53 +00001063#ifndef MAGICKCORE_HAVE_USELOCALE
1064#define MAGICKCORE_HAVE_USELOCALE 1
1065#endif
cristya20c9042011-05-19 13:22:18 +00001066
cristy3ed852e2009-09-05 21:47:34 +00001067/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001068#ifndef MAGICKCORE_HAVE_USLEEP
1069#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001070#endif
1071
cristyf1440cb2010-02-23 02:24:21 +00001072/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001073#ifndef MAGICKCORE_HAVE_UTIME
1074#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001075#endif
1076
cristy3ed852e2009-09-05 21:47:34 +00001077/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001078#ifndef MAGICKCORE_HAVE_VFORK
1079#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001080#endif
1081
1082/* Define to 1 if you have the <vfork.h> header file. */
1083/* #undef HAVE_VFORK_H */
1084
cristy5d0cd952011-05-19 21:21:41 +00001085/* Define to 1 if you have the `vfprintf' function. */
1086#ifndef MAGICKCORE_HAVE_VFPRINTF
1087#define MAGICKCORE_HAVE_VFPRINTF 1
1088#endif
1089
1090/* Define to 1 if you have the `vfprintf_l' function. */
1091/* #undef HAVE_VFPRINTF_L */
1092
cristy3ed852e2009-09-05 21:47:34 +00001093/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001094#ifndef MAGICKCORE_HAVE_VPRINTF
1095#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001096#endif
1097
1098/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001099#ifndef MAGICKCORE_HAVE_VSNPRINTF
1100#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001101#endif
1102
cristyb51dff52011-05-19 16:55:47 +00001103/* Define to 1 if you have the `vsnprintf_l' function. */
1104/* #undef HAVE_VSNPRINTF_L */
1105
cristy3ed852e2009-09-05 21:47:34 +00001106/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001107#ifndef MAGICKCORE_HAVE_VSPRINTF
1108#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001109#endif
1110
1111/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001112#ifndef MAGICKCORE_HAVE_WAITPID
1113#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001114#endif
1115
1116/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001117#ifndef MAGICKCORE_HAVE_WCHAR_H
1118#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001119#endif
1120
cristy736173a2009-09-20 21:18:22 +00001121/* Define to 1 if you have the <windows.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001122/* #undef HAVE_WINDOWS_H */
cristy736173a2009-09-20 21:18:22 +00001123
cristy739df912009-10-24 16:10:18 +00001124/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001125#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1126#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001127#endif
1128
1129/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001130#ifndef MAGICKCORE_HAVE_WORKING_FORK
1131#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001132#endif
1133
1134/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001135#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1136#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001137#endif
1138
cristya8549b12011-05-18 19:05:08 +00001139/* Define to 1 if you have the <xlocale.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001140#ifndef MAGICKCORE_HAVE_XLOCALE_H
1141#define MAGICKCORE_HAVE_XLOCALE_H 1
1142#endif
cristya8549b12011-05-18 19:05:08 +00001143
cristy3ed852e2009-09-05 21:47:34 +00001144/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001145#ifndef MAGICKCORE_HAVE__BOOL
1146#define MAGICKCORE_HAVE__BOOL 1
1147#endif
cristy3ed852e2009-09-05 21:47:34 +00001148
1149/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001150#ifndef MAGICKCORE_HAVE__EXIT
1151#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001152#endif
1153
1154/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1155/* #undef HAVE__NSGETEXECUTABLEPATH */
1156
1157/* Define to 1 if you have the `_pclose' function. */
cristybb06a1a2012-03-15 00:16:53 +00001158/* #undef HAVE__PCLOSE */
cristy3ed852e2009-09-05 21:47:34 +00001159
1160/* Define to 1 if you have the `_popen' function. */
cristybb06a1a2012-03-15 00:16:53 +00001161/* #undef HAVE__POPEN */
cristy3ed852e2009-09-05 21:47:34 +00001162
1163/* Define to 1 if you have the `_wfopen' function. */
1164/* #undef HAVE__WFOPEN */
1165
1166/* Define to 1 if you have the `_wstat' function. */
1167/* #undef HAVE__WSTAT */
1168
cristy92703d82010-04-26 00:18:18 +00001169/* define if your compiler has __attribute__ */
1170#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1171#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1172#endif
1173
cristy3ed852e2009-09-05 21:47:34 +00001174/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001175/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001176
1177/* Define if you have umem memory allocation library */
1178/* #undef HasUMEM */
1179
cristy2a11bef2011-10-28 18:33:11 +00001180/* Directory where ImageMagick headers live. */
1181#ifndef MAGICKCORE_INCLUDE_PATH
1182#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001183#endif
1184
cristy3ed852e2009-09-05 21:47:34 +00001185/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001186#ifndef MAGICKCORE_INSTALLED_SUPPORT
1187#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001188#endif
1189
1190/* Define if you have JBIG library */
cristy4bb5dbb2012-02-07 14:07:25 +00001191/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001192
1193/* Define if you have JPEG version 2 "Jasper" library */
cristybb06a1a2012-03-15 00:16:53 +00001194#ifndef MAGICKCORE_JP2_DELEGATE
1195#define MAGICKCORE_JP2_DELEGATE 1
1196#endif
cristy3ed852e2009-09-05 21:47:34 +00001197
1198/* Define if you have JPEG library */
cristybb06a1a2012-03-15 00:16:53 +00001199#ifndef MAGICKCORE_JPEG_DELEGATE
1200#define MAGICKCORE_JPEG_DELEGATE 1
1201#endif
cristy3ed852e2009-09-05 21:47:34 +00001202
cristy71203402010-06-18 13:12:03 +00001203/* Define if you have LCMS (v1.11 or later) library */
cristybb06a1a2012-03-15 00:16:53 +00001204#ifndef MAGICKCORE_LCMS_DELEGATE
1205#define MAGICKCORE_LCMS_DELEGATE 1
1206#endif
cristy3ed852e2009-09-05 21:47:34 +00001207
1208/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001209#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001210#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001211#endif
1212
1213/* Subdirectory of lib where ImageMagick architecture dependent files are
1214 installed */
cristy964cb7f2010-04-25 23:18:00 +00001215#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001216#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001217#endif
1218
1219/* Define if you have LQR library */
cristy7247bba2012-02-05 16:37:27 +00001220/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001221
1222/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001223#ifndef MAGICKCORE_LTDL_DELEGATE
1224#define MAGICKCORE_LTDL_DELEGATE 1
1225#endif
cristy3ed852e2009-09-05 21:47:34 +00001226
1227/* Define if the OS needs help to load dependent libraries for dlopen(). */
cristybb06a1a2012-03-15 00:16:53 +00001228/* #undef LTDL_DLOPEN_DEPLIBS */
cristy3ed852e2009-09-05 21:47:34 +00001229
1230/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001231#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristybb06a1a2012-03-15 00:16:53 +00001232#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib/llvm:/usr/lib64/llvm:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib64/tracker-0.12:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001233#endif
1234
1235/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001236#ifndef MAGICKCORE_LT_LIBEXT
1237#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001238#endif
1239
cristyda16f162011-02-19 23:52:17 +00001240/* The archive prefix */
1241#ifndef MAGICKCORE_LT_LIBPREFIX
1242#define MAGICKCORE_LT_LIBPREFIX "lib"
1243#endif
1244
cristy3ed852e2009-09-05 21:47:34 +00001245/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001246#ifndef MAGICKCORE_LT_MODULE_EXT
cristybb06a1a2012-03-15 00:16:53 +00001247#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001248#endif
1249
1250/* Define to the name of the environment variable that determines the run-time
1251 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001252#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
cristybb06a1a2012-03-15 00:16:53 +00001253#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001254#endif
1255
1256/* Define to the sub-directory in which libtool stores uninstalled libraries.
1257 */
cristy964cb7f2010-04-25 23:18:00 +00001258#ifndef MAGICKCORE_LT_OBJDIR
1259#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001260#endif
1261
cristy99bd5232011-12-07 14:38:20 +00001262/* Define to the shared library suffix, say, ".dylib". */
1263/* #undef LT_SHARED_EXT */
1264
cristy3f590e52011-11-14 14:29:44 +00001265/* Define if you have LZMA library */
cristybb06a1a2012-03-15 00:16:53 +00001266#ifndef MAGICKCORE_LZMA_DELEGATE
1267#define MAGICKCORE_LZMA_DELEGATE 1
1268#endif
cristyfbb0ef02010-12-19 02:32:11 +00001269
cristy3ed852e2009-09-05 21:47:34 +00001270/* Define to prepend to default font search path. */
1271/* #undef MAGICK_FONT_PATH */
1272
1273/* Magick API method prefix */
1274/* #undef NAMESPACE_PREFIX */
1275
cristya0b81c32010-01-22 02:54:33 +00001276/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001277/* #undef NDEBUG */
1278
1279/* Define if dlsym() requires a leading underscore in symbol names. */
1280/* #undef NEED_USCORE */
1281
1282/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1283/* #undef NO_MINUS_C_MINUS_O */
1284
1285/* Define if you have OPENEXR library */
cristy4bb5dbb2012-02-07 14:07:25 +00001286/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001287
cristya448bd22011-10-14 12:38:13 +00001288/* Name of package */
1289#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001290#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001291#endif
1292
cristy3ed852e2009-09-05 21:47:34 +00001293/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001294#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1295#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001296#endif
1297
1298/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001299#ifndef MAGICKCORE_PACKAGE_NAME
1300#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001301#endif
1302
1303/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001304#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001305#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001306#endif
1307
1308/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001309#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001310#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001311#endif
1312
cristy8b350f62009-11-15 23:12:43 +00001313/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001314#ifndef MAGICKCORE_PACKAGE_URL
1315#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001316#endif
1317
cristy3ed852e2009-09-05 21:47:34 +00001318/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001319#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001320#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001321#endif
1322
cristy41cbe8a2011-10-27 01:35:18 +00001323/* Define if you have PANGOFT2 library */
cristybb06a1a2012-03-15 00:16:53 +00001324#ifndef MAGICKCORE_PANGOFT2_DELEGATE
1325#define MAGICKCORE_PANGOFT2_DELEGATE 1
1326#endif
cristy41cbe8a2011-10-27 01:35:18 +00001327
1328/* Define if you have PANGO library */
cristybb06a1a2012-03-15 00:16:53 +00001329#ifndef MAGICKCORE_PANGO_DELEGATE
1330#define MAGICKCORE_PANGO_DELEGATE 1
1331#endif
cristy41cbe8a2011-10-27 01:35:18 +00001332
cristy3ed852e2009-09-05 21:47:34 +00001333/* Define if you have PNG library */
cristybb06a1a2012-03-15 00:16:53 +00001334#ifndef MAGICKCORE_PNG_DELEGATE
1335#define MAGICKCORE_PNG_DELEGATE 1
1336#endif
cristy3ed852e2009-09-05 21:47:34 +00001337
1338/* Define to necessary symbol if this constant uses a non-standard name on
1339 your system. */
1340/* #undef PTHREAD_CREATE_JOINABLE */
1341
1342/* Pixel cache threshold in MB (defaults to available memory) */
1343/* #undef PixelCacheThreshold */
1344
1345/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001346#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001347#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001348#endif
1349
1350/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001351#ifndef MAGICKCORE_RETSIGTYPE
1352#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001353#endif
1354
1355/* Define if you have RSVG library */
cristy4bb5dbb2012-02-07 14:07:25 +00001356/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001357
1358/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001359#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1360#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001361#endif
1362
1363/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001364#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1365#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001366#endif
1367
1368/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001369#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1370#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001371#endif
1372
1373/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001374#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001375#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001376#endif
1377
1378/* Subdirectory of lib where architecture-independent configuration files
1379 live. */
1380#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001381#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001382#endif
1383
1384/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001385#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001386#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001387#endif
1388
1389/* Subdirectory of lib where architecture-independent configuration files
1390 live. */
cristy4f820712011-04-01 12:35:43 +00001391#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001392#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001393#endif
1394
1395/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001396#ifndef MAGICKCORE_SIZEOF_OFF_T
1397#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001398#endif
1399
1400/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001401#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1402#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001403#endif
1404
1405/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001406#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001407#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001408#endif
1409
1410/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001411#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1412#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001413#endif
1414
1415/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001416#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1417#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001418#endif
1419
1420/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001421#ifndef MAGICKCORE_SIZEOF_SIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001422#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001423#endif
1424
cristy330e9352010-06-01 18:42:49 +00001425/* The size of `ssize_t', as computed by sizeof. */
1426#ifndef MAGICKCORE_SIZEOF_SSIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001427#define MAGICKCORE_SIZEOF_SSIZE_T 8
cristy330e9352010-06-01 18:42:49 +00001428#endif
1429
cristy3ed852e2009-09-05 21:47:34 +00001430/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001431#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1432#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001433#endif
1434
1435/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001436#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
cristybb06a1a2012-03-15 00:16:53 +00001437#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001438#endif
1439
1440/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001441#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001442#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001443#endif
1444
1445/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001446#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1447#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001448#endif
1449
1450/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001451#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1452#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001453#endif
1454
1455/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1456/* #undef STAT_MACROS_BROKEN */
1457
1458/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001459#ifndef MAGICKCORE_STDC_HEADERS
1460#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001461#endif
1462
cristy7d4a1d62011-10-13 15:54:12 +00001463/* Define to 1 if strerror_r returns char *. */
1464#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1465#define MAGICKCORE_STRERROR_R_CHAR_P 1
1466#endif
1467
cristy55bf91c2010-09-24 00:29:41 +00001468/* Define if you have POSIX threads libraries and header files. */
1469#ifndef MAGICKCORE_THREAD_SUPPORT
1470#define MAGICKCORE_THREAD_SUPPORT 1
1471#endif
1472
cristy3ed852e2009-09-05 21:47:34 +00001473/* Define if you have TIFF library */
cristybb06a1a2012-03-15 00:16:53 +00001474#ifndef MAGICKCORE_TIFF_DELEGATE
1475#define MAGICKCORE_TIFF_DELEGATE 1
1476#endif
cristy3ed852e2009-09-05 21:47:34 +00001477
1478/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001479#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1480#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001481#endif
1482
1483/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1484/* #undef TM_IN_SYS_TIME */
1485
1486/* Enable extensions on AIX 3, Interix. */
1487#ifndef _ALL_SOURCE
1488# define _ALL_SOURCE 1
1489#endif
1490/* Enable GNU extensions on systems that have them. */
1491#ifndef _GNU_SOURCE
1492# define _GNU_SOURCE 1
1493#endif
1494/* Enable threading extensions on Solaris. */
1495#ifndef _POSIX_PTHREAD_SEMANTICS
1496# define _POSIX_PTHREAD_SEMANTICS 1
1497#endif
1498/* Enable extensions on HP NonStop. */
1499#ifndef _TANDEM_SOURCE
1500# define _TANDEM_SOURCE 1
1501#endif
1502/* Enable general extensions on Solaris. */
1503#ifndef __EXTENSIONS__
1504# define __EXTENSIONS__ 1
1505#endif
1506
1507
cristya448bd22011-10-14 12:38:13 +00001508/* Version number of package */
1509#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001510#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001511#endif
1512
cristyb1860752011-03-14 00:27:46 +00001513/* Define if you have WEBP library */
cristy7247bba2012-02-05 16:37:27 +00001514/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001515
cristy3ed852e2009-09-05 21:47:34 +00001516/* Define to use the Windows GDI32 library */
cristybb06a1a2012-03-15 00:16:53 +00001517/* #undef WINGDI32_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001518
1519/* Define if using the dmalloc debugging malloc package */
1520/* #undef WITH_DMALLOC */
1521
cristy03f7cf92011-12-15 01:40:41 +00001522/* Define if you have wmflite library */
cristyfc3d0222012-02-07 15:05:57 +00001523/* #undef WMFLITE_DELEGATE */
cristy03f7cf92011-12-15 01:40:41 +00001524
1525/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001526/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001527
cristy3ed852e2009-09-05 21:47:34 +00001528/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1529 significant byte first (like Motorola and SPARC, unlike Intel). */
1530#if defined AC_APPLE_UNIVERSAL_BUILD
1531# if defined __BIG_ENDIAN__
1532# define WORDS_BIGENDIAN 1
1533# endif
1534#else
1535# ifndef WORDS_BIGENDIAN
1536/* # undef WORDS_BIGENDIAN */
1537# endif
1538#endif
1539
1540/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001541#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1542#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001543#endif
1544
1545/* Define if you have X11 library */
cristybb06a1a2012-03-15 00:16:53 +00001546#ifndef MAGICKCORE_X11_DELEGATE
1547#define MAGICKCORE_X11_DELEGATE 1
1548#endif
cristy3ed852e2009-09-05 21:47:34 +00001549
1550/* Define if you have XML library */
cristybb06a1a2012-03-15 00:16:53 +00001551#ifndef MAGICKCORE_XML_DELEGATE
1552#define MAGICKCORE_XML_DELEGATE 1
1553#endif
cristy3ed852e2009-09-05 21:47:34 +00001554
1555/* Define to 1 if the X Window System is missing or not being used. */
cristybb06a1a2012-03-15 00:16:53 +00001556/* #undef X_DISPLAY_MISSING */
cristy3ed852e2009-09-05 21:47:34 +00001557
cristy6e3607c2011-09-13 13:59:17 +00001558/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristybb06a1a2012-03-15 00:16:53 +00001559/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001560
cristy3ed852e2009-09-05 21:47:34 +00001561/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001562#ifndef MAGICKCORE_ZLIB_DELEGATE
1563#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001564#endif
1565
1566/* Number of bits in a file offset, on hosts where this is settable. */
cristy00e93b42012-01-18 17:40:03 +00001567/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001568
1569/* enable run-time bounds-checking */
1570/* #undef _FORTIFY_SOURCE */
1571
1572/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1573/* #undef _LARGEFILE_SOURCE */
1574
1575/* Define for large files, on AIX-style hosts. */
1576/* #undef _LARGE_FILES */
1577
1578/* Define to 1 if on MINIX. */
1579/* #undef _MINIX */
1580
cristy99cc3002010-01-21 14:50:11 +00001581/* Define this for the OpenCL Accelerator */
cristy4bb5dbb2012-02-07 14:07:25 +00001582/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001583
cristy3ed852e2009-09-05 21:47:34 +00001584/* Define to 2 if the system does not provide POSIX.1 features except with
1585 this defined. */
1586/* #undef _POSIX_1_SOURCE */
1587
1588/* Define to 1 if you need to in order for `stat' and other things to work. */
1589/* #undef _POSIX_SOURCE */
1590
cristy501c8042011-05-26 17:46:28 +00001591/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1592 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1593 #define below would cause a syntax error. */
1594/* #undef _UINT32_T */
1595
1596/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1597 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1598 #define below would cause a syntax error. */
1599/* #undef _UINT64_T */
1600
1601/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1602 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1603 #define below would cause a syntax error. */
1604/* #undef _UINT8_T */
1605
cristy3ed852e2009-09-05 21:47:34 +00001606/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1607#ifndef __CHAR_UNSIGNED__
1608/* # undef __CHAR_UNSIGNED__ */
1609#endif
1610
1611/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1612/* #undef __error_t_defined */
1613
1614/* Define to appropriate substitue if compiler does not have __func__ */
1615/* #undef __func__ */
1616
cristy3ed852e2009-09-05 21:47:34 +00001617/* Define to a type to use for `error_t' if it is not otherwise available. */
1618/* #undef error_t */
1619
cristy501c8042011-05-26 17:46:28 +00001620/* Define to `int' if <sys/types.h> doesn't define. */
1621/* #undef gid_t */
1622
cristy3ed852e2009-09-05 21:47:34 +00001623/* Define to `__inline__' or `__inline' if that's what the C compiler
1624 calls it, or to nothing if 'inline' is not supported under any name. */
1625#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001626/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001627#endif
1628
cristy501c8042011-05-26 17:46:28 +00001629/* Define to the type of a signed integer type of width exactly 16 bits if
1630 such a type exists and the standard includes do not define it. */
1631/* #undef int16_t */
1632
1633/* Define to the type of a signed integer type of width exactly 32 bits if
1634 such a type exists and the standard includes do not define it. */
1635/* #undef int32_t */
1636
1637/* Define to the type of a signed integer type of width exactly 64 bits if
1638 such a type exists and the standard includes do not define it. */
1639/* #undef int64_t */
1640
1641/* Define to the type of a signed integer type of width exactly 8 bits if such
1642 a type exists and the standard includes do not define it. */
1643/* #undef int8_t */
1644
1645/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1646 not define. */
1647/* #undef intmax_t */
1648
1649/* Define to the type of a signed integer type wide enough to hold a pointer,
1650 if such a type exists, and if the system does not define it. */
1651/* #undef intptr_t */
1652
1653/* Define to a type if <wchar.h> does not define. */
1654/* #undef mbstate_t */
1655
cristy3ed852e2009-09-05 21:47:34 +00001656/* Define to `int' if <sys/types.h> does not define. */
1657/* #undef mode_t */
1658
1659/* Define to `long int' if <sys/types.h> does not define. */
1660/* #undef off_t */
1661
1662/* Define to `int' if <sys/types.h> does not define. */
1663/* #undef pid_t */
1664
1665/* Define to the equivalent of the C99 'restrict' keyword, or to
1666 nothing if this is not supported. Do not define if restrict is
1667 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001668#ifndef _magickcore_restrict
1669#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001670#endif
cristy8b350f62009-11-15 23:12:43 +00001671/* Work around a bug in Sun C++: it does not support _Restrict or
1672 __restrict__, even though the corresponding Sun C compiler ends up with
1673 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1674 previous line. Perhaps some future version of Sun C++ will work with
1675 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001676#if defined __SUNPRO_CC && !defined __RESTRICT
1677# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001678# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001679#endif
1680
1681/* Define to `unsigned int' if <sys/types.h> does not define. */
1682/* #undef size_t */
1683
1684/* Define to `int' if <sys/types.h> does not define. */
1685/* #undef ssize_t */
1686
cristy501c8042011-05-26 17:46:28 +00001687/* Define to `int' if <sys/types.h> doesn't define. */
1688/* #undef uid_t */
1689
1690/* Define to the type of an unsigned integer type of width exactly 16 bits if
1691 such a type exists and the standard includes do not define it. */
1692/* #undef uint16_t */
1693
1694/* Define to the type of an unsigned integer type of width exactly 32 bits if
1695 such a type exists and the standard includes do not define it. */
1696/* #undef uint32_t */
1697
1698/* Define to the type of an unsigned integer type of width exactly 64 bits if
1699 such a type exists and the standard includes do not define it. */
1700/* #undef uint64_t */
1701
1702/* Define to the type of an unsigned integer type of width exactly 8 bits if
1703 such a type exists and the standard includes do not define it. */
1704/* #undef uint8_t */
1705
1706/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1707 do not define. */
1708/* #undef uintmax_t */
1709
1710/* Define to the type of an unsigned integer type wide enough to hold a
1711 pointer, if such a type exists, and if the system does not define it. */
1712/* #undef uintptr_t */
1713
cristy3ed852e2009-09-05 21:47:34 +00001714/* Define as `fork' if `vfork' does not work. */
1715/* #undef vfork */
1716
1717/* Define to empty if the keyword `volatile' does not work. Warning: valid
1718 code using `volatile' can become incorrect without. Disable with care. */
1719/* #undef volatile */
1720
cristy4c08aed2011-07-01 19:47:50 +00001721/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001722#endif