blob: 0c79656f947ac5ed52a3c6eb1c3acc6beb9e5f81 [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
cristy58945e42012-09-04 14:33:54 +0000886/* Define to 1 if you have the <sun_prefetch.h> header file. */
887/* #undef HAVE_SUN_PREFETCH_H */
888
cristy3ed852e2009-09-05 21:47:34 +0000889/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000890#ifndef MAGICKCORE_HAVE_SYMLINK
891#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000892#endif
893
894/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000895#ifndef MAGICKCORE_HAVE_SYSCONF
896#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000897#endif
898
899/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
900 */
901/* #undef HAVE_SYS_DIR_H */
902
903/* Define to 1 if you have the <sys/dl.h> header file. */
904/* #undef HAVE_SYS_DL_H */
905
906/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000907#ifndef MAGICKCORE_HAVE_SYS_IPC_H
908#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000909#endif
910
cristy58945e42012-09-04 14:33:54 +0000911/* Define to 1 if you have the <sys/mman.h> header file. */
912#ifndef MAGICKCORE_HAVE_SYS_MMAN_H
913#define MAGICKCORE_HAVE_SYS_MMAN_H 1
914#endif
915
cristy3ed852e2009-09-05 21:47:34 +0000916/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
917 */
918/* #undef HAVE_SYS_NDIR_H */
919
cristycd4c5312009-11-22 01:19:08 +0000920/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000921#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
922#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000923#endif
924
cristy3ed852e2009-09-05 21:47:34 +0000925/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000926#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
927#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000928#endif
929
930/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000931#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
932#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000933#endif
934
935/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000936#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
937#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000938#endif
939
940/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000941#ifndef MAGICKCORE_HAVE_SYS_STAT_H
942#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000943#endif
944
945/* Define to 1 if you have the <sys/syslimits.h> header file. */
946/* #undef HAVE_SYS_SYSLIMITS_H */
947
948/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000949#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
950#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000951#endif
952
953/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000954#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
955#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000956#endif
957
958/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000959#ifndef MAGICKCORE_HAVE_SYS_TIME_H
960#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000961#endif
962
963/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000964#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
965#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000966#endif
967
968/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000969#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
970#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000971#endif
972
973/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000974#ifndef MAGICKCORE_HAVE_TELLDIR
975#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000976#endif
977
978/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000979#ifndef MAGICKCORE_HAVE_TEMPNAM
980#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000981#endif
982
983/* Define to 1 if you have the <tiffconf.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000984#ifndef MAGICKCORE_HAVE_TIFFCONF_H
985#define MAGICKCORE_HAVE_TIFFCONF_H 1
986#endif
cristy3ed852e2009-09-05 21:47:34 +0000987
cristy3f590e52011-11-14 14:29:44 +0000988/* Define to 1 if you have the `TIFFIsBigEndian' function. */
cristybb06a1a2012-03-15 00:16:53 +0000989#ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
990#define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
991#endif
cristy3f590e52011-11-14 14:29:44 +0000992
cristy3ed852e2009-09-05 21:47:34 +0000993/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristybb06a1a2012-03-15 00:16:53 +0000994#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
995#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
996#endif
cristy3ed852e2009-09-05 21:47:34 +0000997
998/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristybb06a1a2012-03-15 00:16:53 +0000999#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
1000#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
1001#endif
cristy3ed852e2009-09-05 21:47:34 +00001002
1003/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristybb06a1a2012-03-15 00:16:53 +00001004#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
1005#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
1006#endif
cristy3ed852e2009-09-05 21:47:34 +00001007
1008/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +00001009#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
1010#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
1011#endif
cristy3ed852e2009-09-05 21:47:34 +00001012
1013/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristybb06a1a2012-03-15 00:16:53 +00001014#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
1015#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
1016#endif
cristy3ed852e2009-09-05 21:47:34 +00001017
1018/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +00001019#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1020#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
1021#endif
cristy3ed852e2009-09-05 21:47:34 +00001022
1023/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristybb06a1a2012-03-15 00:16:53 +00001024#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1025#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
1026#endif
cristy3ed852e2009-09-05 21:47:34 +00001027
1028/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001029#ifndef MAGICKCORE_HAVE_TIMES
1030#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001031#endif
1032
cristy92703d82010-04-26 00:18:18 +00001033/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1034 `HAVE_STRUCT_TM_TM_ZONE' instead. */
cristybb06a1a2012-03-15 00:16:53 +00001035#ifndef MAGICKCORE_HAVE_TM_ZONE
1036#define MAGICKCORE_HAVE_TM_ZONE 1
1037#endif
cristy92703d82010-04-26 00:18:18 +00001038
1039/* Define to 1 if you don't have `tm_zone' but do have the external array
1040 `tzname'. */
cristybb06a1a2012-03-15 00:16:53 +00001041/* #undef HAVE_TZNAME */
cristy92703d82010-04-26 00:18:18 +00001042
cristy501c8042011-05-26 17:46:28 +00001043/* Define to 1 if the system has the type `uintmax_t'. */
1044#ifndef MAGICKCORE_HAVE_UINTMAX_T
1045#define MAGICKCORE_HAVE_UINTMAX_T 1
1046#endif
1047
1048/* Define to 1 if the system has the type `uintptr_t'. */
1049#ifndef MAGICKCORE_HAVE_UINTPTR_T
1050#define MAGICKCORE_HAVE_UINTPTR_T 1
1051#endif
1052
cristyc5baf4f2010-08-31 15:05:33 +00001053/* Define to 1 if you have the `ulltostr' function. */
1054/* #undef HAVE_ULLTOSTR */
1055
cristy3ed852e2009-09-05 21:47:34 +00001056/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001057#ifndef MAGICKCORE_HAVE_UNISTD_H
1058#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001059#endif
1060
cristy501c8042011-05-26 17:46:28 +00001061/* Define to 1 if the system has the type `unsigned long long int'. */
1062#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1063#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1064#endif
1065
cristya20c9042011-05-19 13:22:18 +00001066/* Define to 1 if you have the `uselocale' function. */
cristybb06a1a2012-03-15 00:16:53 +00001067#ifndef MAGICKCORE_HAVE_USELOCALE
1068#define MAGICKCORE_HAVE_USELOCALE 1
1069#endif
cristya20c9042011-05-19 13:22:18 +00001070
cristy3ed852e2009-09-05 21:47:34 +00001071/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001072#ifndef MAGICKCORE_HAVE_USLEEP
1073#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001074#endif
1075
cristyf1440cb2010-02-23 02:24:21 +00001076/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001077#ifndef MAGICKCORE_HAVE_UTIME
1078#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001079#endif
1080
cristy3ed852e2009-09-05 21:47:34 +00001081/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001082#ifndef MAGICKCORE_HAVE_VFORK
1083#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001084#endif
1085
1086/* Define to 1 if you have the <vfork.h> header file. */
1087/* #undef HAVE_VFORK_H */
1088
cristy5d0cd952011-05-19 21:21:41 +00001089/* Define to 1 if you have the `vfprintf' function. */
1090#ifndef MAGICKCORE_HAVE_VFPRINTF
1091#define MAGICKCORE_HAVE_VFPRINTF 1
1092#endif
1093
1094/* Define to 1 if you have the `vfprintf_l' function. */
1095/* #undef HAVE_VFPRINTF_L */
1096
cristy3ed852e2009-09-05 21:47:34 +00001097/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001098#ifndef MAGICKCORE_HAVE_VPRINTF
1099#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001100#endif
1101
1102/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001103#ifndef MAGICKCORE_HAVE_VSNPRINTF
1104#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001105#endif
1106
cristyb51dff52011-05-19 16:55:47 +00001107/* Define to 1 if you have the `vsnprintf_l' function. */
1108/* #undef HAVE_VSNPRINTF_L */
1109
cristy3ed852e2009-09-05 21:47:34 +00001110/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001111#ifndef MAGICKCORE_HAVE_VSPRINTF
1112#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001113#endif
1114
1115/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001116#ifndef MAGICKCORE_HAVE_WAITPID
1117#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001118#endif
1119
1120/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001121#ifndef MAGICKCORE_HAVE_WCHAR_H
1122#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001123#endif
1124
cristy736173a2009-09-20 21:18:22 +00001125/* Define to 1 if you have the <windows.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001126/* #undef HAVE_WINDOWS_H */
cristy736173a2009-09-20 21:18:22 +00001127
cristy739df912009-10-24 16:10:18 +00001128/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001129#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1130#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001131#endif
1132
1133/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001134#ifndef MAGICKCORE_HAVE_WORKING_FORK
1135#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001136#endif
1137
1138/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001139#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1140#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001141#endif
1142
cristya8549b12011-05-18 19:05:08 +00001143/* Define to 1 if you have the <xlocale.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001144#ifndef MAGICKCORE_HAVE_XLOCALE_H
1145#define MAGICKCORE_HAVE_XLOCALE_H 1
1146#endif
cristya8549b12011-05-18 19:05:08 +00001147
cristy568c2d42012-07-27 01:41:20 +00001148/* Define to 1 if you have the `_aligned_malloc' function. */
1149/* #undef HAVE__ALIGNED_MALLOC */
1150
cristy3ed852e2009-09-05 21:47:34 +00001151/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001152#ifndef MAGICKCORE_HAVE__BOOL
1153#define MAGICKCORE_HAVE__BOOL 1
1154#endif
cristy3ed852e2009-09-05 21:47:34 +00001155
1156/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001157#ifndef MAGICKCORE_HAVE__EXIT
1158#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001159#endif
1160
1161/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1162/* #undef HAVE__NSGETEXECUTABLEPATH */
1163
1164/* Define to 1 if you have the `_pclose' function. */
cristybb06a1a2012-03-15 00:16:53 +00001165/* #undef HAVE__PCLOSE */
cristy3ed852e2009-09-05 21:47:34 +00001166
1167/* Define to 1 if you have the `_popen' function. */
cristybb06a1a2012-03-15 00:16:53 +00001168/* #undef HAVE__POPEN */
cristy3ed852e2009-09-05 21:47:34 +00001169
1170/* Define to 1 if you have the `_wfopen' function. */
1171/* #undef HAVE__WFOPEN */
1172
1173/* Define to 1 if you have the `_wstat' function. */
1174/* #undef HAVE__WSTAT */
1175
cristy92703d82010-04-26 00:18:18 +00001176/* define if your compiler has __attribute__ */
1177#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1178#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1179#endif
1180
cristy3ed852e2009-09-05 21:47:34 +00001181/* accurately represent the wide range of intensity levels in real scenes */
cristy191c0b72012-08-12 16:29:52 +00001182#ifndef MAGICKCORE_HDRI_SUPPORT
1183#define MAGICKCORE_HDRI_SUPPORT 1
1184#endif
cristy3ed852e2009-09-05 21:47:34 +00001185
1186/* Define if you have umem memory allocation library */
1187/* #undef HasUMEM */
1188
cristy2a11bef2011-10-28 18:33:11 +00001189/* Directory where ImageMagick headers live. */
1190#ifndef MAGICKCORE_INCLUDE_PATH
1191#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001192#endif
1193
cristy3ed852e2009-09-05 21:47:34 +00001194/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001195#ifndef MAGICKCORE_INSTALLED_SUPPORT
1196#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001197#endif
1198
1199/* Define if you have JBIG library */
cristyb0a657e2012-08-29 00:45:37 +00001200/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001201
1202/* Define if you have JPEG version 2 "Jasper" library */
cristybb06a1a2012-03-15 00:16:53 +00001203#ifndef MAGICKCORE_JP2_DELEGATE
1204#define MAGICKCORE_JP2_DELEGATE 1
1205#endif
cristy3ed852e2009-09-05 21:47:34 +00001206
1207/* Define if you have JPEG library */
cristybb06a1a2012-03-15 00:16:53 +00001208#ifndef MAGICKCORE_JPEG_DELEGATE
1209#define MAGICKCORE_JPEG_DELEGATE 1
1210#endif
cristy3ed852e2009-09-05 21:47:34 +00001211
cristy71203402010-06-18 13:12:03 +00001212/* Define if you have LCMS (v1.11 or later) library */
cristybb06a1a2012-03-15 00:16:53 +00001213#ifndef MAGICKCORE_LCMS_DELEGATE
1214#define MAGICKCORE_LCMS_DELEGATE 1
1215#endif
cristy3ed852e2009-09-05 21:47:34 +00001216
1217/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001218#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001219#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001220#endif
1221
1222/* Subdirectory of lib where ImageMagick architecture dependent files are
1223 installed */
cristy964cb7f2010-04-25 23:18:00 +00001224#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001225#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001226#endif
1227
1228/* Define if you have LQR library */
cristy58945e42012-09-04 14:33:54 +00001229/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001230
1231/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001232#ifndef MAGICKCORE_LTDL_DELEGATE
1233#define MAGICKCORE_LTDL_DELEGATE 1
1234#endif
cristy3ed852e2009-09-05 21:47:34 +00001235
1236/* Define if the OS needs help to load dependent libraries for dlopen(). */
cristybb06a1a2012-03-15 00:16:53 +00001237/* #undef LTDL_DLOPEN_DEPLIBS */
cristy3ed852e2009-09-05 21:47:34 +00001238
1239/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001240#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy58945e42012-09-04 14:33:54 +00001241#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/freetype-freeworld:/usr/lib/llvm:/usr/lib64/llvm:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/nvidia:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib64/tracker-0.14:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001242#endif
1243
1244/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001245#ifndef MAGICKCORE_LT_LIBEXT
1246#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001247#endif
1248
cristyda16f162011-02-19 23:52:17 +00001249/* The archive prefix */
1250#ifndef MAGICKCORE_LT_LIBPREFIX
1251#define MAGICKCORE_LT_LIBPREFIX "lib"
1252#endif
1253
cristy3ed852e2009-09-05 21:47:34 +00001254/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001255#ifndef MAGICKCORE_LT_MODULE_EXT
cristybb06a1a2012-03-15 00:16:53 +00001256#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001257#endif
1258
1259/* Define to the name of the environment variable that determines the run-time
1260 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001261#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
cristybb06a1a2012-03-15 00:16:53 +00001262#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001263#endif
1264
1265/* Define to the sub-directory in which libtool stores uninstalled libraries.
1266 */
cristy964cb7f2010-04-25 23:18:00 +00001267#ifndef MAGICKCORE_LT_OBJDIR
1268#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001269#endif
1270
cristy99bd5232011-12-07 14:38:20 +00001271/* Define to the shared library suffix, say, ".dylib". */
1272/* #undef LT_SHARED_EXT */
1273
cristy3f590e52011-11-14 14:29:44 +00001274/* Define if you have LZMA library */
cristy58945e42012-09-04 14:33:54 +00001275#ifndef MAGICKCORE_LZMA_DELEGATE
1276#define MAGICKCORE_LZMA_DELEGATE 1
1277#endif
cristyfbb0ef02010-12-19 02:32:11 +00001278
cristy3ed852e2009-09-05 21:47:34 +00001279/* Define to prepend to default font search path. */
1280/* #undef MAGICK_FONT_PATH */
1281
cristy27d53d62012-07-29 23:30:07 +00001282/* Target Host CPU */
1283#ifndef MAGICKCORE_MAGICK_TARGET_CPU
1284#define MAGICKCORE_MAGICK_TARGET_CPU x86_64
1285#endif
1286
1287/* Target Host OS */
1288#ifndef MAGICKCORE_MAGICK_TARGET_OS
1289#define MAGICKCORE_MAGICK_TARGET_OS linux-gnu
1290#endif
1291
1292/* Target Host Vendor */
1293#ifndef MAGICKCORE_MAGICK_TARGET_VENDOR
1294#define MAGICKCORE_MAGICK_TARGET_VENDOR unknown
1295#endif
1296
cristy3ed852e2009-09-05 21:47:34 +00001297/* Magick API method prefix */
1298/* #undef NAMESPACE_PREFIX */
1299
cristya0b81c32010-01-22 02:54:33 +00001300/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001301/* #undef NDEBUG */
1302
1303/* Define if dlsym() requires a leading underscore in symbol names. */
1304/* #undef NEED_USCORE */
1305
1306/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1307/* #undef NO_MINUS_C_MINUS_O */
1308
1309/* Define if you have OPENEXR library */
cristy380a11c2012-06-02 15:15:22 +00001310#ifndef MAGICKCORE_OPENEXR_DELEGATE
1311#define MAGICKCORE_OPENEXR_DELEGATE 1
1312#endif
cristy3ed852e2009-09-05 21:47:34 +00001313
cristya448bd22011-10-14 12:38:13 +00001314/* Name of package */
1315#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001316#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001317#endif
1318
cristy3ed852e2009-09-05 21:47:34 +00001319/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001320#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1321#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001322#endif
1323
1324/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001325#ifndef MAGICKCORE_PACKAGE_NAME
1326#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001327#endif
1328
1329/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001330#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001331#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001332#endif
1333
1334/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001335#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001336#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001337#endif
1338
cristy8b350f62009-11-15 23:12:43 +00001339/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001340#ifndef MAGICKCORE_PACKAGE_URL
1341#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001342#endif
1343
cristy3ed852e2009-09-05 21:47:34 +00001344/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001345#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001346#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001347#endif
1348
cristya054b762012-03-26 23:16:00 +00001349/* Define if you have PANGOCAIRO library */
1350#ifndef MAGICKCORE_PANGOCAIRO_DELEGATE
1351#define MAGICKCORE_PANGOCAIRO_DELEGATE 1
cristybb06a1a2012-03-15 00:16:53 +00001352#endif
cristy41cbe8a2011-10-27 01:35:18 +00001353
1354/* Define if you have PANGO library */
cristybb06a1a2012-03-15 00:16:53 +00001355#ifndef MAGICKCORE_PANGO_DELEGATE
1356#define MAGICKCORE_PANGO_DELEGATE 1
1357#endif
cristy41cbe8a2011-10-27 01:35:18 +00001358
cristy3ed852e2009-09-05 21:47:34 +00001359/* Define if you have PNG library */
cristybb06a1a2012-03-15 00:16:53 +00001360#ifndef MAGICKCORE_PNG_DELEGATE
1361#define MAGICKCORE_PNG_DELEGATE 1
1362#endif
cristy3ed852e2009-09-05 21:47:34 +00001363
1364/* Define to necessary symbol if this constant uses a non-standard name on
1365 your system. */
1366/* #undef PTHREAD_CREATE_JOINABLE */
1367
1368/* Pixel cache threshold in MB (defaults to available memory) */
1369/* #undef PixelCacheThreshold */
1370
1371/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001372#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001373#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001374#endif
1375
1376/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001377#ifndef MAGICKCORE_RETSIGTYPE
1378#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001379#endif
1380
1381/* Define if you have RSVG library */
cristy1164d5f2012-08-15 00:58:25 +00001382/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001383
1384/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001385#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1386#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001387#endif
1388
1389/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001390#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1391#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001392#endif
1393
1394/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001395#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1396#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001397#endif
1398
1399/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001400#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001401#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001402#endif
1403
1404/* Subdirectory of lib where architecture-independent configuration files
1405 live. */
1406#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001407#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001408#endif
1409
1410/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001411#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001412#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001413#endif
1414
1415/* Subdirectory of lib where architecture-independent configuration files
1416 live. */
cristy4f820712011-04-01 12:35:43 +00001417#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001418#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001419#endif
1420
1421/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001422#ifndef MAGICKCORE_SIZEOF_OFF_T
1423#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001424#endif
1425
1426/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001427#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1428#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001429#endif
1430
1431/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001432#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001433#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001434#endif
1435
1436/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001437#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1438#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001439#endif
1440
1441/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001442#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1443#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001444#endif
1445
1446/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001447#ifndef MAGICKCORE_SIZEOF_SIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001448#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001449#endif
1450
cristy330e9352010-06-01 18:42:49 +00001451/* The size of `ssize_t', as computed by sizeof. */
1452#ifndef MAGICKCORE_SIZEOF_SSIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001453#define MAGICKCORE_SIZEOF_SSIZE_T 8
cristy330e9352010-06-01 18:42:49 +00001454#endif
1455
cristy3ed852e2009-09-05 21:47:34 +00001456/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001457#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1458#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001459#endif
1460
1461/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001462#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
cristybb06a1a2012-03-15 00:16:53 +00001463#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001464#endif
1465
1466/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001467#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001468#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001469#endif
1470
1471/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001472#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1473#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001474#endif
1475
1476/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001477#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1478#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001479#endif
1480
1481/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1482/* #undef STAT_MACROS_BROKEN */
1483
1484/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001485#ifndef MAGICKCORE_STDC_HEADERS
1486#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001487#endif
1488
cristy7d4a1d62011-10-13 15:54:12 +00001489/* Define to 1 if strerror_r returns char *. */
1490#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1491#define MAGICKCORE_STRERROR_R_CHAR_P 1
1492#endif
1493
cristy55bf91c2010-09-24 00:29:41 +00001494/* Define if you have POSIX threads libraries and header files. */
1495#ifndef MAGICKCORE_THREAD_SUPPORT
1496#define MAGICKCORE_THREAD_SUPPORT 1
1497#endif
1498
cristy3ed852e2009-09-05 21:47:34 +00001499/* Define if you have TIFF library */
cristybb06a1a2012-03-15 00:16:53 +00001500#ifndef MAGICKCORE_TIFF_DELEGATE
1501#define MAGICKCORE_TIFF_DELEGATE 1
1502#endif
cristy3ed852e2009-09-05 21:47:34 +00001503
1504/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001505#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1506#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001507#endif
1508
1509/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1510/* #undef TM_IN_SYS_TIME */
1511
1512/* Enable extensions on AIX 3, Interix. */
1513#ifndef _ALL_SOURCE
1514# define _ALL_SOURCE 1
1515#endif
1516/* Enable GNU extensions on systems that have them. */
1517#ifndef _GNU_SOURCE
1518# define _GNU_SOURCE 1
1519#endif
1520/* Enable threading extensions on Solaris. */
1521#ifndef _POSIX_PTHREAD_SEMANTICS
1522# define _POSIX_PTHREAD_SEMANTICS 1
1523#endif
1524/* Enable extensions on HP NonStop. */
1525#ifndef _TANDEM_SOURCE
1526# define _TANDEM_SOURCE 1
1527#endif
1528/* Enable general extensions on Solaris. */
1529#ifndef __EXTENSIONS__
1530# define __EXTENSIONS__ 1
1531#endif
1532
1533
cristya448bd22011-10-14 12:38:13 +00001534/* Version number of package */
1535#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001536#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001537#endif
1538
cristyb1860752011-03-14 00:27:46 +00001539/* Define if you have WEBP library */
cristyb0a657e2012-08-29 00:45:37 +00001540/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001541
cristy3ed852e2009-09-05 21:47:34 +00001542/* Define to use the Windows GDI32 library */
cristybb06a1a2012-03-15 00:16:53 +00001543/* #undef WINGDI32_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001544
1545/* Define if using the dmalloc debugging malloc package */
1546/* #undef WITH_DMALLOC */
1547
cristy03f7cf92011-12-15 01:40:41 +00001548/* Define if you have wmflite library */
cristyb0a657e2012-08-29 00:45:37 +00001549/* #undef WMFLITE_DELEGATE */
cristy03f7cf92011-12-15 01:40:41 +00001550
1551/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001552/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001553
cristy3ed852e2009-09-05 21:47:34 +00001554/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1555 significant byte first (like Motorola and SPARC, unlike Intel). */
1556#if defined AC_APPLE_UNIVERSAL_BUILD
1557# if defined __BIG_ENDIAN__
1558# define WORDS_BIGENDIAN 1
1559# endif
1560#else
1561# ifndef WORDS_BIGENDIAN
1562/* # undef WORDS_BIGENDIAN */
1563# endif
1564#endif
1565
1566/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001567#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1568#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001569#endif
1570
1571/* Define if you have X11 library */
cristybb06a1a2012-03-15 00:16:53 +00001572#ifndef MAGICKCORE_X11_DELEGATE
1573#define MAGICKCORE_X11_DELEGATE 1
1574#endif
cristy3ed852e2009-09-05 21:47:34 +00001575
1576/* Define if you have XML library */
cristybb06a1a2012-03-15 00:16:53 +00001577#ifndef MAGICKCORE_XML_DELEGATE
1578#define MAGICKCORE_XML_DELEGATE 1
1579#endif
cristy3ed852e2009-09-05 21:47:34 +00001580
1581/* Define to 1 if the X Window System is missing or not being used. */
cristybb06a1a2012-03-15 00:16:53 +00001582/* #undef X_DISPLAY_MISSING */
cristy3ed852e2009-09-05 21:47:34 +00001583
cristy6e3607c2011-09-13 13:59:17 +00001584/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristybb06a1a2012-03-15 00:16:53 +00001585/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001586
cristy3ed852e2009-09-05 21:47:34 +00001587/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001588#ifndef MAGICKCORE_ZLIB_DELEGATE
1589#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001590#endif
1591
cristy14fefe52012-05-21 00:59:18 +00001592/* Enable large inode numbers on Mac OS X 10.5. */
1593#ifndef _DARWIN_USE_64_BIT_INODE
1594# define _DARWIN_USE_64_BIT_INODE 1
1595#endif
1596
cristy3ed852e2009-09-05 21:47:34 +00001597/* Number of bits in a file offset, on hosts where this is settable. */
cristy00e93b42012-01-18 17:40:03 +00001598/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001599
1600/* enable run-time bounds-checking */
1601/* #undef _FORTIFY_SOURCE */
1602
1603/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1604/* #undef _LARGEFILE_SOURCE */
1605
1606/* Define for large files, on AIX-style hosts. */
1607/* #undef _LARGE_FILES */
1608
1609/* Define to 1 if on MINIX. */
1610/* #undef _MINIX */
1611
cristy99cc3002010-01-21 14:50:11 +00001612/* Define this for the OpenCL Accelerator */
cristy4d412212012-06-27 23:14:48 +00001613/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001614
cristy3ed852e2009-09-05 21:47:34 +00001615/* Define to 2 if the system does not provide POSIX.1 features except with
1616 this defined. */
1617/* #undef _POSIX_1_SOURCE */
1618
1619/* Define to 1 if you need to in order for `stat' and other things to work. */
1620/* #undef _POSIX_SOURCE */
1621
cristy501c8042011-05-26 17:46:28 +00001622/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1623 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1624 #define below would cause a syntax error. */
1625/* #undef _UINT32_T */
1626
1627/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1628 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1629 #define below would cause a syntax error. */
1630/* #undef _UINT64_T */
1631
1632/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1633 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1634 #define below would cause a syntax error. */
1635/* #undef _UINT8_T */
1636
cristy3ed852e2009-09-05 21:47:34 +00001637/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1638#ifndef __CHAR_UNSIGNED__
1639/* # undef __CHAR_UNSIGNED__ */
1640#endif
1641
1642/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1643/* #undef __error_t_defined */
1644
1645/* Define to appropriate substitue if compiler does not have __func__ */
1646/* #undef __func__ */
1647
cristy3ed852e2009-09-05 21:47:34 +00001648/* Define to a type to use for `error_t' if it is not otherwise available. */
1649/* #undef error_t */
1650
cristy501c8042011-05-26 17:46:28 +00001651/* Define to `int' if <sys/types.h> doesn't define. */
1652/* #undef gid_t */
1653
cristy3ed852e2009-09-05 21:47:34 +00001654/* Define to `__inline__' or `__inline' if that's what the C compiler
1655 calls it, or to nothing if 'inline' is not supported under any name. */
1656#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001657/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001658#endif
1659
cristy501c8042011-05-26 17:46:28 +00001660/* Define to the type of a signed integer type of width exactly 16 bits if
1661 such a type exists and the standard includes do not define it. */
1662/* #undef int16_t */
1663
1664/* Define to the type of a signed integer type of width exactly 32 bits if
1665 such a type exists and the standard includes do not define it. */
1666/* #undef int32_t */
1667
1668/* Define to the type of a signed integer type of width exactly 64 bits if
1669 such a type exists and the standard includes do not define it. */
1670/* #undef int64_t */
1671
1672/* Define to the type of a signed integer type of width exactly 8 bits if such
1673 a type exists and the standard includes do not define it. */
1674/* #undef int8_t */
1675
1676/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1677 not define. */
1678/* #undef intmax_t */
1679
1680/* Define to the type of a signed integer type wide enough to hold a pointer,
1681 if such a type exists, and if the system does not define it. */
1682/* #undef intptr_t */
1683
1684/* Define to a type if <wchar.h> does not define. */
1685/* #undef mbstate_t */
1686
cristy3ed852e2009-09-05 21:47:34 +00001687/* Define to `int' if <sys/types.h> does not define. */
1688/* #undef mode_t */
1689
1690/* Define to `long int' if <sys/types.h> does not define. */
1691/* #undef off_t */
1692
1693/* Define to `int' if <sys/types.h> does not define. */
1694/* #undef pid_t */
1695
1696/* Define to the equivalent of the C99 'restrict' keyword, or to
1697 nothing if this is not supported. Do not define if restrict is
1698 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001699#ifndef _magickcore_restrict
1700#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001701#endif
cristy8b350f62009-11-15 23:12:43 +00001702/* Work around a bug in Sun C++: it does not support _Restrict or
1703 __restrict__, even though the corresponding Sun C compiler ends up with
1704 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1705 previous line. Perhaps some future version of Sun C++ will work with
1706 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001707#if defined __SUNPRO_CC && !defined __RESTRICT
1708# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001709# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001710#endif
1711
1712/* Define to `unsigned int' if <sys/types.h> does not define. */
1713/* #undef size_t */
1714
1715/* Define to `int' if <sys/types.h> does not define. */
1716/* #undef ssize_t */
1717
cristy501c8042011-05-26 17:46:28 +00001718/* Define to `int' if <sys/types.h> doesn't define. */
1719/* #undef uid_t */
1720
1721/* Define to the type of an unsigned integer type of width exactly 16 bits if
1722 such a type exists and the standard includes do not define it. */
1723/* #undef uint16_t */
1724
1725/* Define to the type of an unsigned integer type of width exactly 32 bits if
1726 such a type exists and the standard includes do not define it. */
1727/* #undef uint32_t */
1728
1729/* Define to the type of an unsigned integer type of width exactly 64 bits if
1730 such a type exists and the standard includes do not define it. */
1731/* #undef uint64_t */
1732
1733/* Define to the type of an unsigned integer type of width exactly 8 bits if
1734 such a type exists and the standard includes do not define it. */
1735/* #undef uint8_t */
1736
1737/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1738 do not define. */
1739/* #undef uintmax_t */
1740
1741/* Define to the type of an unsigned integer type wide enough to hold a
1742 pointer, if such a type exists, and if the system does not define it. */
1743/* #undef uintptr_t */
1744
cristy3ed852e2009-09-05 21:47:34 +00001745/* Define as `fork' if `vfork' does not work. */
1746/* #undef vfork */
1747
1748/* Define to empty if the keyword `volatile' does not work. Warning: valid
1749 code using `volatile' can become incorrect without. Disable with care. */
1750/* #undef volatile */
1751
cristy4c08aed2011-07-01 19:47:50 +00001752/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001753#endif