blob: 09772a5f860fd090fb0018c7f0dc73bca1bd483b [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 */
cristy85278ed2010-05-31 15:10:05 +000012/* #undef AUTOTRACE_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000013
14/* Define if coders and filters are to be built as modules. */
cristy30301712011-07-18 15:06:51 +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 */
cristyc9751442010-09-29 21:34:35 +000023#ifndef MAGICKCORE_CAIRO_DELEGATE
24#define MAGICKCORE_CAIRO_DELEGATE 1
25#endif
cristy3ed852e2009-09-05 21:47:34 +000026
27/* permit enciphering and deciphering image pixels */
cristy964cb7f2010-04-25 23:18:00 +000028#ifndef MAGICKCORE_CIPHER_SUPPORT
29#define MAGICKCORE_CIPHER_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +000030#endif
31
32/* Define to 1 if the `closedir' function returns void instead of `int'. */
33/* #undef CLOSEDIR_VOID */
34
35/* Location of coder modules */
cristy964cb7f2010-04-25 23:18:00 +000036#ifndef MAGICKCORE_CODER_PATH
cristy4a3e2152011-07-02 00:59:04 +000037#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/coders/"
cristy3ed852e2009-09-05 21:47:34 +000038#endif
39
40/* Subdirectory of lib where coder modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000041#ifndef MAGICKCORE_CODER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000042#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/coders"
cristy3ed852e2009-09-05 21:47:34 +000043#endif
44
45/* Directory where architecture-dependent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +000046#ifndef MAGICKCORE_CONFIGURE_PATH
cristyba0f1972011-03-28 12:42:52 +000047#define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
cristy3ed852e2009-09-05 21:47:34 +000048#endif
49
50/* Subdirectory of lib where architecture-dependent configuration files live.
51 */
cristy964cb7f2010-04-25 23:18:00 +000052#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristyba0f1972011-03-28 12:42:52 +000053#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +000054#endif
55
56/* Define if you have DJVU library */
cristyf89cb1d2011-07-07 01:24:37 +000057#ifndef MAGICKCORE_DJVU_DELEGATE
58#define MAGICKCORE_DJVU_DELEGATE 1
59#endif
cristy3ed852e2009-09-05 21:47:34 +000060
61/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000062#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy4c08aed2011-07-01 19:47:50 +000063#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7.0.0//"
cristy3ed852e2009-09-05 21:47:34 +000064#endif
65
66/* Define if you have Display Postscript */
67/* #undef DPS_DELEGATE */
68
cristy161b9262010-03-20 19:34:32 +000069/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy3ed852e2009-09-05 21:47:34 +000070/* #undef EMBEDDABLE_SUPPORT */
71
72/* exclude deprecated methods in MagickCore API */
73/* #undef EXCLUDE_DEPRECATED */
74
75/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000076#ifndef MAGICKCORE_EXECUTABLE_PATH
77#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000078#endif
79
80/* Define if you have FFTW library */
cristy3884f692011-07-08 18:00:18 +000081#ifndef MAGICKCORE_FFTW_DELEGATE
82#define MAGICKCORE_FFTW_DELEGATE 1
83#endif
cristy3ed852e2009-09-05 21:47:34 +000084
85/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000086#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000087#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000088#endif
89
90/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000091#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000092#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000093#endif
94
95/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000096#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
97#define MAGICKCORE_FONTCONFIG_DELEGATE 1
98#endif
cristy3ed852e2009-09-05 21:47:34 +000099
100/* Define if you have FlashPIX library */
101/* #undef FPX_DELEGATE */
102
103/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000104#ifndef MAGICKCORE_FREETYPE_DELEGATE
105#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000106#endif
107
108/* Define if you have Ghostscript library or framework */
109/* #undef GS_DELEGATE */
110
111/* Define if you have GVC library */
cristyae29c4f2010-12-28 14:45:29 +0000112#ifndef MAGICKCORE_GVC_DELEGATE
113#define MAGICKCORE_GVC_DELEGATE 1
114#endif
cristy3ed852e2009-09-05 21:47:34 +0000115
116/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000117#ifndef MAGICKCORE_HAVE_ARGZ_ADD
118#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000119#endif
120
121/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000122#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
123#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000124#endif
125
126/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000127#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
128#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000129#endif
130
131/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000132#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
133#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000134#endif
135
136/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000137#ifndef MAGICKCORE_HAVE_ARGZ_H
138#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000139#endif
140
141/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000142#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
143#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000144#endif
145
146/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000147#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
148#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000149#endif
150
151/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000152#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
153#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000154#endif
155
156/* Define to 1 if you have the <arm/limits.h> header file. */
157/* #undef HAVE_ARM_LIMITS_H */
158
159/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000160#ifndef MAGICKCORE_HAVE_ATEXIT
161#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000162#endif
163
cristyc5baf4f2010-08-31 15:05:33 +0000164/* Define to 1 if you have the `atoll' function. */
165#ifndef MAGICKCORE_HAVE_ATOLL
166#define MAGICKCORE_HAVE_ATOLL 1
167#endif
168
cristy3ed852e2009-09-05 21:47:34 +0000169/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000170#ifndef MAGICKCORE_HAVE_BOOL
171#define MAGICKCORE_HAVE_BOOL /**/
172#endif
cristy3ed852e2009-09-05 21:47:34 +0000173
cristy47b022b2011-01-18 22:29:21 +0000174/* Define to 1 if you have the `cabs' function. */
175#ifndef MAGICKCORE_HAVE_CABS
176#define MAGICKCORE_HAVE_CABS 1
177#endif
178
179/* Define to 1 if you have the `carg' function. */
180#ifndef MAGICKCORE_HAVE_CARG
181#define MAGICKCORE_HAVE_CARG 1
182#endif
183
cristy56ed31c2010-03-22 00:46:21 +0000184/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000185#ifndef MAGICKCORE_HAVE_CIMAG
186#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000187#endif
188
cristy3ed852e2009-09-05 21:47:34 +0000189/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000190#ifndef MAGICKCORE_HAVE_CLOCK
191#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000192#endif
193
cristye43a45e2009-09-28 14:49:00 +0000194/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000195#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
196#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000197#endif
198
cristye43a45e2009-09-28 14:49:00 +0000199/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000200#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
201#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000202#endif
203
cristy3ed852e2009-09-05 21:47:34 +0000204/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000205#ifndef MAGICKCORE_HAVE_CLOSEDIR
206#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000207#endif
208
cristyfe2e68f2010-01-09 19:16:03 +0000209/* Define to 1 if you have the <CL/cl.h> header file. */
cristy85278ed2010-05-31 15:10:05 +0000210/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000211
cristy3ed852e2009-09-05 21:47:34 +0000212/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000213#ifndef MAGICKCORE_HAVE_COMPLEX_H
214#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000215#endif
216
cristy47b022b2011-01-18 22:29:21 +0000217/* Define to 1 if you have the `creal' function. */
218#ifndef MAGICKCORE_HAVE_CREAL
219#define MAGICKCORE_HAVE_CREAL 1
220#endif
221
cristyc5baf4f2010-08-31 15:05:33 +0000222/* Define to 1 if you have the `ctime_r' function. */
223#ifndef MAGICKCORE_HAVE_CTIME_R
224#define MAGICKCORE_HAVE_CTIME_R 1
225#endif
226
cristy3ed852e2009-09-05 21:47:34 +0000227/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
228 you don't. */
229/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
230
231/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
232 */
cristy964cb7f2010-04-25 23:18:00 +0000233#ifndef MAGICKCORE_HAVE_DECL_PREAD
234#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000235#endif
236
237/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
238 */
cristy964cb7f2010-04-25 23:18:00 +0000239#ifndef MAGICKCORE_HAVE_DECL_PWRITE
240#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000241#endif
242
243/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
244 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000245#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
246#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000247#endif
248
cristy92703d82010-04-26 00:18:18 +0000249/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
250 */
251/* #undef HAVE_DECL_TZNAME */
252
cristy3ed852e2009-09-05 21:47:34 +0000253/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
254 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000255#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
256#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000257#endif
258
259/* Define to 1 if you have the `directio' function. */
260/* #undef HAVE_DIRECTIO */
261
262/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
263 */
cristy964cb7f2010-04-25 23:18:00 +0000264#ifndef MAGICKCORE_HAVE_DIRENT_H
265#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000266#endif
267
268/* Define if you have the GNU dld library. */
269/* #undef HAVE_DLD */
270
271/* Define to 1 if you have the <dld.h> header file. */
272/* #undef HAVE_DLD_H */
273
274/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000275#ifndef MAGICKCORE_HAVE_DLERROR
276#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000277#endif
278
279/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000280#ifndef MAGICKCORE_HAVE_DLFCN_H
281#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000282#endif
283
284/* Define to 1 if you have the <dl.h> header file. */
285/* #undef HAVE_DL_H */
286
287/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
288/* #undef HAVE_DOPRNT */
289
290/* Define if you have the _dyld_func_lookup function. */
291/* #undef HAVE_DYLD */
292
293/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000294#ifndef MAGICKCORE_HAVE_ERRNO_H
295#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000296#endif
297
298/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000299#ifndef MAGICKCORE_HAVE_ERROR_T
300#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000301#endif
302
303/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000304#ifndef MAGICKCORE_HAVE_EXECVP
305#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000306#endif
307
cristyf1440cb2010-02-23 02:24:21 +0000308/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000309#ifndef MAGICKCORE_HAVE_FCHMOD
310#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000311#endif
312
cristy3ed852e2009-09-05 21:47:34 +0000313/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000314#ifndef MAGICKCORE_HAVE_FCNTL_H
315#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000316#endif
317
318/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000319#ifndef MAGICKCORE_HAVE_FLOOR
320#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000321#endif
cristy3ed852e2009-09-05 21:47:34 +0000322
323/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000324#ifndef MAGICKCORE_HAVE_FORK
325#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000326#endif
327
328/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000329#ifndef MAGICKCORE_HAVE_FSEEKO
330#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000331#endif
332
333/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000334#ifndef MAGICKCORE_HAVE_FT2BUILD_H
335#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000336#endif
337
338/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000339#ifndef MAGICKCORE_HAVE_FTIME
340#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000341#endif
342
343/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000344#ifndef MAGICKCORE_HAVE_FTRUNCATE
345#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000346#endif
347
348/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000349#ifndef MAGICKCORE_HAVE_GETCWD
350#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000351#endif
352
cristyc5baf4f2010-08-31 15:05:33 +0000353/* Define to 1 if you have the `getc_unlocked' function. */
354#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
355#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
356#endif
357
cristy3ed852e2009-09-05 21:47:34 +0000358/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000359#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
360#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000361#endif
362
363/* Define to 1 if you have the `getexecname' function. */
364/* #undef HAVE_GETEXECNAME */
365
366/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000367#ifndef MAGICKCORE_HAVE_GETPAGESIZE
368#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000369#endif
370
371/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000372#ifndef MAGICKCORE_HAVE_GETPID
373#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000374#endif
375
cristyd3ef0102009-09-12 18:11:06 +0000376/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000377#ifndef MAGICKCORE_HAVE_GETRLIMIT
378#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000379#endif
380
cristy3ed852e2009-09-05 21:47:34 +0000381/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000382#ifndef MAGICKCORE_HAVE_GETRUSAGE
383#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000384#endif
385
386/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000387#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
388#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000389#endif
390
391/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000392#ifndef MAGICKCORE_HAVE_GMTIME_R
393#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000394#endif
395
cristy501c8042011-05-26 17:46:28 +0000396/* Define to 1 if the system has the type `intmax_t'. */
397#ifndef MAGICKCORE_HAVE_INTMAX_T
398#define MAGICKCORE_HAVE_INTMAX_T 1
399#endif
400
401/* Define to 1 if the system has the type `intptr_t'. */
402#ifndef MAGICKCORE_HAVE_INTPTR_T
403#define MAGICKCORE_HAVE_INTPTR_T 1
404#endif
405
cristy3ed852e2009-09-05 21:47:34 +0000406/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000407#ifndef MAGICKCORE_HAVE_INTTYPES_H
408#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000409#endif
410
cristy161b9262010-03-20 19:34:32 +0000411/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000412#ifndef MAGICKCORE_HAVE_J0
413#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000414#endif
415
416/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000417#ifndef MAGICKCORE_HAVE_J1
418#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000419#endif
420
cristyd09bcf92010-03-25 03:04:45 +0000421/* Define if you have the <lcms2.h> header file. */
cristyed231572011-07-14 02:18:59 +0000422/* #undef HAVE_LCMS2_H */
cristyd09bcf92010-03-25 03:04:45 +0000423
cristy71203402010-06-18 13:12:03 +0000424/* Define if you have the <lcms2/lcms2.h> header file. */
425/* #undef HAVE_LCMS2_LCMS2_H */
426
cristy3ed852e2009-09-05 21:47:34 +0000427/* Define if you have the <lcms.h> header file. */
cristyed231572011-07-14 02:18:59 +0000428#ifndef MAGICKCORE_HAVE_LCMS_H
429#define MAGICKCORE_HAVE_LCMS_H 1
430#endif
cristy3ed852e2009-09-05 21:47:34 +0000431
432/* Define if you have the <lcms/lcms.h> header file. */
433/* #undef HAVE_LCMS_LCMS_H */
434
435/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000436#ifndef MAGICKCORE_HAVE_LIBDL
437#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000438#endif
439
440/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000441#ifndef MAGICKCORE_HAVE_LIBDLLOADER
442#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000443#endif
444
445/* Define to 1 if you have the `gcov' library (-lgcov). */
446/* #undef HAVE_LIBGCOV */
447
448/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000449#ifndef MAGICKCORE_HAVE_LIMITS_H
450#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000451#endif
452
453/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000454#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
455#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000456#endif
457
cristyc5baf4f2010-08-31 15:05:33 +0000458/* Define to 1 if you have the `lltostr' function. */
459/* #undef HAVE_LLTOSTR */
460
cristy3ed852e2009-09-05 21:47:34 +0000461/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000462#ifndef MAGICKCORE_HAVE_LOCALE_H
463#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000464#endif
465
466/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000467#ifndef MAGICKCORE_HAVE_LOCALTIME_R
468#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000469#endif
470
cristy501c8042011-05-26 17:46:28 +0000471/* Define to 1 if the system has the type `long double'. */
472#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
473#define MAGICKCORE_HAVE_LONG_DOUBLE 1
474#endif
475
cristy3ed852e2009-09-05 21:47:34 +0000476/* Define to 1 if the type `long double' works and has more range or precision
477 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000478#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
479#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000480#endif
481
cristy501c8042011-05-26 17:46:28 +0000482/* Define to 1 if the system has the type `long long int'. */
483#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
484#define MAGICKCORE_HAVE_LONG_LONG_INT 1
485#endif
486
cristy3ed852e2009-09-05 21:47:34 +0000487/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000488#ifndef MAGICKCORE_HAVE_LSTAT
489#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000490#endif
491
cristy3ed852e2009-09-05 21:47:34 +0000492/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000493#ifndef MAGICKCORE_HAVE_LTDL
494#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000495#endif
496
497/* Define to 1 if you have the <machine/param.h> header file. */
498/* #undef HAVE_MACHINE_PARAM_H */
499
500/* Define to 1 if you have the <mach-o/dyld.h> header file. */
501/* #undef HAVE_MACH_O_DYLD_H */
502
cristy501c8042011-05-26 17:46:28 +0000503/* Define to 1 if <wchar.h> declares mbstate_t. */
504#ifndef MAGICKCORE_HAVE_MBSTATE_T
505#define MAGICKCORE_HAVE_MBSTATE_T 1
506#endif
507
cristy3ed852e2009-09-05 21:47:34 +0000508/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000509#ifndef MAGICKCORE_HAVE_MEMMOVE
510#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000511#endif
512
513/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000514#ifndef MAGICKCORE_HAVE_MEMORY_H
515#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000516#endif
517
518/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000519#ifndef MAGICKCORE_HAVE_MEMSET
520#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000521#endif
522
523/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000524#ifndef MAGICKCORE_HAVE_MKSTEMP
525#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000526#endif
527
528/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000529#ifndef MAGICKCORE_HAVE_MMAP
530#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000531#endif
532
533/* Define to 1 if you have a working `mmap' system call. */
cristy30301712011-07-18 15:06:51 +0000534/* #undef HAVE_MMAP_FILEIO */
cristy3ed852e2009-09-05 21:47:34 +0000535
536/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000537#ifndef MAGICKCORE_HAVE_MUNMAP
538#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000539#endif
540
541/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000542#ifndef MAGICKCORE_HAVE_NAMESPACES
543#define MAGICKCORE_HAVE_NAMESPACES /**/
544#endif
cristy964cb7f2010-04-25 23:18:00 +0000545
546/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000547#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
548#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
549#endif
cristy3ed852e2009-09-05 21:47:34 +0000550
cristya21afde2010-07-02 00:45:40 +0000551/* Define to 1 if you have the `nanosleep' function. */
552#ifndef MAGICKCORE_HAVE_NANOSLEEP
553#define MAGICKCORE_HAVE_NANOSLEEP 1
554#endif
555
cristy3ed852e2009-09-05 21:47:34 +0000556/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
557/* #undef HAVE_NDIR_H */
558
cristya8549b12011-05-18 19:05:08 +0000559/* Define to 1 if you have the `newlocale' function. */
560#ifndef MAGICKCORE_HAVE_NEWLOCALE
561#define MAGICKCORE_HAVE_NEWLOCALE 1
562#endif
563
cristyfe2e68f2010-01-09 19:16:03 +0000564/* Define to 1 if you have the <OpenCL/cl.h> header file. */
565/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000566
cristy3ed852e2009-09-05 21:47:34 +0000567/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000568#ifndef MAGICKCORE_HAVE_OPENDIR
569#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000570#endif
571
572/* Define to 1 if you have the <OS.h> header file. */
573/* #undef HAVE_OS_H */
574
575/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000576#ifndef MAGICKCORE_HAVE_PCLOSE
577#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000578#endif
579
580/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000581#ifndef MAGICKCORE_HAVE_POLL
582#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000583#endif
584
585/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000586#ifndef MAGICKCORE_HAVE_POPEN
587#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000588#endif
589
590/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000591#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
592#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000593#endif
594
595/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000596#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
597#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000598#endif
599
600/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000601#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
602#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000603#endif
604
605/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000606#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
607#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000608#endif
609
cristy5c40fb42010-08-05 16:12:44 +0000610/* Define to 1 if you have the `posix_spawnp' function. */
611#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
612#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
613#endif
614
cristy3ed852e2009-09-05 21:47:34 +0000615/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000616#ifndef MAGICKCORE_HAVE_POW
617#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000618#endif
cristy3ed852e2009-09-05 21:47:34 +0000619
620/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000621#ifndef MAGICKCORE_HAVE_PREAD
622#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000623#endif
624
625/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000626#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
627#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000628#endif
629
cristy98e91bd2010-01-12 01:11:42 +0000630/* Define to 1 if you have the <process.h> header file. */
631/* #undef HAVE_PROCESS_H */
632
cristy3ed852e2009-09-05 21:47:34 +0000633/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000634#ifndef MAGICKCORE_HAVE_PTHREAD
635#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000636#endif
637
638/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000639#ifndef MAGICKCORE_HAVE_PWRITE
640#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000641#endif
642
cristyc5baf4f2010-08-31 15:05:33 +0000643/* Define to 1 if you have the `qsort_r' function. */
644#ifndef MAGICKCORE_HAVE_QSORT_R
645#define MAGICKCORE_HAVE_QSORT_R 1
646#endif
647
cristy3ed852e2009-09-05 21:47:34 +0000648/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000649#ifndef MAGICKCORE_HAVE_RAISE
650#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000651#endif
652
653/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000654#ifndef MAGICKCORE_HAVE_RAND_R
655#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000656#endif
657
658/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000659#ifndef MAGICKCORE_HAVE_READDIR
660#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000661#endif
662
663/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000664#ifndef MAGICKCORE_HAVE_READDIR_R
665#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000666#endif
667
668/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000669#ifndef MAGICKCORE_HAVE_READLINK
670#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000671#endif
672
673/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000674#ifndef MAGICKCORE_HAVE_REALPATH
675#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000676#endif
677
678/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000679#ifndef MAGICKCORE_HAVE_SEEKDIR
680#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000681#endif
682
683/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000684#ifndef MAGICKCORE_HAVE_SELECT
685#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000686#endif
687
688/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000689#ifndef MAGICKCORE_HAVE_SETLOCALE
690#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000691#endif
692
693/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000694#ifndef MAGICKCORE_HAVE_SETVBUF
695#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000696#endif
697
698/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000699#ifndef MAGICKCORE_HAVE_SHAPE
700#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000701#endif
702
703/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000704#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
705#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000706#endif
707
708/* Define if you have the shl_load function. */
709/* #undef HAVE_SHL_LOAD */
710
711/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000712#ifndef MAGICKCORE_HAVE_SIGACTION
713#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000714#endif
715
716/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000717#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
718#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000719#endif
720
cristy393bbe52010-01-11 16:32:56 +0000721/* Define to 1 if you have the `spawnvp' function. */
722/* #undef HAVE_SPAWNVP */
723
cristy3ed852e2009-09-05 21:47:34 +0000724/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000725#ifndef MAGICKCORE_HAVE_SQRT
726#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000727#endif
cristy3ed852e2009-09-05 21:47:34 +0000728
729/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000730#ifndef MAGICKCORE_HAVE_STAT
731#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000732#endif
733
734/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000735#ifndef MAGICKCORE_HAVE_STDARG_H
736#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000737#endif
738
739/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000740#ifndef MAGICKCORE_HAVE_STDBOOL_H
741#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000742#endif
743
cristy3ed852e2009-09-05 21:47:34 +0000744/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000745#ifndef MAGICKCORE_HAVE_STDINT_H
746#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000747#endif
748
749/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000750#ifndef MAGICKCORE_HAVE_STDLIB_H
751#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000752#endif
753
754/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000755#ifndef MAGICKCORE_HAVE_STD_LIBS
756#define MAGICKCORE_HAVE_STD_LIBS /**/
757#endif
cristy3ed852e2009-09-05 21:47:34 +0000758
759/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000760#ifndef MAGICKCORE_HAVE_STRCASECMP
761#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000762#endif
763
764/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000765#ifndef MAGICKCORE_HAVE_STRCHR
766#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000767#endif
768
769/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000770#ifndef MAGICKCORE_HAVE_STRCSPN
771#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000772#endif
773
774/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000775#ifndef MAGICKCORE_HAVE_STRDUP
776#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000777#endif
778
779/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000780#ifndef MAGICKCORE_HAVE_STRERROR
781#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000782#endif
783
784/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000785#ifndef MAGICKCORE_HAVE_STRERROR_R
786#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000787#endif
788
789/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000790#ifndef MAGICKCORE_HAVE_STRINGIZE
791#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000792#endif
793
794/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000795#ifndef MAGICKCORE_HAVE_STRINGS_H
796#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000797#endif
798
799/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000800#ifndef MAGICKCORE_HAVE_STRING_H
801#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000802#endif
803
804/* Define to 1 if you have the `strlcat' function. */
805/* #undef HAVE_STRLCAT */
806
807/* Define to 1 if you have the `strlcpy' function. */
808/* #undef HAVE_STRLCPY */
809
810/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000811#ifndef MAGICKCORE_HAVE_STRNCASECMP
812#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000813#endif
814
815/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000816#ifndef MAGICKCORE_HAVE_STRPBRK
817#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000818#endif
819
820/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000821#ifndef MAGICKCORE_HAVE_STRRCHR
822#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000823#endif
824
825/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000826#ifndef MAGICKCORE_HAVE_STRSPN
827#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000828#endif
829
830/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000831#ifndef MAGICKCORE_HAVE_STRSTR
832#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000833#endif
834
cristy6c1eef12011-05-17 02:13:08 +0000835/* Define to 1 if you have the `strtod' function. */
836#ifndef MAGICKCORE_HAVE_STRTOD
837#define MAGICKCORE_HAVE_STRTOD 1
838#endif
839
840/* Define to 1 if you have the `strtod_l' function. */
841#ifndef MAGICKCORE_HAVE_STRTOD_L
842#define MAGICKCORE_HAVE_STRTOD_L 1
843#endif
844
cristy3ed852e2009-09-05 21:47:34 +0000845/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000846#ifndef MAGICKCORE_HAVE_STRTOL
847#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000848#endif
849
cristy5131f3e2009-12-18 03:09:10 +0000850/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000851#ifndef MAGICKCORE_HAVE_STRTOUL
852#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000853#endif
854
cristy92703d82010-04-26 00:18:18 +0000855/* Define to 1 if `tm_zone' is a member of `struct tm'. */
856#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
857#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
858#endif
859
cristy3ed852e2009-09-05 21:47:34 +0000860/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000861#ifndef MAGICKCORE_HAVE_SYMLINK
862#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000863#endif
864
865/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000866#ifndef MAGICKCORE_HAVE_SYSCONF
867#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000868#endif
869
870/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
871 */
872/* #undef HAVE_SYS_DIR_H */
873
874/* Define to 1 if you have the <sys/dl.h> header file. */
875/* #undef HAVE_SYS_DL_H */
876
877/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000878#ifndef MAGICKCORE_HAVE_SYS_IPC_H
879#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000880#endif
881
882/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
883 */
884/* #undef HAVE_SYS_NDIR_H */
885
cristycd4c5312009-11-22 01:19:08 +0000886/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000887#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
888#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000889#endif
890
cristy3ed852e2009-09-05 21:47:34 +0000891/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000892#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
893#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000894#endif
895
896/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000897#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
898#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000899#endif
900
901/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000902#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
903#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000904#endif
905
906/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000907#ifndef MAGICKCORE_HAVE_SYS_STAT_H
908#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000909#endif
910
911/* Define to 1 if you have the <sys/syslimits.h> header file. */
912/* #undef HAVE_SYS_SYSLIMITS_H */
913
914/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000915#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
916#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000917#endif
918
919/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000920#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
921#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000922#endif
923
924/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000925#ifndef MAGICKCORE_HAVE_SYS_TIME_H
926#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000927#endif
928
929/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000930#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
931#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000932#endif
933
934/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000935#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
936#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000937#endif
938
939/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000940#ifndef MAGICKCORE_HAVE_TELLDIR
941#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000942#endif
943
944/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000945#ifndef MAGICKCORE_HAVE_TEMPNAM
946#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000947#endif
948
949/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000950#ifndef MAGICKCORE_HAVE_TIFFCONF_H
951#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000952#endif
953
954/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000955#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
956#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000957#endif
958
959/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000960#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
961#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000962#endif
963
964/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000965#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
966#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000967#endif
968
969/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000970#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
971#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000972#endif
973
974/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000975#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
976#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000977#endif
978
979/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000980#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
981#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000982#endif
983
984/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +0000985#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
986#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +0000987#endif
988
989/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000990#ifndef MAGICKCORE_HAVE_TIMES
991#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000992#endif
993
cristy92703d82010-04-26 00:18:18 +0000994/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
995 `HAVE_STRUCT_TM_TM_ZONE' instead. */
996#ifndef MAGICKCORE_HAVE_TM_ZONE
997#define MAGICKCORE_HAVE_TM_ZONE 1
998#endif
999
1000/* Define to 1 if you don't have `tm_zone' but do have the external array
1001 `tzname'. */
1002/* #undef HAVE_TZNAME */
1003
cristy501c8042011-05-26 17:46:28 +00001004/* Define to 1 if the system has the type `uintmax_t'. */
1005#ifndef MAGICKCORE_HAVE_UINTMAX_T
1006#define MAGICKCORE_HAVE_UINTMAX_T 1
1007#endif
1008
1009/* Define to 1 if the system has the type `uintptr_t'. */
1010#ifndef MAGICKCORE_HAVE_UINTPTR_T
1011#define MAGICKCORE_HAVE_UINTPTR_T 1
1012#endif
1013
cristyc5baf4f2010-08-31 15:05:33 +00001014/* Define to 1 if you have the `ulltostr' function. */
1015/* #undef HAVE_ULLTOSTR */
1016
cristy3ed852e2009-09-05 21:47:34 +00001017/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001018#ifndef MAGICKCORE_HAVE_UNISTD_H
1019#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001020#endif
1021
cristy501c8042011-05-26 17:46:28 +00001022/* Define to 1 if the system has the type `unsigned long long int'. */
1023#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1024#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1025#endif
1026
cristya20c9042011-05-19 13:22:18 +00001027/* Define to 1 if you have the `uselocale' function. */
1028#ifndef MAGICKCORE_HAVE_USELOCALE
1029#define MAGICKCORE_HAVE_USELOCALE 1
1030#endif
1031
cristy3ed852e2009-09-05 21:47:34 +00001032/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001033#ifndef MAGICKCORE_HAVE_USLEEP
1034#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001035#endif
1036
cristyf1440cb2010-02-23 02:24:21 +00001037/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001038#ifndef MAGICKCORE_HAVE_UTIME
1039#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001040#endif
1041
cristy3ed852e2009-09-05 21:47:34 +00001042/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001043#ifndef MAGICKCORE_HAVE_VFORK
1044#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001045#endif
1046
1047/* Define to 1 if you have the <vfork.h> header file. */
1048/* #undef HAVE_VFORK_H */
1049
cristy5d0cd952011-05-19 21:21:41 +00001050/* Define to 1 if you have the `vfprintf' function. */
1051#ifndef MAGICKCORE_HAVE_VFPRINTF
1052#define MAGICKCORE_HAVE_VFPRINTF 1
1053#endif
1054
1055/* Define to 1 if you have the `vfprintf_l' function. */
1056/* #undef HAVE_VFPRINTF_L */
1057
cristy3ed852e2009-09-05 21:47:34 +00001058/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001059#ifndef MAGICKCORE_HAVE_VPRINTF
1060#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001061#endif
1062
1063/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001064#ifndef MAGICKCORE_HAVE_VSNPRINTF
1065#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001066#endif
1067
cristyb51dff52011-05-19 16:55:47 +00001068/* Define to 1 if you have the `vsnprintf_l' function. */
1069/* #undef HAVE_VSNPRINTF_L */
1070
cristy3ed852e2009-09-05 21:47:34 +00001071/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001072#ifndef MAGICKCORE_HAVE_VSPRINTF
1073#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001074#endif
1075
1076/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001077#ifndef MAGICKCORE_HAVE_WAITPID
1078#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001079#endif
1080
1081/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001082#ifndef MAGICKCORE_HAVE_WCHAR_H
1083#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001084#endif
1085
cristy736173a2009-09-20 21:18:22 +00001086/* Define to 1 if you have the <windows.h> header file. */
1087/* #undef HAVE_WINDOWS_H */
1088
cristy739df912009-10-24 16:10:18 +00001089/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001090#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1091#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001092#endif
1093
1094/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001095#ifndef MAGICKCORE_HAVE_WORKING_FORK
1096#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001097#endif
1098
1099/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001100#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1101#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001102#endif
1103
cristya8549b12011-05-18 19:05:08 +00001104/* Define to 1 if you have the <xlocale.h> header file. */
1105#ifndef MAGICKCORE_HAVE_XLOCALE_H
1106#define MAGICKCORE_HAVE_XLOCALE_H 1
1107#endif
1108
cristy3ed852e2009-09-05 21:47:34 +00001109/* Define to 1 if the system has the type `_Bool'. */
cristy30301712011-07-18 15:06:51 +00001110/* #undef HAVE__BOOL */
cristy3ed852e2009-09-05 21:47:34 +00001111
1112/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001113#ifndef MAGICKCORE_HAVE__EXIT
1114#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001115#endif
1116
1117/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1118/* #undef HAVE__NSGETEXECUTABLEPATH */
1119
1120/* Define to 1 if you have the `_pclose' function. */
1121/* #undef HAVE__PCLOSE */
1122
1123/* Define to 1 if you have the `_popen' function. */
1124/* #undef HAVE__POPEN */
1125
1126/* Define to 1 if you have the `_wfopen' function. */
1127/* #undef HAVE__WFOPEN */
1128
1129/* Define to 1 if you have the `_wstat' function. */
1130/* #undef HAVE__WSTAT */
1131
cristy92703d82010-04-26 00:18:18 +00001132/* define if your compiler has __attribute__ */
1133#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1134#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1135#endif
1136
cristy3ed852e2009-09-05 21:47:34 +00001137/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001138/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001139
1140/* Define if you have umem memory allocation library */
1141/* #undef HasUMEM */
1142
1143/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001144#ifndef MAGICKCORE_INSTALLED_SUPPORT
1145#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001146#endif
1147
1148/* Define if you have JBIG library */
cristyed231572011-07-14 02:18:59 +00001149#ifndef MAGICKCORE_JBIG_DELEGATE
1150#define MAGICKCORE_JBIG_DELEGATE 1
1151#endif
cristy3ed852e2009-09-05 21:47:34 +00001152
1153/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001154#ifndef MAGICKCORE_JP2_DELEGATE
1155#define MAGICKCORE_JP2_DELEGATE 1
1156#endif
cristy3ed852e2009-09-05 21:47:34 +00001157
1158/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001159#ifndef MAGICKCORE_JPEG_DELEGATE
1160#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001161#endif
1162
cristy71203402010-06-18 13:12:03 +00001163/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001164#ifndef MAGICKCORE_LCMS_DELEGATE
1165#define MAGICKCORE_LCMS_DELEGATE 1
1166#endif
cristy3ed852e2009-09-05 21:47:34 +00001167
1168/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001169#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001170#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001171#endif
1172
1173/* Subdirectory of lib where ImageMagick architecture dependent files are
1174 installed */
cristy964cb7f2010-04-25 23:18:00 +00001175#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001176#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001177#endif
1178
1179/* Define if you have LQR library */
cristyed231572011-07-14 02:18:59 +00001180#ifndef MAGICKCORE_LQR_DELEGATE
1181#define MAGICKCORE_LQR_DELEGATE 1
1182#endif
cristy3ed852e2009-09-05 21:47:34 +00001183
1184/* Define if using libltdl to support dynamically loadable modules */
cristy30301712011-07-18 15:06:51 +00001185/* #undef LTDL_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001186
1187/* Define if the OS needs help to load dependent libraries for dlopen(). */
1188/* #undef LTDL_DLOPEN_DEPLIBS */
1189
1190/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001191#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristyed231572011-07-14 02:18:59 +00001192#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas:/opt/modules/pkg/intel/f77/10.0.025/lib:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001193#endif
1194
1195/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001196#ifndef MAGICKCORE_LT_LIBEXT
1197#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001198#endif
1199
cristyda16f162011-02-19 23:52:17 +00001200/* The archive prefix */
1201#ifndef MAGICKCORE_LT_LIBPREFIX
1202#define MAGICKCORE_LT_LIBPREFIX "lib"
1203#endif
1204
cristy3ed852e2009-09-05 21:47:34 +00001205/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001206#ifndef MAGICKCORE_LT_MODULE_EXT
1207#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001208#endif
1209
1210/* Define to the name of the environment variable that determines the run-time
1211 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001212#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1213#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001214#endif
1215
1216/* Define to the sub-directory in which libtool stores uninstalled libraries.
1217 */
cristy964cb7f2010-04-25 23:18:00 +00001218#ifndef MAGICKCORE_LT_OBJDIR
1219#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001220#endif
1221
cristyfbb0ef02010-12-19 02:32:11 +00001222/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001223#ifndef MAGICKCORE_LZMA_DELEGATE
1224#define MAGICKCORE_LZMA_DELEGATE 1
1225#endif
cristyfbb0ef02010-12-19 02:32:11 +00001226
cristy3ed852e2009-09-05 21:47:34 +00001227/* Define to prepend to default font search path. */
1228/* #undef MAGICK_FONT_PATH */
1229
1230/* Magick API method prefix */
1231/* #undef NAMESPACE_PREFIX */
1232
cristya0b81c32010-01-22 02:54:33 +00001233/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001234/* #undef NDEBUG */
1235
1236/* Define if dlsym() requires a leading underscore in symbol names. */
1237/* #undef NEED_USCORE */
1238
1239/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1240/* #undef NO_MINUS_C_MINUS_O */
1241
1242/* Define if you have OPENEXR library */
cristy3884f692011-07-08 18:00:18 +00001243#ifndef MAGICKCORE_OPENEXR_DELEGATE
1244#define MAGICKCORE_OPENEXR_DELEGATE 1
1245#endif
cristy3ed852e2009-09-05 21:47:34 +00001246
1247/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001248#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1249#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001250#endif
1251
1252/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001253#ifndef MAGICKCORE_PACKAGE_NAME
1254#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001255#endif
1256
1257/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001258#ifndef MAGICKCORE_PACKAGE_STRING
cristy4c08aed2011-07-01 19:47:50 +00001259#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001260#endif
1261
1262/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001263#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy4c08aed2011-07-01 19:47:50 +00001264#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001265#endif
1266
cristy8b350f62009-11-15 23:12:43 +00001267/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001268#ifndef MAGICKCORE_PACKAGE_URL
1269#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001270#endif
1271
cristy3ed852e2009-09-05 21:47:34 +00001272/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001273#ifndef MAGICKCORE_PACKAGE_VERSION
cristy4c08aed2011-07-01 19:47:50 +00001274#define MAGICKCORE_PACKAGE_VERSION "7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001275#endif
1276
1277/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001278#ifndef MAGICKCORE_PNG_DELEGATE
1279#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001280#endif
1281
1282/* Define to necessary symbol if this constant uses a non-standard name on
1283 your system. */
1284/* #undef PTHREAD_CREATE_JOINABLE */
1285
1286/* Pixel cache threshold in MB (defaults to available memory) */
1287/* #undef PixelCacheThreshold */
1288
1289/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001290#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001291#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001292#endif
1293
1294/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001295#ifndef MAGICKCORE_RETSIGTYPE
1296#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001297#endif
1298
1299/* Define if you have RSVG library */
cristy3884f692011-07-08 18:00:18 +00001300#ifndef MAGICKCORE_RSVG_DELEGATE
1301#define MAGICKCORE_RSVG_DELEGATE 1
1302#endif
cristy3ed852e2009-09-05 21:47:34 +00001303
1304/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001305#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1306#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001307#endif
1308
1309/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001310#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1311#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001312#endif
1313
1314/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001315#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1316#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001317#endif
1318
1319/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001320#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001321#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001322#endif
1323
1324/* Subdirectory of lib where architecture-independent configuration files
1325 live. */
cristy4f820712011-04-01 12:35:43 +00001326#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001327#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001328#endif
1329
1330/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001331#ifndef MAGICKCORE_SIZEOF_OFF_T
1332#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001333#endif
1334
1335/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001336#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1337#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001338#endif
1339
1340/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001341#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1342#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001343#endif
1344
1345/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001346#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1347#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001348#endif
1349
1350/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001351#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1352#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001353#endif
1354
1355/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001356#ifndef MAGICKCORE_SIZEOF_SIZE_T
1357#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001358#endif
1359
cristy330e9352010-06-01 18:42:49 +00001360/* The size of `ssize_t', as computed by sizeof. */
1361#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1362#define MAGICKCORE_SIZEOF_SSIZE_T 8
1363#endif
1364
cristy3ed852e2009-09-05 21:47:34 +00001365/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001366#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1367#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001368#endif
1369
1370/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001371#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1372#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001373#endif
1374
1375/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001376#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1377#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001378#endif
1379
1380/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001381#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1382#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001383#endif
1384
1385/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001386#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1387#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001388#endif
1389
1390/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1391/* #undef STAT_MACROS_BROKEN */
1392
1393/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001394#ifndef MAGICKCORE_STDC_HEADERS
1395#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001396#endif
1397
cristy55bf91c2010-09-24 00:29:41 +00001398/* Define if you have POSIX threads libraries and header files. */
1399#ifndef MAGICKCORE_THREAD_SUPPORT
1400#define MAGICKCORE_THREAD_SUPPORT 1
1401#endif
1402
cristy3ed852e2009-09-05 21:47:34 +00001403/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001404#ifndef MAGICKCORE_TIFF_DELEGATE
1405#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001406#endif
1407
1408/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001409#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1410#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001411#endif
1412
1413/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1414/* #undef TM_IN_SYS_TIME */
1415
1416/* Enable extensions on AIX 3, Interix. */
1417#ifndef _ALL_SOURCE
1418# define _ALL_SOURCE 1
1419#endif
1420/* Enable GNU extensions on systems that have them. */
1421#ifndef _GNU_SOURCE
1422# define _GNU_SOURCE 1
1423#endif
1424/* Enable threading extensions on Solaris. */
1425#ifndef _POSIX_PTHREAD_SEMANTICS
1426# define _POSIX_PTHREAD_SEMANTICS 1
1427#endif
1428/* Enable extensions on HP NonStop. */
1429#ifndef _TANDEM_SOURCE
1430# define _TANDEM_SOURCE 1
1431#endif
1432/* Enable general extensions on Solaris. */
1433#ifndef __EXTENSIONS__
1434# define __EXTENSIONS__ 1
1435#endif
1436
1437
cristyb1860752011-03-14 00:27:46 +00001438/* Define if you have WEBP library */
cristyed231572011-07-14 02:18:59 +00001439#ifndef MAGICKCORE_WEBP_DELEGATE
1440#define MAGICKCORE_WEBP_DELEGATE 1
1441#endif
cristyb1860752011-03-14 00:27:46 +00001442
cristy3ed852e2009-09-05 21:47:34 +00001443/* Define to use the Windows GDI32 library */
1444/* #undef WINGDI32_DELEGATE */
1445
1446/* Define if using the dmalloc debugging malloc package */
1447/* #undef WITH_DMALLOC */
1448
cristy735e8942010-04-02 20:32:57 +00001449/* Define if you have WMF library */
cristy3884f692011-07-08 18:00:18 +00001450#ifndef MAGICKCORE_WMF_DELEGATE
1451#define MAGICKCORE_WMF_DELEGATE 1
1452#endif
cristy3ed852e2009-09-05 21:47:34 +00001453
cristy3ed852e2009-09-05 21:47:34 +00001454/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1455 significant byte first (like Motorola and SPARC, unlike Intel). */
1456#if defined AC_APPLE_UNIVERSAL_BUILD
1457# if defined __BIG_ENDIAN__
1458# define WORDS_BIGENDIAN 1
1459# endif
1460#else
1461# ifndef WORDS_BIGENDIAN
1462/* # undef WORDS_BIGENDIAN */
1463# endif
1464#endif
1465
1466/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001467#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1468#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001469#endif
1470
1471/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001472#ifndef MAGICKCORE_X11_DELEGATE
1473#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001474#endif
1475
1476/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001477#ifndef MAGICKCORE_XML_DELEGATE
1478#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001479#endif
1480
1481/* Define to 1 if the X Window System is missing or not being used. */
1482/* #undef X_DISPLAY_MISSING */
1483
1484/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001485#ifndef MAGICKCORE_ZLIB_DELEGATE
1486#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001487#endif
1488
1489/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001490/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001491
1492/* enable run-time bounds-checking */
1493/* #undef _FORTIFY_SOURCE */
1494
1495/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1496/* #undef _LARGEFILE_SOURCE */
1497
1498/* Define for large files, on AIX-style hosts. */
1499/* #undef _LARGE_FILES */
1500
1501/* Define to 1 if on MINIX. */
1502/* #undef _MINIX */
1503
cristy99cc3002010-01-21 14:50:11 +00001504/* Define this for the OpenCL Accelerator */
cristy85278ed2010-05-31 15:10:05 +00001505/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001506
cristy3ed852e2009-09-05 21:47:34 +00001507/* Define to 2 if the system does not provide POSIX.1 features except with
1508 this defined. */
1509/* #undef _POSIX_1_SOURCE */
1510
1511/* Define to 1 if you need to in order for `stat' and other things to work. */
1512/* #undef _POSIX_SOURCE */
1513
cristy501c8042011-05-26 17:46:28 +00001514/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1515 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1516 #define below would cause a syntax error. */
1517/* #undef _UINT32_T */
1518
1519/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1520 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1521 #define below would cause a syntax error. */
1522/* #undef _UINT64_T */
1523
1524/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1525 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1526 #define below would cause a syntax error. */
1527/* #undef _UINT8_T */
1528
cristy3ed852e2009-09-05 21:47:34 +00001529/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1530#ifndef __CHAR_UNSIGNED__
1531/* # undef __CHAR_UNSIGNED__ */
1532#endif
1533
1534/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1535/* #undef __error_t_defined */
1536
1537/* Define to appropriate substitue if compiler does not have __func__ */
1538/* #undef __func__ */
1539
cristy3ed852e2009-09-05 21:47:34 +00001540/* Define to a type to use for `error_t' if it is not otherwise available. */
1541/* #undef error_t */
1542
cristy501c8042011-05-26 17:46:28 +00001543/* Define to `int' if <sys/types.h> doesn't define. */
1544/* #undef gid_t */
1545
cristy3ed852e2009-09-05 21:47:34 +00001546/* Define to `__inline__' or `__inline' if that's what the C compiler
1547 calls it, or to nothing if 'inline' is not supported under any name. */
1548#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001549/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001550#endif
1551
cristy501c8042011-05-26 17:46:28 +00001552/* Define to the type of a signed integer type of width exactly 16 bits if
1553 such a type exists and the standard includes do not define it. */
1554/* #undef int16_t */
1555
1556/* Define to the type of a signed integer type of width exactly 32 bits if
1557 such a type exists and the standard includes do not define it. */
1558/* #undef int32_t */
1559
1560/* Define to the type of a signed integer type of width exactly 64 bits if
1561 such a type exists and the standard includes do not define it. */
1562/* #undef int64_t */
1563
1564/* Define to the type of a signed integer type of width exactly 8 bits if such
1565 a type exists and the standard includes do not define it. */
1566/* #undef int8_t */
1567
1568/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1569 not define. */
1570/* #undef intmax_t */
1571
1572/* Define to the type of a signed integer type wide enough to hold a pointer,
1573 if such a type exists, and if the system does not define it. */
1574/* #undef intptr_t */
1575
1576/* Define to a type if <wchar.h> does not define. */
1577/* #undef mbstate_t */
1578
cristy3ed852e2009-09-05 21:47:34 +00001579/* Define to `int' if <sys/types.h> does not define. */
1580/* #undef mode_t */
1581
1582/* Define to `long int' if <sys/types.h> does not define. */
1583/* #undef off_t */
1584
1585/* Define to `int' if <sys/types.h> does not define. */
1586/* #undef pid_t */
1587
1588/* Define to the equivalent of the C99 'restrict' keyword, or to
1589 nothing if this is not supported. Do not define if restrict is
1590 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001591#ifndef _magickcore_restrict
1592#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001593#endif
cristy8b350f62009-11-15 23:12:43 +00001594/* Work around a bug in Sun C++: it does not support _Restrict or
1595 __restrict__, even though the corresponding Sun C compiler ends up with
1596 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1597 previous line. Perhaps some future version of Sun C++ will work with
1598 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001599#if defined __SUNPRO_CC && !defined __RESTRICT
1600# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001601# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001602#endif
1603
1604/* Define to `unsigned int' if <sys/types.h> does not define. */
1605/* #undef size_t */
1606
1607/* Define to `int' if <sys/types.h> does not define. */
1608/* #undef ssize_t */
1609
cristy501c8042011-05-26 17:46:28 +00001610/* Define to `int' if <sys/types.h> doesn't define. */
1611/* #undef uid_t */
1612
1613/* Define to the type of an unsigned integer type of width exactly 16 bits if
1614 such a type exists and the standard includes do not define it. */
1615/* #undef uint16_t */
1616
1617/* Define to the type of an unsigned integer type of width exactly 32 bits if
1618 such a type exists and the standard includes do not define it. */
1619/* #undef uint32_t */
1620
1621/* Define to the type of an unsigned integer type of width exactly 64 bits if
1622 such a type exists and the standard includes do not define it. */
1623/* #undef uint64_t */
1624
1625/* Define to the type of an unsigned integer type of width exactly 8 bits if
1626 such a type exists and the standard includes do not define it. */
1627/* #undef uint8_t */
1628
1629/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1630 do not define. */
1631/* #undef uintmax_t */
1632
1633/* Define to the type of an unsigned integer type wide enough to hold a
1634 pointer, if such a type exists, and if the system does not define it. */
1635/* #undef uintptr_t */
1636
cristy3ed852e2009-09-05 21:47:34 +00001637/* Define as `fork' if `vfork' does not work. */
1638/* #undef vfork */
1639
1640/* Define to empty if the keyword `volatile' does not work. Warning: valid
1641 code using `volatile' can become incorrect without. Disable with care. */
1642/* #undef volatile */
1643
cristy4c08aed2011-07-01 19:47:50 +00001644/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001645#endif