blob: df4049a78129a7466581193a030eb7afa32416bc [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. */
cristy3412d852011-09-13 12:17:53 +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
cristy3ed852e2009-09-05 21:47:34 +000069/* exclude deprecated methods in MagickCore API */
70/* #undef EXCLUDE_DEPRECATED */
71
72/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000073#ifndef MAGICKCORE_EXECUTABLE_PATH
74#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000075#endif
76
77/* Define if you have FFTW library */
cristy3412d852011-09-13 12:17:53 +000078/* #undef FFTW_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000079
80/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000081#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000082#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000083#endif
84
85/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000086#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000087#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000088#endif
89
90/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000091#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
92#define MAGICKCORE_FONTCONFIG_DELEGATE 1
93#endif
cristy3ed852e2009-09-05 21:47:34 +000094
95/* Define if you have FlashPIX library */
96/* #undef FPX_DELEGATE */
97
98/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +000099#ifndef MAGICKCORE_FREETYPE_DELEGATE
100#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000101#endif
102
103/* Define if you have Ghostscript library or framework */
104/* #undef GS_DELEGATE */
105
106/* Define if you have GVC library */
cristyae29c4f2010-12-28 14:45:29 +0000107#ifndef MAGICKCORE_GVC_DELEGATE
108#define MAGICKCORE_GVC_DELEGATE 1
109#endif
cristy3ed852e2009-09-05 21:47:34 +0000110
cristyb33454f2011-08-03 02:10:45 +0000111/* Define to 1 if you have the `acosh' function. */
112#ifndef MAGICKCORE_HAVE_ACOSH
113#define MAGICKCORE_HAVE_ACOSH 1
114#endif
115
cristy3ed852e2009-09-05 21:47:34 +0000116/* 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
cristyb33454f2011-08-03 02:10:45 +0000159/* Define to 1 if you have the `asinh' function. */
160#ifndef MAGICKCORE_HAVE_ASINH
161#define MAGICKCORE_HAVE_ASINH 1
162#endif
163
164/* Define to 1 if you have the `atanh' function. */
165#ifndef MAGICKCORE_HAVE_ATANH
166#define MAGICKCORE_HAVE_ATANH 1
167#endif
168
cristy3ed852e2009-09-05 21:47:34 +0000169/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000170#ifndef MAGICKCORE_HAVE_ATEXIT
171#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000172#endif
173
cristyc5baf4f2010-08-31 15:05:33 +0000174/* Define to 1 if you have the `atoll' function. */
175#ifndef MAGICKCORE_HAVE_ATOLL
176#define MAGICKCORE_HAVE_ATOLL 1
177#endif
178
cristy3ed852e2009-09-05 21:47:34 +0000179/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000180#ifndef MAGICKCORE_HAVE_BOOL
181#define MAGICKCORE_HAVE_BOOL /**/
182#endif
cristy3ed852e2009-09-05 21:47:34 +0000183
cristy47b022b2011-01-18 22:29:21 +0000184/* Define to 1 if you have the `cabs' function. */
185#ifndef MAGICKCORE_HAVE_CABS
186#define MAGICKCORE_HAVE_CABS 1
187#endif
188
189/* Define to 1 if you have the `carg' function. */
190#ifndef MAGICKCORE_HAVE_CARG
191#define MAGICKCORE_HAVE_CARG 1
192#endif
193
cristy56ed31c2010-03-22 00:46:21 +0000194/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000195#ifndef MAGICKCORE_HAVE_CIMAG
196#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000197#endif
198
cristy3ed852e2009-09-05 21:47:34 +0000199/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000200#ifndef MAGICKCORE_HAVE_CLOCK
201#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000202#endif
203
cristye43a45e2009-09-28 14:49:00 +0000204/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000205#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
206#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000207#endif
208
cristye43a45e2009-09-28 14:49:00 +0000209/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000210#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
211#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000212#endif
213
cristy3ed852e2009-09-05 21:47:34 +0000214/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000215#ifndef MAGICKCORE_HAVE_CLOSEDIR
216#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000217#endif
218
cristyfe2e68f2010-01-09 19:16:03 +0000219/* Define to 1 if you have the <CL/cl.h> header file. */
cristy3412d852011-09-13 12:17:53 +0000220/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000221
cristy3ed852e2009-09-05 21:47:34 +0000222/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000223#ifndef MAGICKCORE_HAVE_COMPLEX_H
224#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000225#endif
226
cristy47b022b2011-01-18 22:29:21 +0000227/* Define to 1 if you have the `creal' function. */
228#ifndef MAGICKCORE_HAVE_CREAL
229#define MAGICKCORE_HAVE_CREAL 1
230#endif
231
cristyc5baf4f2010-08-31 15:05:33 +0000232/* Define to 1 if you have the `ctime_r' function. */
233#ifndef MAGICKCORE_HAVE_CTIME_R
234#define MAGICKCORE_HAVE_CTIME_R 1
235#endif
236
cristy3ed852e2009-09-05 21:47:34 +0000237/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
238 you don't. */
239/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
240
241/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
242 */
cristy964cb7f2010-04-25 23:18:00 +0000243#ifndef MAGICKCORE_HAVE_DECL_PREAD
244#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000245#endif
246
247/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
248 */
cristy964cb7f2010-04-25 23:18:00 +0000249#ifndef MAGICKCORE_HAVE_DECL_PWRITE
250#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000251#endif
252
253/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
254 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000255#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
256#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000257#endif
258
cristy92703d82010-04-26 00:18:18 +0000259/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
260 */
261/* #undef HAVE_DECL_TZNAME */
262
cristy3ed852e2009-09-05 21:47:34 +0000263/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
264 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000265#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
266#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000267#endif
268
269/* Define to 1 if you have the `directio' function. */
270/* #undef HAVE_DIRECTIO */
271
272/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
273 */
cristy964cb7f2010-04-25 23:18:00 +0000274#ifndef MAGICKCORE_HAVE_DIRENT_H
275#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000276#endif
277
278/* Define if you have the GNU dld library. */
279/* #undef HAVE_DLD */
280
281/* Define to 1 if you have the <dld.h> header file. */
282/* #undef HAVE_DLD_H */
283
284/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000285#ifndef MAGICKCORE_HAVE_DLERROR
286#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000287#endif
288
289/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000290#ifndef MAGICKCORE_HAVE_DLFCN_H
291#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000292#endif
293
294/* Define to 1 if you have the <dl.h> header file. */
295/* #undef HAVE_DL_H */
296
297/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
298/* #undef HAVE_DOPRNT */
299
300/* Define if you have the _dyld_func_lookup function. */
301/* #undef HAVE_DYLD */
302
303/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000304#ifndef MAGICKCORE_HAVE_ERRNO_H
305#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000306#endif
307
308/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000309#ifndef MAGICKCORE_HAVE_ERROR_T
310#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000311#endif
312
313/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000314#ifndef MAGICKCORE_HAVE_EXECVP
315#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000316#endif
317
cristyf1440cb2010-02-23 02:24:21 +0000318/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000319#ifndef MAGICKCORE_HAVE_FCHMOD
320#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000321#endif
322
cristy3ed852e2009-09-05 21:47:34 +0000323/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000324#ifndef MAGICKCORE_HAVE_FCNTL_H
325#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000326#endif
327
328/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000329#ifndef MAGICKCORE_HAVE_FLOOR
330#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000331#endif
cristy3ed852e2009-09-05 21:47:34 +0000332
333/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000334#ifndef MAGICKCORE_HAVE_FORK
335#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000336#endif
337
338/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000339#ifndef MAGICKCORE_HAVE_FSEEKO
340#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000341#endif
342
343/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000344#ifndef MAGICKCORE_HAVE_FT2BUILD_H
345#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000346#endif
347
348/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000349#ifndef MAGICKCORE_HAVE_FTIME
350#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000351#endif
352
353/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000354#ifndef MAGICKCORE_HAVE_FTRUNCATE
355#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000356#endif
357
358/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000359#ifndef MAGICKCORE_HAVE_GETCWD
360#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000361#endif
362
cristyc5baf4f2010-08-31 15:05:33 +0000363/* Define to 1 if you have the `getc_unlocked' function. */
364#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
365#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
366#endif
367
cristy3ed852e2009-09-05 21:47:34 +0000368/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000369#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
370#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000371#endif
372
373/* Define to 1 if you have the `getexecname' function. */
374/* #undef HAVE_GETEXECNAME */
375
376/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000377#ifndef MAGICKCORE_HAVE_GETPAGESIZE
378#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000379#endif
380
381/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000382#ifndef MAGICKCORE_HAVE_GETPID
383#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000384#endif
385
cristyd3ef0102009-09-12 18:11:06 +0000386/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000387#ifndef MAGICKCORE_HAVE_GETRLIMIT
388#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000389#endif
390
cristy3ed852e2009-09-05 21:47:34 +0000391/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000392#ifndef MAGICKCORE_HAVE_GETRUSAGE
393#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000394#endif
395
396/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000397#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
398#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000399#endif
400
401/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000402#ifndef MAGICKCORE_HAVE_GMTIME_R
403#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000404#endif
405
cristy501c8042011-05-26 17:46:28 +0000406/* Define to 1 if the system has the type `intmax_t'. */
407#ifndef MAGICKCORE_HAVE_INTMAX_T
408#define MAGICKCORE_HAVE_INTMAX_T 1
409#endif
410
411/* Define to 1 if the system has the type `intptr_t'. */
412#ifndef MAGICKCORE_HAVE_INTPTR_T
413#define MAGICKCORE_HAVE_INTPTR_T 1
414#endif
415
cristy3ed852e2009-09-05 21:47:34 +0000416/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000417#ifndef MAGICKCORE_HAVE_INTTYPES_H
418#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000419#endif
420
cristy161b9262010-03-20 19:34:32 +0000421/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000422#ifndef MAGICKCORE_HAVE_J0
423#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000424#endif
425
426/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000427#ifndef MAGICKCORE_HAVE_J1
428#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000429#endif
430
cristyd09bcf92010-03-25 03:04:45 +0000431/* Define if you have the <lcms2.h> header file. */
cristy3412d852011-09-13 12:17:53 +0000432#ifndef MAGICKCORE_HAVE_LCMS2_H
433#define MAGICKCORE_HAVE_LCMS2_H 1
434#endif
cristyd09bcf92010-03-25 03:04:45 +0000435
cristy71203402010-06-18 13:12:03 +0000436/* Define if you have the <lcms2/lcms2.h> header file. */
437/* #undef HAVE_LCMS2_LCMS2_H */
438
cristy3ed852e2009-09-05 21:47:34 +0000439/* Define if you have the <lcms.h> header file. */
cristy3412d852011-09-13 12:17:53 +0000440/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000441
442/* Define if you have the <lcms/lcms.h> header file. */
443/* #undef HAVE_LCMS_LCMS_H */
444
445/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000446#ifndef MAGICKCORE_HAVE_LIBDL
447#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000448#endif
449
450/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000451#ifndef MAGICKCORE_HAVE_LIBDLLOADER
452#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000453#endif
454
455/* Define to 1 if you have the `gcov' library (-lgcov). */
456/* #undef HAVE_LIBGCOV */
457
458/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000459#ifndef MAGICKCORE_HAVE_LIMITS_H
460#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000461#endif
462
463/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000464#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
465#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000466#endif
467
cristyc5baf4f2010-08-31 15:05:33 +0000468/* Define to 1 if you have the `lltostr' function. */
469/* #undef HAVE_LLTOSTR */
470
cristy3ed852e2009-09-05 21:47:34 +0000471/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000472#ifndef MAGICKCORE_HAVE_LOCALE_H
473#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000474#endif
475
476/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000477#ifndef MAGICKCORE_HAVE_LOCALTIME_R
478#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000479#endif
480
cristy501c8042011-05-26 17:46:28 +0000481/* Define to 1 if the system has the type `long double'. */
482#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
483#define MAGICKCORE_HAVE_LONG_DOUBLE 1
484#endif
485
cristy3ed852e2009-09-05 21:47:34 +0000486/* Define to 1 if the type `long double' works and has more range or precision
487 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000488#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
489#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000490#endif
491
cristy501c8042011-05-26 17:46:28 +0000492/* Define to 1 if the system has the type `long long int'. */
493#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
494#define MAGICKCORE_HAVE_LONG_LONG_INT 1
495#endif
496
cristy3ed852e2009-09-05 21:47:34 +0000497/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000498#ifndef MAGICKCORE_HAVE_LSTAT
499#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000500#endif
501
cristy3ed852e2009-09-05 21:47:34 +0000502/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000503#ifndef MAGICKCORE_HAVE_LTDL
504#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000505#endif
506
507/* Define to 1 if you have the <machine/param.h> header file. */
508/* #undef HAVE_MACHINE_PARAM_H */
509
510/* Define to 1 if you have the <mach-o/dyld.h> header file. */
511/* #undef HAVE_MACH_O_DYLD_H */
512
cristy501c8042011-05-26 17:46:28 +0000513/* Define to 1 if <wchar.h> declares mbstate_t. */
514#ifndef MAGICKCORE_HAVE_MBSTATE_T
515#define MAGICKCORE_HAVE_MBSTATE_T 1
516#endif
517
cristy3ed852e2009-09-05 21:47:34 +0000518/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000519#ifndef MAGICKCORE_HAVE_MEMMOVE
520#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000521#endif
522
523/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000524#ifndef MAGICKCORE_HAVE_MEMORY_H
525#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000526#endif
527
528/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000529#ifndef MAGICKCORE_HAVE_MEMSET
530#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000531#endif
532
533/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000534#ifndef MAGICKCORE_HAVE_MKSTEMP
535#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000536#endif
537
538/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000539#ifndef MAGICKCORE_HAVE_MMAP
540#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000541#endif
542
543/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000544#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
545#define MAGICKCORE_HAVE_MMAP_FILEIO 1
546#endif
cristy3ed852e2009-09-05 21:47:34 +0000547
548/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000549#ifndef MAGICKCORE_HAVE_MUNMAP
550#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000551#endif
552
553/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000554#ifndef MAGICKCORE_HAVE_NAMESPACES
555#define MAGICKCORE_HAVE_NAMESPACES /**/
556#endif
cristy964cb7f2010-04-25 23:18:00 +0000557
558/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000559#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
560#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
561#endif
cristy3ed852e2009-09-05 21:47:34 +0000562
cristya21afde2010-07-02 00:45:40 +0000563/* Define to 1 if you have the `nanosleep' function. */
564#ifndef MAGICKCORE_HAVE_NANOSLEEP
565#define MAGICKCORE_HAVE_NANOSLEEP 1
566#endif
567
cristy3ed852e2009-09-05 21:47:34 +0000568/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
569/* #undef HAVE_NDIR_H */
570
cristya8549b12011-05-18 19:05:08 +0000571/* Define to 1 if you have the `newlocale' function. */
572#ifndef MAGICKCORE_HAVE_NEWLOCALE
573#define MAGICKCORE_HAVE_NEWLOCALE 1
574#endif
575
cristyfe2e68f2010-01-09 19:16:03 +0000576/* Define to 1 if you have the <OpenCL/cl.h> header file. */
577/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000578
cristy3ed852e2009-09-05 21:47:34 +0000579/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000580#ifndef MAGICKCORE_HAVE_OPENDIR
581#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000582#endif
583
584/* Define to 1 if you have the <OS.h> header file. */
585/* #undef HAVE_OS_H */
586
587/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000588#ifndef MAGICKCORE_HAVE_PCLOSE
589#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000590#endif
591
592/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000593#ifndef MAGICKCORE_HAVE_POLL
594#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000595#endif
596
597/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000598#ifndef MAGICKCORE_HAVE_POPEN
599#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000600#endif
601
602/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000603#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
604#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000605#endif
606
607/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000608#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
609#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000610#endif
611
612/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000613#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
614#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000615#endif
616
617/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000618#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
619#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000620#endif
621
cristy5c40fb42010-08-05 16:12:44 +0000622/* Define to 1 if you have the `posix_spawnp' function. */
623#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
624#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
625#endif
626
cristy3ed852e2009-09-05 21:47:34 +0000627/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000628#ifndef MAGICKCORE_HAVE_POW
629#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000630#endif
cristy3ed852e2009-09-05 21:47:34 +0000631
632/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000633#ifndef MAGICKCORE_HAVE_PREAD
634#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000635#endif
636
637/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000638#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
639#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000640#endif
641
cristy98e91bd2010-01-12 01:11:42 +0000642/* Define to 1 if you have the <process.h> header file. */
643/* #undef HAVE_PROCESS_H */
644
cristy3ed852e2009-09-05 21:47:34 +0000645/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000646#ifndef MAGICKCORE_HAVE_PTHREAD
647#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000648#endif
649
650/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000651#ifndef MAGICKCORE_HAVE_PWRITE
652#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000653#endif
654
cristyc5baf4f2010-08-31 15:05:33 +0000655/* Define to 1 if you have the `qsort_r' function. */
656#ifndef MAGICKCORE_HAVE_QSORT_R
657#define MAGICKCORE_HAVE_QSORT_R 1
658#endif
659
cristy3ed852e2009-09-05 21:47:34 +0000660/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000661#ifndef MAGICKCORE_HAVE_RAISE
662#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000663#endif
664
665/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000666#ifndef MAGICKCORE_HAVE_RAND_R
667#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000668#endif
669
670/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000671#ifndef MAGICKCORE_HAVE_READDIR
672#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000673#endif
674
675/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000676#ifndef MAGICKCORE_HAVE_READDIR_R
677#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000678#endif
679
680/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000681#ifndef MAGICKCORE_HAVE_READLINK
682#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000683#endif
684
685/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000686#ifndef MAGICKCORE_HAVE_REALPATH
687#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000688#endif
689
690/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000691#ifndef MAGICKCORE_HAVE_SEEKDIR
692#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000693#endif
694
695/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000696#ifndef MAGICKCORE_HAVE_SELECT
697#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000698#endif
699
700/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000701#ifndef MAGICKCORE_HAVE_SETLOCALE
702#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000703#endif
704
705/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000706#ifndef MAGICKCORE_HAVE_SETVBUF
707#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000708#endif
709
710/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000711#ifndef MAGICKCORE_HAVE_SHAPE
712#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000713#endif
714
715/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000716#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
717#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000718#endif
719
720/* Define if you have the shl_load function. */
721/* #undef HAVE_SHL_LOAD */
722
723/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000724#ifndef MAGICKCORE_HAVE_SIGACTION
725#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000726#endif
727
728/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000729#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
730#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000731#endif
732
cristy393bbe52010-01-11 16:32:56 +0000733/* Define to 1 if you have the `spawnvp' function. */
734/* #undef HAVE_SPAWNVP */
735
cristy3ed852e2009-09-05 21:47:34 +0000736/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000737#ifndef MAGICKCORE_HAVE_SQRT
738#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000739#endif
cristy3ed852e2009-09-05 21:47:34 +0000740
741/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000742#ifndef MAGICKCORE_HAVE_STAT
743#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000744#endif
745
746/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000747#ifndef MAGICKCORE_HAVE_STDARG_H
748#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000749#endif
750
751/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000752#ifndef MAGICKCORE_HAVE_STDBOOL_H
753#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000754#endif
755
cristy3ed852e2009-09-05 21:47:34 +0000756/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000757#ifndef MAGICKCORE_HAVE_STDINT_H
758#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000759#endif
760
761/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000762#ifndef MAGICKCORE_HAVE_STDLIB_H
763#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000764#endif
765
766/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000767#ifndef MAGICKCORE_HAVE_STD_LIBS
768#define MAGICKCORE_HAVE_STD_LIBS /**/
769#endif
cristy3ed852e2009-09-05 21:47:34 +0000770
771/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000772#ifndef MAGICKCORE_HAVE_STRCASECMP
773#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000774#endif
775
776/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000777#ifndef MAGICKCORE_HAVE_STRCHR
778#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000779#endif
780
781/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000782#ifndef MAGICKCORE_HAVE_STRCSPN
783#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000784#endif
785
786/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000787#ifndef MAGICKCORE_HAVE_STRDUP
788#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000789#endif
790
791/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000792#ifndef MAGICKCORE_HAVE_STRERROR
793#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000794#endif
795
796/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000797#ifndef MAGICKCORE_HAVE_STRERROR_R
798#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000799#endif
800
801/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000802#ifndef MAGICKCORE_HAVE_STRINGIZE
803#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000804#endif
805
806/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000807#ifndef MAGICKCORE_HAVE_STRINGS_H
808#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000809#endif
810
811/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000812#ifndef MAGICKCORE_HAVE_STRING_H
813#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000814#endif
815
816/* Define to 1 if you have the `strlcat' function. */
817/* #undef HAVE_STRLCAT */
818
819/* Define to 1 if you have the `strlcpy' function. */
820/* #undef HAVE_STRLCPY */
821
822/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000823#ifndef MAGICKCORE_HAVE_STRNCASECMP
824#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000825#endif
826
827/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000828#ifndef MAGICKCORE_HAVE_STRPBRK
829#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000830#endif
831
832/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000833#ifndef MAGICKCORE_HAVE_STRRCHR
834#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000835#endif
836
837/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000838#ifndef MAGICKCORE_HAVE_STRSPN
839#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000840#endif
841
842/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000843#ifndef MAGICKCORE_HAVE_STRSTR
844#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000845#endif
846
cristy6c1eef12011-05-17 02:13:08 +0000847/* Define to 1 if you have the `strtod' function. */
848#ifndef MAGICKCORE_HAVE_STRTOD
849#define MAGICKCORE_HAVE_STRTOD 1
850#endif
851
852/* Define to 1 if you have the `strtod_l' function. */
853#ifndef MAGICKCORE_HAVE_STRTOD_L
854#define MAGICKCORE_HAVE_STRTOD_L 1
855#endif
856
cristy3ed852e2009-09-05 21:47:34 +0000857/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000858#ifndef MAGICKCORE_HAVE_STRTOL
859#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000860#endif
861
cristy5131f3e2009-12-18 03:09:10 +0000862/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000863#ifndef MAGICKCORE_HAVE_STRTOUL
864#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000865#endif
866
cristy92703d82010-04-26 00:18:18 +0000867/* Define to 1 if `tm_zone' is a member of `struct tm'. */
868#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
869#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
870#endif
871
cristy3ed852e2009-09-05 21:47:34 +0000872/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000873#ifndef MAGICKCORE_HAVE_SYMLINK
874#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000875#endif
876
877/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000878#ifndef MAGICKCORE_HAVE_SYSCONF
879#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000880#endif
881
882/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
883 */
884/* #undef HAVE_SYS_DIR_H */
885
886/* Define to 1 if you have the <sys/dl.h> header file. */
887/* #undef HAVE_SYS_DL_H */
888
889/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000890#ifndef MAGICKCORE_HAVE_SYS_IPC_H
891#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000892#endif
893
894/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
895 */
896/* #undef HAVE_SYS_NDIR_H */
897
cristycd4c5312009-11-22 01:19:08 +0000898/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000899#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
900#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000901#endif
902
cristy3ed852e2009-09-05 21:47:34 +0000903/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000904#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
905#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000906#endif
907
908/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000909#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
910#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000911#endif
912
913/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000914#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
915#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000916#endif
917
918/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000919#ifndef MAGICKCORE_HAVE_SYS_STAT_H
920#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000921#endif
922
923/* Define to 1 if you have the <sys/syslimits.h> header file. */
924/* #undef HAVE_SYS_SYSLIMITS_H */
925
926/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000927#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
928#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000929#endif
930
931/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000932#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
933#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000934#endif
935
936/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000937#ifndef MAGICKCORE_HAVE_SYS_TIME_H
938#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000939#endif
940
941/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000942#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
943#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000944#endif
945
946/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000947#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
948#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000949#endif
950
951/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000952#ifndef MAGICKCORE_HAVE_TELLDIR
953#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000954#endif
955
956/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000957#ifndef MAGICKCORE_HAVE_TEMPNAM
958#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000959#endif
960
961/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000962#ifndef MAGICKCORE_HAVE_TIFFCONF_H
963#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000964#endif
965
966/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000967#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
968#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000969#endif
970
971/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000972#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
973#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000974#endif
975
976/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000977#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
978#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000979#endif
980
981/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000982#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
983#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000984#endif
985
986/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000987#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
988#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000989#endif
990
991/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000992#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
993#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000994#endif
995
996/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +0000997#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
998#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +0000999#endif
1000
1001/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001002#ifndef MAGICKCORE_HAVE_TIMES
1003#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001004#endif
1005
cristy92703d82010-04-26 00:18:18 +00001006/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1007 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1008#ifndef MAGICKCORE_HAVE_TM_ZONE
1009#define MAGICKCORE_HAVE_TM_ZONE 1
1010#endif
1011
1012/* Define to 1 if you don't have `tm_zone' but do have the external array
1013 `tzname'. */
1014/* #undef HAVE_TZNAME */
1015
cristy501c8042011-05-26 17:46:28 +00001016/* Define to 1 if the system has the type `uintmax_t'. */
1017#ifndef MAGICKCORE_HAVE_UINTMAX_T
1018#define MAGICKCORE_HAVE_UINTMAX_T 1
1019#endif
1020
1021/* Define to 1 if the system has the type `uintptr_t'. */
1022#ifndef MAGICKCORE_HAVE_UINTPTR_T
1023#define MAGICKCORE_HAVE_UINTPTR_T 1
1024#endif
1025
cristyc5baf4f2010-08-31 15:05:33 +00001026/* Define to 1 if you have the `ulltostr' function. */
1027/* #undef HAVE_ULLTOSTR */
1028
cristy3ed852e2009-09-05 21:47:34 +00001029/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001030#ifndef MAGICKCORE_HAVE_UNISTD_H
1031#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001032#endif
1033
cristy501c8042011-05-26 17:46:28 +00001034/* Define to 1 if the system has the type `unsigned long long int'. */
1035#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1036#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1037#endif
1038
cristya20c9042011-05-19 13:22:18 +00001039/* Define to 1 if you have the `uselocale' function. */
1040#ifndef MAGICKCORE_HAVE_USELOCALE
1041#define MAGICKCORE_HAVE_USELOCALE 1
1042#endif
1043
cristy3ed852e2009-09-05 21:47:34 +00001044/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001045#ifndef MAGICKCORE_HAVE_USLEEP
1046#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001047#endif
1048
cristyf1440cb2010-02-23 02:24:21 +00001049/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001050#ifndef MAGICKCORE_HAVE_UTIME
1051#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001052#endif
1053
cristy3ed852e2009-09-05 21:47:34 +00001054/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001055#ifndef MAGICKCORE_HAVE_VFORK
1056#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001057#endif
1058
1059/* Define to 1 if you have the <vfork.h> header file. */
1060/* #undef HAVE_VFORK_H */
1061
cristy5d0cd952011-05-19 21:21:41 +00001062/* Define to 1 if you have the `vfprintf' function. */
1063#ifndef MAGICKCORE_HAVE_VFPRINTF
1064#define MAGICKCORE_HAVE_VFPRINTF 1
1065#endif
1066
1067/* Define to 1 if you have the `vfprintf_l' function. */
1068/* #undef HAVE_VFPRINTF_L */
1069
cristy3ed852e2009-09-05 21:47:34 +00001070/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001071#ifndef MAGICKCORE_HAVE_VPRINTF
1072#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001073#endif
1074
1075/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001076#ifndef MAGICKCORE_HAVE_VSNPRINTF
1077#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001078#endif
1079
cristyb51dff52011-05-19 16:55:47 +00001080/* Define to 1 if you have the `vsnprintf_l' function. */
1081/* #undef HAVE_VSNPRINTF_L */
1082
cristy3ed852e2009-09-05 21:47:34 +00001083/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001084#ifndef MAGICKCORE_HAVE_VSPRINTF
1085#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001086#endif
1087
1088/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001089#ifndef MAGICKCORE_HAVE_WAITPID
1090#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001091#endif
1092
1093/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001094#ifndef MAGICKCORE_HAVE_WCHAR_H
1095#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001096#endif
1097
cristy736173a2009-09-20 21:18:22 +00001098/* Define to 1 if you have the <windows.h> header file. */
1099/* #undef HAVE_WINDOWS_H */
1100
cristy739df912009-10-24 16:10:18 +00001101/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001102#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1103#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001104#endif
1105
1106/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001107#ifndef MAGICKCORE_HAVE_WORKING_FORK
1108#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001109#endif
1110
1111/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001112#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1113#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001114#endif
1115
cristya8549b12011-05-18 19:05:08 +00001116/* Define to 1 if you have the <xlocale.h> header file. */
1117#ifndef MAGICKCORE_HAVE_XLOCALE_H
1118#define MAGICKCORE_HAVE_XLOCALE_H 1
1119#endif
1120
cristy3ed852e2009-09-05 21:47:34 +00001121/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001122#ifndef MAGICKCORE_HAVE__BOOL
1123#define MAGICKCORE_HAVE__BOOL 1
1124#endif
cristy3ed852e2009-09-05 21:47:34 +00001125
1126/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001127#ifndef MAGICKCORE_HAVE__EXIT
1128#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001129#endif
1130
1131/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1132/* #undef HAVE__NSGETEXECUTABLEPATH */
1133
1134/* Define to 1 if you have the `_pclose' function. */
1135/* #undef HAVE__PCLOSE */
1136
1137/* Define to 1 if you have the `_popen' function. */
1138/* #undef HAVE__POPEN */
1139
1140/* Define to 1 if you have the `_wfopen' function. */
1141/* #undef HAVE__WFOPEN */
1142
1143/* Define to 1 if you have the `_wstat' function. */
1144/* #undef HAVE__WSTAT */
1145
cristy92703d82010-04-26 00:18:18 +00001146/* define if your compiler has __attribute__ */
1147#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1148#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1149#endif
1150
cristy3ed852e2009-09-05 21:47:34 +00001151/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001152/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001153
1154/* Define if you have umem memory allocation library */
1155/* #undef HasUMEM */
1156
1157/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001158#ifndef MAGICKCORE_INSTALLED_SUPPORT
1159#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001160#endif
1161
1162/* Define if you have JBIG library */
cristy3412d852011-09-13 12:17:53 +00001163/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001164
1165/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001166#ifndef MAGICKCORE_JP2_DELEGATE
1167#define MAGICKCORE_JP2_DELEGATE 1
1168#endif
cristy3ed852e2009-09-05 21:47:34 +00001169
1170/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001171#ifndef MAGICKCORE_JPEG_DELEGATE
1172#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001173#endif
1174
cristy71203402010-06-18 13:12:03 +00001175/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001176#ifndef MAGICKCORE_LCMS_DELEGATE
1177#define MAGICKCORE_LCMS_DELEGATE 1
1178#endif
cristy3ed852e2009-09-05 21:47:34 +00001179
1180/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001181#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001182#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001183#endif
1184
1185/* Subdirectory of lib where ImageMagick architecture dependent files are
1186 installed */
cristy964cb7f2010-04-25 23:18:00 +00001187#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001188#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001189#endif
1190
1191/* Define if you have LQR library */
cristy3412d852011-09-13 12:17:53 +00001192/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001193
1194/* Define if using libltdl to support dynamically loadable modules */
cristyf7dc44c2011-07-20 14:41:15 +00001195#ifndef MAGICKCORE_LTDL_DELEGATE
1196#define MAGICKCORE_LTDL_DELEGATE 1
1197#endif
cristy3ed852e2009-09-05 21:47:34 +00001198
1199/* Define if the OS needs help to load dependent libraries for dlopen(). */
1200/* #undef LTDL_DLOPEN_DEPLIBS */
1201
1202/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001203#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy3412d852011-09-13 12:17:53 +00001204#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib/llvm:/usr/lib64/llvm:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001205#endif
1206
1207/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001208#ifndef MAGICKCORE_LT_LIBEXT
1209#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001210#endif
1211
cristyda16f162011-02-19 23:52:17 +00001212/* The archive prefix */
1213#ifndef MAGICKCORE_LT_LIBPREFIX
1214#define MAGICKCORE_LT_LIBPREFIX "lib"
1215#endif
1216
cristy3ed852e2009-09-05 21:47:34 +00001217/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001218#ifndef MAGICKCORE_LT_MODULE_EXT
1219#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001220#endif
1221
1222/* Define to the name of the environment variable that determines the run-time
1223 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001224#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1225#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001226#endif
1227
1228/* Define to the sub-directory in which libtool stores uninstalled libraries.
1229 */
cristy964cb7f2010-04-25 23:18:00 +00001230#ifndef MAGICKCORE_LT_OBJDIR
1231#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001232#endif
1233
cristyfbb0ef02010-12-19 02:32:11 +00001234/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001235#ifndef MAGICKCORE_LZMA_DELEGATE
1236#define MAGICKCORE_LZMA_DELEGATE 1
1237#endif
cristyfbb0ef02010-12-19 02:32:11 +00001238
cristy3ed852e2009-09-05 21:47:34 +00001239/* Define to prepend to default font search path. */
1240/* #undef MAGICK_FONT_PATH */
1241
1242/* Magick API method prefix */
1243/* #undef NAMESPACE_PREFIX */
1244
cristya0b81c32010-01-22 02:54:33 +00001245/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001246/* #undef NDEBUG */
1247
1248/* Define if dlsym() requires a leading underscore in symbol names. */
1249/* #undef NEED_USCORE */
1250
1251/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1252/* #undef NO_MINUS_C_MINUS_O */
1253
1254/* Define if you have OPENEXR library */
cristy3412d852011-09-13 12:17:53 +00001255/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001256
1257/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001258#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1259#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001260#endif
1261
1262/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001263#ifndef MAGICKCORE_PACKAGE_NAME
1264#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001265#endif
1266
1267/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001268#ifndef MAGICKCORE_PACKAGE_STRING
cristy4c08aed2011-07-01 19:47:50 +00001269#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001270#endif
1271
1272/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001273#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy4c08aed2011-07-01 19:47:50 +00001274#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001275#endif
1276
cristy8b350f62009-11-15 23:12:43 +00001277/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001278#ifndef MAGICKCORE_PACKAGE_URL
1279#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001280#endif
1281
cristy3ed852e2009-09-05 21:47:34 +00001282/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001283#ifndef MAGICKCORE_PACKAGE_VERSION
cristy4c08aed2011-07-01 19:47:50 +00001284#define MAGICKCORE_PACKAGE_VERSION "7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001285#endif
1286
1287/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001288#ifndef MAGICKCORE_PNG_DELEGATE
1289#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001290#endif
1291
1292/* Define to necessary symbol if this constant uses a non-standard name on
1293 your system. */
1294/* #undef PTHREAD_CREATE_JOINABLE */
1295
1296/* Pixel cache threshold in MB (defaults to available memory) */
1297/* #undef PixelCacheThreshold */
1298
1299/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001300#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001301#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001302#endif
1303
1304/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001305#ifndef MAGICKCORE_RETSIGTYPE
1306#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001307#endif
1308
1309/* Define if you have RSVG library */
cristy3412d852011-09-13 12:17:53 +00001310/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001311
1312/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001313#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1314#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001315#endif
1316
1317/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001318#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1319#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001320#endif
1321
1322/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001323#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1324#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001325#endif
1326
1327/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001328#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001329#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001330#endif
1331
1332/* Subdirectory of lib where architecture-independent configuration files
1333 live. */
cristy4f820712011-04-01 12:35:43 +00001334#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001335#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001336#endif
1337
1338/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001339#ifndef MAGICKCORE_SIZEOF_OFF_T
1340#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001341#endif
1342
1343/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001344#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1345#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001346#endif
1347
1348/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001349#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1350#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001351#endif
1352
1353/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001354#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1355#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001356#endif
1357
1358/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001359#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1360#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001361#endif
1362
1363/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001364#ifndef MAGICKCORE_SIZEOF_SIZE_T
1365#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001366#endif
1367
cristy330e9352010-06-01 18:42:49 +00001368/* The size of `ssize_t', as computed by sizeof. */
1369#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1370#define MAGICKCORE_SIZEOF_SSIZE_T 8
1371#endif
1372
cristy3ed852e2009-09-05 21:47:34 +00001373/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001374#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1375#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001376#endif
1377
1378/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001379#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1380#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001381#endif
1382
1383/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001384#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1385#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001386#endif
1387
1388/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001389#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1390#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001391#endif
1392
1393/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001394#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1395#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001396#endif
1397
1398/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1399/* #undef STAT_MACROS_BROKEN */
1400
1401/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001402#ifndef MAGICKCORE_STDC_HEADERS
1403#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001404#endif
1405
cristy55bf91c2010-09-24 00:29:41 +00001406/* Define if you have POSIX threads libraries and header files. */
1407#ifndef MAGICKCORE_THREAD_SUPPORT
1408#define MAGICKCORE_THREAD_SUPPORT 1
1409#endif
1410
cristy3ed852e2009-09-05 21:47:34 +00001411/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001412#ifndef MAGICKCORE_TIFF_DELEGATE
1413#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001414#endif
1415
1416/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001417#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1418#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001419#endif
1420
1421/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1422/* #undef TM_IN_SYS_TIME */
1423
1424/* Enable extensions on AIX 3, Interix. */
1425#ifndef _ALL_SOURCE
1426# define _ALL_SOURCE 1
1427#endif
1428/* Enable GNU extensions on systems that have them. */
1429#ifndef _GNU_SOURCE
1430# define _GNU_SOURCE 1
1431#endif
1432/* Enable threading extensions on Solaris. */
1433#ifndef _POSIX_PTHREAD_SEMANTICS
1434# define _POSIX_PTHREAD_SEMANTICS 1
1435#endif
1436/* Enable extensions on HP NonStop. */
1437#ifndef _TANDEM_SOURCE
1438# define _TANDEM_SOURCE 1
1439#endif
1440/* Enable general extensions on Solaris. */
1441#ifndef __EXTENSIONS__
1442# define __EXTENSIONS__ 1
1443#endif
1444
1445
cristyb1860752011-03-14 00:27:46 +00001446/* Define if you have WEBP library */
cristy3412d852011-09-13 12:17:53 +00001447/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001448
cristy3ed852e2009-09-05 21:47:34 +00001449/* Define to use the Windows GDI32 library */
1450/* #undef WINGDI32_DELEGATE */
1451
1452/* Define if using the dmalloc debugging malloc package */
1453/* #undef WITH_DMALLOC */
1454
cristy189e84c2011-08-27 18:08:53 +00001455/* Define if you have WMF library */
cristy3412d852011-09-13 12:17:53 +00001456/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001457
cristy3ed852e2009-09-05 21:47:34 +00001458/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1459 significant byte first (like Motorola and SPARC, unlike Intel). */
1460#if defined AC_APPLE_UNIVERSAL_BUILD
1461# if defined __BIG_ENDIAN__
1462# define WORDS_BIGENDIAN 1
1463# endif
1464#else
1465# ifndef WORDS_BIGENDIAN
1466/* # undef WORDS_BIGENDIAN */
1467# endif
1468#endif
1469
1470/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001471#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1472#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001473#endif
1474
1475/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001476#ifndef MAGICKCORE_X11_DELEGATE
1477#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001478#endif
1479
1480/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001481#ifndef MAGICKCORE_XML_DELEGATE
1482#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001483#endif
1484
1485/* Define to 1 if the X Window System is missing or not being used. */
1486/* #undef X_DISPLAY_MISSING */
1487
cristy6e3607c2011-09-13 13:59:17 +00001488/* Build self-contained, embeddable, zero-configuration ImageMagick */
1489/* #undef ZERO_CONFIGURATION_SUPPORT */
1490
cristy3ed852e2009-09-05 21:47:34 +00001491/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001492#ifndef MAGICKCORE_ZLIB_DELEGATE
1493#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001494#endif
1495
1496/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001497/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001498
1499/* enable run-time bounds-checking */
1500/* #undef _FORTIFY_SOURCE */
1501
1502/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1503/* #undef _LARGEFILE_SOURCE */
1504
1505/* Define for large files, on AIX-style hosts. */
1506/* #undef _LARGE_FILES */
1507
1508/* Define to 1 if on MINIX. */
1509/* #undef _MINIX */
1510
cristy99cc3002010-01-21 14:50:11 +00001511/* Define this for the OpenCL Accelerator */
cristy3412d852011-09-13 12:17:53 +00001512/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001513
cristy3ed852e2009-09-05 21:47:34 +00001514/* Define to 2 if the system does not provide POSIX.1 features except with
1515 this defined. */
1516/* #undef _POSIX_1_SOURCE */
1517
1518/* Define to 1 if you need to in order for `stat' and other things to work. */
1519/* #undef _POSIX_SOURCE */
1520
cristy501c8042011-05-26 17:46:28 +00001521/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1522 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1523 #define below would cause a syntax error. */
1524/* #undef _UINT32_T */
1525
1526/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1527 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1528 #define below would cause a syntax error. */
1529/* #undef _UINT64_T */
1530
1531/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1532 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1533 #define below would cause a syntax error. */
1534/* #undef _UINT8_T */
1535
cristy3ed852e2009-09-05 21:47:34 +00001536/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1537#ifndef __CHAR_UNSIGNED__
1538/* # undef __CHAR_UNSIGNED__ */
1539#endif
1540
1541/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1542/* #undef __error_t_defined */
1543
1544/* Define to appropriate substitue if compiler does not have __func__ */
1545/* #undef __func__ */
1546
cristy3ed852e2009-09-05 21:47:34 +00001547/* Define to a type to use for `error_t' if it is not otherwise available. */
1548/* #undef error_t */
1549
cristy501c8042011-05-26 17:46:28 +00001550/* Define to `int' if <sys/types.h> doesn't define. */
1551/* #undef gid_t */
1552
cristy3ed852e2009-09-05 21:47:34 +00001553/* Define to `__inline__' or `__inline' if that's what the C compiler
1554 calls it, or to nothing if 'inline' is not supported under any name. */
1555#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001556/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001557#endif
1558
cristy501c8042011-05-26 17:46:28 +00001559/* Define to the type of a signed integer type of width exactly 16 bits if
1560 such a type exists and the standard includes do not define it. */
1561/* #undef int16_t */
1562
1563/* Define to the type of a signed integer type of width exactly 32 bits if
1564 such a type exists and the standard includes do not define it. */
1565/* #undef int32_t */
1566
1567/* Define to the type of a signed integer type of width exactly 64 bits if
1568 such a type exists and the standard includes do not define it. */
1569/* #undef int64_t */
1570
1571/* Define to the type of a signed integer type of width exactly 8 bits if such
1572 a type exists and the standard includes do not define it. */
1573/* #undef int8_t */
1574
1575/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1576 not define. */
1577/* #undef intmax_t */
1578
1579/* Define to the type of a signed integer type wide enough to hold a pointer,
1580 if such a type exists, and if the system does not define it. */
1581/* #undef intptr_t */
1582
1583/* Define to a type if <wchar.h> does not define. */
1584/* #undef mbstate_t */
1585
cristy3ed852e2009-09-05 21:47:34 +00001586/* Define to `int' if <sys/types.h> does not define. */
1587/* #undef mode_t */
1588
1589/* Define to `long int' if <sys/types.h> does not define. */
1590/* #undef off_t */
1591
1592/* Define to `int' if <sys/types.h> does not define. */
1593/* #undef pid_t */
1594
1595/* Define to the equivalent of the C99 'restrict' keyword, or to
1596 nothing if this is not supported. Do not define if restrict is
1597 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001598#ifndef _magickcore_restrict
1599#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001600#endif
cristy8b350f62009-11-15 23:12:43 +00001601/* Work around a bug in Sun C++: it does not support _Restrict or
1602 __restrict__, even though the corresponding Sun C compiler ends up with
1603 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1604 previous line. Perhaps some future version of Sun C++ will work with
1605 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001606#if defined __SUNPRO_CC && !defined __RESTRICT
1607# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001608# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001609#endif
1610
1611/* Define to `unsigned int' if <sys/types.h> does not define. */
1612/* #undef size_t */
1613
1614/* Define to `int' if <sys/types.h> does not define. */
1615/* #undef ssize_t */
1616
cristy501c8042011-05-26 17:46:28 +00001617/* Define to `int' if <sys/types.h> doesn't define. */
1618/* #undef uid_t */
1619
1620/* Define to the type of an unsigned integer type of width exactly 16 bits if
1621 such a type exists and the standard includes do not define it. */
1622/* #undef uint16_t */
1623
1624/* Define to the type of an unsigned integer type of width exactly 32 bits if
1625 such a type exists and the standard includes do not define it. */
1626/* #undef uint32_t */
1627
1628/* Define to the type of an unsigned integer type of width exactly 64 bits if
1629 such a type exists and the standard includes do not define it. */
1630/* #undef uint64_t */
1631
1632/* Define to the type of an unsigned integer type of width exactly 8 bits if
1633 such a type exists and the standard includes do not define it. */
1634/* #undef uint8_t */
1635
1636/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1637 do not define. */
1638/* #undef uintmax_t */
1639
1640/* Define to the type of an unsigned integer type wide enough to hold a
1641 pointer, if such a type exists, and if the system does not define it. */
1642/* #undef uintptr_t */
1643
cristy3ed852e2009-09-05 21:47:34 +00001644/* Define as `fork' if `vfork' does not work. */
1645/* #undef vfork */
1646
1647/* Define to empty if the keyword `volatile' does not work. Warning: valid
1648 code using `volatile' can become incorrect without. Disable with care. */
1649/* #undef volatile */
1650
cristy4c08aed2011-07-01 19:47:50 +00001651/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001652#endif