blob: b1a976f9e1d998171a6a5176c36dfd901460245c [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. */
cristyb0a657e2012-08-29 00:45:37 +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 */
cristy1164d5f2012-08-15 00:58:25 +000023/* #undef CAIRO_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000024
25/* permit enciphering and deciphering image pixels */
cristy964cb7f2010-04-25 23:18:00 +000026#ifndef MAGICKCORE_CIPHER_SUPPORT
27#define MAGICKCORE_CIPHER_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +000028#endif
29
30/* Define to 1 if the `closedir' function returns void instead of `int'. */
31/* #undef CLOSEDIR_VOID */
32
33/* Location of coder modules */
cristy964cb7f2010-04-25 23:18:00 +000034#ifndef MAGICKCORE_CODER_PATH
cristy4a3e2152011-07-02 00:59:04 +000035#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/coders/"
cristy3ed852e2009-09-05 21:47:34 +000036#endif
37
38/* Subdirectory of lib where coder modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000039#ifndef MAGICKCORE_CODER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000040#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/coders"
cristy3ed852e2009-09-05 21:47:34 +000041#endif
42
43/* Directory where architecture-dependent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +000044#ifndef MAGICKCORE_CONFIGURE_PATH
cristyba0f1972011-03-28 12:42:52 +000045#define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
cristy3ed852e2009-09-05 21:47:34 +000046#endif
47
48/* Subdirectory of lib where architecture-dependent configuration files live.
49 */
cristy964cb7f2010-04-25 23:18:00 +000050#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristyba0f1972011-03-28 12:42:52 +000051#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +000052#endif
53
54/* Define if you have DJVU library */
cristybb06a1a2012-03-15 00:16:53 +000055#ifndef MAGICKCORE_DJVU_DELEGATE
56#define MAGICKCORE_DJVU_DELEGATE 1
57#endif
cristy3ed852e2009-09-05 21:47:34 +000058
59/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000060#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy4e65ec22012-04-08 01:33:27 +000061#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +000062#endif
63
64/* Define if you have Display Postscript */
65/* #undef DPS_DELEGATE */
66
cristy3ed852e2009-09-05 21:47:34 +000067/* exclude deprecated methods in MagickCore API */
68/* #undef EXCLUDE_DEPRECATED */
69
70/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000071#ifndef MAGICKCORE_EXECUTABLE_PATH
72#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000073#endif
74
75/* Define if you have FFTW library */
cristybb06a1a2012-03-15 00:16:53 +000076#ifndef MAGICKCORE_FFTW_DELEGATE
77#define MAGICKCORE_FFTW_DELEGATE 1
78#endif
cristy3ed852e2009-09-05 21:47:34 +000079
80/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000081#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000082#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000083#endif
84
85/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000086#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000087#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000088#endif
89
90/* Define if you have FONTCONFIG library */
cristybb06a1a2012-03-15 00:16:53 +000091#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
92#define MAGICKCORE_FONTCONFIG_DELEGATE 1
93#endif
cristy3ed852e2009-09-05 21:47:34 +000094
95/* Define if you have FlashPIX library */
cristyceb488f2012-03-22 10:58:48 +000096/* #undef FPX_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000097
cristy81beccd2011-10-03 18:17:24 +000098/* Define if you have FreeType (TrueType font) library */
cristybb06a1a2012-03-15 00:16:53 +000099#ifndef MAGICKCORE_FREETYPE_DELEGATE
100#define MAGICKCORE_FREETYPE_DELEGATE 1
101#endif
cristy3ed852e2009-09-05 21:47:34 +0000102
103/* Define if you have Ghostscript library or framework */
cristy00e93b42012-01-18 17:40:03 +0000104/* #undef GS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000105
106/* Define if you have GVC library */
cristy1b70dc82012-07-01 23:15:05 +0000107/* #undef GVC_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000108
cristyb33454f2011-08-03 02:10:45 +0000109/* Define to 1 if you have the `acosh' function. */
110#ifndef MAGICKCORE_HAVE_ACOSH
111#define MAGICKCORE_HAVE_ACOSH 1
112#endif
113
cristy3ed852e2009-09-05 21:47:34 +0000114/* 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
cristyb33454f2011-08-03 02:10:45 +0000157/* Define to 1 if you have the `asinh' function. */
158#ifndef MAGICKCORE_HAVE_ASINH
159#define MAGICKCORE_HAVE_ASINH 1
160#endif
161
162/* Define to 1 if you have the `atanh' function. */
163#ifndef MAGICKCORE_HAVE_ATANH
164#define MAGICKCORE_HAVE_ATANH 1
165#endif
166
cristy3ed852e2009-09-05 21:47:34 +0000167/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000168#ifndef MAGICKCORE_HAVE_ATEXIT
169#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000170#endif
171
cristyc5baf4f2010-08-31 15:05:33 +0000172/* Define to 1 if you have the `atoll' function. */
173#ifndef MAGICKCORE_HAVE_ATOLL
174#define MAGICKCORE_HAVE_ATOLL 1
175#endif
176
cristy3ed852e2009-09-05 21:47:34 +0000177/* define if bool is a built-in type */
cristy00e93b42012-01-18 17:40:03 +0000178#ifndef MAGICKCORE_HAVE_BOOL
179#define MAGICKCORE_HAVE_BOOL /**/
180#endif
cristy3ed852e2009-09-05 21:47:34 +0000181
cristy47b022b2011-01-18 22:29:21 +0000182/* Define to 1 if you have the `cabs' function. */
183#ifndef MAGICKCORE_HAVE_CABS
184#define MAGICKCORE_HAVE_CABS 1
185#endif
186
187/* Define to 1 if you have the `carg' function. */
188#ifndef MAGICKCORE_HAVE_CARG
189#define MAGICKCORE_HAVE_CARG 1
190#endif
191
cristy56ed31c2010-03-22 00:46:21 +0000192/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000193#ifndef MAGICKCORE_HAVE_CIMAG
194#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000195#endif
196
cristy3ed852e2009-09-05 21:47:34 +0000197/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000198#ifndef MAGICKCORE_HAVE_CLOCK
199#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000200#endif
201
cristye43a45e2009-09-28 14:49:00 +0000202/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000203#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
204#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000205#endif
206
cristye43a45e2009-09-28 14:49:00 +0000207/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000208#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
209#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000210#endif
211
cristy3ed852e2009-09-05 21:47:34 +0000212/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000213#ifndef MAGICKCORE_HAVE_CLOSEDIR
214#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000215#endif
216
cristyfe2e68f2010-01-09 19:16:03 +0000217/* Define to 1 if you have the <CL/cl.h> header file. */
cristy4d412212012-06-27 23:14:48 +0000218/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000219
cristy3ed852e2009-09-05 21:47:34 +0000220/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000221#ifndef MAGICKCORE_HAVE_COMPLEX_H
222#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000223#endif
224
cristy47b022b2011-01-18 22:29:21 +0000225/* Define to 1 if you have the `creal' function. */
226#ifndef MAGICKCORE_HAVE_CREAL
227#define MAGICKCORE_HAVE_CREAL 1
228#endif
229
cristyc5baf4f2010-08-31 15:05:33 +0000230/* Define to 1 if you have the `ctime_r' function. */
231#ifndef MAGICKCORE_HAVE_CTIME_R
232#define MAGICKCORE_HAVE_CTIME_R 1
233#endif
234
cristy3ed852e2009-09-05 21:47:34 +0000235/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
236 you don't. */
cristybb06a1a2012-03-15 00:16:53 +0000237/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
cristy3ed852e2009-09-05 21:47:34 +0000238
239/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
240 */
cristy964cb7f2010-04-25 23:18:00 +0000241#ifndef MAGICKCORE_HAVE_DECL_PREAD
242#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000243#endif
244
245/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
246 */
cristy964cb7f2010-04-25 23:18:00 +0000247#ifndef MAGICKCORE_HAVE_DECL_PWRITE
248#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000249#endif
250
cristy7d4a1d62011-10-13 15:54:12 +0000251/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
252 don't. */
253#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
254#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
255#endif
256
cristy3ed852e2009-09-05 21:47:34 +0000257/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
258 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000259#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
260#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000261#endif
262
cristy92703d82010-04-26 00:18:18 +0000263/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
264 */
cristybb06a1a2012-03-15 00:16:53 +0000265/* #undef HAVE_DECL_TZNAME */
cristy92703d82010-04-26 00:18:18 +0000266
cristy3ed852e2009-09-05 21:47:34 +0000267/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
268 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000269#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
270#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000271#endif
272
273/* Define to 1 if you have the `directio' function. */
274/* #undef HAVE_DIRECTIO */
275
276/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
277 */
cristy964cb7f2010-04-25 23:18:00 +0000278#ifndef MAGICKCORE_HAVE_DIRENT_H
279#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000280#endif
281
282/* Define if you have the GNU dld library. */
283/* #undef HAVE_DLD */
284
285/* Define to 1 if you have the <dld.h> header file. */
286/* #undef HAVE_DLD_H */
287
288/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000289#ifndef MAGICKCORE_HAVE_DLERROR
290#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000291#endif
292
293/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000294#ifndef MAGICKCORE_HAVE_DLFCN_H
295#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000296#endif
297
298/* Define to 1 if you have the <dl.h> header file. */
299/* #undef HAVE_DL_H */
300
301/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
302/* #undef HAVE_DOPRNT */
303
304/* Define if you have the _dyld_func_lookup function. */
305/* #undef HAVE_DYLD */
306
307/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000308#ifndef MAGICKCORE_HAVE_ERRNO_H
309#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000310#endif
311
312/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000313#ifndef MAGICKCORE_HAVE_ERROR_T
314#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000315#endif
316
317/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000318#ifndef MAGICKCORE_HAVE_EXECVP
319#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000320#endif
321
cristyf1440cb2010-02-23 02:24:21 +0000322/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000323#ifndef MAGICKCORE_HAVE_FCHMOD
324#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000325#endif
326
cristy3ed852e2009-09-05 21:47:34 +0000327/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000328#ifndef MAGICKCORE_HAVE_FCNTL_H
329#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000330#endif
331
332/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000333#ifndef MAGICKCORE_HAVE_FLOOR
334#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000335#endif
cristy3ed852e2009-09-05 21:47:34 +0000336
337/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000338#ifndef MAGICKCORE_HAVE_FORK
339#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000340#endif
341
342/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000343#ifndef MAGICKCORE_HAVE_FSEEKO
344#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000345#endif
346
cristy81beccd2011-10-03 18:17:24 +0000347/* Define to 1 if you have the <ft2build.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000348#ifndef MAGICKCORE_HAVE_FT2BUILD_H
349#define MAGICKCORE_HAVE_FT2BUILD_H 1
350#endif
cristy81beccd2011-10-03 18:17:24 +0000351
cristy3ed852e2009-09-05 21:47:34 +0000352/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000353#ifndef MAGICKCORE_HAVE_FTIME
354#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000355#endif
356
357/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000358#ifndef MAGICKCORE_HAVE_FTRUNCATE
359#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000360#endif
361
362/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000363#ifndef MAGICKCORE_HAVE_GETCWD
364#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000365#endif
366
cristyc5baf4f2010-08-31 15:05:33 +0000367/* Define to 1 if you have the `getc_unlocked' function. */
368#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
369#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
370#endif
371
cristy3ed852e2009-09-05 21:47:34 +0000372/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000373#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
374#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000375#endif
376
377/* Define to 1 if you have the `getexecname' function. */
378/* #undef HAVE_GETEXECNAME */
379
380/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000381#ifndef MAGICKCORE_HAVE_GETPAGESIZE
382#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000383#endif
384
385/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000386#ifndef MAGICKCORE_HAVE_GETPID
387#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000388#endif
389
cristyd3ef0102009-09-12 18:11:06 +0000390/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000391#ifndef MAGICKCORE_HAVE_GETRLIMIT
392#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000393#endif
394
cristy3ed852e2009-09-05 21:47:34 +0000395/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000396#ifndef MAGICKCORE_HAVE_GETRUSAGE
397#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000398#endif
399
400/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000401#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
402#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000403#endif
404
405/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000406#ifndef MAGICKCORE_HAVE_GMTIME_R
407#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000408#endif
409
cristy501c8042011-05-26 17:46:28 +0000410/* Define to 1 if the system has the type `intmax_t'. */
411#ifndef MAGICKCORE_HAVE_INTMAX_T
412#define MAGICKCORE_HAVE_INTMAX_T 1
413#endif
414
415/* Define to 1 if the system has the type `intptr_t'. */
416#ifndef MAGICKCORE_HAVE_INTPTR_T
417#define MAGICKCORE_HAVE_INTPTR_T 1
418#endif
419
cristy3ed852e2009-09-05 21:47:34 +0000420/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000421#ifndef MAGICKCORE_HAVE_INTTYPES_H
422#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000423#endif
424
cristy82b20722011-11-05 21:52:36 +0000425/* Define to 1 if you have the `isnan' function. */
426#ifndef MAGICKCORE_HAVE_ISNAN
427#define MAGICKCORE_HAVE_ISNAN 1
428#endif
429
cristy161b9262010-03-20 19:34:32 +0000430/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000431#ifndef MAGICKCORE_HAVE_J0
432#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000433#endif
434
435/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000436#ifndef MAGICKCORE_HAVE_J1
437#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000438#endif
439
cristyd09bcf92010-03-25 03:04:45 +0000440/* Define if you have the <lcms2.h> header file. */
cristyceb488f2012-03-22 10:58:48 +0000441#ifndef MAGICKCORE_HAVE_LCMS2_H
442#define MAGICKCORE_HAVE_LCMS2_H 1
443#endif
cristyd09bcf92010-03-25 03:04:45 +0000444
cristy71203402010-06-18 13:12:03 +0000445/* Define if you have the <lcms2/lcms2.h> header file. */
446/* #undef HAVE_LCMS2_LCMS2_H */
447
cristy3ed852e2009-09-05 21:47:34 +0000448/* Define if you have the <lcms.h> header file. */
cristyceb488f2012-03-22 10:58:48 +0000449/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000450
451/* Define if you have the <lcms/lcms.h> header file. */
452/* #undef HAVE_LCMS_LCMS_H */
453
454/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000455#ifndef MAGICKCORE_HAVE_LIBDL
456#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000457#endif
458
459/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000460#ifndef MAGICKCORE_HAVE_LIBDLLOADER
461#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000462#endif
463
464/* Define to 1 if you have the `gcov' library (-lgcov). */
465/* #undef HAVE_LIBGCOV */
466
467/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000468#ifndef MAGICKCORE_HAVE_LIMITS_H
469#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000470#endif
471
472/* Define to 1 if you have the <linux/unistd.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000473#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
474#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
475#endif
cristy3ed852e2009-09-05 21:47:34 +0000476
cristyc5baf4f2010-08-31 15:05:33 +0000477/* Define to 1 if you have the `lltostr' function. */
478/* #undef HAVE_LLTOSTR */
479
cristy3ed852e2009-09-05 21:47:34 +0000480/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000481#ifndef MAGICKCORE_HAVE_LOCALE_H
482#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000483#endif
484
485/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000486#ifndef MAGICKCORE_HAVE_LOCALTIME_R
487#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000488#endif
489
cristy501c8042011-05-26 17:46:28 +0000490/* Define to 1 if the system has the type `long double'. */
491#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
492#define MAGICKCORE_HAVE_LONG_DOUBLE 1
493#endif
494
cristy3ed852e2009-09-05 21:47:34 +0000495/* Define to 1 if the type `long double' works and has more range or precision
496 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000497#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
498#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000499#endif
500
cristy501c8042011-05-26 17:46:28 +0000501/* Define to 1 if the system has the type `long long int'. */
502#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
503#define MAGICKCORE_HAVE_LONG_LONG_INT 1
504#endif
505
cristy3ed852e2009-09-05 21:47:34 +0000506/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000507#ifndef MAGICKCORE_HAVE_LSTAT
508#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000509#endif
510
cristy3ed852e2009-09-05 21:47:34 +0000511/* Define this if a modern libltdl is already installed */
cristybb06a1a2012-03-15 00:16:53 +0000512#ifndef MAGICKCORE_HAVE_LTDL
513#define MAGICKCORE_HAVE_LTDL 1
514#endif
cristy3ed852e2009-09-05 21:47:34 +0000515
516/* Define to 1 if you have the <machine/param.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000517/* #undef HAVE_MACHINE_PARAM_H */
cristy3ed852e2009-09-05 21:47:34 +0000518
519/* Define to 1 if you have the <mach-o/dyld.h> header file. */
520/* #undef HAVE_MACH_O_DYLD_H */
521
cristy501c8042011-05-26 17:46:28 +0000522/* Define to 1 if <wchar.h> declares mbstate_t. */
523#ifndef MAGICKCORE_HAVE_MBSTATE_T
524#define MAGICKCORE_HAVE_MBSTATE_T 1
525#endif
526
cristy3ed852e2009-09-05 21:47:34 +0000527/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000528#ifndef MAGICKCORE_HAVE_MEMMOVE
529#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000530#endif
531
532/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000533#ifndef MAGICKCORE_HAVE_MEMORY_H
534#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000535#endif
536
537/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000538#ifndef MAGICKCORE_HAVE_MEMSET
539#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000540#endif
541
542/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000543#ifndef MAGICKCORE_HAVE_MKSTEMP
544#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000545#endif
546
547/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000548#ifndef MAGICKCORE_HAVE_MMAP
549#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000550#endif
551
552/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000553#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
554#define MAGICKCORE_HAVE_MMAP_FILEIO 1
555#endif
cristy3ed852e2009-09-05 21:47:34 +0000556
557/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000558#ifndef MAGICKCORE_HAVE_MUNMAP
559#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000560#endif
561
562/* define if the compiler implements namespaces */
cristy00e93b42012-01-18 17:40:03 +0000563#ifndef MAGICKCORE_HAVE_NAMESPACES
564#define MAGICKCORE_HAVE_NAMESPACES /**/
565#endif
cristy964cb7f2010-04-25 23:18:00 +0000566
567/* Define if g++ supports namespace std. */
cristy00e93b42012-01-18 17:40:03 +0000568#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
569#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
570#endif
cristy3ed852e2009-09-05 21:47:34 +0000571
cristya21afde2010-07-02 00:45:40 +0000572/* Define to 1 if you have the `nanosleep' function. */
573#ifndef MAGICKCORE_HAVE_NANOSLEEP
574#define MAGICKCORE_HAVE_NANOSLEEP 1
575#endif
576
cristy3ed852e2009-09-05 21:47:34 +0000577/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
578/* #undef HAVE_NDIR_H */
579
cristya8549b12011-05-18 19:05:08 +0000580/* Define to 1 if you have the `newlocale' function. */
cristybb06a1a2012-03-15 00:16:53 +0000581#ifndef MAGICKCORE_HAVE_NEWLOCALE
582#define MAGICKCORE_HAVE_NEWLOCALE 1
583#endif
cristya8549b12011-05-18 19:05:08 +0000584
cristyfe2e68f2010-01-09 19:16:03 +0000585/* Define to 1 if you have the <OpenCL/cl.h> header file. */
586/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000587
cristy3ed852e2009-09-05 21:47:34 +0000588/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000589#ifndef MAGICKCORE_HAVE_OPENDIR
590#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000591#endif
592
593/* Define to 1 if you have the <OS.h> header file. */
594/* #undef HAVE_OS_H */
595
596/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000597#ifndef MAGICKCORE_HAVE_PCLOSE
598#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000599#endif
600
601/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000602#ifndef MAGICKCORE_HAVE_POLL
603#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000604#endif
605
606/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000607#ifndef MAGICKCORE_HAVE_POPEN
608#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000609#endif
610
611/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000612#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
613#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000614#endif
615
616/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000617#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
618#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000619#endif
620
621/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000622#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
623#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000624#endif
625
626/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000627#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
628#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000629#endif
630
cristy5c40fb42010-08-05 16:12:44 +0000631/* Define to 1 if you have the `posix_spawnp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000632#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
633#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
634#endif
cristy5c40fb42010-08-05 16:12:44 +0000635
cristy3ed852e2009-09-05 21:47:34 +0000636/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000637#ifndef MAGICKCORE_HAVE_POW
638#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000639#endif
cristy3ed852e2009-09-05 21:47:34 +0000640
641/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000642#ifndef MAGICKCORE_HAVE_PREAD
643#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000644#endif
645
646/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000647#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
648#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000649#endif
650
cristy98e91bd2010-01-12 01:11:42 +0000651/* Define to 1 if you have the <process.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000652/* #undef HAVE_PROCESS_H */
cristy98e91bd2010-01-12 01:11:42 +0000653
cristy3ed852e2009-09-05 21:47:34 +0000654/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000655#ifndef MAGICKCORE_HAVE_PTHREAD
656#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000657#endif
658
cristya316db12011-10-24 00:49:45 +0000659/* Have PTHREAD_PRIO_INHERIT. */
cristybb06a1a2012-03-15 00:16:53 +0000660#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
661#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
662#endif
cristya316db12011-10-24 00:49:45 +0000663
cristy3ed852e2009-09-05 21:47:34 +0000664/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000665#ifndef MAGICKCORE_HAVE_PWRITE
666#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000667#endif
668
cristyc5baf4f2010-08-31 15:05:33 +0000669/* Define to 1 if you have the `qsort_r' function. */
cristybb06a1a2012-03-15 00:16:53 +0000670#ifndef MAGICKCORE_HAVE_QSORT_R
671#define MAGICKCORE_HAVE_QSORT_R 1
672#endif
cristyc5baf4f2010-08-31 15:05:33 +0000673
cristy3ed852e2009-09-05 21:47:34 +0000674/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000675#ifndef MAGICKCORE_HAVE_RAISE
676#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000677#endif
678
679/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000680#ifndef MAGICKCORE_HAVE_RAND_R
681#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000682#endif
683
684/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000685#ifndef MAGICKCORE_HAVE_READDIR
686#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000687#endif
688
689/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000690#ifndef MAGICKCORE_HAVE_READDIR_R
691#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000692#endif
693
694/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000695#ifndef MAGICKCORE_HAVE_READLINK
696#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000697#endif
698
699/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000700#ifndef MAGICKCORE_HAVE_REALPATH
701#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000702#endif
703
704/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000705#ifndef MAGICKCORE_HAVE_SEEKDIR
706#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000707#endif
708
709/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000710#ifndef MAGICKCORE_HAVE_SELECT
711#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000712#endif
713
714/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000715#ifndef MAGICKCORE_HAVE_SETLOCALE
716#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000717#endif
718
719/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000720#ifndef MAGICKCORE_HAVE_SETVBUF
721#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000722#endif
723
724/* X11 server supports shape extension */
cristybb06a1a2012-03-15 00:16:53 +0000725#ifndef MAGICKCORE_HAVE_SHAPE
726#define MAGICKCORE_HAVE_SHAPE 1
727#endif
cristy3ed852e2009-09-05 21:47:34 +0000728
729/* X11 server supports shared memory extension */
cristybb06a1a2012-03-15 00:16:53 +0000730#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
731#define MAGICKCORE_HAVE_SHARED_MEMORY 1
732#endif
cristy3ed852e2009-09-05 21:47:34 +0000733
734/* Define if you have the shl_load function. */
735/* #undef HAVE_SHL_LOAD */
736
737/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000738#ifndef MAGICKCORE_HAVE_SIGACTION
739#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000740#endif
741
742/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000743#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
744#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000745#endif
746
cristy393bbe52010-01-11 16:32:56 +0000747/* Define to 1 if you have the `spawnvp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000748/* #undef HAVE_SPAWNVP */
cristy393bbe52010-01-11 16:32:56 +0000749
cristy3ed852e2009-09-05 21:47:34 +0000750/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000751#ifndef MAGICKCORE_HAVE_SQRT
752#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000753#endif
cristy3ed852e2009-09-05 21:47:34 +0000754
755/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000756#ifndef MAGICKCORE_HAVE_STAT
757#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000758#endif
759
760/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000761#ifndef MAGICKCORE_HAVE_STDARG_H
762#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000763#endif
764
765/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000766#ifndef MAGICKCORE_HAVE_STDBOOL_H
767#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000768#endif
769
cristy3ed852e2009-09-05 21:47:34 +0000770/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000771#ifndef MAGICKCORE_HAVE_STDINT_H
772#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000773#endif
774
775/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000776#ifndef MAGICKCORE_HAVE_STDLIB_H
777#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000778#endif
779
780/* define if the compiler supports ISO C++ standard library */
cristy00e93b42012-01-18 17:40:03 +0000781#ifndef MAGICKCORE_HAVE_STD_LIBS
782#define MAGICKCORE_HAVE_STD_LIBS /**/
783#endif
cristy3ed852e2009-09-05 21:47:34 +0000784
785/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000786#ifndef MAGICKCORE_HAVE_STRCASECMP
787#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000788#endif
789
790/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000791#ifndef MAGICKCORE_HAVE_STRCHR
792#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000793#endif
794
795/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000796#ifndef MAGICKCORE_HAVE_STRCSPN
797#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000798#endif
799
800/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000801#ifndef MAGICKCORE_HAVE_STRDUP
802#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000803#endif
804
805/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000806#ifndef MAGICKCORE_HAVE_STRERROR
807#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000808#endif
809
810/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000811#ifndef MAGICKCORE_HAVE_STRERROR_R
812#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000813#endif
814
815/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000816#ifndef MAGICKCORE_HAVE_STRINGIZE
817#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000818#endif
819
820/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000821#ifndef MAGICKCORE_HAVE_STRINGS_H
822#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000823#endif
824
825/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000826#ifndef MAGICKCORE_HAVE_STRING_H
827#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000828#endif
829
830/* Define to 1 if you have the `strlcat' function. */
cristybb06a1a2012-03-15 00:16:53 +0000831/* #undef HAVE_STRLCAT */
cristy3ed852e2009-09-05 21:47:34 +0000832
833/* Define to 1 if you have the `strlcpy' function. */
cristybb06a1a2012-03-15 00:16:53 +0000834/* #undef HAVE_STRLCPY */
cristy3ed852e2009-09-05 21:47:34 +0000835
836/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000837#ifndef MAGICKCORE_HAVE_STRNCASECMP
838#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000839#endif
840
841/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000842#ifndef MAGICKCORE_HAVE_STRPBRK
843#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000844#endif
845
846/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000847#ifndef MAGICKCORE_HAVE_STRRCHR
848#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000849#endif
850
851/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000852#ifndef MAGICKCORE_HAVE_STRSPN
853#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000854#endif
855
856/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000857#ifndef MAGICKCORE_HAVE_STRSTR
858#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000859#endif
860
cristy6c1eef12011-05-17 02:13:08 +0000861/* Define to 1 if you have the `strtod' function. */
862#ifndef MAGICKCORE_HAVE_STRTOD
863#define MAGICKCORE_HAVE_STRTOD 1
864#endif
865
866/* Define to 1 if you have the `strtod_l' function. */
cristybb06a1a2012-03-15 00:16:53 +0000867#ifndef MAGICKCORE_HAVE_STRTOD_L
868#define MAGICKCORE_HAVE_STRTOD_L 1
869#endif
cristy6c1eef12011-05-17 02:13:08 +0000870
cristy3ed852e2009-09-05 21:47:34 +0000871/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000872#ifndef MAGICKCORE_HAVE_STRTOL
873#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000874#endif
875
cristy5131f3e2009-12-18 03:09:10 +0000876/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000877#ifndef MAGICKCORE_HAVE_STRTOUL
878#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000879#endif
880
cristy92703d82010-04-26 00:18:18 +0000881/* Define to 1 if `tm_zone' is a member of `struct tm'. */
cristybb06a1a2012-03-15 00:16:53 +0000882#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
883#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
884#endif
cristy92703d82010-04-26 00:18:18 +0000885
cristy3ed852e2009-09-05 21:47:34 +0000886/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000887#ifndef MAGICKCORE_HAVE_SYMLINK
888#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000889#endif
890
891/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000892#ifndef MAGICKCORE_HAVE_SYSCONF
893#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000894#endif
895
896/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
897 */
898/* #undef HAVE_SYS_DIR_H */
899
900/* Define to 1 if you have the <sys/dl.h> header file. */
901/* #undef HAVE_SYS_DL_H */
902
903/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000904#ifndef MAGICKCORE_HAVE_SYS_IPC_H
905#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000906#endif
907
908/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
909 */
910/* #undef HAVE_SYS_NDIR_H */
911
cristycd4c5312009-11-22 01:19:08 +0000912/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000913#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
914#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000915#endif
916
cristy3ed852e2009-09-05 21:47:34 +0000917/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000918#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
919#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000920#endif
921
922/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000923#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
924#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000925#endif
926
927/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000928#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
929#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000930#endif
931
932/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000933#ifndef MAGICKCORE_HAVE_SYS_STAT_H
934#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000935#endif
936
937/* Define to 1 if you have the <sys/syslimits.h> header file. */
938/* #undef HAVE_SYS_SYSLIMITS_H */
939
940/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000941#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
942#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000943#endif
944
945/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000946#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
947#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000948#endif
949
950/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000951#ifndef MAGICKCORE_HAVE_SYS_TIME_H
952#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000953#endif
954
955/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000956#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
957#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000958#endif
959
960/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000961#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
962#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000963#endif
964
965/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000966#ifndef MAGICKCORE_HAVE_TELLDIR
967#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000968#endif
969
970/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000971#ifndef MAGICKCORE_HAVE_TEMPNAM
972#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000973#endif
974
975/* Define to 1 if you have the <tiffconf.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000976#ifndef MAGICKCORE_HAVE_TIFFCONF_H
977#define MAGICKCORE_HAVE_TIFFCONF_H 1
978#endif
cristy3ed852e2009-09-05 21:47:34 +0000979
cristy3f590e52011-11-14 14:29:44 +0000980/* Define to 1 if you have the `TIFFIsBigEndian' function. */
cristybb06a1a2012-03-15 00:16:53 +0000981#ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
982#define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
983#endif
cristy3f590e52011-11-14 14:29:44 +0000984
cristy3ed852e2009-09-05 21:47:34 +0000985/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristybb06a1a2012-03-15 00:16:53 +0000986#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
987#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
988#endif
cristy3ed852e2009-09-05 21:47:34 +0000989
990/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristybb06a1a2012-03-15 00:16:53 +0000991#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
992#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
993#endif
cristy3ed852e2009-09-05 21:47:34 +0000994
995/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristybb06a1a2012-03-15 00:16:53 +0000996#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
997#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
998#endif
cristy3ed852e2009-09-05 21:47:34 +0000999
1000/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +00001001#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
1002#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
1003#endif
cristy3ed852e2009-09-05 21:47:34 +00001004
1005/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristybb06a1a2012-03-15 00:16:53 +00001006#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
1007#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
1008#endif
cristy3ed852e2009-09-05 21:47:34 +00001009
1010/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +00001011#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1012#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
1013#endif
cristy3ed852e2009-09-05 21:47:34 +00001014
1015/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristybb06a1a2012-03-15 00:16:53 +00001016#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1017#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
1018#endif
cristy3ed852e2009-09-05 21:47:34 +00001019
1020/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001021#ifndef MAGICKCORE_HAVE_TIMES
1022#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001023#endif
1024
cristy92703d82010-04-26 00:18:18 +00001025/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1026 `HAVE_STRUCT_TM_TM_ZONE' instead. */
cristybb06a1a2012-03-15 00:16:53 +00001027#ifndef MAGICKCORE_HAVE_TM_ZONE
1028#define MAGICKCORE_HAVE_TM_ZONE 1
1029#endif
cristy92703d82010-04-26 00:18:18 +00001030
1031/* Define to 1 if you don't have `tm_zone' but do have the external array
1032 `tzname'. */
cristybb06a1a2012-03-15 00:16:53 +00001033/* #undef HAVE_TZNAME */
cristy92703d82010-04-26 00:18:18 +00001034
cristy501c8042011-05-26 17:46:28 +00001035/* Define to 1 if the system has the type `uintmax_t'. */
1036#ifndef MAGICKCORE_HAVE_UINTMAX_T
1037#define MAGICKCORE_HAVE_UINTMAX_T 1
1038#endif
1039
1040/* Define to 1 if the system has the type `uintptr_t'. */
1041#ifndef MAGICKCORE_HAVE_UINTPTR_T
1042#define MAGICKCORE_HAVE_UINTPTR_T 1
1043#endif
1044
cristyc5baf4f2010-08-31 15:05:33 +00001045/* Define to 1 if you have the `ulltostr' function. */
1046/* #undef HAVE_ULLTOSTR */
1047
cristy3ed852e2009-09-05 21:47:34 +00001048/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001049#ifndef MAGICKCORE_HAVE_UNISTD_H
1050#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001051#endif
1052
cristy501c8042011-05-26 17:46:28 +00001053/* Define to 1 if the system has the type `unsigned long long int'. */
1054#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1055#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1056#endif
1057
cristya20c9042011-05-19 13:22:18 +00001058/* Define to 1 if you have the `uselocale' function. */
cristybb06a1a2012-03-15 00:16:53 +00001059#ifndef MAGICKCORE_HAVE_USELOCALE
1060#define MAGICKCORE_HAVE_USELOCALE 1
1061#endif
cristya20c9042011-05-19 13:22:18 +00001062
cristy3ed852e2009-09-05 21:47:34 +00001063/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001064#ifndef MAGICKCORE_HAVE_USLEEP
1065#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001066#endif
1067
cristyf1440cb2010-02-23 02:24:21 +00001068/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001069#ifndef MAGICKCORE_HAVE_UTIME
1070#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001071#endif
1072
cristy3ed852e2009-09-05 21:47:34 +00001073/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001074#ifndef MAGICKCORE_HAVE_VFORK
1075#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001076#endif
1077
1078/* Define to 1 if you have the <vfork.h> header file. */
1079/* #undef HAVE_VFORK_H */
1080
cristy5d0cd952011-05-19 21:21:41 +00001081/* Define to 1 if you have the `vfprintf' function. */
1082#ifndef MAGICKCORE_HAVE_VFPRINTF
1083#define MAGICKCORE_HAVE_VFPRINTF 1
1084#endif
1085
1086/* Define to 1 if you have the `vfprintf_l' function. */
1087/* #undef HAVE_VFPRINTF_L */
1088
cristy3ed852e2009-09-05 21:47:34 +00001089/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001090#ifndef MAGICKCORE_HAVE_VPRINTF
1091#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001092#endif
1093
1094/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001095#ifndef MAGICKCORE_HAVE_VSNPRINTF
1096#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001097#endif
1098
cristyb51dff52011-05-19 16:55:47 +00001099/* Define to 1 if you have the `vsnprintf_l' function. */
1100/* #undef HAVE_VSNPRINTF_L */
1101
cristy3ed852e2009-09-05 21:47:34 +00001102/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001103#ifndef MAGICKCORE_HAVE_VSPRINTF
1104#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001105#endif
1106
1107/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001108#ifndef MAGICKCORE_HAVE_WAITPID
1109#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001110#endif
1111
1112/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001113#ifndef MAGICKCORE_HAVE_WCHAR_H
1114#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001115#endif
1116
cristy736173a2009-09-20 21:18:22 +00001117/* Define to 1 if you have the <windows.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001118/* #undef HAVE_WINDOWS_H */
cristy736173a2009-09-20 21:18:22 +00001119
cristy739df912009-10-24 16:10:18 +00001120/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001121#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1122#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001123#endif
1124
1125/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001126#ifndef MAGICKCORE_HAVE_WORKING_FORK
1127#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001128#endif
1129
1130/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001131#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1132#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001133#endif
1134
cristya8549b12011-05-18 19:05:08 +00001135/* Define to 1 if you have the <xlocale.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001136#ifndef MAGICKCORE_HAVE_XLOCALE_H
1137#define MAGICKCORE_HAVE_XLOCALE_H 1
1138#endif
cristya8549b12011-05-18 19:05:08 +00001139
cristy568c2d42012-07-27 01:41:20 +00001140/* Define to 1 if you have the `_aligned_malloc' function. */
1141/* #undef HAVE__ALIGNED_MALLOC */
1142
cristy3ed852e2009-09-05 21:47:34 +00001143/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001144#ifndef MAGICKCORE_HAVE__BOOL
1145#define MAGICKCORE_HAVE__BOOL 1
1146#endif
cristy3ed852e2009-09-05 21:47:34 +00001147
1148/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001149#ifndef MAGICKCORE_HAVE__EXIT
1150#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001151#endif
1152
1153/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1154/* #undef HAVE__NSGETEXECUTABLEPATH */
1155
1156/* Define to 1 if you have the `_pclose' function. */
cristybb06a1a2012-03-15 00:16:53 +00001157/* #undef HAVE__PCLOSE */
cristy3ed852e2009-09-05 21:47:34 +00001158
1159/* Define to 1 if you have the `_popen' function. */
cristybb06a1a2012-03-15 00:16:53 +00001160/* #undef HAVE__POPEN */
cristy3ed852e2009-09-05 21:47:34 +00001161
1162/* Define to 1 if you have the `_wfopen' function. */
1163/* #undef HAVE__WFOPEN */
1164
1165/* Define to 1 if you have the `_wstat' function. */
1166/* #undef HAVE__WSTAT */
1167
cristy92703d82010-04-26 00:18:18 +00001168/* define if your compiler has __attribute__ */
1169#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1170#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1171#endif
1172
cristy3ed852e2009-09-05 21:47:34 +00001173/* accurately represent the wide range of intensity levels in real scenes */
cristy191c0b72012-08-12 16:29:52 +00001174#ifndef MAGICKCORE_HDRI_SUPPORT
1175#define MAGICKCORE_HDRI_SUPPORT 1
1176#endif
cristy3ed852e2009-09-05 21:47:34 +00001177
1178/* Define if you have umem memory allocation library */
1179/* #undef HasUMEM */
1180
cristy2a11bef2011-10-28 18:33:11 +00001181/* Directory where ImageMagick headers live. */
1182#ifndef MAGICKCORE_INCLUDE_PATH
1183#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001184#endif
1185
cristy3ed852e2009-09-05 21:47:34 +00001186/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001187#ifndef MAGICKCORE_INSTALLED_SUPPORT
1188#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001189#endif
1190
1191/* Define if you have JBIG library */
cristyb0a657e2012-08-29 00:45:37 +00001192/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001193
1194/* Define if you have JPEG version 2 "Jasper" library */
cristybb06a1a2012-03-15 00:16:53 +00001195#ifndef MAGICKCORE_JP2_DELEGATE
1196#define MAGICKCORE_JP2_DELEGATE 1
1197#endif
cristy3ed852e2009-09-05 21:47:34 +00001198
1199/* Define if you have JPEG library */
cristybb06a1a2012-03-15 00:16:53 +00001200#ifndef MAGICKCORE_JPEG_DELEGATE
1201#define MAGICKCORE_JPEG_DELEGATE 1
1202#endif
cristy3ed852e2009-09-05 21:47:34 +00001203
cristy71203402010-06-18 13:12:03 +00001204/* Define if you have LCMS (v1.11 or later) library */
cristybb06a1a2012-03-15 00:16:53 +00001205#ifndef MAGICKCORE_LCMS_DELEGATE
1206#define MAGICKCORE_LCMS_DELEGATE 1
1207#endif
cristy3ed852e2009-09-05 21:47:34 +00001208
1209/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001210#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001211#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001212#endif
1213
1214/* Subdirectory of lib where ImageMagick architecture dependent files are
1215 installed */
cristy964cb7f2010-04-25 23:18:00 +00001216#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001217#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001218#endif
1219
1220/* Define if you have LQR library */
nicolase3466022012-09-04 13:51:46 +00001221#ifndef MAGICKCORE_LQR_DELEGATE
1222#define MAGICKCORE_LQR_DELEGATE 1
1223#endif
cristy3ed852e2009-09-05 21:47:34 +00001224
1225/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001226#ifndef MAGICKCORE_LTDL_DELEGATE
1227#define MAGICKCORE_LTDL_DELEGATE 1
1228#endif
cristy3ed852e2009-09-05 21:47:34 +00001229
1230/* Define if the OS needs help to load dependent libraries for dlopen(). */
cristybb06a1a2012-03-15 00:16:53 +00001231/* #undef LTDL_DLOPEN_DEPLIBS */
cristy3ed852e2009-09-05 21:47:34 +00001232
1233/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001234#ifndef MAGICKCORE_LT_DLSEARCH_PATH
nicolase3466022012-09-04 13:51:46 +00001235#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/lib32:/usr/lib32:/usr/lib/i386-linux-gnu/mesa:/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/lib/i686-linux-gnu:/usr/lib/i686-linux-gnu:/usr/local/lib:/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu:/usr/lib/x86_64-linux-gnu/mesa"
cristy3ed852e2009-09-05 21:47:34 +00001236#endif
1237
1238/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001239#ifndef MAGICKCORE_LT_LIBEXT
1240#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001241#endif
1242
cristyda16f162011-02-19 23:52:17 +00001243/* The archive prefix */
1244#ifndef MAGICKCORE_LT_LIBPREFIX
1245#define MAGICKCORE_LT_LIBPREFIX "lib"
1246#endif
1247
cristy3ed852e2009-09-05 21:47:34 +00001248/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001249#ifndef MAGICKCORE_LT_MODULE_EXT
cristybb06a1a2012-03-15 00:16:53 +00001250#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001251#endif
1252
1253/* Define to the name of the environment variable that determines the run-time
1254 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001255#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
cristybb06a1a2012-03-15 00:16:53 +00001256#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001257#endif
1258
1259/* Define to the sub-directory in which libtool stores uninstalled libraries.
1260 */
cristy964cb7f2010-04-25 23:18:00 +00001261#ifndef MAGICKCORE_LT_OBJDIR
1262#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001263#endif
1264
cristy99bd5232011-12-07 14:38:20 +00001265/* Define to the shared library suffix, say, ".dylib". */
1266/* #undef LT_SHARED_EXT */
1267
cristy3f590e52011-11-14 14:29:44 +00001268/* Define if you have LZMA library */
nicolase3466022012-09-04 13:51:46 +00001269/* #undef LZMA_DELEGATE */
cristyfbb0ef02010-12-19 02:32:11 +00001270
cristy3ed852e2009-09-05 21:47:34 +00001271/* Define to prepend to default font search path. */
1272/* #undef MAGICK_FONT_PATH */
1273
cristy27d53d62012-07-29 23:30:07 +00001274/* Target Host CPU */
1275#ifndef MAGICKCORE_MAGICK_TARGET_CPU
1276#define MAGICKCORE_MAGICK_TARGET_CPU x86_64
1277#endif
1278
1279/* Target Host OS */
1280#ifndef MAGICKCORE_MAGICK_TARGET_OS
1281#define MAGICKCORE_MAGICK_TARGET_OS linux-gnu
1282#endif
1283
1284/* Target Host Vendor */
1285#ifndef MAGICKCORE_MAGICK_TARGET_VENDOR
1286#define MAGICKCORE_MAGICK_TARGET_VENDOR unknown
1287#endif
1288
cristy3ed852e2009-09-05 21:47:34 +00001289/* Magick API method prefix */
1290/* #undef NAMESPACE_PREFIX */
1291
cristya0b81c32010-01-22 02:54:33 +00001292/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001293/* #undef NDEBUG */
1294
1295/* Define if dlsym() requires a leading underscore in symbol names. */
1296/* #undef NEED_USCORE */
1297
1298/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1299/* #undef NO_MINUS_C_MINUS_O */
1300
1301/* Define if you have OPENEXR library */
cristy380a11c2012-06-02 15:15:22 +00001302#ifndef MAGICKCORE_OPENEXR_DELEGATE
1303#define MAGICKCORE_OPENEXR_DELEGATE 1
1304#endif
cristy3ed852e2009-09-05 21:47:34 +00001305
cristya448bd22011-10-14 12:38:13 +00001306/* Name of package */
1307#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001308#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001309#endif
1310
cristy3ed852e2009-09-05 21:47:34 +00001311/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001312#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1313#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001314#endif
1315
1316/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001317#ifndef MAGICKCORE_PACKAGE_NAME
1318#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001319#endif
1320
1321/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001322#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001323#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001324#endif
1325
1326/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001327#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001328#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001329#endif
1330
cristy8b350f62009-11-15 23:12:43 +00001331/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001332#ifndef MAGICKCORE_PACKAGE_URL
1333#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001334#endif
1335
cristy3ed852e2009-09-05 21:47:34 +00001336/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001337#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001338#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001339#endif
1340
cristya054b762012-03-26 23:16:00 +00001341/* Define if you have PANGOCAIRO library */
1342#ifndef MAGICKCORE_PANGOCAIRO_DELEGATE
1343#define MAGICKCORE_PANGOCAIRO_DELEGATE 1
cristybb06a1a2012-03-15 00:16:53 +00001344#endif
cristy41cbe8a2011-10-27 01:35:18 +00001345
1346/* Define if you have PANGO library */
cristybb06a1a2012-03-15 00:16:53 +00001347#ifndef MAGICKCORE_PANGO_DELEGATE
1348#define MAGICKCORE_PANGO_DELEGATE 1
1349#endif
cristy41cbe8a2011-10-27 01:35:18 +00001350
cristy3ed852e2009-09-05 21:47:34 +00001351/* Define if you have PNG library */
cristybb06a1a2012-03-15 00:16:53 +00001352#ifndef MAGICKCORE_PNG_DELEGATE
1353#define MAGICKCORE_PNG_DELEGATE 1
1354#endif
cristy3ed852e2009-09-05 21:47:34 +00001355
1356/* Define to necessary symbol if this constant uses a non-standard name on
1357 your system. */
1358/* #undef PTHREAD_CREATE_JOINABLE */
1359
1360/* Pixel cache threshold in MB (defaults to available memory) */
1361/* #undef PixelCacheThreshold */
1362
1363/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001364#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001365#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001366#endif
1367
1368/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001369#ifndef MAGICKCORE_RETSIGTYPE
1370#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001371#endif
1372
1373/* Define if you have RSVG library */
cristy1164d5f2012-08-15 00:58:25 +00001374/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001375
1376/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001377#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1378#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001379#endif
1380
1381/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001382#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1383#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001384#endif
1385
1386/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001387#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1388#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001389#endif
1390
1391/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001392#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001393#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001394#endif
1395
1396/* Subdirectory of lib where architecture-independent configuration files
1397 live. */
1398#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001399#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001400#endif
1401
1402/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001403#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001404#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001405#endif
1406
1407/* Subdirectory of lib where architecture-independent configuration files
1408 live. */
cristy4f820712011-04-01 12:35:43 +00001409#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001410#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001411#endif
1412
1413/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001414#ifndef MAGICKCORE_SIZEOF_OFF_T
1415#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001416#endif
1417
1418/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001419#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1420#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001421#endif
1422
1423/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001424#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001425#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001426#endif
1427
1428/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001429#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1430#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001431#endif
1432
1433/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001434#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1435#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001436#endif
1437
1438/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001439#ifndef MAGICKCORE_SIZEOF_SIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001440#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001441#endif
1442
cristy330e9352010-06-01 18:42:49 +00001443/* The size of `ssize_t', as computed by sizeof. */
1444#ifndef MAGICKCORE_SIZEOF_SSIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001445#define MAGICKCORE_SIZEOF_SSIZE_T 8
cristy330e9352010-06-01 18:42:49 +00001446#endif
1447
cristy3ed852e2009-09-05 21:47:34 +00001448/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001449#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1450#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001451#endif
1452
1453/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001454#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
cristybb06a1a2012-03-15 00:16:53 +00001455#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001456#endif
1457
1458/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001459#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001460#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001461#endif
1462
1463/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001464#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1465#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001466#endif
1467
1468/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001469#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1470#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001471#endif
1472
1473/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1474/* #undef STAT_MACROS_BROKEN */
1475
1476/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001477#ifndef MAGICKCORE_STDC_HEADERS
1478#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001479#endif
1480
cristy7d4a1d62011-10-13 15:54:12 +00001481/* Define to 1 if strerror_r returns char *. */
1482#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1483#define MAGICKCORE_STRERROR_R_CHAR_P 1
1484#endif
1485
cristy55bf91c2010-09-24 00:29:41 +00001486/* Define if you have POSIX threads libraries and header files. */
1487#ifndef MAGICKCORE_THREAD_SUPPORT
1488#define MAGICKCORE_THREAD_SUPPORT 1
1489#endif
1490
cristy3ed852e2009-09-05 21:47:34 +00001491/* Define if you have TIFF library */
cristybb06a1a2012-03-15 00:16:53 +00001492#ifndef MAGICKCORE_TIFF_DELEGATE
1493#define MAGICKCORE_TIFF_DELEGATE 1
1494#endif
cristy3ed852e2009-09-05 21:47:34 +00001495
1496/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001497#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1498#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001499#endif
1500
1501/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1502/* #undef TM_IN_SYS_TIME */
1503
1504/* Enable extensions on AIX 3, Interix. */
1505#ifndef _ALL_SOURCE
1506# define _ALL_SOURCE 1
1507#endif
1508/* Enable GNU extensions on systems that have them. */
1509#ifndef _GNU_SOURCE
1510# define _GNU_SOURCE 1
1511#endif
1512/* Enable threading extensions on Solaris. */
1513#ifndef _POSIX_PTHREAD_SEMANTICS
1514# define _POSIX_PTHREAD_SEMANTICS 1
1515#endif
1516/* Enable extensions on HP NonStop. */
1517#ifndef _TANDEM_SOURCE
1518# define _TANDEM_SOURCE 1
1519#endif
1520/* Enable general extensions on Solaris. */
1521#ifndef __EXTENSIONS__
1522# define __EXTENSIONS__ 1
1523#endif
1524
1525
cristya448bd22011-10-14 12:38:13 +00001526/* Version number of package */
1527#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001528#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001529#endif
1530
cristyb1860752011-03-14 00:27:46 +00001531/* Define if you have WEBP library */
cristyb0a657e2012-08-29 00:45:37 +00001532/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001533
cristy3ed852e2009-09-05 21:47:34 +00001534/* Define to use the Windows GDI32 library */
cristybb06a1a2012-03-15 00:16:53 +00001535/* #undef WINGDI32_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001536
1537/* Define if using the dmalloc debugging malloc package */
1538/* #undef WITH_DMALLOC */
1539
cristy03f7cf92011-12-15 01:40:41 +00001540/* Define if you have wmflite library */
cristyb0a657e2012-08-29 00:45:37 +00001541/* #undef WMFLITE_DELEGATE */
cristy03f7cf92011-12-15 01:40:41 +00001542
1543/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001544/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001545
cristy3ed852e2009-09-05 21:47:34 +00001546/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1547 significant byte first (like Motorola and SPARC, unlike Intel). */
1548#if defined AC_APPLE_UNIVERSAL_BUILD
1549# if defined __BIG_ENDIAN__
1550# define WORDS_BIGENDIAN 1
1551# endif
1552#else
1553# ifndef WORDS_BIGENDIAN
1554/* # undef WORDS_BIGENDIAN */
1555# endif
1556#endif
1557
1558/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001559#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1560#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001561#endif
1562
1563/* Define if you have X11 library */
cristybb06a1a2012-03-15 00:16:53 +00001564#ifndef MAGICKCORE_X11_DELEGATE
1565#define MAGICKCORE_X11_DELEGATE 1
1566#endif
cristy3ed852e2009-09-05 21:47:34 +00001567
1568/* Define if you have XML library */
cristybb06a1a2012-03-15 00:16:53 +00001569#ifndef MAGICKCORE_XML_DELEGATE
1570#define MAGICKCORE_XML_DELEGATE 1
1571#endif
cristy3ed852e2009-09-05 21:47:34 +00001572
1573/* Define to 1 if the X Window System is missing or not being used. */
cristybb06a1a2012-03-15 00:16:53 +00001574/* #undef X_DISPLAY_MISSING */
cristy3ed852e2009-09-05 21:47:34 +00001575
cristy6e3607c2011-09-13 13:59:17 +00001576/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristybb06a1a2012-03-15 00:16:53 +00001577/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001578
cristy3ed852e2009-09-05 21:47:34 +00001579/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001580#ifndef MAGICKCORE_ZLIB_DELEGATE
1581#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001582#endif
1583
cristy14fefe52012-05-21 00:59:18 +00001584/* Enable large inode numbers on Mac OS X 10.5. */
1585#ifndef _DARWIN_USE_64_BIT_INODE
1586# define _DARWIN_USE_64_BIT_INODE 1
1587#endif
1588
cristy3ed852e2009-09-05 21:47:34 +00001589/* Number of bits in a file offset, on hosts where this is settable. */
cristy00e93b42012-01-18 17:40:03 +00001590/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001591
1592/* enable run-time bounds-checking */
1593/* #undef _FORTIFY_SOURCE */
1594
1595/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1596/* #undef _LARGEFILE_SOURCE */
1597
1598/* Define for large files, on AIX-style hosts. */
1599/* #undef _LARGE_FILES */
1600
1601/* Define to 1 if on MINIX. */
1602/* #undef _MINIX */
1603
cristy99cc3002010-01-21 14:50:11 +00001604/* Define this for the OpenCL Accelerator */
cristy4d412212012-06-27 23:14:48 +00001605/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001606
cristy3ed852e2009-09-05 21:47:34 +00001607/* Define to 2 if the system does not provide POSIX.1 features except with
1608 this defined. */
1609/* #undef _POSIX_1_SOURCE */
1610
1611/* Define to 1 if you need to in order for `stat' and other things to work. */
1612/* #undef _POSIX_SOURCE */
1613
cristy501c8042011-05-26 17:46:28 +00001614/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1615 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1616 #define below would cause a syntax error. */
1617/* #undef _UINT32_T */
1618
1619/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1620 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1621 #define below would cause a syntax error. */
1622/* #undef _UINT64_T */
1623
1624/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1625 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1626 #define below would cause a syntax error. */
1627/* #undef _UINT8_T */
1628
cristy3ed852e2009-09-05 21:47:34 +00001629/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1630#ifndef __CHAR_UNSIGNED__
1631/* # undef __CHAR_UNSIGNED__ */
1632#endif
1633
1634/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1635/* #undef __error_t_defined */
1636
1637/* Define to appropriate substitue if compiler does not have __func__ */
1638/* #undef __func__ */
1639
cristy3ed852e2009-09-05 21:47:34 +00001640/* Define to a type to use for `error_t' if it is not otherwise available. */
1641/* #undef error_t */
1642
cristy501c8042011-05-26 17:46:28 +00001643/* Define to `int' if <sys/types.h> doesn't define. */
1644/* #undef gid_t */
1645
cristy3ed852e2009-09-05 21:47:34 +00001646/* Define to `__inline__' or `__inline' if that's what the C compiler
1647 calls it, or to nothing if 'inline' is not supported under any name. */
1648#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001649/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001650#endif
1651
cristy501c8042011-05-26 17:46:28 +00001652/* Define to the type of a signed integer type of width exactly 16 bits if
1653 such a type exists and the standard includes do not define it. */
1654/* #undef int16_t */
1655
1656/* Define to the type of a signed integer type of width exactly 32 bits if
1657 such a type exists and the standard includes do not define it. */
1658/* #undef int32_t */
1659
1660/* Define to the type of a signed integer type of width exactly 64 bits if
1661 such a type exists and the standard includes do not define it. */
1662/* #undef int64_t */
1663
1664/* Define to the type of a signed integer type of width exactly 8 bits if such
1665 a type exists and the standard includes do not define it. */
1666/* #undef int8_t */
1667
1668/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1669 not define. */
1670/* #undef intmax_t */
1671
1672/* Define to the type of a signed integer type wide enough to hold a pointer,
1673 if such a type exists, and if the system does not define it. */
1674/* #undef intptr_t */
1675
1676/* Define to a type if <wchar.h> does not define. */
1677/* #undef mbstate_t */
1678
cristy3ed852e2009-09-05 21:47:34 +00001679/* Define to `int' if <sys/types.h> does not define. */
1680/* #undef mode_t */
1681
1682/* Define to `long int' if <sys/types.h> does not define. */
1683/* #undef off_t */
1684
1685/* Define to `int' if <sys/types.h> does not define. */
1686/* #undef pid_t */
1687
1688/* Define to the equivalent of the C99 'restrict' keyword, or to
1689 nothing if this is not supported. Do not define if restrict is
1690 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001691#ifndef _magickcore_restrict
1692#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001693#endif
cristy8b350f62009-11-15 23:12:43 +00001694/* Work around a bug in Sun C++: it does not support _Restrict or
1695 __restrict__, even though the corresponding Sun C compiler ends up with
1696 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1697 previous line. Perhaps some future version of Sun C++ will work with
1698 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001699#if defined __SUNPRO_CC && !defined __RESTRICT
1700# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001701# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001702#endif
1703
1704/* Define to `unsigned int' if <sys/types.h> does not define. */
1705/* #undef size_t */
1706
1707/* Define to `int' if <sys/types.h> does not define. */
1708/* #undef ssize_t */
1709
cristy501c8042011-05-26 17:46:28 +00001710/* Define to `int' if <sys/types.h> doesn't define. */
1711/* #undef uid_t */
1712
1713/* Define to the type of an unsigned integer type of width exactly 16 bits if
1714 such a type exists and the standard includes do not define it. */
1715/* #undef uint16_t */
1716
1717/* Define to the type of an unsigned integer type of width exactly 32 bits if
1718 such a type exists and the standard includes do not define it. */
1719/* #undef uint32_t */
1720
1721/* Define to the type of an unsigned integer type of width exactly 64 bits if
1722 such a type exists and the standard includes do not define it. */
1723/* #undef uint64_t */
1724
1725/* Define to the type of an unsigned integer type of width exactly 8 bits if
1726 such a type exists and the standard includes do not define it. */
1727/* #undef uint8_t */
1728
1729/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1730 do not define. */
1731/* #undef uintmax_t */
1732
1733/* Define to the type of an unsigned integer type wide enough to hold a
1734 pointer, if such a type exists, and if the system does not define it. */
1735/* #undef uintptr_t */
1736
cristy3ed852e2009-09-05 21:47:34 +00001737/* Define as `fork' if `vfork' does not work. */
1738/* #undef vfork */
1739
1740/* Define to empty if the keyword `volatile' does not work. Warning: valid
1741 code using `volatile' can become incorrect without. Disable with care. */
1742/* #undef volatile */
1743
cristy4c08aed2011-07-01 19:47:50 +00001744/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001745#endif