blob: 45e1de7c94af80475107b83c98a545816784a39f [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. */
cristyaf4cbf32012-10-16 23:47:41 +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 <arm/limits.h> header file. */
115/* #undef HAVE_ARM_LIMITS_H */
116
cristyb33454f2011-08-03 02:10:45 +0000117/* Define to 1 if you have the `asinh' function. */
118#ifndef MAGICKCORE_HAVE_ASINH
119#define MAGICKCORE_HAVE_ASINH 1
120#endif
121
122/* Define to 1 if you have the `atanh' function. */
123#ifndef MAGICKCORE_HAVE_ATANH
124#define MAGICKCORE_HAVE_ATANH 1
125#endif
126
cristy3ed852e2009-09-05 21:47:34 +0000127/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000128#ifndef MAGICKCORE_HAVE_ATEXIT
129#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000130#endif
131
cristyc5baf4f2010-08-31 15:05:33 +0000132/* Define to 1 if you have the `atoll' function. */
133#ifndef MAGICKCORE_HAVE_ATOLL
134#define MAGICKCORE_HAVE_ATOLL 1
135#endif
136
cristy3ed852e2009-09-05 21:47:34 +0000137/* define if bool is a built-in type */
cristy00e93b42012-01-18 17:40:03 +0000138#ifndef MAGICKCORE_HAVE_BOOL
139#define MAGICKCORE_HAVE_BOOL /**/
140#endif
cristy3ed852e2009-09-05 21:47:34 +0000141
cristy47b022b2011-01-18 22:29:21 +0000142/* Define to 1 if you have the `cabs' function. */
143#ifndef MAGICKCORE_HAVE_CABS
144#define MAGICKCORE_HAVE_CABS 1
145#endif
146
147/* Define to 1 if you have the `carg' function. */
148#ifndef MAGICKCORE_HAVE_CARG
149#define MAGICKCORE_HAVE_CARG 1
150#endif
151
cristy56ed31c2010-03-22 00:46:21 +0000152/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000153#ifndef MAGICKCORE_HAVE_CIMAG
154#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000155#endif
156
cristy3ed852e2009-09-05 21:47:34 +0000157/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000158#ifndef MAGICKCORE_HAVE_CLOCK
159#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000160#endif
161
cristye43a45e2009-09-28 14:49:00 +0000162/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000163#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
164#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000165#endif
166
cristye43a45e2009-09-28 14:49:00 +0000167/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000168#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
169#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000170#endif
171
cristyfe2e68f2010-01-09 19:16:03 +0000172/* Define to 1 if you have the <CL/cl.h> header file. */
cristy4d412212012-06-27 23:14:48 +0000173/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000174
cristy3ed852e2009-09-05 21:47:34 +0000175/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000176#ifndef MAGICKCORE_HAVE_COMPLEX_H
177#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000178#endif
179
cristy47b022b2011-01-18 22:29:21 +0000180/* Define to 1 if you have the `creal' function. */
181#ifndef MAGICKCORE_HAVE_CREAL
182#define MAGICKCORE_HAVE_CREAL 1
183#endif
184
cristyc5baf4f2010-08-31 15:05:33 +0000185/* Define to 1 if you have the `ctime_r' function. */
186#ifndef MAGICKCORE_HAVE_CTIME_R
187#define MAGICKCORE_HAVE_CTIME_R 1
188#endif
189
cristy3ed852e2009-09-05 21:47:34 +0000190/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
191 */
cristy964cb7f2010-04-25 23:18:00 +0000192#ifndef MAGICKCORE_HAVE_DECL_PREAD
193#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000194#endif
195
196/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
197 */
cristy964cb7f2010-04-25 23:18:00 +0000198#ifndef MAGICKCORE_HAVE_DECL_PWRITE
199#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000200#endif
201
cristy7d4a1d62011-10-13 15:54:12 +0000202/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
203 don't. */
204#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
cristyea0bff92012-09-17 01:21:33 +0000205#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
cristy7d4a1d62011-10-13 15:54:12 +0000206#endif
207
cristy3ed852e2009-09-05 21:47:34 +0000208/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
209 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000210#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
211#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000212#endif
213
cristy92703d82010-04-26 00:18:18 +0000214/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
215 */
cristybb06a1a2012-03-15 00:16:53 +0000216/* #undef HAVE_DECL_TZNAME */
cristy92703d82010-04-26 00:18:18 +0000217
cristy3ed852e2009-09-05 21:47:34 +0000218/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
219 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000220#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
221#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000222#endif
223
224/* Define to 1 if you have the `directio' function. */
225/* #undef HAVE_DIRECTIO */
226
227/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
228 */
cristy964cb7f2010-04-25 23:18:00 +0000229#ifndef MAGICKCORE_HAVE_DIRENT_H
230#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000231#endif
232
cristy3ed852e2009-09-05 21:47:34 +0000233/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000234#ifndef MAGICKCORE_HAVE_DLFCN_H
235#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000236#endif
237
cristy3ed852e2009-09-05 21:47:34 +0000238/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
239/* #undef HAVE_DOPRNT */
240
cristyf0cf9a22012-10-24 12:05:01 +0000241/* Define to 1 if the system has the type `double_t'. */
242#ifndef MAGICKCORE_HAVE_DOUBLE_T
243#define MAGICKCORE_HAVE_DOUBLE_T 1
244#endif
245
cristy3ed852e2009-09-05 21:47:34 +0000246/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000247#ifndef MAGICKCORE_HAVE_ERRNO_H
248#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000249#endif
250
cristy3ed852e2009-09-05 21:47:34 +0000251/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000252#ifndef MAGICKCORE_HAVE_EXECVP
253#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000254#endif
255
cristyf1440cb2010-02-23 02:24:21 +0000256/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000257#ifndef MAGICKCORE_HAVE_FCHMOD
258#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000259#endif
260
cristy3ed852e2009-09-05 21:47:34 +0000261/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000262#ifndef MAGICKCORE_HAVE_FCNTL_H
263#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000264#endif
265
cristyf0cf9a22012-10-24 12:05:01 +0000266/* Define to 1 if the system has the type `float_t'. */
267#ifndef MAGICKCORE_HAVE_FLOAT_T
268#define MAGICKCORE_HAVE_FLOAT_T 1
269#endif
270
cristy3ed852e2009-09-05 21:47:34 +0000271/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000272#ifndef MAGICKCORE_HAVE_FLOOR
273#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000274#endif
cristy3ed852e2009-09-05 21:47:34 +0000275
276/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000277#ifndef MAGICKCORE_HAVE_FORK
278#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000279#endif
280
281/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristyea0bff92012-09-17 01:21:33 +0000282#ifndef MAGICKCORE_HAVE_FSEEKO
283#define MAGICKCORE_HAVE_FSEEKO 1
284#endif
cristy3ed852e2009-09-05 21:47:34 +0000285
cristy81beccd2011-10-03 18:17:24 +0000286/* Define to 1 if you have the <ft2build.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000287#ifndef MAGICKCORE_HAVE_FT2BUILD_H
288#define MAGICKCORE_HAVE_FT2BUILD_H 1
289#endif
cristy81beccd2011-10-03 18:17:24 +0000290
cristy3ed852e2009-09-05 21:47:34 +0000291/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000292#ifndef MAGICKCORE_HAVE_FTIME
293#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000294#endif
295
296/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000297#ifndef MAGICKCORE_HAVE_FTRUNCATE
298#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000299#endif
300
301/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000302#ifndef MAGICKCORE_HAVE_GETCWD
303#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000304#endif
305
cristyc5baf4f2010-08-31 15:05:33 +0000306/* Define to 1 if you have the `getc_unlocked' function. */
307#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
308#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
309#endif
310
cristy3ed852e2009-09-05 21:47:34 +0000311/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000312#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
313#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000314#endif
315
316/* Define to 1 if you have the `getexecname' function. */
317/* #undef HAVE_GETEXECNAME */
318
319/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000320#ifndef MAGICKCORE_HAVE_GETPAGESIZE
321#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000322#endif
323
324/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000325#ifndef MAGICKCORE_HAVE_GETPID
326#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000327#endif
328
cristyd3ef0102009-09-12 18:11:06 +0000329/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000330#ifndef MAGICKCORE_HAVE_GETRLIMIT
331#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000332#endif
333
cristy3ed852e2009-09-05 21:47:34 +0000334/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000335#ifndef MAGICKCORE_HAVE_GETRUSAGE
336#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000337#endif
338
339/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000340#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
341#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000342#endif
343
344/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000345#ifndef MAGICKCORE_HAVE_GMTIME_R
346#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000347#endif
348
cristy501c8042011-05-26 17:46:28 +0000349/* Define to 1 if the system has the type `intmax_t'. */
cristyea0bff92012-09-17 01:21:33 +0000350#ifndef MAGICKCORE_HAVE_INTMAX_T
351#define MAGICKCORE_HAVE_INTMAX_T 1
352#endif
cristy501c8042011-05-26 17:46:28 +0000353
354/* Define to 1 if the system has the type `intptr_t'. */
355#ifndef MAGICKCORE_HAVE_INTPTR_T
356#define MAGICKCORE_HAVE_INTPTR_T 1
357#endif
358
cristy3ed852e2009-09-05 21:47:34 +0000359/* Define to 1 if you have the <inttypes.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000360#ifndef MAGICKCORE_HAVE_INTTYPES_H
361#define MAGICKCORE_HAVE_INTTYPES_H 1
362#endif
cristy3ed852e2009-09-05 21:47:34 +0000363
cristy82b20722011-11-05 21:52:36 +0000364/* Define to 1 if you have the `isnan' function. */
365#ifndef MAGICKCORE_HAVE_ISNAN
366#define MAGICKCORE_HAVE_ISNAN 1
367#endif
368
cristy161b9262010-03-20 19:34:32 +0000369/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000370#ifndef MAGICKCORE_HAVE_J0
371#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000372#endif
373
374/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000375#ifndef MAGICKCORE_HAVE_J1
376#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000377#endif
378
cristyd09bcf92010-03-25 03:04:45 +0000379/* Define if you have the <lcms2.h> header file. */
cristyceb488f2012-03-22 10:58:48 +0000380#ifndef MAGICKCORE_HAVE_LCMS2_H
381#define MAGICKCORE_HAVE_LCMS2_H 1
382#endif
cristyd09bcf92010-03-25 03:04:45 +0000383
cristy71203402010-06-18 13:12:03 +0000384/* Define if you have the <lcms2/lcms2.h> header file. */
385/* #undef HAVE_LCMS2_LCMS2_H */
386
cristy3ed852e2009-09-05 21:47:34 +0000387/* Define if you have the <lcms.h> header file. */
cristyceb488f2012-03-22 10:58:48 +0000388/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000389
390/* Define if you have the <lcms/lcms.h> header file. */
391/* #undef HAVE_LCMS_LCMS_H */
392
cristy3ed852e2009-09-05 21:47:34 +0000393/* Define to 1 if you have the `gcov' library (-lgcov). */
394/* #undef HAVE_LIBGCOV */
395
396/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000397#ifndef MAGICKCORE_HAVE_LIMITS_H
398#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000399#endif
400
401/* Define to 1 if you have the <linux/unistd.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000402#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
403#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
404#endif
cristy3ed852e2009-09-05 21:47:34 +0000405
cristyc5baf4f2010-08-31 15:05:33 +0000406/* Define to 1 if you have the `lltostr' function. */
407/* #undef HAVE_LLTOSTR */
408
cristy3ed852e2009-09-05 21:47:34 +0000409/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000410#ifndef MAGICKCORE_HAVE_LOCALE_H
411#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000412#endif
413
414/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000415#ifndef MAGICKCORE_HAVE_LOCALTIME_R
416#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000417#endif
418
cristy501c8042011-05-26 17:46:28 +0000419/* Define to 1 if the system has the type `long double'. */
420#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
421#define MAGICKCORE_HAVE_LONG_DOUBLE 1
422#endif
423
cristy3ed852e2009-09-05 21:47:34 +0000424/* Define to 1 if the type `long double' works and has more range or precision
425 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000426#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
427#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000428#endif
429
cristy501c8042011-05-26 17:46:28 +0000430/* Define to 1 if the system has the type `long long int'. */
431#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
432#define MAGICKCORE_HAVE_LONG_LONG_INT 1
433#endif
434
cristy3ed852e2009-09-05 21:47:34 +0000435/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000436#ifndef MAGICKCORE_HAVE_LSTAT
437#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000438#endif
439
cristy3ed852e2009-09-05 21:47:34 +0000440/* Define to 1 if you have the <machine/param.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000441/* #undef HAVE_MACHINE_PARAM_H */
cristy3ed852e2009-09-05 21:47:34 +0000442
443/* Define to 1 if you have the <mach-o/dyld.h> header file. */
444/* #undef HAVE_MACH_O_DYLD_H */
445
cristy501c8042011-05-26 17:46:28 +0000446/* Define to 1 if <wchar.h> declares mbstate_t. */
447#ifndef MAGICKCORE_HAVE_MBSTATE_T
448#define MAGICKCORE_HAVE_MBSTATE_T 1
449#endif
450
cristy3ed852e2009-09-05 21:47:34 +0000451/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000452#ifndef MAGICKCORE_HAVE_MEMMOVE
453#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000454#endif
455
456/* Define to 1 if you have the <memory.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000457#ifndef MAGICKCORE_HAVE_MEMORY_H
458#define MAGICKCORE_HAVE_MEMORY_H 1
459#endif
cristy3ed852e2009-09-05 21:47:34 +0000460
461/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000462#ifndef MAGICKCORE_HAVE_MEMSET
463#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000464#endif
465
466/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000467#ifndef MAGICKCORE_HAVE_MKSTEMP
468#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000469#endif
470
471/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000472#ifndef MAGICKCORE_HAVE_MMAP
473#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000474#endif
475
476/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000477#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
478#define MAGICKCORE_HAVE_MMAP_FILEIO 1
479#endif
cristy3ed852e2009-09-05 21:47:34 +0000480
481/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000482#ifndef MAGICKCORE_HAVE_MUNMAP
483#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000484#endif
485
486/* define if the compiler implements namespaces */
cristy00e93b42012-01-18 17:40:03 +0000487#ifndef MAGICKCORE_HAVE_NAMESPACES
488#define MAGICKCORE_HAVE_NAMESPACES /**/
489#endif
cristy964cb7f2010-04-25 23:18:00 +0000490
491/* Define if g++ supports namespace std. */
cristy00e93b42012-01-18 17:40:03 +0000492#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
493#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
494#endif
cristy3ed852e2009-09-05 21:47:34 +0000495
cristya21afde2010-07-02 00:45:40 +0000496/* Define to 1 if you have the `nanosleep' function. */
497#ifndef MAGICKCORE_HAVE_NANOSLEEP
498#define MAGICKCORE_HAVE_NANOSLEEP 1
499#endif
500
cristy3ed852e2009-09-05 21:47:34 +0000501/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
502/* #undef HAVE_NDIR_H */
503
cristya8549b12011-05-18 19:05:08 +0000504/* Define to 1 if you have the `newlocale' function. */
cristybb06a1a2012-03-15 00:16:53 +0000505#ifndef MAGICKCORE_HAVE_NEWLOCALE
506#define MAGICKCORE_HAVE_NEWLOCALE 1
507#endif
cristya8549b12011-05-18 19:05:08 +0000508
cristyfe2e68f2010-01-09 19:16:03 +0000509/* Define to 1 if you have the <OpenCL/cl.h> header file. */
510/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000511
cristy3ed852e2009-09-05 21:47:34 +0000512/* Define to 1 if you have the <OS.h> header file. */
513/* #undef HAVE_OS_H */
514
515/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000516#ifndef MAGICKCORE_HAVE_PCLOSE
517#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000518#endif
519
520/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000521#ifndef MAGICKCORE_HAVE_POLL
522#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000523#endif
524
525/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000526#ifndef MAGICKCORE_HAVE_POPEN
527#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000528#endif
529
530/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000531#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
532#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000533#endif
534
535/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000536#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
537#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000538#endif
539
540/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000541#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
542#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000543#endif
544
545/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000546#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
547#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000548#endif
549
cristy5c40fb42010-08-05 16:12:44 +0000550/* Define to 1 if you have the `posix_spawnp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000551#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
552#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
553#endif
cristy5c40fb42010-08-05 16:12:44 +0000554
cristy3ed852e2009-09-05 21:47:34 +0000555/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000556#ifndef MAGICKCORE_HAVE_POW
557#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000558#endif
cristy3ed852e2009-09-05 21:47:34 +0000559
560/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000561#ifndef MAGICKCORE_HAVE_PREAD
562#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000563#endif
564
cristy98e91bd2010-01-12 01:11:42 +0000565/* Define to 1 if you have the <process.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000566/* #undef HAVE_PROCESS_H */
cristy98e91bd2010-01-12 01:11:42 +0000567
cristy3ed852e2009-09-05 21:47:34 +0000568/* Define if you have POSIX threads libraries and header files. */
cristyea0bff92012-09-17 01:21:33 +0000569#ifndef MAGICKCORE_HAVE_PTHREAD
570#define MAGICKCORE_HAVE_PTHREAD 1
571#endif
cristy3ed852e2009-09-05 21:47:34 +0000572
cristya316db12011-10-24 00:49:45 +0000573/* Have PTHREAD_PRIO_INHERIT. */
cristyea0bff92012-09-17 01:21:33 +0000574#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
575#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
576#endif
cristya316db12011-10-24 00:49:45 +0000577
cristy3ed852e2009-09-05 21:47:34 +0000578/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000579#ifndef MAGICKCORE_HAVE_PWRITE
580#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000581#endif
582
cristyc5baf4f2010-08-31 15:05:33 +0000583/* Define to 1 if you have the `qsort_r' function. */
cristybb06a1a2012-03-15 00:16:53 +0000584#ifndef MAGICKCORE_HAVE_QSORT_R
585#define MAGICKCORE_HAVE_QSORT_R 1
586#endif
cristyc5baf4f2010-08-31 15:05:33 +0000587
cristy3ed852e2009-09-05 21:47:34 +0000588/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000589#ifndef MAGICKCORE_HAVE_RAISE
590#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000591#endif
592
593/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000594#ifndef MAGICKCORE_HAVE_RAND_R
595#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000596#endif
597
cristy3ed852e2009-09-05 21:47:34 +0000598/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000599#ifndef MAGICKCORE_HAVE_READDIR_R
600#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000601#endif
602
603/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000604#ifndef MAGICKCORE_HAVE_READLINK
605#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000606#endif
607
608/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000609#ifndef MAGICKCORE_HAVE_REALPATH
610#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000611#endif
612
613/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000614#ifndef MAGICKCORE_HAVE_SEEKDIR
615#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000616#endif
617
618/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000619#ifndef MAGICKCORE_HAVE_SELECT
620#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000621#endif
622
623/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000624#ifndef MAGICKCORE_HAVE_SETLOCALE
625#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000626#endif
627
628/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000629#ifndef MAGICKCORE_HAVE_SETVBUF
630#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000631#endif
632
633/* X11 server supports shape extension */
cristybb06a1a2012-03-15 00:16:53 +0000634#ifndef MAGICKCORE_HAVE_SHAPE
635#define MAGICKCORE_HAVE_SHAPE 1
636#endif
cristy3ed852e2009-09-05 21:47:34 +0000637
638/* X11 server supports shared memory extension */
cristybb06a1a2012-03-15 00:16:53 +0000639#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
640#define MAGICKCORE_HAVE_SHARED_MEMORY 1
641#endif
cristy3ed852e2009-09-05 21:47:34 +0000642
cristy3ed852e2009-09-05 21:47:34 +0000643/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000644#ifndef MAGICKCORE_HAVE_SIGACTION
645#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000646#endif
647
648/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000649#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
650#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000651#endif
652
cristy393bbe52010-01-11 16:32:56 +0000653/* Define to 1 if you have the `spawnvp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000654/* #undef HAVE_SPAWNVP */
cristy393bbe52010-01-11 16:32:56 +0000655
cristy3ed852e2009-09-05 21:47:34 +0000656/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000657#ifndef MAGICKCORE_HAVE_SQRT
658#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000659#endif
cristy3ed852e2009-09-05 21:47:34 +0000660
661/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000662#ifndef MAGICKCORE_HAVE_STAT
663#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000664#endif
665
666/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000667#ifndef MAGICKCORE_HAVE_STDARG_H
668#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000669#endif
670
671/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000672#ifndef MAGICKCORE_HAVE_STDBOOL_H
673#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000674#endif
675
cristy3ed852e2009-09-05 21:47:34 +0000676/* Define to 1 if you have the <stdint.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000677#ifndef MAGICKCORE_HAVE_STDINT_H
678#define MAGICKCORE_HAVE_STDINT_H 1
679#endif
cristy3ed852e2009-09-05 21:47:34 +0000680
681/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000682#ifndef MAGICKCORE_HAVE_STDLIB_H
683#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000684#endif
685
686/* define if the compiler supports ISO C++ standard library */
cristy00e93b42012-01-18 17:40:03 +0000687#ifndef MAGICKCORE_HAVE_STD_LIBS
688#define MAGICKCORE_HAVE_STD_LIBS /**/
689#endif
cristy3ed852e2009-09-05 21:47:34 +0000690
691/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000692#ifndef MAGICKCORE_HAVE_STRCASECMP
693#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000694#endif
695
696/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000697#ifndef MAGICKCORE_HAVE_STRCHR
698#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000699#endif
700
701/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000702#ifndef MAGICKCORE_HAVE_STRCSPN
703#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000704#endif
705
706/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000707#ifndef MAGICKCORE_HAVE_STRDUP
708#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000709#endif
710
711/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000712#ifndef MAGICKCORE_HAVE_STRERROR
713#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000714#endif
715
716/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000717#ifndef MAGICKCORE_HAVE_STRERROR_R
718#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000719#endif
720
721/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000722#ifndef MAGICKCORE_HAVE_STRINGIZE
723#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000724#endif
725
726/* Define to 1 if you have the <strings.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000727#ifndef MAGICKCORE_HAVE_STRINGS_H
728#define MAGICKCORE_HAVE_STRINGS_H 1
729#endif
cristy3ed852e2009-09-05 21:47:34 +0000730
731/* Define to 1 if you have the <string.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000732#ifndef MAGICKCORE_HAVE_STRING_H
733#define MAGICKCORE_HAVE_STRING_H 1
734#endif
cristy3ed852e2009-09-05 21:47:34 +0000735
736/* Define to 1 if you have the `strlcat' function. */
cristybb06a1a2012-03-15 00:16:53 +0000737/* #undef HAVE_STRLCAT */
cristy3ed852e2009-09-05 21:47:34 +0000738
739/* Define to 1 if you have the `strlcpy' function. */
cristybb06a1a2012-03-15 00:16:53 +0000740/* #undef HAVE_STRLCPY */
cristy3ed852e2009-09-05 21:47:34 +0000741
742/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000743#ifndef MAGICKCORE_HAVE_STRNCASECMP
744#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000745#endif
746
747/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000748#ifndef MAGICKCORE_HAVE_STRPBRK
749#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000750#endif
751
752/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000753#ifndef MAGICKCORE_HAVE_STRRCHR
754#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000755#endif
756
757/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000758#ifndef MAGICKCORE_HAVE_STRSPN
759#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000760#endif
761
762/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000763#ifndef MAGICKCORE_HAVE_STRSTR
764#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000765#endif
766
cristy6c1eef12011-05-17 02:13:08 +0000767/* Define to 1 if you have the `strtod' function. */
768#ifndef MAGICKCORE_HAVE_STRTOD
769#define MAGICKCORE_HAVE_STRTOD 1
770#endif
771
772/* Define to 1 if you have the `strtod_l' function. */
cristybb06a1a2012-03-15 00:16:53 +0000773#ifndef MAGICKCORE_HAVE_STRTOD_L
774#define MAGICKCORE_HAVE_STRTOD_L 1
775#endif
cristy6c1eef12011-05-17 02:13:08 +0000776
cristy3ed852e2009-09-05 21:47:34 +0000777/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000778#ifndef MAGICKCORE_HAVE_STRTOL
779#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000780#endif
781
cristy5131f3e2009-12-18 03:09:10 +0000782/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000783#ifndef MAGICKCORE_HAVE_STRTOUL
784#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000785#endif
786
cristy92703d82010-04-26 00:18:18 +0000787/* Define to 1 if `tm_zone' is a member of `struct tm'. */
cristybb06a1a2012-03-15 00:16:53 +0000788#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
789#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
790#endif
cristy92703d82010-04-26 00:18:18 +0000791
cristy58945e42012-09-04 14:33:54 +0000792/* Define to 1 if you have the <sun_prefetch.h> header file. */
793/* #undef HAVE_SUN_PREFETCH_H */
794
cristy3ed852e2009-09-05 21:47:34 +0000795/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000796#ifndef MAGICKCORE_HAVE_SYMLINK
797#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000798#endif
799
800/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000801#ifndef MAGICKCORE_HAVE_SYSCONF
802#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000803#endif
804
805/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
806 */
807/* #undef HAVE_SYS_DIR_H */
808
cristy3ed852e2009-09-05 21:47:34 +0000809/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000810#ifndef MAGICKCORE_HAVE_SYS_IPC_H
811#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000812#endif
813
cristy58945e42012-09-04 14:33:54 +0000814/* Define to 1 if you have the <sys/mman.h> header file. */
815#ifndef MAGICKCORE_HAVE_SYS_MMAN_H
816#define MAGICKCORE_HAVE_SYS_MMAN_H 1
817#endif
818
cristy3ed852e2009-09-05 21:47:34 +0000819/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
820 */
821/* #undef HAVE_SYS_NDIR_H */
822
cristycd4c5312009-11-22 01:19:08 +0000823/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000824#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
825#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000826#endif
827
cristy3ed852e2009-09-05 21:47:34 +0000828/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000829#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
830#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000831#endif
832
833/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000834#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
835#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000836#endif
837
838/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000839#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
840#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000841#endif
842
843/* Define to 1 if you have the <sys/stat.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000844#ifndef MAGICKCORE_HAVE_SYS_STAT_H
845#define MAGICKCORE_HAVE_SYS_STAT_H 1
846#endif
cristy3ed852e2009-09-05 21:47:34 +0000847
848/* Define to 1 if you have the <sys/syslimits.h> header file. */
849/* #undef HAVE_SYS_SYSLIMITS_H */
850
851/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000852#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
853#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000854#endif
855
856/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000857#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
858#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000859#endif
860
861/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000862#ifndef MAGICKCORE_HAVE_SYS_TIME_H
863#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000864#endif
865
866/* Define to 1 if you have the <sys/types.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000867#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
868#define MAGICKCORE_HAVE_SYS_TYPES_H 1
869#endif
cristy3ed852e2009-09-05 21:47:34 +0000870
871/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000872#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
873#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000874#endif
875
876/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000877#ifndef MAGICKCORE_HAVE_TELLDIR
878#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000879#endif
880
881/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000882#ifndef MAGICKCORE_HAVE_TEMPNAM
883#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000884#endif
885
886/* Define to 1 if you have the <tiffconf.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000887#ifndef MAGICKCORE_HAVE_TIFFCONF_H
888#define MAGICKCORE_HAVE_TIFFCONF_H 1
889#endif
cristy3ed852e2009-09-05 21:47:34 +0000890
cristy3f590e52011-11-14 14:29:44 +0000891/* Define to 1 if you have the `TIFFIsBigEndian' function. */
cristybb06a1a2012-03-15 00:16:53 +0000892#ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
893#define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
894#endif
cristy3f590e52011-11-14 14:29:44 +0000895
cristy3ed852e2009-09-05 21:47:34 +0000896/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristybb06a1a2012-03-15 00:16:53 +0000897#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
898#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
899#endif
cristy3ed852e2009-09-05 21:47:34 +0000900
901/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristybb06a1a2012-03-15 00:16:53 +0000902#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
903#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
904#endif
cristy3ed852e2009-09-05 21:47:34 +0000905
906/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristybb06a1a2012-03-15 00:16:53 +0000907#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
908#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
909#endif
cristy3ed852e2009-09-05 21:47:34 +0000910
911/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +0000912#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
913#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
914#endif
cristy3ed852e2009-09-05 21:47:34 +0000915
916/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristybb06a1a2012-03-15 00:16:53 +0000917#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
918#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
919#endif
cristy3ed852e2009-09-05 21:47:34 +0000920
921/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +0000922#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
923#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
924#endif
cristy3ed852e2009-09-05 21:47:34 +0000925
926/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristybb06a1a2012-03-15 00:16:53 +0000927#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
928#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
929#endif
cristy3ed852e2009-09-05 21:47:34 +0000930
931/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000932#ifndef MAGICKCORE_HAVE_TIMES
933#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000934#endif
935
cristy92703d82010-04-26 00:18:18 +0000936/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
937 `HAVE_STRUCT_TM_TM_ZONE' instead. */
cristybb06a1a2012-03-15 00:16:53 +0000938#ifndef MAGICKCORE_HAVE_TM_ZONE
939#define MAGICKCORE_HAVE_TM_ZONE 1
940#endif
cristy92703d82010-04-26 00:18:18 +0000941
942/* Define to 1 if you don't have `tm_zone' but do have the external array
943 `tzname'. */
cristybb06a1a2012-03-15 00:16:53 +0000944/* #undef HAVE_TZNAME */
cristy92703d82010-04-26 00:18:18 +0000945
cristy501c8042011-05-26 17:46:28 +0000946/* Define to 1 if the system has the type `uintmax_t'. */
cristyea0bff92012-09-17 01:21:33 +0000947#ifndef MAGICKCORE_HAVE_UINTMAX_T
948#define MAGICKCORE_HAVE_UINTMAX_T 1
949#endif
cristy501c8042011-05-26 17:46:28 +0000950
951/* Define to 1 if the system has the type `uintptr_t'. */
cristyea0bff92012-09-17 01:21:33 +0000952#ifndef MAGICKCORE_HAVE_UINTPTR_T
953#define MAGICKCORE_HAVE_UINTPTR_T 1
954#endif
cristy501c8042011-05-26 17:46:28 +0000955
cristyc5baf4f2010-08-31 15:05:33 +0000956/* Define to 1 if you have the `ulltostr' function. */
957/* #undef HAVE_ULLTOSTR */
958
cristy3ed852e2009-09-05 21:47:34 +0000959/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000960#ifndef MAGICKCORE_HAVE_UNISTD_H
961#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000962#endif
963
cristy501c8042011-05-26 17:46:28 +0000964/* Define to 1 if the system has the type `unsigned long long int'. */
965#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
966#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
967#endif
968
cristya20c9042011-05-19 13:22:18 +0000969/* Define to 1 if you have the `uselocale' function. */
cristybb06a1a2012-03-15 00:16:53 +0000970#ifndef MAGICKCORE_HAVE_USELOCALE
971#define MAGICKCORE_HAVE_USELOCALE 1
972#endif
cristya20c9042011-05-19 13:22:18 +0000973
cristy3ed852e2009-09-05 21:47:34 +0000974/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000975#ifndef MAGICKCORE_HAVE_USLEEP
976#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +0000977#endif
978
cristyf1440cb2010-02-23 02:24:21 +0000979/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000980#ifndef MAGICKCORE_HAVE_UTIME
981#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +0000982#endif
983
cristy3ed852e2009-09-05 21:47:34 +0000984/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000985#ifndef MAGICKCORE_HAVE_VFORK
986#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +0000987#endif
988
989/* Define to 1 if you have the <vfork.h> header file. */
990/* #undef HAVE_VFORK_H */
991
cristy5d0cd952011-05-19 21:21:41 +0000992/* Define to 1 if you have the `vfprintf' function. */
993#ifndef MAGICKCORE_HAVE_VFPRINTF
994#define MAGICKCORE_HAVE_VFPRINTF 1
995#endif
996
997/* Define to 1 if you have the `vfprintf_l' function. */
998/* #undef HAVE_VFPRINTF_L */
999
cristy3ed852e2009-09-05 21:47:34 +00001000/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001001#ifndef MAGICKCORE_HAVE_VPRINTF
1002#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001003#endif
1004
1005/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001006#ifndef MAGICKCORE_HAVE_VSNPRINTF
1007#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001008#endif
1009
cristyb51dff52011-05-19 16:55:47 +00001010/* Define to 1 if you have the `vsnprintf_l' function. */
1011/* #undef HAVE_VSNPRINTF_L */
1012
cristy3ed852e2009-09-05 21:47:34 +00001013/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001014#ifndef MAGICKCORE_HAVE_VSPRINTF
1015#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001016#endif
1017
1018/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001019#ifndef MAGICKCORE_HAVE_WAITPID
1020#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001021#endif
1022
1023/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001024#ifndef MAGICKCORE_HAVE_WCHAR_H
1025#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001026#endif
1027
cristy736173a2009-09-20 21:18:22 +00001028/* Define to 1 if you have the <windows.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001029/* #undef HAVE_WINDOWS_H */
cristy736173a2009-09-20 21:18:22 +00001030
cristy3ed852e2009-09-05 21:47:34 +00001031/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001032#ifndef MAGICKCORE_HAVE_WORKING_FORK
1033#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001034#endif
1035
1036/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001037#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1038#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001039#endif
1040
cristya8549b12011-05-18 19:05:08 +00001041/* Define to 1 if you have the <xlocale.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001042#ifndef MAGICKCORE_HAVE_XLOCALE_H
1043#define MAGICKCORE_HAVE_XLOCALE_H 1
1044#endif
cristya8549b12011-05-18 19:05:08 +00001045
cristy568c2d42012-07-27 01:41:20 +00001046/* Define to 1 if you have the `_aligned_malloc' function. */
1047/* #undef HAVE__ALIGNED_MALLOC */
1048
cristy3ed852e2009-09-05 21:47:34 +00001049/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001050#ifndef MAGICKCORE_HAVE__BOOL
1051#define MAGICKCORE_HAVE__BOOL 1
1052#endif
cristy3ed852e2009-09-05 21:47:34 +00001053
1054/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001055#ifndef MAGICKCORE_HAVE__EXIT
1056#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001057#endif
1058
1059/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1060/* #undef HAVE__NSGETEXECUTABLEPATH */
1061
1062/* Define to 1 if you have the `_pclose' function. */
cristybb06a1a2012-03-15 00:16:53 +00001063/* #undef HAVE__PCLOSE */
cristy3ed852e2009-09-05 21:47:34 +00001064
1065/* Define to 1 if you have the `_popen' function. */
cristybb06a1a2012-03-15 00:16:53 +00001066/* #undef HAVE__POPEN */
cristy3ed852e2009-09-05 21:47:34 +00001067
1068/* Define to 1 if you have the `_wfopen' function. */
1069/* #undef HAVE__WFOPEN */
1070
1071/* Define to 1 if you have the `_wstat' function. */
1072/* #undef HAVE__WSTAT */
1073
cristy92703d82010-04-26 00:18:18 +00001074/* define if your compiler has __attribute__ */
cristyea0bff92012-09-17 01:21:33 +00001075#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1076#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1077#endif
cristy92703d82010-04-26 00:18:18 +00001078
cristy3ed852e2009-09-05 21:47:34 +00001079/* accurately represent the wide range of intensity levels in real scenes */
cristy191c0b72012-08-12 16:29:52 +00001080#ifndef MAGICKCORE_HDRI_SUPPORT
1081#define MAGICKCORE_HDRI_SUPPORT 1
1082#endif
cristy3ed852e2009-09-05 21:47:34 +00001083
1084/* Define if you have umem memory allocation library */
1085/* #undef HasUMEM */
1086
cristy2a11bef2011-10-28 18:33:11 +00001087/* Directory where ImageMagick headers live. */
1088#ifndef MAGICKCORE_INCLUDE_PATH
1089#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001090#endif
1091
cristy3ed852e2009-09-05 21:47:34 +00001092/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001093#ifndef MAGICKCORE_INSTALLED_SUPPORT
1094#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001095#endif
1096
1097/* Define if you have JBIG library */
cristyb0a657e2012-08-29 00:45:37 +00001098/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001099
1100/* Define if you have JPEG version 2 "Jasper" library */
cristyea0bff92012-09-17 01:21:33 +00001101#ifndef MAGICKCORE_JP2_DELEGATE
1102#define MAGICKCORE_JP2_DELEGATE 1
1103#endif
cristy3ed852e2009-09-05 21:47:34 +00001104
1105/* Define if you have JPEG library */
cristybb06a1a2012-03-15 00:16:53 +00001106#ifndef MAGICKCORE_JPEG_DELEGATE
1107#define MAGICKCORE_JPEG_DELEGATE 1
1108#endif
cristy3ed852e2009-09-05 21:47:34 +00001109
cristy71203402010-06-18 13:12:03 +00001110/* Define if you have LCMS (v1.11 or later) library */
cristybb06a1a2012-03-15 00:16:53 +00001111#ifndef MAGICKCORE_LCMS_DELEGATE
1112#define MAGICKCORE_LCMS_DELEGATE 1
1113#endif
cristy3ed852e2009-09-05 21:47:34 +00001114
1115/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001116#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001117#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001118#endif
1119
1120/* Subdirectory of lib where ImageMagick architecture dependent files are
1121 installed */
cristy964cb7f2010-04-25 23:18:00 +00001122#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001123#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001124#endif
1125
1126/* Define if you have LQR library */
cristy58945e42012-09-04 14:33:54 +00001127/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001128
1129/* Define if using libltdl to support dynamically loadable modules */
cristyaf4cbf32012-10-16 23:47:41 +00001130/* #undef LTDL_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001131
1132/* Define to the sub-directory in which libtool stores uninstalled libraries.
1133 */
cristy964cb7f2010-04-25 23:18:00 +00001134#ifndef MAGICKCORE_LT_OBJDIR
1135#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001136#endif
1137
cristy3f590e52011-11-14 14:29:44 +00001138/* Define if you have LZMA library */
cristy58945e42012-09-04 14:33:54 +00001139#ifndef MAGICKCORE_LZMA_DELEGATE
1140#define MAGICKCORE_LZMA_DELEGATE 1
1141#endif
cristyfbb0ef02010-12-19 02:32:11 +00001142
cristy3ed852e2009-09-05 21:47:34 +00001143/* Define to prepend to default font search path. */
1144/* #undef MAGICK_FONT_PATH */
1145
cristy27d53d62012-07-29 23:30:07 +00001146/* Target Host CPU */
cristyea0bff92012-09-17 01:21:33 +00001147#ifndef MAGICKCORE_MAGICK_TARGET_CPU
1148#define MAGICKCORE_MAGICK_TARGET_CPU x86_64
1149#endif
cristy27d53d62012-07-29 23:30:07 +00001150
1151/* Target Host OS */
cristyea0bff92012-09-17 01:21:33 +00001152#ifndef MAGICKCORE_MAGICK_TARGET_OS
1153#define MAGICKCORE_MAGICK_TARGET_OS linux-gnu
1154#endif
cristy27d53d62012-07-29 23:30:07 +00001155
1156/* Target Host Vendor */
cristyea0bff92012-09-17 01:21:33 +00001157#ifndef MAGICKCORE_MAGICK_TARGET_VENDOR
1158#define MAGICKCORE_MAGICK_TARGET_VENDOR unknown
1159#endif
cristy27d53d62012-07-29 23:30:07 +00001160
cristy3ed852e2009-09-05 21:47:34 +00001161/* Magick API method prefix */
1162/* #undef NAMESPACE_PREFIX */
1163
cristya0b81c32010-01-22 02:54:33 +00001164/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001165/* #undef NDEBUG */
1166
cristy3ed852e2009-09-05 21:47:34 +00001167/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1168/* #undef NO_MINUS_C_MINUS_O */
1169
1170/* Define if you have OPENEXR library */
cristy380a11c2012-06-02 15:15:22 +00001171#ifndef MAGICKCORE_OPENEXR_DELEGATE
1172#define MAGICKCORE_OPENEXR_DELEGATE 1
1173#endif
cristy3ed852e2009-09-05 21:47:34 +00001174
cristya448bd22011-10-14 12:38:13 +00001175/* Name of package */
cristyea0bff92012-09-17 01:21:33 +00001176#ifndef MAGICKCORE_PACKAGE
1177#define MAGICKCORE_PACKAGE "ImageMagick"
1178#endif
cristya448bd22011-10-14 12:38:13 +00001179
cristy3ed852e2009-09-05 21:47:34 +00001180/* Define to the address where bug reports for this package should be sent. */
cristyea0bff92012-09-17 01:21:33 +00001181#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1182#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
1183#endif
cristy3ed852e2009-09-05 21:47:34 +00001184
1185/* Define to the full name of this package. */
cristyea0bff92012-09-17 01:21:33 +00001186#ifndef MAGICKCORE_PACKAGE_NAME
1187#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
1188#endif
cristy3ed852e2009-09-05 21:47:34 +00001189
1190/* Define to the full name and version of this package. */
cristyea0bff92012-09-17 01:21:33 +00001191#ifndef MAGICKCORE_PACKAGE_STRING
1192#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
1193#endif
cristy3ed852e2009-09-05 21:47:34 +00001194
1195/* Define to the one symbol short name of this package. */
cristyea0bff92012-09-17 01:21:33 +00001196#ifndef MAGICKCORE_PACKAGE_TARNAME
1197#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
1198#endif
cristy3ed852e2009-09-05 21:47:34 +00001199
cristy8b350f62009-11-15 23:12:43 +00001200/* Define to the home page for this package. */
cristyea0bff92012-09-17 01:21:33 +00001201#ifndef MAGICKCORE_PACKAGE_URL
1202#define MAGICKCORE_PACKAGE_URL ""
1203#endif
cristy8b350f62009-11-15 23:12:43 +00001204
cristy3ed852e2009-09-05 21:47:34 +00001205/* Define to the version of this package. */
cristyea0bff92012-09-17 01:21:33 +00001206#ifndef MAGICKCORE_PACKAGE_VERSION
1207#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
1208#endif
cristy3ed852e2009-09-05 21:47:34 +00001209
cristya054b762012-03-26 23:16:00 +00001210/* Define if you have PANGOCAIRO library */
1211#ifndef MAGICKCORE_PANGOCAIRO_DELEGATE
1212#define MAGICKCORE_PANGOCAIRO_DELEGATE 1
cristybb06a1a2012-03-15 00:16:53 +00001213#endif
cristy41cbe8a2011-10-27 01:35:18 +00001214
1215/* Define if you have PANGO library */
cristybb06a1a2012-03-15 00:16:53 +00001216#ifndef MAGICKCORE_PANGO_DELEGATE
1217#define MAGICKCORE_PANGO_DELEGATE 1
1218#endif
cristy41cbe8a2011-10-27 01:35:18 +00001219
cristy3ed852e2009-09-05 21:47:34 +00001220/* Define if you have PNG library */
cristybb06a1a2012-03-15 00:16:53 +00001221#ifndef MAGICKCORE_PNG_DELEGATE
1222#define MAGICKCORE_PNG_DELEGATE 1
1223#endif
cristy3ed852e2009-09-05 21:47:34 +00001224
1225/* Define to necessary symbol if this constant uses a non-standard name on
1226 your system. */
1227/* #undef PTHREAD_CREATE_JOINABLE */
1228
1229/* Pixel cache threshold in MB (defaults to available memory) */
1230/* #undef PixelCacheThreshold */
1231
1232/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001233#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001234#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001235#endif
1236
1237/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001238#ifndef MAGICKCORE_RETSIGTYPE
1239#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001240#endif
1241
1242/* Define if you have RSVG library */
cristy1164d5f2012-08-15 00:58:25 +00001243/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001244
1245/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001246#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1247#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001248#endif
1249
1250/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001251#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1252#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001253#endif
1254
1255/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001256#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1257#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001258#endif
1259
1260/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001261#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001262#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001263#endif
1264
1265/* Subdirectory of lib where architecture-independent configuration files
1266 live. */
1267#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001268#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001269#endif
1270
1271/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001272#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001273#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001274#endif
1275
1276/* Subdirectory of lib where architecture-independent configuration files
1277 live. */
cristy4f820712011-04-01 12:35:43 +00001278#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001279#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001280#endif
1281
1282/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001283#ifndef MAGICKCORE_SIZEOF_OFF_T
1284#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001285#endif
1286
1287/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001288#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1289#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001290#endif
1291
1292/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001293#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001294#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001295#endif
1296
1297/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001298#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1299#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001300#endif
1301
1302/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001303#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1304#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001305#endif
1306
1307/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001308#ifndef MAGICKCORE_SIZEOF_SIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001309#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001310#endif
1311
cristy330e9352010-06-01 18:42:49 +00001312/* The size of `ssize_t', as computed by sizeof. */
1313#ifndef MAGICKCORE_SIZEOF_SSIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001314#define MAGICKCORE_SIZEOF_SSIZE_T 8
cristy330e9352010-06-01 18:42:49 +00001315#endif
1316
cristy3ed852e2009-09-05 21:47:34 +00001317/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001318#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1319#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001320#endif
1321
1322/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001323#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
cristybb06a1a2012-03-15 00:16:53 +00001324#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001325#endif
1326
1327/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001328#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001329#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001330#endif
1331
1332/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001333#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1334#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001335#endif
1336
1337/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001338#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1339#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001340#endif
1341
1342/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1343/* #undef STAT_MACROS_BROKEN */
1344
1345/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001346#ifndef MAGICKCORE_STDC_HEADERS
1347#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001348#endif
1349
cristy7d4a1d62011-10-13 15:54:12 +00001350/* Define to 1 if strerror_r returns char *. */
1351#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1352#define MAGICKCORE_STRERROR_R_CHAR_P 1
1353#endif
1354
cristy55bf91c2010-09-24 00:29:41 +00001355/* Define if you have POSIX threads libraries and header files. */
cristyea0bff92012-09-17 01:21:33 +00001356#ifndef MAGICKCORE_THREAD_SUPPORT
1357#define MAGICKCORE_THREAD_SUPPORT 1
1358#endif
cristy55bf91c2010-09-24 00:29:41 +00001359
cristy3ed852e2009-09-05 21:47:34 +00001360/* Define if you have TIFF library */
cristybb06a1a2012-03-15 00:16:53 +00001361#ifndef MAGICKCORE_TIFF_DELEGATE
1362#define MAGICKCORE_TIFF_DELEGATE 1
1363#endif
cristy3ed852e2009-09-05 21:47:34 +00001364
1365/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001366#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1367#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001368#endif
1369
1370/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1371/* #undef TM_IN_SYS_TIME */
1372
1373/* Enable extensions on AIX 3, Interix. */
1374#ifndef _ALL_SOURCE
cristyea0bff92012-09-17 01:21:33 +00001375# define _ALL_SOURCE 1
cristy3ed852e2009-09-05 21:47:34 +00001376#endif
1377/* Enable GNU extensions on systems that have them. */
1378#ifndef _GNU_SOURCE
cristyea0bff92012-09-17 01:21:33 +00001379# define _GNU_SOURCE 1
cristy3ed852e2009-09-05 21:47:34 +00001380#endif
1381/* Enable threading extensions on Solaris. */
1382#ifndef _POSIX_PTHREAD_SEMANTICS
cristyea0bff92012-09-17 01:21:33 +00001383# define _POSIX_PTHREAD_SEMANTICS 1
cristy3ed852e2009-09-05 21:47:34 +00001384#endif
1385/* Enable extensions on HP NonStop. */
1386#ifndef _TANDEM_SOURCE
cristyea0bff92012-09-17 01:21:33 +00001387# define _TANDEM_SOURCE 1
cristy3ed852e2009-09-05 21:47:34 +00001388#endif
1389/* Enable general extensions on Solaris. */
1390#ifndef __EXTENSIONS__
cristyea0bff92012-09-17 01:21:33 +00001391# define __EXTENSIONS__ 1
cristy3ed852e2009-09-05 21:47:34 +00001392#endif
1393
1394
cristya448bd22011-10-14 12:38:13 +00001395/* Version number of package */
cristyea0bff92012-09-17 01:21:33 +00001396#ifndef MAGICKCORE_VERSION
1397#define MAGICKCORE_VERSION "7.0.0-0"
1398#endif
cristya448bd22011-10-14 12:38:13 +00001399
cristyb1860752011-03-14 00:27:46 +00001400/* Define if you have WEBP library */
cristyb0a657e2012-08-29 00:45:37 +00001401/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001402
cristy3ed852e2009-09-05 21:47:34 +00001403/* Define to use the Windows GDI32 library */
cristybb06a1a2012-03-15 00:16:53 +00001404/* #undef WINGDI32_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001405
1406/* Define if using the dmalloc debugging malloc package */
1407/* #undef WITH_DMALLOC */
1408
cristy03f7cf92011-12-15 01:40:41 +00001409/* Define if you have wmflite library */
cristyb0a657e2012-08-29 00:45:37 +00001410/* #undef WMFLITE_DELEGATE */
cristy03f7cf92011-12-15 01:40:41 +00001411
1412/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001413/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001414
cristy3ed852e2009-09-05 21:47:34 +00001415/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1416 significant byte first (like Motorola and SPARC, unlike Intel). */
1417#if defined AC_APPLE_UNIVERSAL_BUILD
1418# if defined __BIG_ENDIAN__
1419# define WORDS_BIGENDIAN 1
1420# endif
1421#else
1422# ifndef WORDS_BIGENDIAN
1423/* # undef WORDS_BIGENDIAN */
1424# endif
1425#endif
1426
1427/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001428#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1429#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001430#endif
1431
1432/* Define if you have X11 library */
cristybb06a1a2012-03-15 00:16:53 +00001433#ifndef MAGICKCORE_X11_DELEGATE
1434#define MAGICKCORE_X11_DELEGATE 1
1435#endif
cristy3ed852e2009-09-05 21:47:34 +00001436
1437/* Define if you have XML library */
cristybb06a1a2012-03-15 00:16:53 +00001438#ifndef MAGICKCORE_XML_DELEGATE
1439#define MAGICKCORE_XML_DELEGATE 1
1440#endif
cristy3ed852e2009-09-05 21:47:34 +00001441
1442/* Define to 1 if the X Window System is missing or not being used. */
cristybb06a1a2012-03-15 00:16:53 +00001443/* #undef X_DISPLAY_MISSING */
cristy3ed852e2009-09-05 21:47:34 +00001444
cristy6e3607c2011-09-13 13:59:17 +00001445/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristybb06a1a2012-03-15 00:16:53 +00001446/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001447
cristy3ed852e2009-09-05 21:47:34 +00001448/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001449#ifndef MAGICKCORE_ZLIB_DELEGATE
1450#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001451#endif
1452
cristy14fefe52012-05-21 00:59:18 +00001453/* Enable large inode numbers on Mac OS X 10.5. */
1454#ifndef _DARWIN_USE_64_BIT_INODE
1455# define _DARWIN_USE_64_BIT_INODE 1
1456#endif
1457
cristy3ed852e2009-09-05 21:47:34 +00001458/* Number of bits in a file offset, on hosts where this is settable. */
cristy00e93b42012-01-18 17:40:03 +00001459/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001460
1461/* enable run-time bounds-checking */
1462/* #undef _FORTIFY_SOURCE */
1463
1464/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1465/* #undef _LARGEFILE_SOURCE */
1466
1467/* Define for large files, on AIX-style hosts. */
1468/* #undef _LARGE_FILES */
1469
1470/* Define to 1 if on MINIX. */
1471/* #undef _MINIX */
1472
cristy99cc3002010-01-21 14:50:11 +00001473/* Define this for the OpenCL Accelerator */
cristy4d412212012-06-27 23:14:48 +00001474/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001475
cristy3ed852e2009-09-05 21:47:34 +00001476/* Define to 2 if the system does not provide POSIX.1 features except with
1477 this defined. */
1478/* #undef _POSIX_1_SOURCE */
1479
1480/* Define to 1 if you need to in order for `stat' and other things to work. */
1481/* #undef _POSIX_SOURCE */
1482
cristy501c8042011-05-26 17:46:28 +00001483/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1484 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1485 #define below would cause a syntax error. */
cristyea0bff92012-09-17 01:21:33 +00001486/* #undef _UINT32_T */
cristy501c8042011-05-26 17:46:28 +00001487
1488/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1489 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1490 #define below would cause a syntax error. */
cristyea0bff92012-09-17 01:21:33 +00001491/* #undef _UINT64_T */
cristy501c8042011-05-26 17:46:28 +00001492
1493/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1494 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1495 #define below would cause a syntax error. */
cristyea0bff92012-09-17 01:21:33 +00001496/* #undef _UINT8_T */
cristy501c8042011-05-26 17:46:28 +00001497
cristy3ed852e2009-09-05 21:47:34 +00001498/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1499#ifndef __CHAR_UNSIGNED__
1500/* # undef __CHAR_UNSIGNED__ */
1501#endif
1502
cristy3ed852e2009-09-05 21:47:34 +00001503/* Define to appropriate substitue if compiler does not have __func__ */
1504/* #undef __func__ */
1505
cristy501c8042011-05-26 17:46:28 +00001506/* Define to `int' if <sys/types.h> doesn't define. */
1507/* #undef gid_t */
1508
cristy3ed852e2009-09-05 21:47:34 +00001509/* Define to `__inline__' or `__inline' if that's what the C compiler
1510 calls it, or to nothing if 'inline' is not supported under any name. */
1511#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001512/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001513#endif
1514
cristy501c8042011-05-26 17:46:28 +00001515/* Define to the type of a signed integer type of width exactly 16 bits if
1516 such a type exists and the standard includes do not define it. */
1517/* #undef int16_t */
1518
1519/* Define to the type of a signed integer type of width exactly 32 bits if
1520 such a type exists and the standard includes do not define it. */
1521/* #undef int32_t */
1522
1523/* Define to the type of a signed integer type of width exactly 64 bits if
1524 such a type exists and the standard includes do not define it. */
1525/* #undef int64_t */
1526
1527/* Define to the type of a signed integer type of width exactly 8 bits if such
1528 a type exists and the standard includes do not define it. */
1529/* #undef int8_t */
1530
1531/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1532 not define. */
cristyea0bff92012-09-17 01:21:33 +00001533/* #undef intmax_t */
cristy501c8042011-05-26 17:46:28 +00001534
1535/* Define to the type of a signed integer type wide enough to hold a pointer,
1536 if such a type exists, and if the system does not define it. */
1537/* #undef intptr_t */
1538
1539/* Define to a type if <wchar.h> does not define. */
1540/* #undef mbstate_t */
1541
cristy3ed852e2009-09-05 21:47:34 +00001542/* Define to `int' if <sys/types.h> does not define. */
1543/* #undef mode_t */
1544
1545/* Define to `long int' if <sys/types.h> does not define. */
1546/* #undef off_t */
1547
1548/* Define to `int' if <sys/types.h> does not define. */
1549/* #undef pid_t */
1550
1551/* Define to the equivalent of the C99 'restrict' keyword, or to
1552 nothing if this is not supported. Do not define if restrict is
1553 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001554#ifndef _magickcore_restrict
1555#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001556#endif
cristy8b350f62009-11-15 23:12:43 +00001557/* Work around a bug in Sun C++: it does not support _Restrict or
1558 __restrict__, even though the corresponding Sun C compiler ends up with
1559 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1560 previous line. Perhaps some future version of Sun C++ will work with
1561 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001562#if defined __SUNPRO_CC && !defined __RESTRICT
1563# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001564# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001565#endif
1566
1567/* Define to `unsigned int' if <sys/types.h> does not define. */
1568/* #undef size_t */
1569
1570/* Define to `int' if <sys/types.h> does not define. */
1571/* #undef ssize_t */
1572
cristy501c8042011-05-26 17:46:28 +00001573/* Define to `int' if <sys/types.h> doesn't define. */
1574/* #undef uid_t */
1575
1576/* Define to the type of an unsigned integer type of width exactly 16 bits if
1577 such a type exists and the standard includes do not define it. */
cristyea0bff92012-09-17 01:21:33 +00001578/* #undef uint16_t */
cristy501c8042011-05-26 17:46:28 +00001579
1580/* Define to the type of an unsigned integer type of width exactly 32 bits if
1581 such a type exists and the standard includes do not define it. */
cristyea0bff92012-09-17 01:21:33 +00001582/* #undef uint32_t */
cristy501c8042011-05-26 17:46:28 +00001583
1584/* Define to the type of an unsigned integer type of width exactly 64 bits if
1585 such a type exists and the standard includes do not define it. */
cristyea0bff92012-09-17 01:21:33 +00001586/* #undef uint64_t */
cristy501c8042011-05-26 17:46:28 +00001587
1588/* Define to the type of an unsigned integer type of width exactly 8 bits if
1589 such a type exists and the standard includes do not define it. */
cristyea0bff92012-09-17 01:21:33 +00001590/* #undef uint8_t */
cristy501c8042011-05-26 17:46:28 +00001591
1592/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1593 do not define. */
cristyea0bff92012-09-17 01:21:33 +00001594/* #undef uintmax_t */
cristy501c8042011-05-26 17:46:28 +00001595
1596/* Define to the type of an unsigned integer type wide enough to hold a
1597 pointer, if such a type exists, and if the system does not define it. */
cristyea0bff92012-09-17 01:21:33 +00001598/* #undef uintptr_t */
cristy501c8042011-05-26 17:46:28 +00001599
cristy3ed852e2009-09-05 21:47:34 +00001600/* Define as `fork' if `vfork' does not work. */
1601/* #undef vfork */
1602
1603/* Define to empty if the keyword `volatile' does not work. Warning: valid
1604 code using `volatile' can become incorrect without. Disable with care. */
1605/* #undef volatile */
1606
cristy4c08aed2011-07-01 19:47:50 +00001607/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001608#endif