blob: 9dd1c1d0f425f677387c6734d3eed4121eed8fdc [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 */
cristyf314dbd2012-11-15 13:35:28 +000018/* #undef BZLIB_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000019
20/* Define if you have CAIRO library */
cristy1164d5f2012-08-15 00:58:25 +000021/* #undef CAIRO_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000022
23/* permit enciphering and deciphering image pixels */
cristy964cb7f2010-04-25 23:18:00 +000024#ifndef MAGICKCORE_CIPHER_SUPPORT
25#define MAGICKCORE_CIPHER_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +000026#endif
27
28/* Define to 1 if the `closedir' function returns void instead of `int'. */
cristyf314dbd2012-11-15 13:35:28 +000029#ifndef MAGICKCORE_CLOSEDIR_VOID
30#define MAGICKCORE_CLOSEDIR_VOID 1
31#endif
cristy3ed852e2009-09-05 21:47:34 +000032
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 */
cristyf314dbd2012-11-15 13:35:28 +000055/* #undef DJVU_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000056
57/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000058#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy4e65ec22012-04-08 01:33:27 +000059#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +000060#endif
61
62/* Define if you have Display Postscript */
63/* #undef DPS_DELEGATE */
64
cristy3ed852e2009-09-05 21:47:34 +000065/* exclude deprecated methods in MagickCore API */
66/* #undef EXCLUDE_DEPRECATED */
67
68/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000069#ifndef MAGICKCORE_EXECUTABLE_PATH
70#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000071#endif
72
73/* Define if you have FFTW library */
cristyf314dbd2012-11-15 13:35:28 +000074/* #undef FFTW_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000075
76/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000077#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000078#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000079#endif
80
81/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000082#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000083#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000084#endif
85
86/* Define if you have FONTCONFIG library */
cristybb06a1a2012-03-15 00:16:53 +000087#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
88#define MAGICKCORE_FONTCONFIG_DELEGATE 1
89#endif
cristy3ed852e2009-09-05 21:47:34 +000090
91/* Define if you have FlashPIX library */
cristyceb488f2012-03-22 10:58:48 +000092/* #undef FPX_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000093
cristy81beccd2011-10-03 18:17:24 +000094/* Define if you have FreeType (TrueType font) library */
cristyf314dbd2012-11-15 13:35:28 +000095/* #undef FREETYPE_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000096
97/* Define if you have Ghostscript library or framework */
cristy00e93b42012-01-18 17:40:03 +000098/* #undef GS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000099
100/* Define if you have GVC library */
cristy1b70dc82012-07-01 23:15:05 +0000101/* #undef GVC_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000102
cristyb33454f2011-08-03 02:10:45 +0000103/* Define to 1 if you have the `acosh' function. */
104#ifndef MAGICKCORE_HAVE_ACOSH
105#define MAGICKCORE_HAVE_ACOSH 1
106#endif
107
cristy3ed852e2009-09-05 21:47:34 +0000108/* Define to 1 if you have the <arm/limits.h> header file. */
109/* #undef HAVE_ARM_LIMITS_H */
110
cristyb33454f2011-08-03 02:10:45 +0000111/* Define to 1 if you have the `asinh' function. */
112#ifndef MAGICKCORE_HAVE_ASINH
113#define MAGICKCORE_HAVE_ASINH 1
114#endif
115
116/* Define to 1 if you have the `atanh' function. */
117#ifndef MAGICKCORE_HAVE_ATANH
118#define MAGICKCORE_HAVE_ATANH 1
119#endif
120
cristy3ed852e2009-09-05 21:47:34 +0000121/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000122#ifndef MAGICKCORE_HAVE_ATEXIT
123#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000124#endif
125
cristyc5baf4f2010-08-31 15:05:33 +0000126/* Define to 1 if you have the `atoll' function. */
127#ifndef MAGICKCORE_HAVE_ATOLL
128#define MAGICKCORE_HAVE_ATOLL 1
129#endif
130
cristy3ed852e2009-09-05 21:47:34 +0000131/* define if bool is a built-in type */
cristy00e93b42012-01-18 17:40:03 +0000132#ifndef MAGICKCORE_HAVE_BOOL
133#define MAGICKCORE_HAVE_BOOL /**/
134#endif
cristy3ed852e2009-09-05 21:47:34 +0000135
cristy47b022b2011-01-18 22:29:21 +0000136/* Define to 1 if you have the `cabs' function. */
137#ifndef MAGICKCORE_HAVE_CABS
138#define MAGICKCORE_HAVE_CABS 1
139#endif
140
141/* Define to 1 if you have the `carg' function. */
142#ifndef MAGICKCORE_HAVE_CARG
143#define MAGICKCORE_HAVE_CARG 1
144#endif
145
cristy56ed31c2010-03-22 00:46:21 +0000146/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000147#ifndef MAGICKCORE_HAVE_CIMAG
148#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000149#endif
150
cristy3ed852e2009-09-05 21:47:34 +0000151/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000152#ifndef MAGICKCORE_HAVE_CLOCK
153#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000154#endif
155
cristye43a45e2009-09-28 14:49:00 +0000156/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000157#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
158#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000159#endif
160
cristye43a45e2009-09-28 14:49:00 +0000161/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristyf314dbd2012-11-15 13:35:28 +0000162/* #undef HAVE_CLOCK_REALTIME */
cristye43a45e2009-09-28 14:49:00 +0000163
cristyfe2e68f2010-01-09 19:16:03 +0000164/* Define to 1 if you have the <CL/cl.h> header file. */
cristy4d412212012-06-27 23:14:48 +0000165/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000166
cristy3ed852e2009-09-05 21:47:34 +0000167/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000168#ifndef MAGICKCORE_HAVE_COMPLEX_H
169#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000170#endif
171
cristy47b022b2011-01-18 22:29:21 +0000172/* Define to 1 if you have the `creal' function. */
173#ifndef MAGICKCORE_HAVE_CREAL
174#define MAGICKCORE_HAVE_CREAL 1
175#endif
176
cristyc5baf4f2010-08-31 15:05:33 +0000177/* Define to 1 if you have the `ctime_r' function. */
178#ifndef MAGICKCORE_HAVE_CTIME_R
179#define MAGICKCORE_HAVE_CTIME_R 1
180#endif
181
cristy3ed852e2009-09-05 21:47:34 +0000182/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
183 */
cristy964cb7f2010-04-25 23:18:00 +0000184#ifndef MAGICKCORE_HAVE_DECL_PREAD
cristyf314dbd2012-11-15 13:35:28 +0000185#define MAGICKCORE_HAVE_DECL_PREAD 0
cristy3ed852e2009-09-05 21:47:34 +0000186#endif
187
188/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
189 */
cristy964cb7f2010-04-25 23:18:00 +0000190#ifndef MAGICKCORE_HAVE_DECL_PWRITE
cristyf314dbd2012-11-15 13:35:28 +0000191#define MAGICKCORE_HAVE_DECL_PWRITE 0
cristy3ed852e2009-09-05 21:47:34 +0000192#endif
193
cristy7d4a1d62011-10-13 15:54:12 +0000194/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
195 don't. */
196#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
cristyf314dbd2012-11-15 13:35:28 +0000197#define MAGICKCORE_HAVE_DECL_STRERROR_R 0
cristy7d4a1d62011-10-13 15:54:12 +0000198#endif
199
cristy3ed852e2009-09-05 21:47:34 +0000200/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
201 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000202#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
203#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000204#endif
205
cristy92703d82010-04-26 00:18:18 +0000206/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
207 */
cristybb06a1a2012-03-15 00:16:53 +0000208/* #undef HAVE_DECL_TZNAME */
cristy92703d82010-04-26 00:18:18 +0000209
cristy3ed852e2009-09-05 21:47:34 +0000210/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
211 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000212#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
cristyf314dbd2012-11-15 13:35:28 +0000213#define MAGICKCORE_HAVE_DECL_VSNPRINTF 0
cristy3ed852e2009-09-05 21:47:34 +0000214#endif
215
216/* Define to 1 if you have the `directio' function. */
217/* #undef HAVE_DIRECTIO */
218
219/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
220 */
cristy964cb7f2010-04-25 23:18:00 +0000221#ifndef MAGICKCORE_HAVE_DIRENT_H
222#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000223#endif
224
cristy3ed852e2009-09-05 21:47:34 +0000225/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000226#ifndef MAGICKCORE_HAVE_DLFCN_H
227#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000228#endif
229
cristy3ed852e2009-09-05 21:47:34 +0000230/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
231/* #undef HAVE_DOPRNT */
232
cristyf0cf9a22012-10-24 12:05:01 +0000233/* Define to 1 if the system has the type `double_t'. */
234#ifndef MAGICKCORE_HAVE_DOUBLE_T
235#define MAGICKCORE_HAVE_DOUBLE_T 1
236#endif
237
cristy3ed852e2009-09-05 21:47:34 +0000238/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000239#ifndef MAGICKCORE_HAVE_ERRNO_H
240#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000241#endif
242
cristy3ed852e2009-09-05 21:47:34 +0000243/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000244#ifndef MAGICKCORE_HAVE_EXECVP
245#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000246#endif
247
cristyf1440cb2010-02-23 02:24:21 +0000248/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000249#ifndef MAGICKCORE_HAVE_FCHMOD
250#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000251#endif
252
cristy3ed852e2009-09-05 21:47:34 +0000253/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000254#ifndef MAGICKCORE_HAVE_FCNTL_H
255#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000256#endif
257
cristyf0cf9a22012-10-24 12:05:01 +0000258/* Define to 1 if the system has the type `float_t'. */
259#ifndef MAGICKCORE_HAVE_FLOAT_T
260#define MAGICKCORE_HAVE_FLOAT_T 1
261#endif
262
cristy3ed852e2009-09-05 21:47:34 +0000263/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000264#ifndef MAGICKCORE_HAVE_FLOOR
265#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000266#endif
cristy3ed852e2009-09-05 21:47:34 +0000267
268/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000269#ifndef MAGICKCORE_HAVE_FORK
270#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000271#endif
272
273/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristyea0bff92012-09-17 01:21:33 +0000274#ifndef MAGICKCORE_HAVE_FSEEKO
275#define MAGICKCORE_HAVE_FSEEKO 1
276#endif
cristy3ed852e2009-09-05 21:47:34 +0000277
cristy81beccd2011-10-03 18:17:24 +0000278/* Define to 1 if you have the <ft2build.h> header file. */
cristyf314dbd2012-11-15 13:35:28 +0000279/* #undef HAVE_FT2BUILD_H */
cristy81beccd2011-10-03 18:17:24 +0000280
cristy3ed852e2009-09-05 21:47:34 +0000281/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000282#ifndef MAGICKCORE_HAVE_FTIME
283#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000284#endif
285
286/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000287#ifndef MAGICKCORE_HAVE_FTRUNCATE
288#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000289#endif
290
291/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000292#ifndef MAGICKCORE_HAVE_GETCWD
293#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000294#endif
295
cristyc5baf4f2010-08-31 15:05:33 +0000296/* Define to 1 if you have the `getc_unlocked' function. */
297#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
298#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
299#endif
300
cristy3ed852e2009-09-05 21:47:34 +0000301/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000302#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
303#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000304#endif
305
306/* Define to 1 if you have the `getexecname' function. */
307/* #undef HAVE_GETEXECNAME */
308
309/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000310#ifndef MAGICKCORE_HAVE_GETPAGESIZE
311#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000312#endif
313
314/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000315#ifndef MAGICKCORE_HAVE_GETPID
316#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000317#endif
318
cristyd3ef0102009-09-12 18:11:06 +0000319/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000320#ifndef MAGICKCORE_HAVE_GETRLIMIT
321#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000322#endif
323
cristy3ed852e2009-09-05 21:47:34 +0000324/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000325#ifndef MAGICKCORE_HAVE_GETRUSAGE
326#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000327#endif
328
329/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000330#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
331#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000332#endif
333
334/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000335#ifndef MAGICKCORE_HAVE_GMTIME_R
336#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000337#endif
338
cristy501c8042011-05-26 17:46:28 +0000339/* Define to 1 if the system has the type `intmax_t'. */
cristyf314dbd2012-11-15 13:35:28 +0000340/* #undef HAVE_INTMAX_T */
cristy501c8042011-05-26 17:46:28 +0000341
342/* Define to 1 if the system has the type `intptr_t'. */
cristyf314dbd2012-11-15 13:35:28 +0000343/* #undef HAVE_INTPTR_T */
cristy501c8042011-05-26 17:46:28 +0000344
cristy3ed852e2009-09-05 21:47:34 +0000345/* Define to 1 if you have the <inttypes.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000346#ifndef MAGICKCORE_HAVE_INTTYPES_H
347#define MAGICKCORE_HAVE_INTTYPES_H 1
348#endif
cristy3ed852e2009-09-05 21:47:34 +0000349
cristy82b20722011-11-05 21:52:36 +0000350/* Define to 1 if you have the `isnan' function. */
351#ifndef MAGICKCORE_HAVE_ISNAN
352#define MAGICKCORE_HAVE_ISNAN 1
353#endif
354
cristy161b9262010-03-20 19:34:32 +0000355/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000356#ifndef MAGICKCORE_HAVE_J0
357#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000358#endif
359
360/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000361#ifndef MAGICKCORE_HAVE_J1
362#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000363#endif
364
cristyd09bcf92010-03-25 03:04:45 +0000365/* Define if you have the <lcms2.h> header file. */
cristyf314dbd2012-11-15 13:35:28 +0000366/* #undef HAVE_LCMS2_H */
cristyd09bcf92010-03-25 03:04:45 +0000367
cristy71203402010-06-18 13:12:03 +0000368/* Define if you have the <lcms2/lcms2.h> header file. */
369/* #undef HAVE_LCMS2_LCMS2_H */
370
cristy3ed852e2009-09-05 21:47:34 +0000371/* Define if you have the <lcms.h> header file. */
cristyceb488f2012-03-22 10:58:48 +0000372/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000373
374/* Define if you have the <lcms/lcms.h> header file. */
375/* #undef HAVE_LCMS_LCMS_H */
376
cristy3ed852e2009-09-05 21:47:34 +0000377/* Define to 1 if you have the `gcov' library (-lgcov). */
378/* #undef HAVE_LIBGCOV */
379
380/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000381#ifndef MAGICKCORE_HAVE_LIMITS_H
382#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000383#endif
384
385/* Define to 1 if you have the <linux/unistd.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000386#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
387#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
388#endif
cristy3ed852e2009-09-05 21:47:34 +0000389
cristyc5baf4f2010-08-31 15:05:33 +0000390/* Define to 1 if you have the `lltostr' function. */
391/* #undef HAVE_LLTOSTR */
392
cristy3ed852e2009-09-05 21:47:34 +0000393/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000394#ifndef MAGICKCORE_HAVE_LOCALE_H
395#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000396#endif
397
398/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000399#ifndef MAGICKCORE_HAVE_LOCALTIME_R
400#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000401#endif
402
cristy501c8042011-05-26 17:46:28 +0000403/* Define to 1 if the system has the type `long double'. */
404#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
405#define MAGICKCORE_HAVE_LONG_DOUBLE 1
406#endif
407
cristy3ed852e2009-09-05 21:47:34 +0000408/* Define to 1 if the type `long double' works and has more range or precision
409 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000410#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
411#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000412#endif
413
cristy501c8042011-05-26 17:46:28 +0000414/* Define to 1 if the system has the type `long long int'. */
415#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
416#define MAGICKCORE_HAVE_LONG_LONG_INT 1
417#endif
418
cristy3ed852e2009-09-05 21:47:34 +0000419/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000420#ifndef MAGICKCORE_HAVE_LSTAT
421#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000422#endif
423
cristy3ed852e2009-09-05 21:47:34 +0000424/* Define to 1 if you have the <machine/param.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000425/* #undef HAVE_MACHINE_PARAM_H */
cristy3ed852e2009-09-05 21:47:34 +0000426
427/* Define to 1 if you have the <mach-o/dyld.h> header file. */
428/* #undef HAVE_MACH_O_DYLD_H */
429
cristy501c8042011-05-26 17:46:28 +0000430/* Define to 1 if <wchar.h> declares mbstate_t. */
cristyf314dbd2012-11-15 13:35:28 +0000431/* #undef HAVE_MBSTATE_T */
cristy501c8042011-05-26 17:46:28 +0000432
cristy3ed852e2009-09-05 21:47:34 +0000433/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000434#ifndef MAGICKCORE_HAVE_MEMMOVE
435#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000436#endif
437
438/* Define to 1 if you have the <memory.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000439#ifndef MAGICKCORE_HAVE_MEMORY_H
440#define MAGICKCORE_HAVE_MEMORY_H 1
441#endif
cristy3ed852e2009-09-05 21:47:34 +0000442
443/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000444#ifndef MAGICKCORE_HAVE_MEMSET
445#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000446#endif
447
448/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000449#ifndef MAGICKCORE_HAVE_MKSTEMP
450#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000451#endif
452
453/* Define to 1 if you have a working `mmap' system call. */
cristyf314dbd2012-11-15 13:35:28 +0000454/* #undef HAVE_MMAP */
cristy3ed852e2009-09-05 21:47:34 +0000455
456/* Define to 1 if you have a working `mmap' system call. */
cristyf314dbd2012-11-15 13:35:28 +0000457/* #undef HAVE_MMAP_FILEIO */
cristy3ed852e2009-09-05 21:47:34 +0000458
459/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000460#ifndef MAGICKCORE_HAVE_MUNMAP
461#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000462#endif
463
464/* define if the compiler implements namespaces */
cristy00e93b42012-01-18 17:40:03 +0000465#ifndef MAGICKCORE_HAVE_NAMESPACES
466#define MAGICKCORE_HAVE_NAMESPACES /**/
467#endif
cristy964cb7f2010-04-25 23:18:00 +0000468
469/* Define if g++ supports namespace std. */
cristyf314dbd2012-11-15 13:35:28 +0000470/* #undef HAVE_NAMESPACE_STD */
cristy3ed852e2009-09-05 21:47:34 +0000471
cristya21afde2010-07-02 00:45:40 +0000472/* Define to 1 if you have the `nanosleep' function. */
473#ifndef MAGICKCORE_HAVE_NANOSLEEP
474#define MAGICKCORE_HAVE_NANOSLEEP 1
475#endif
476
cristy3ed852e2009-09-05 21:47:34 +0000477/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
478/* #undef HAVE_NDIR_H */
479
cristya8549b12011-05-18 19:05:08 +0000480/* Define to 1 if you have the `newlocale' function. */
cristybb06a1a2012-03-15 00:16:53 +0000481#ifndef MAGICKCORE_HAVE_NEWLOCALE
482#define MAGICKCORE_HAVE_NEWLOCALE 1
483#endif
cristya8549b12011-05-18 19:05:08 +0000484
cristyfe2e68f2010-01-09 19:16:03 +0000485/* Define to 1 if you have the <OpenCL/cl.h> header file. */
486/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000487
cristy3ed852e2009-09-05 21:47:34 +0000488/* Define to 1 if you have the <OS.h> header file. */
489/* #undef HAVE_OS_H */
490
491/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000492#ifndef MAGICKCORE_HAVE_PCLOSE
493#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000494#endif
495
496/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000497#ifndef MAGICKCORE_HAVE_POLL
498#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000499#endif
500
501/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000502#ifndef MAGICKCORE_HAVE_POPEN
503#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000504#endif
505
506/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000507#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
508#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000509#endif
510
511/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000512#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
513#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000514#endif
515
516/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000517#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
518#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000519#endif
520
521/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000522#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
523#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000524#endif
525
cristy5c40fb42010-08-05 16:12:44 +0000526/* Define to 1 if you have the `posix_spawnp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000527#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
528#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
529#endif
cristy5c40fb42010-08-05 16:12:44 +0000530
cristy3ed852e2009-09-05 21:47:34 +0000531/* Define to 1 if you have the `pow' function. */
cristyf314dbd2012-11-15 13:35:28 +0000532/* #undef HAVE_POW */
cristy3ed852e2009-09-05 21:47:34 +0000533
534/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000535#ifndef MAGICKCORE_HAVE_PREAD
536#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000537#endif
538
cristy98e91bd2010-01-12 01:11:42 +0000539/* Define to 1 if you have the <process.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000540/* #undef HAVE_PROCESS_H */
cristy98e91bd2010-01-12 01:11:42 +0000541
cristy3ed852e2009-09-05 21:47:34 +0000542/* Define if you have POSIX threads libraries and header files. */
cristyea0bff92012-09-17 01:21:33 +0000543#ifndef MAGICKCORE_HAVE_PTHREAD
544#define MAGICKCORE_HAVE_PTHREAD 1
545#endif
cristy3ed852e2009-09-05 21:47:34 +0000546
cristya316db12011-10-24 00:49:45 +0000547/* Have PTHREAD_PRIO_INHERIT. */
cristyea0bff92012-09-17 01:21:33 +0000548#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
549#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
550#endif
cristya316db12011-10-24 00:49:45 +0000551
cristy3ed852e2009-09-05 21:47:34 +0000552/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000553#ifndef MAGICKCORE_HAVE_PWRITE
554#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000555#endif
556
cristyc5baf4f2010-08-31 15:05:33 +0000557/* Define to 1 if you have the `qsort_r' function. */
cristybb06a1a2012-03-15 00:16:53 +0000558#ifndef MAGICKCORE_HAVE_QSORT_R
559#define MAGICKCORE_HAVE_QSORT_R 1
560#endif
cristyc5baf4f2010-08-31 15:05:33 +0000561
cristy3ed852e2009-09-05 21:47:34 +0000562/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000563#ifndef MAGICKCORE_HAVE_RAISE
564#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000565#endif
566
567/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000568#ifndef MAGICKCORE_HAVE_RAND_R
569#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000570#endif
571
cristy3ed852e2009-09-05 21:47:34 +0000572/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000573#ifndef MAGICKCORE_HAVE_READDIR_R
574#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000575#endif
576
577/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000578#ifndef MAGICKCORE_HAVE_READLINK
579#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000580#endif
581
582/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000583#ifndef MAGICKCORE_HAVE_REALPATH
584#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000585#endif
586
587/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000588#ifndef MAGICKCORE_HAVE_SEEKDIR
589#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000590#endif
591
592/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000593#ifndef MAGICKCORE_HAVE_SELECT
594#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000595#endif
596
597/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000598#ifndef MAGICKCORE_HAVE_SETLOCALE
599#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000600#endif
601
602/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000603#ifndef MAGICKCORE_HAVE_SETVBUF
604#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000605#endif
606
607/* X11 server supports shape extension */
cristyf314dbd2012-11-15 13:35:28 +0000608/* #undef HAVE_SHAPE */
cristy3ed852e2009-09-05 21:47:34 +0000609
610/* X11 server supports shared memory extension */
cristyf314dbd2012-11-15 13:35:28 +0000611/* #undef HAVE_SHARED_MEMORY */
cristy3ed852e2009-09-05 21:47:34 +0000612
cristy3ed852e2009-09-05 21:47:34 +0000613/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000614#ifndef MAGICKCORE_HAVE_SIGACTION
615#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000616#endif
617
618/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000619#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
620#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000621#endif
622
cristy393bbe52010-01-11 16:32:56 +0000623/* Define to 1 if you have the `spawnvp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000624/* #undef HAVE_SPAWNVP */
cristy393bbe52010-01-11 16:32:56 +0000625
cristy3ed852e2009-09-05 21:47:34 +0000626/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000627#ifndef MAGICKCORE_HAVE_SQRT
628#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000629#endif
cristy3ed852e2009-09-05 21:47:34 +0000630
631/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000632#ifndef MAGICKCORE_HAVE_STAT
633#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000634#endif
635
636/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000637#ifndef MAGICKCORE_HAVE_STDARG_H
638#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000639#endif
640
641/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000642#ifndef MAGICKCORE_HAVE_STDBOOL_H
643#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000644#endif
645
cristy3ed852e2009-09-05 21:47:34 +0000646/* Define to 1 if you have the <stdint.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000647#ifndef MAGICKCORE_HAVE_STDINT_H
648#define MAGICKCORE_HAVE_STDINT_H 1
649#endif
cristy3ed852e2009-09-05 21:47:34 +0000650
651/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000652#ifndef MAGICKCORE_HAVE_STDLIB_H
653#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000654#endif
655
656/* define if the compiler supports ISO C++ standard library */
cristyf314dbd2012-11-15 13:35:28 +0000657/* #undef HAVE_STD_LIBS */
cristy3ed852e2009-09-05 21:47:34 +0000658
659/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000660#ifndef MAGICKCORE_HAVE_STRCASECMP
661#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000662#endif
663
664/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000665#ifndef MAGICKCORE_HAVE_STRCHR
666#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000667#endif
668
669/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000670#ifndef MAGICKCORE_HAVE_STRCSPN
671#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000672#endif
673
674/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000675#ifndef MAGICKCORE_HAVE_STRDUP
676#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000677#endif
678
679/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000680#ifndef MAGICKCORE_HAVE_STRERROR
681#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000682#endif
683
684/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000685#ifndef MAGICKCORE_HAVE_STRERROR_R
686#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000687#endif
688
689/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000690#ifndef MAGICKCORE_HAVE_STRINGIZE
691#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000692#endif
693
694/* Define to 1 if you have the <strings.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000695#ifndef MAGICKCORE_HAVE_STRINGS_H
696#define MAGICKCORE_HAVE_STRINGS_H 1
697#endif
cristy3ed852e2009-09-05 21:47:34 +0000698
699/* Define to 1 if you have the <string.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000700#ifndef MAGICKCORE_HAVE_STRING_H
701#define MAGICKCORE_HAVE_STRING_H 1
702#endif
cristy3ed852e2009-09-05 21:47:34 +0000703
704/* Define to 1 if you have the `strlcat' function. */
cristybb06a1a2012-03-15 00:16:53 +0000705/* #undef HAVE_STRLCAT */
cristy3ed852e2009-09-05 21:47:34 +0000706
707/* Define to 1 if you have the `strlcpy' function. */
cristybb06a1a2012-03-15 00:16:53 +0000708/* #undef HAVE_STRLCPY */
cristy3ed852e2009-09-05 21:47:34 +0000709
710/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000711#ifndef MAGICKCORE_HAVE_STRNCASECMP
712#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000713#endif
714
715/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000716#ifndef MAGICKCORE_HAVE_STRPBRK
717#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000718#endif
719
720/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000721#ifndef MAGICKCORE_HAVE_STRRCHR
722#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000723#endif
724
725/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000726#ifndef MAGICKCORE_HAVE_STRSPN
727#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000728#endif
729
730/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000731#ifndef MAGICKCORE_HAVE_STRSTR
732#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000733#endif
734
cristy6c1eef12011-05-17 02:13:08 +0000735/* Define to 1 if you have the `strtod' function. */
cristyf314dbd2012-11-15 13:35:28 +0000736/* #undef HAVE_STRTOD */
cristy6c1eef12011-05-17 02:13:08 +0000737
738/* Define to 1 if you have the `strtod_l' function. */
cristybb06a1a2012-03-15 00:16:53 +0000739#ifndef MAGICKCORE_HAVE_STRTOD_L
740#define MAGICKCORE_HAVE_STRTOD_L 1
741#endif
cristy6c1eef12011-05-17 02:13:08 +0000742
cristy3ed852e2009-09-05 21:47:34 +0000743/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000744#ifndef MAGICKCORE_HAVE_STRTOL
745#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000746#endif
747
cristy5131f3e2009-12-18 03:09:10 +0000748/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000749#ifndef MAGICKCORE_HAVE_STRTOUL
750#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000751#endif
752
cristy92703d82010-04-26 00:18:18 +0000753/* Define to 1 if `tm_zone' is a member of `struct tm'. */
cristybb06a1a2012-03-15 00:16:53 +0000754#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
755#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
756#endif
cristy92703d82010-04-26 00:18:18 +0000757
cristy58945e42012-09-04 14:33:54 +0000758/* Define to 1 if you have the <sun_prefetch.h> header file. */
759/* #undef HAVE_SUN_PREFETCH_H */
760
cristy3ed852e2009-09-05 21:47:34 +0000761/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000762#ifndef MAGICKCORE_HAVE_SYMLINK
763#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000764#endif
765
766/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000767#ifndef MAGICKCORE_HAVE_SYSCONF
768#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000769#endif
770
771/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
772 */
773/* #undef HAVE_SYS_DIR_H */
774
cristy3ed852e2009-09-05 21:47:34 +0000775/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000776#ifndef MAGICKCORE_HAVE_SYS_IPC_H
777#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000778#endif
779
cristy58945e42012-09-04 14:33:54 +0000780/* Define to 1 if you have the <sys/mman.h> header file. */
781#ifndef MAGICKCORE_HAVE_SYS_MMAN_H
782#define MAGICKCORE_HAVE_SYS_MMAN_H 1
783#endif
784
cristy3ed852e2009-09-05 21:47:34 +0000785/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
786 */
787/* #undef HAVE_SYS_NDIR_H */
788
cristycd4c5312009-11-22 01:19:08 +0000789/* Define to 1 if you have the <sys/param.h> header file. */
cristyf314dbd2012-11-15 13:35:28 +0000790/* #undef HAVE_SYS_PARAM_H */
cristycd4c5312009-11-22 01:19:08 +0000791
cristy3ed852e2009-09-05 21:47:34 +0000792/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000793#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
794#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000795#endif
796
797/* Define to 1 if you have the <sys/select.h> header file. */
cristyf314dbd2012-11-15 13:35:28 +0000798/* #undef HAVE_SYS_SELECT_H */
cristy3ed852e2009-09-05 21:47:34 +0000799
800/* Define to 1 if you have the <sys/socket.h> header file. */
cristyf314dbd2012-11-15 13:35:28 +0000801/* #undef HAVE_SYS_SOCKET_H */
cristy3ed852e2009-09-05 21:47:34 +0000802
803/* Define to 1 if you have the <sys/stat.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000804#ifndef MAGICKCORE_HAVE_SYS_STAT_H
805#define MAGICKCORE_HAVE_SYS_STAT_H 1
806#endif
cristy3ed852e2009-09-05 21:47:34 +0000807
808/* Define to 1 if you have the <sys/syslimits.h> header file. */
809/* #undef HAVE_SYS_SYSLIMITS_H */
810
811/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000812#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
813#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000814#endif
815
816/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000817#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
818#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000819#endif
820
821/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000822#ifndef MAGICKCORE_HAVE_SYS_TIME_H
823#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000824#endif
825
826/* Define to 1 if you have the <sys/types.h> header file. */
cristyea0bff92012-09-17 01:21:33 +0000827#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
828#define MAGICKCORE_HAVE_SYS_TYPES_H 1
829#endif
cristy3ed852e2009-09-05 21:47:34 +0000830
831/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000832#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
833#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000834#endif
835
836/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000837#ifndef MAGICKCORE_HAVE_TELLDIR
838#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000839#endif
840
841/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000842#ifndef MAGICKCORE_HAVE_TEMPNAM
843#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000844#endif
845
846/* Define to 1 if you have the <tiffconf.h> header file. */
cristyf314dbd2012-11-15 13:35:28 +0000847/* #undef HAVE_TIFFCONF_H */
cristy3ed852e2009-09-05 21:47:34 +0000848
cristy3f590e52011-11-14 14:29:44 +0000849/* Define to 1 if you have the `TIFFIsBigEndian' function. */
cristyf314dbd2012-11-15 13:35:28 +0000850/* #undef HAVE_TIFFISBIGENDIAN */
cristy3f590e52011-11-14 14:29:44 +0000851
cristy3ed852e2009-09-05 21:47:34 +0000852/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristyf314dbd2012-11-15 13:35:28 +0000853/* #undef HAVE_TIFFISCODECCONFIGURED */
cristy3ed852e2009-09-05 21:47:34 +0000854
855/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristyf314dbd2012-11-15 13:35:28 +0000856/* #undef HAVE_TIFFMERGEFIELDINFO */
cristy3ed852e2009-09-05 21:47:34 +0000857
858/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristyf314dbd2012-11-15 13:35:28 +0000859/* #undef HAVE_TIFFREADEXIFDIRECTORY */
cristy3ed852e2009-09-05 21:47:34 +0000860
861/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristyf314dbd2012-11-15 13:35:28 +0000862/* #undef HAVE_TIFFSETERRORHANDLEREXT */
cristy3ed852e2009-09-05 21:47:34 +0000863
864/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristyf314dbd2012-11-15 13:35:28 +0000865/* #undef HAVE_TIFFSETTAGEXTENDER */
cristy3ed852e2009-09-05 21:47:34 +0000866
867/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristyf314dbd2012-11-15 13:35:28 +0000868/* #undef HAVE_TIFFSETWARNINGHANDLEREXT */
cristy3ed852e2009-09-05 21:47:34 +0000869
870/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristyf314dbd2012-11-15 13:35:28 +0000871/* #undef HAVE_TIFFSWABARRAYOFTRIPLES */
cristy3ed852e2009-09-05 21:47:34 +0000872
873/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000874#ifndef MAGICKCORE_HAVE_TIMES
875#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000876#endif
877
cristy92703d82010-04-26 00:18:18 +0000878/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
879 `HAVE_STRUCT_TM_TM_ZONE' instead. */
cristybb06a1a2012-03-15 00:16:53 +0000880#ifndef MAGICKCORE_HAVE_TM_ZONE
881#define MAGICKCORE_HAVE_TM_ZONE 1
882#endif
cristy92703d82010-04-26 00:18:18 +0000883
884/* Define to 1 if you don't have `tm_zone' but do have the external array
885 `tzname'. */
cristybb06a1a2012-03-15 00:16:53 +0000886/* #undef HAVE_TZNAME */
cristy92703d82010-04-26 00:18:18 +0000887
cristy501c8042011-05-26 17:46:28 +0000888/* Define to 1 if the system has the type `uintmax_t'. */
cristyf314dbd2012-11-15 13:35:28 +0000889/* #undef HAVE_UINTMAX_T */
cristy501c8042011-05-26 17:46:28 +0000890
891/* Define to 1 if the system has the type `uintptr_t'. */
cristyf314dbd2012-11-15 13:35:28 +0000892/* #undef HAVE_UINTPTR_T */
cristy501c8042011-05-26 17:46:28 +0000893
cristyc5baf4f2010-08-31 15:05:33 +0000894/* Define to 1 if you have the `ulltostr' function. */
895/* #undef HAVE_ULLTOSTR */
896
cristy3ed852e2009-09-05 21:47:34 +0000897/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000898#ifndef MAGICKCORE_HAVE_UNISTD_H
899#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000900#endif
901
cristy501c8042011-05-26 17:46:28 +0000902/* Define to 1 if the system has the type `unsigned long long int'. */
903#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
904#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
905#endif
906
cristya20c9042011-05-19 13:22:18 +0000907/* Define to 1 if you have the `uselocale' function. */
cristybb06a1a2012-03-15 00:16:53 +0000908#ifndef MAGICKCORE_HAVE_USELOCALE
909#define MAGICKCORE_HAVE_USELOCALE 1
910#endif
cristya20c9042011-05-19 13:22:18 +0000911
cristy3ed852e2009-09-05 21:47:34 +0000912/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000913#ifndef MAGICKCORE_HAVE_USLEEP
914#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +0000915#endif
916
cristyf1440cb2010-02-23 02:24:21 +0000917/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000918#ifndef MAGICKCORE_HAVE_UTIME
919#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +0000920#endif
921
cristy3ed852e2009-09-05 21:47:34 +0000922/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000923#ifndef MAGICKCORE_HAVE_VFORK
924#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +0000925#endif
926
927/* Define to 1 if you have the <vfork.h> header file. */
928/* #undef HAVE_VFORK_H */
929
cristy5d0cd952011-05-19 21:21:41 +0000930/* Define to 1 if you have the `vfprintf' function. */
931#ifndef MAGICKCORE_HAVE_VFPRINTF
932#define MAGICKCORE_HAVE_VFPRINTF 1
933#endif
934
935/* Define to 1 if you have the `vfprintf_l' function. */
936/* #undef HAVE_VFPRINTF_L */
937
cristy3ed852e2009-09-05 21:47:34 +0000938/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000939#ifndef MAGICKCORE_HAVE_VPRINTF
940#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000941#endif
942
943/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000944#ifndef MAGICKCORE_HAVE_VSNPRINTF
945#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000946#endif
947
cristyb51dff52011-05-19 16:55:47 +0000948/* Define to 1 if you have the `vsnprintf_l' function. */
949/* #undef HAVE_VSNPRINTF_L */
950
cristy3ed852e2009-09-05 21:47:34 +0000951/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000952#ifndef MAGICKCORE_HAVE_VSPRINTF
953#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000954#endif
955
956/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000957#ifndef MAGICKCORE_HAVE_WAITPID
958#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +0000959#endif
960
961/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000962#ifndef MAGICKCORE_HAVE_WCHAR_H
963#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +0000964#endif
965
cristy736173a2009-09-20 21:18:22 +0000966/* Define to 1 if you have the <windows.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000967/* #undef HAVE_WINDOWS_H */
cristy736173a2009-09-20 21:18:22 +0000968
cristy3ed852e2009-09-05 21:47:34 +0000969/* Define to 1 if `fork' works. */
cristyf314dbd2012-11-15 13:35:28 +0000970/* #undef HAVE_WORKING_FORK */
cristy3ed852e2009-09-05 21:47:34 +0000971
972/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +0000973#ifndef MAGICKCORE_HAVE_WORKING_VFORK
974#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +0000975#endif
976
cristya8549b12011-05-18 19:05:08 +0000977/* Define to 1 if you have the <xlocale.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000978#ifndef MAGICKCORE_HAVE_XLOCALE_H
979#define MAGICKCORE_HAVE_XLOCALE_H 1
980#endif
cristya8549b12011-05-18 19:05:08 +0000981
cristy568c2d42012-07-27 01:41:20 +0000982/* Define to 1 if you have the `_aligned_malloc' function. */
983/* #undef HAVE__ALIGNED_MALLOC */
984
cristy3ed852e2009-09-05 21:47:34 +0000985/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +0000986#ifndef MAGICKCORE_HAVE__BOOL
987#define MAGICKCORE_HAVE__BOOL 1
988#endif
cristy3ed852e2009-09-05 21:47:34 +0000989
990/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000991#ifndef MAGICKCORE_HAVE__EXIT
992#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000993#endif
994
995/* Define to 1 if you have the `_NSGetExecutablePath' function. */
996/* #undef HAVE__NSGETEXECUTABLEPATH */
997
998/* Define to 1 if you have the `_pclose' function. */
cristybb06a1a2012-03-15 00:16:53 +0000999/* #undef HAVE__PCLOSE */
cristy3ed852e2009-09-05 21:47:34 +00001000
1001/* Define to 1 if you have the `_popen' function. */
cristybb06a1a2012-03-15 00:16:53 +00001002/* #undef HAVE__POPEN */
cristy3ed852e2009-09-05 21:47:34 +00001003
1004/* Define to 1 if you have the `_wfopen' function. */
1005/* #undef HAVE__WFOPEN */
1006
1007/* Define to 1 if you have the `_wstat' function. */
1008/* #undef HAVE__WSTAT */
1009
cristy92703d82010-04-26 00:18:18 +00001010/* define if your compiler has __attribute__ */
cristyea0bff92012-09-17 01:21:33 +00001011#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1012#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1013#endif
cristy92703d82010-04-26 00:18:18 +00001014
cristy3ed852e2009-09-05 21:47:34 +00001015/* accurately represent the wide range of intensity levels in real scenes */
cristy191c0b72012-08-12 16:29:52 +00001016#ifndef MAGICKCORE_HDRI_SUPPORT
1017#define MAGICKCORE_HDRI_SUPPORT 1
1018#endif
cristy3ed852e2009-09-05 21:47:34 +00001019
1020/* Define if you have umem memory allocation library */
1021/* #undef HasUMEM */
1022
cristy2a11bef2011-10-28 18:33:11 +00001023/* Directory where ImageMagick headers live. */
1024#ifndef MAGICKCORE_INCLUDE_PATH
1025#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001026#endif
1027
cristy3ed852e2009-09-05 21:47:34 +00001028/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001029#ifndef MAGICKCORE_INSTALLED_SUPPORT
1030#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001031#endif
1032
1033/* Define if you have JBIG library */
cristyb0a657e2012-08-29 00:45:37 +00001034/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001035
1036/* Define if you have JPEG version 2 "Jasper" library */
cristyf314dbd2012-11-15 13:35:28 +00001037/* #undef JP2_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001038
1039/* Define if you have JPEG library */
cristyf314dbd2012-11-15 13:35:28 +00001040/* #undef JPEG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001041
cristy71203402010-06-18 13:12:03 +00001042/* Define if you have LCMS (v1.11 or later) library */
cristyf314dbd2012-11-15 13:35:28 +00001043/* #undef LCMS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001044
1045/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001046#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001047#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001048#endif
1049
1050/* Subdirectory of lib where ImageMagick architecture dependent files are
1051 installed */
cristy964cb7f2010-04-25 23:18:00 +00001052#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001053#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001054#endif
1055
1056/* Define if you have LQR library */
cristy58945e42012-09-04 14:33:54 +00001057/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001058
1059/* Define if using libltdl to support dynamically loadable modules */
cristyaf4cbf32012-10-16 23:47:41 +00001060/* #undef LTDL_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001061
1062/* Define to the sub-directory in which libtool stores uninstalled libraries.
1063 */
cristy964cb7f2010-04-25 23:18:00 +00001064#ifndef MAGICKCORE_LT_OBJDIR
1065#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001066#endif
1067
cristy3f590e52011-11-14 14:29:44 +00001068/* Define if you have LZMA library */
cristy58945e42012-09-04 14:33:54 +00001069#ifndef MAGICKCORE_LZMA_DELEGATE
1070#define MAGICKCORE_LZMA_DELEGATE 1
1071#endif
cristyfbb0ef02010-12-19 02:32:11 +00001072
cristy3ed852e2009-09-05 21:47:34 +00001073/* Define to prepend to default font search path. */
1074/* #undef MAGICK_FONT_PATH */
1075
cristy27d53d62012-07-29 23:30:07 +00001076/* Target Host CPU */
cristyea0bff92012-09-17 01:21:33 +00001077#ifndef MAGICKCORE_MAGICK_TARGET_CPU
1078#define MAGICKCORE_MAGICK_TARGET_CPU x86_64
1079#endif
cristy27d53d62012-07-29 23:30:07 +00001080
1081/* Target Host OS */
cristyea0bff92012-09-17 01:21:33 +00001082#ifndef MAGICKCORE_MAGICK_TARGET_OS
1083#define MAGICKCORE_MAGICK_TARGET_OS linux-gnu
1084#endif
cristy27d53d62012-07-29 23:30:07 +00001085
1086/* Target Host Vendor */
cristyea0bff92012-09-17 01:21:33 +00001087#ifndef MAGICKCORE_MAGICK_TARGET_VENDOR
1088#define MAGICKCORE_MAGICK_TARGET_VENDOR unknown
1089#endif
cristy27d53d62012-07-29 23:30:07 +00001090
cristy3ed852e2009-09-05 21:47:34 +00001091/* Magick API method prefix */
1092/* #undef NAMESPACE_PREFIX */
1093
cristya0b81c32010-01-22 02:54:33 +00001094/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001095/* #undef NDEBUG */
1096
cristy3ed852e2009-09-05 21:47:34 +00001097/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1098/* #undef NO_MINUS_C_MINUS_O */
1099
1100/* Define if you have OPENEXR library */
cristy380a11c2012-06-02 15:15:22 +00001101#ifndef MAGICKCORE_OPENEXR_DELEGATE
1102#define MAGICKCORE_OPENEXR_DELEGATE 1
1103#endif
cristy3ed852e2009-09-05 21:47:34 +00001104
cristya448bd22011-10-14 12:38:13 +00001105/* Name of package */
cristyea0bff92012-09-17 01:21:33 +00001106#ifndef MAGICKCORE_PACKAGE
1107#define MAGICKCORE_PACKAGE "ImageMagick"
1108#endif
cristya448bd22011-10-14 12:38:13 +00001109
cristy3ed852e2009-09-05 21:47:34 +00001110/* Define to the address where bug reports for this package should be sent. */
cristyea0bff92012-09-17 01:21:33 +00001111#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1112#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
1113#endif
cristy3ed852e2009-09-05 21:47:34 +00001114
1115/* Define to the full name of this package. */
cristyea0bff92012-09-17 01:21:33 +00001116#ifndef MAGICKCORE_PACKAGE_NAME
1117#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
1118#endif
cristy3ed852e2009-09-05 21:47:34 +00001119
1120/* Define to the full name and version of this package. */
cristyea0bff92012-09-17 01:21:33 +00001121#ifndef MAGICKCORE_PACKAGE_STRING
1122#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
1123#endif
cristy3ed852e2009-09-05 21:47:34 +00001124
1125/* Define to the one symbol short name of this package. */
cristyea0bff92012-09-17 01:21:33 +00001126#ifndef MAGICKCORE_PACKAGE_TARNAME
1127#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
1128#endif
cristy3ed852e2009-09-05 21:47:34 +00001129
cristy8b350f62009-11-15 23:12:43 +00001130/* Define to the home page for this package. */
cristyea0bff92012-09-17 01:21:33 +00001131#ifndef MAGICKCORE_PACKAGE_URL
1132#define MAGICKCORE_PACKAGE_URL ""
1133#endif
cristy8b350f62009-11-15 23:12:43 +00001134
cristy3ed852e2009-09-05 21:47:34 +00001135/* Define to the version of this package. */
cristyea0bff92012-09-17 01:21:33 +00001136#ifndef MAGICKCORE_PACKAGE_VERSION
1137#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
1138#endif
cristy3ed852e2009-09-05 21:47:34 +00001139
cristya054b762012-03-26 23:16:00 +00001140/* Define if you have PANGOCAIRO library */
1141#ifndef MAGICKCORE_PANGOCAIRO_DELEGATE
1142#define MAGICKCORE_PANGOCAIRO_DELEGATE 1
cristybb06a1a2012-03-15 00:16:53 +00001143#endif
cristy41cbe8a2011-10-27 01:35:18 +00001144
1145/* Define if you have PANGO library */
cristybb06a1a2012-03-15 00:16:53 +00001146#ifndef MAGICKCORE_PANGO_DELEGATE
1147#define MAGICKCORE_PANGO_DELEGATE 1
1148#endif
cristy41cbe8a2011-10-27 01:35:18 +00001149
cristy3ed852e2009-09-05 21:47:34 +00001150/* Define if you have PNG library */
cristyf314dbd2012-11-15 13:35:28 +00001151/* #undef PNG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001152
1153/* Define to necessary symbol if this constant uses a non-standard name on
1154 your system. */
1155/* #undef PTHREAD_CREATE_JOINABLE */
1156
1157/* Pixel cache threshold in MB (defaults to available memory) */
1158/* #undef PixelCacheThreshold */
1159
1160/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001161#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001162#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001163#endif
1164
1165/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001166#ifndef MAGICKCORE_RETSIGTYPE
1167#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001168#endif
1169
1170/* Define if you have RSVG library */
cristy1164d5f2012-08-15 00:58:25 +00001171/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001172
1173/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001174#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1175#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001176#endif
1177
1178/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001179#ifndef MAGICKCORE_SELECT_TYPE_ARG234
cristyf314dbd2012-11-15 13:35:28 +00001180#define MAGICKCORE_SELECT_TYPE_ARG234 (int *)
cristy3ed852e2009-09-05 21:47:34 +00001181#endif
1182
1183/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001184#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1185#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001186#endif
1187
1188/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001189#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001190#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001191#endif
1192
1193/* Subdirectory of lib where architecture-independent configuration files
1194 live. */
1195#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001196#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001197#endif
1198
1199/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001200#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001201#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001202#endif
1203
1204/* Subdirectory of lib where architecture-independent configuration files
1205 live. */
cristy4f820712011-04-01 12:35:43 +00001206#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001207#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001208#endif
1209
1210/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001211#ifndef MAGICKCORE_SIZEOF_OFF_T
cristyf314dbd2012-11-15 13:35:28 +00001212#define MAGICKCORE_SIZEOF_OFF_T 0
cristy3ed852e2009-09-05 21:47:34 +00001213#endif
1214
1215/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001216#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
cristyf314dbd2012-11-15 13:35:28 +00001217#define MAGICKCORE_SIZEOF_SIGNED_INT 0
cristy3ed852e2009-09-05 21:47:34 +00001218#endif
1219
1220/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001221#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
cristyf314dbd2012-11-15 13:35:28 +00001222#define MAGICKCORE_SIZEOF_SIGNED_LONG 0
cristy3ed852e2009-09-05 21:47:34 +00001223#endif
1224
1225/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001226#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
cristyf314dbd2012-11-15 13:35:28 +00001227#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 0
cristy3ed852e2009-09-05 21:47:34 +00001228#endif
1229
1230/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001231#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
cristyf314dbd2012-11-15 13:35:28 +00001232#define MAGICKCORE_SIZEOF_SIGNED_SHORT 0
cristy3ed852e2009-09-05 21:47:34 +00001233#endif
1234
1235/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001236#ifndef MAGICKCORE_SIZEOF_SIZE_T
cristyf314dbd2012-11-15 13:35:28 +00001237#define MAGICKCORE_SIZEOF_SIZE_T 0
cristy3ed852e2009-09-05 21:47:34 +00001238#endif
1239
cristy330e9352010-06-01 18:42:49 +00001240/* The size of `ssize_t', as computed by sizeof. */
1241#ifndef MAGICKCORE_SIZEOF_SSIZE_T
cristyf314dbd2012-11-15 13:35:28 +00001242#define MAGICKCORE_SIZEOF_SSIZE_T 0
cristy330e9352010-06-01 18:42:49 +00001243#endif
1244
cristy3ed852e2009-09-05 21:47:34 +00001245/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001246#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
cristyf314dbd2012-11-15 13:35:28 +00001247#define MAGICKCORE_SIZEOF_UNSIGNED_INT 0
cristy3ed852e2009-09-05 21:47:34 +00001248#endif
1249
1250/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001251#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
cristyf314dbd2012-11-15 13:35:28 +00001252#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 0
cristy3ed852e2009-09-05 21:47:34 +00001253#endif
1254
1255/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001256#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
cristyf314dbd2012-11-15 13:35:28 +00001257#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 0
cristy3ed852e2009-09-05 21:47:34 +00001258#endif
1259
1260/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001261#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
cristyf314dbd2012-11-15 13:35:28 +00001262#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 0
cristy3ed852e2009-09-05 21:47:34 +00001263#endif
1264
1265/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001266#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
cristyf314dbd2012-11-15 13:35:28 +00001267#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 0
cristy3ed852e2009-09-05 21:47:34 +00001268#endif
1269
1270/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1271/* #undef STAT_MACROS_BROKEN */
1272
1273/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001274#ifndef MAGICKCORE_STDC_HEADERS
1275#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001276#endif
1277
cristy7d4a1d62011-10-13 15:54:12 +00001278/* Define to 1 if strerror_r returns char *. */
cristyf314dbd2012-11-15 13:35:28 +00001279/* #undef STRERROR_R_CHAR_P */
cristy7d4a1d62011-10-13 15:54:12 +00001280
cristy55bf91c2010-09-24 00:29:41 +00001281/* Define if you have POSIX threads libraries and header files. */
cristyea0bff92012-09-17 01:21:33 +00001282#ifndef MAGICKCORE_THREAD_SUPPORT
1283#define MAGICKCORE_THREAD_SUPPORT 1
1284#endif
cristy55bf91c2010-09-24 00:29:41 +00001285
cristy3ed852e2009-09-05 21:47:34 +00001286/* Define if you have TIFF library */
cristyf314dbd2012-11-15 13:35:28 +00001287/* #undef TIFF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001288
1289/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001290#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1291#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001292#endif
1293
1294/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1295/* #undef TM_IN_SYS_TIME */
1296
1297/* Enable extensions on AIX 3, Interix. */
1298#ifndef _ALL_SOURCE
cristyea0bff92012-09-17 01:21:33 +00001299# define _ALL_SOURCE 1
cristy3ed852e2009-09-05 21:47:34 +00001300#endif
1301/* Enable GNU extensions on systems that have them. */
1302#ifndef _GNU_SOURCE
cristyea0bff92012-09-17 01:21:33 +00001303# define _GNU_SOURCE 1
cristy3ed852e2009-09-05 21:47:34 +00001304#endif
1305/* Enable threading extensions on Solaris. */
1306#ifndef _POSIX_PTHREAD_SEMANTICS
cristyea0bff92012-09-17 01:21:33 +00001307# define _POSIX_PTHREAD_SEMANTICS 1
cristy3ed852e2009-09-05 21:47:34 +00001308#endif
1309/* Enable extensions on HP NonStop. */
1310#ifndef _TANDEM_SOURCE
cristyea0bff92012-09-17 01:21:33 +00001311# define _TANDEM_SOURCE 1
cristy3ed852e2009-09-05 21:47:34 +00001312#endif
1313/* Enable general extensions on Solaris. */
1314#ifndef __EXTENSIONS__
cristyea0bff92012-09-17 01:21:33 +00001315# define __EXTENSIONS__ 1
cristy3ed852e2009-09-05 21:47:34 +00001316#endif
1317
1318
cristya448bd22011-10-14 12:38:13 +00001319/* Version number of package */
cristyea0bff92012-09-17 01:21:33 +00001320#ifndef MAGICKCORE_VERSION
1321#define MAGICKCORE_VERSION "7.0.0-0"
1322#endif
cristya448bd22011-10-14 12:38:13 +00001323
cristyb1860752011-03-14 00:27:46 +00001324/* Define if you have WEBP library */
cristyb0a657e2012-08-29 00:45:37 +00001325/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001326
cristy3ed852e2009-09-05 21:47:34 +00001327/* Define to use the Windows GDI32 library */
cristybb06a1a2012-03-15 00:16:53 +00001328/* #undef WINGDI32_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001329
1330/* Define if using the dmalloc debugging malloc package */
1331/* #undef WITH_DMALLOC */
1332
cristy03f7cf92011-12-15 01:40:41 +00001333/* Define if you have wmflite library */
cristyb0a657e2012-08-29 00:45:37 +00001334/* #undef WMFLITE_DELEGATE */
cristy03f7cf92011-12-15 01:40:41 +00001335
1336/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001337/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001338
cristy3ed852e2009-09-05 21:47:34 +00001339/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1340 significant byte first (like Motorola and SPARC, unlike Intel). */
1341#if defined AC_APPLE_UNIVERSAL_BUILD
1342# if defined __BIG_ENDIAN__
1343# define WORDS_BIGENDIAN 1
1344# endif
1345#else
1346# ifndef WORDS_BIGENDIAN
1347/* # undef WORDS_BIGENDIAN */
1348# endif
1349#endif
1350
1351/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001352#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1353#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001354#endif
1355
1356/* Define if you have X11 library */
cristyf314dbd2012-11-15 13:35:28 +00001357/* #undef X11_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001358
1359/* Define if you have XML library */
cristyf314dbd2012-11-15 13:35:28 +00001360/* #undef XML_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001361
1362/* Define to 1 if the X Window System is missing or not being used. */
cristyf314dbd2012-11-15 13:35:28 +00001363#ifndef MAGICKCORE_X_DISPLAY_MISSING
1364#define MAGICKCORE_X_DISPLAY_MISSING 1
1365#endif
cristy3ed852e2009-09-05 21:47:34 +00001366
cristy6e3607c2011-09-13 13:59:17 +00001367/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristybb06a1a2012-03-15 00:16:53 +00001368/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001369
cristy3ed852e2009-09-05 21:47:34 +00001370/* Define if you have zlib compression library */
cristyf314dbd2012-11-15 13:35:28 +00001371/* #undef ZLIB_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001372
cristy14fefe52012-05-21 00:59:18 +00001373/* Enable large inode numbers on Mac OS X 10.5. */
1374#ifndef _DARWIN_USE_64_BIT_INODE
1375# define _DARWIN_USE_64_BIT_INODE 1
1376#endif
1377
cristy3ed852e2009-09-05 21:47:34 +00001378/* Number of bits in a file offset, on hosts where this is settable. */
cristy00e93b42012-01-18 17:40:03 +00001379/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001380
1381/* enable run-time bounds-checking */
1382/* #undef _FORTIFY_SOURCE */
1383
1384/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1385/* #undef _LARGEFILE_SOURCE */
1386
1387/* Define for large files, on AIX-style hosts. */
1388/* #undef _LARGE_FILES */
1389
1390/* Define to 1 if on MINIX. */
1391/* #undef _MINIX */
1392
cristy99cc3002010-01-21 14:50:11 +00001393/* Define this for the OpenCL Accelerator */
cristy4d412212012-06-27 23:14:48 +00001394/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001395
cristy3ed852e2009-09-05 21:47:34 +00001396/* Define to 2 if the system does not provide POSIX.1 features except with
1397 this defined. */
1398/* #undef _POSIX_1_SOURCE */
1399
1400/* Define to 1 if you need to in order for `stat' and other things to work. */
1401/* #undef _POSIX_SOURCE */
1402
cristy501c8042011-05-26 17:46:28 +00001403/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1404 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1405 #define below would cause a syntax error. */
cristyea0bff92012-09-17 01:21:33 +00001406/* #undef _UINT32_T */
cristy501c8042011-05-26 17:46:28 +00001407
1408/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1409 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1410 #define below would cause a syntax error. */
cristyea0bff92012-09-17 01:21:33 +00001411/* #undef _UINT64_T */
cristy501c8042011-05-26 17:46:28 +00001412
1413/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1414 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1415 #define below would cause a syntax error. */
cristyea0bff92012-09-17 01:21:33 +00001416/* #undef _UINT8_T */
cristy501c8042011-05-26 17:46:28 +00001417
cristy3ed852e2009-09-05 21:47:34 +00001418/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1419#ifndef __CHAR_UNSIGNED__
1420/* # undef __CHAR_UNSIGNED__ */
1421#endif
1422
cristy3ed852e2009-09-05 21:47:34 +00001423/* Define to appropriate substitue if compiler does not have __func__ */
1424/* #undef __func__ */
1425
cristy501c8042011-05-26 17:46:28 +00001426/* Define to `int' if <sys/types.h> doesn't define. */
1427/* #undef gid_t */
1428
cristy3ed852e2009-09-05 21:47:34 +00001429/* Define to `__inline__' or `__inline' if that's what the C compiler
1430 calls it, or to nothing if 'inline' is not supported under any name. */
1431#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001432/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001433#endif
1434
cristy501c8042011-05-26 17:46:28 +00001435/* Define to the type of a signed integer type of width exactly 16 bits if
1436 such a type exists and the standard includes do not define it. */
cristyf314dbd2012-11-15 13:35:28 +00001437#ifndef _magickcore_int16_t
1438#define _magickcore_int16_t short int
1439#endif
cristy501c8042011-05-26 17:46:28 +00001440
1441/* Define to the type of a signed integer type of width exactly 32 bits if
1442 such a type exists and the standard includes do not define it. */
1443/* #undef int32_t */
1444
1445/* Define to the type of a signed integer type of width exactly 64 bits if
1446 such a type exists and the standard includes do not define it. */
1447/* #undef int64_t */
1448
1449/* Define to the type of a signed integer type of width exactly 8 bits if such
1450 a type exists and the standard includes do not define it. */
1451/* #undef int8_t */
1452
1453/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1454 not define. */
cristyf314dbd2012-11-15 13:35:28 +00001455#ifndef _magickcore_intmax_t
1456#define _magickcore_intmax_t long long int
1457#endif
cristy501c8042011-05-26 17:46:28 +00001458
1459/* Define to the type of a signed integer type wide enough to hold a pointer,
1460 if such a type exists, and if the system does not define it. */
1461/* #undef intptr_t */
1462
1463/* Define to a type if <wchar.h> does not define. */
cristyf314dbd2012-11-15 13:35:28 +00001464#ifndef _magickcore_mbstate_t
1465#define _magickcore_mbstate_t int
1466#endif
cristy501c8042011-05-26 17:46:28 +00001467
cristy3ed852e2009-09-05 21:47:34 +00001468/* Define to `int' if <sys/types.h> does not define. */
cristyf314dbd2012-11-15 13:35:28 +00001469#ifndef _magickcore_mode_t
1470#define _magickcore_mode_t int
1471#endif
cristy3ed852e2009-09-05 21:47:34 +00001472
1473/* Define to `long int' if <sys/types.h> does not define. */
cristyf314dbd2012-11-15 13:35:28 +00001474#ifndef _magickcore_off_t
1475#define _magickcore_off_t long int
1476#endif
cristy3ed852e2009-09-05 21:47:34 +00001477
1478/* Define to `int' if <sys/types.h> does not define. */
cristyf314dbd2012-11-15 13:35:28 +00001479#ifndef _magickcore_pid_t
1480#define _magickcore_pid_t int
1481#endif
cristy3ed852e2009-09-05 21:47:34 +00001482
1483/* Define to the equivalent of the C99 'restrict' keyword, or to
1484 nothing if this is not supported. Do not define if restrict is
1485 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001486#ifndef _magickcore_restrict
1487#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001488#endif
cristy8b350f62009-11-15 23:12:43 +00001489/* Work around a bug in Sun C++: it does not support _Restrict or
1490 __restrict__, even though the corresponding Sun C compiler ends up with
1491 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1492 previous line. Perhaps some future version of Sun C++ will work with
1493 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001494#if defined __SUNPRO_CC && !defined __RESTRICT
1495# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001496# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001497#endif
1498
1499/* Define to `unsigned int' if <sys/types.h> does not define. */
cristyf314dbd2012-11-15 13:35:28 +00001500#ifndef _magickcore_size_t
1501#define _magickcore_size_t unsigned int
1502#endif
cristy3ed852e2009-09-05 21:47:34 +00001503
1504/* Define to `int' if <sys/types.h> does not define. */
cristyf314dbd2012-11-15 13:35:28 +00001505#ifndef _magickcore_ssize_t
1506#define _magickcore_ssize_t int
1507#endif
cristy3ed852e2009-09-05 21:47:34 +00001508
cristy501c8042011-05-26 17:46:28 +00001509/* Define to `int' if <sys/types.h> doesn't define. */
1510/* #undef uid_t */
1511
1512/* Define to the type of an unsigned integer type of width exactly 16 bits if
1513 such a type exists and the standard includes do not define it. */
cristyea0bff92012-09-17 01:21:33 +00001514/* #undef uint16_t */
cristy501c8042011-05-26 17:46:28 +00001515
1516/* Define to the type of an unsigned integer type of width exactly 32 bits if
1517 such a type exists and the standard includes do not define it. */
cristyea0bff92012-09-17 01:21:33 +00001518/* #undef uint32_t */
cristy501c8042011-05-26 17:46:28 +00001519
1520/* Define to the type of an unsigned integer type of width exactly 64 bits if
1521 such a type exists and the standard includes do not define it. */
cristyea0bff92012-09-17 01:21:33 +00001522/* #undef uint64_t */
cristy501c8042011-05-26 17:46:28 +00001523
1524/* Define to the type of an unsigned integer type of width exactly 8 bits if
1525 such a type exists and the standard includes do not define it. */
cristyea0bff92012-09-17 01:21:33 +00001526/* #undef uint8_t */
cristy501c8042011-05-26 17:46:28 +00001527
1528/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1529 do not define. */
cristyf314dbd2012-11-15 13:35:28 +00001530#ifndef _magickcore_uintmax_t
1531#define _magickcore_uintmax_t unsigned long long int
1532#endif
cristy501c8042011-05-26 17:46:28 +00001533
1534/* Define to the type of an unsigned integer type wide enough to hold a
1535 pointer, if such a type exists, and if the system does not define it. */
cristyea0bff92012-09-17 01:21:33 +00001536/* #undef uintptr_t */
cristy501c8042011-05-26 17:46:28 +00001537
cristy3ed852e2009-09-05 21:47:34 +00001538/* Define as `fork' if `vfork' does not work. */
1539/* #undef vfork */
1540
1541/* Define to empty if the keyword `volatile' does not work. Warning: valid
1542 code using `volatile' can become incorrect without. Disable with care. */
1543/* #undef volatile */
1544
cristy4c08aed2011-07-01 19:47:50 +00001545/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001546#endif