blob: 2726a74e3fde3f0f6dab78f556afb7ba2dc5a8c6 [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
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 */
cristy3412d852011-09-13 12:17:53 +000081/* #undef FFTW_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000082
83/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000084#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000085#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000086#endif
87
88/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000089#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000090#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000091#endif
92
93/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000094#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
95#define MAGICKCORE_FONTCONFIG_DELEGATE 1
96#endif
cristy3ed852e2009-09-05 21:47:34 +000097
98/* Define if you have FlashPIX library */
99/* #undef FPX_DELEGATE */
100
101/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000102#ifndef MAGICKCORE_FREETYPE_DELEGATE
103#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000104#endif
105
106/* Define if you have Ghostscript library or framework */
107/* #undef GS_DELEGATE */
108
109/* Define if you have GVC library */
cristyae29c4f2010-12-28 14:45:29 +0000110#ifndef MAGICKCORE_GVC_DELEGATE
111#define MAGICKCORE_GVC_DELEGATE 1
112#endif
cristy3ed852e2009-09-05 21:47:34 +0000113
cristyb33454f2011-08-03 02:10:45 +0000114/* Define to 1 if you have the `acosh' function. */
115#ifndef MAGICKCORE_HAVE_ACOSH
116#define MAGICKCORE_HAVE_ACOSH 1
117#endif
118
cristy3ed852e2009-09-05 21:47:34 +0000119/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000120#ifndef MAGICKCORE_HAVE_ARGZ_ADD
121#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000122#endif
123
124/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000125#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
126#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000127#endif
128
129/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000130#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
131#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000132#endif
133
134/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000135#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
136#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000137#endif
138
139/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000140#ifndef MAGICKCORE_HAVE_ARGZ_H
141#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000142#endif
143
144/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000145#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
146#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000147#endif
148
149/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000150#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
151#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000152#endif
153
154/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000155#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
156#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000157#endif
158
159/* Define to 1 if you have the <arm/limits.h> header file. */
160/* #undef HAVE_ARM_LIMITS_H */
161
cristyb33454f2011-08-03 02:10:45 +0000162/* Define to 1 if you have the `asinh' function. */
163#ifndef MAGICKCORE_HAVE_ASINH
164#define MAGICKCORE_HAVE_ASINH 1
165#endif
166
167/* Define to 1 if you have the `atanh' function. */
168#ifndef MAGICKCORE_HAVE_ATANH
169#define MAGICKCORE_HAVE_ATANH 1
170#endif
171
cristy3ed852e2009-09-05 21:47:34 +0000172/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000173#ifndef MAGICKCORE_HAVE_ATEXIT
174#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000175#endif
176
cristyc5baf4f2010-08-31 15:05:33 +0000177/* Define to 1 if you have the `atoll' function. */
178#ifndef MAGICKCORE_HAVE_ATOLL
179#define MAGICKCORE_HAVE_ATOLL 1
180#endif
181
cristy3ed852e2009-09-05 21:47:34 +0000182/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000183#ifndef MAGICKCORE_HAVE_BOOL
184#define MAGICKCORE_HAVE_BOOL /**/
185#endif
cristy3ed852e2009-09-05 21:47:34 +0000186
cristy47b022b2011-01-18 22:29:21 +0000187/* Define to 1 if you have the `cabs' function. */
188#ifndef MAGICKCORE_HAVE_CABS
189#define MAGICKCORE_HAVE_CABS 1
190#endif
191
192/* Define to 1 if you have the `carg' function. */
193#ifndef MAGICKCORE_HAVE_CARG
194#define MAGICKCORE_HAVE_CARG 1
195#endif
196
cristy56ed31c2010-03-22 00:46:21 +0000197/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000198#ifndef MAGICKCORE_HAVE_CIMAG
199#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000200#endif
201
cristy3ed852e2009-09-05 21:47:34 +0000202/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000203#ifndef MAGICKCORE_HAVE_CLOCK
204#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000205#endif
206
cristye43a45e2009-09-28 14:49:00 +0000207/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000208#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
209#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000210#endif
211
cristye43a45e2009-09-28 14:49:00 +0000212/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000213#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
214#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000215#endif
216
cristy3ed852e2009-09-05 21:47:34 +0000217/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000218#ifndef MAGICKCORE_HAVE_CLOSEDIR
219#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000220#endif
221
cristyfe2e68f2010-01-09 19:16:03 +0000222/* Define to 1 if you have the <CL/cl.h> header file. */
cristy3412d852011-09-13 12:17:53 +0000223/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000224
cristy3ed852e2009-09-05 21:47:34 +0000225/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000226#ifndef MAGICKCORE_HAVE_COMPLEX_H
227#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000228#endif
229
cristy47b022b2011-01-18 22:29:21 +0000230/* Define to 1 if you have the `creal' function. */
231#ifndef MAGICKCORE_HAVE_CREAL
232#define MAGICKCORE_HAVE_CREAL 1
233#endif
234
cristyc5baf4f2010-08-31 15:05:33 +0000235/* Define to 1 if you have the `ctime_r' function. */
236#ifndef MAGICKCORE_HAVE_CTIME_R
237#define MAGICKCORE_HAVE_CTIME_R 1
238#endif
239
cristy3ed852e2009-09-05 21:47:34 +0000240/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
241 you don't. */
242/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
243
244/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
245 */
cristy964cb7f2010-04-25 23:18:00 +0000246#ifndef MAGICKCORE_HAVE_DECL_PREAD
247#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000248#endif
249
250/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
251 */
cristy964cb7f2010-04-25 23:18:00 +0000252#ifndef MAGICKCORE_HAVE_DECL_PWRITE
253#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000254#endif
255
256/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
257 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000258#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
259#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000260#endif
261
cristy92703d82010-04-26 00:18:18 +0000262/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
263 */
264/* #undef HAVE_DECL_TZNAME */
265
cristy3ed852e2009-09-05 21:47:34 +0000266/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
267 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000268#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
269#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000270#endif
271
272/* Define to 1 if you have the `directio' function. */
273/* #undef HAVE_DIRECTIO */
274
275/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
276 */
cristy964cb7f2010-04-25 23:18:00 +0000277#ifndef MAGICKCORE_HAVE_DIRENT_H
278#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000279#endif
280
281/* Define if you have the GNU dld library. */
282/* #undef HAVE_DLD */
283
284/* Define to 1 if you have the <dld.h> header file. */
285/* #undef HAVE_DLD_H */
286
287/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000288#ifndef MAGICKCORE_HAVE_DLERROR
289#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000290#endif
291
292/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000293#ifndef MAGICKCORE_HAVE_DLFCN_H
294#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000295#endif
296
297/* Define to 1 if you have the <dl.h> header file. */
298/* #undef HAVE_DL_H */
299
300/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
301/* #undef HAVE_DOPRNT */
302
303/* Define if you have the _dyld_func_lookup function. */
304/* #undef HAVE_DYLD */
305
306/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000307#ifndef MAGICKCORE_HAVE_ERRNO_H
308#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000309#endif
310
311/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000312#ifndef MAGICKCORE_HAVE_ERROR_T
313#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000314#endif
315
316/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000317#ifndef MAGICKCORE_HAVE_EXECVP
318#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000319#endif
320
cristyf1440cb2010-02-23 02:24:21 +0000321/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000322#ifndef MAGICKCORE_HAVE_FCHMOD
323#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000324#endif
325
cristy3ed852e2009-09-05 21:47:34 +0000326/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000327#ifndef MAGICKCORE_HAVE_FCNTL_H
328#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000329#endif
330
331/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000332#ifndef MAGICKCORE_HAVE_FLOOR
333#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000334#endif
cristy3ed852e2009-09-05 21:47:34 +0000335
336/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000337#ifndef MAGICKCORE_HAVE_FORK
338#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000339#endif
340
341/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000342#ifndef MAGICKCORE_HAVE_FSEEKO
343#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000344#endif
345
346/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000347#ifndef MAGICKCORE_HAVE_FT2BUILD_H
348#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000349#endif
350
351/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000352#ifndef MAGICKCORE_HAVE_FTIME
353#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000354#endif
355
356/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000357#ifndef MAGICKCORE_HAVE_FTRUNCATE
358#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000359#endif
360
361/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000362#ifndef MAGICKCORE_HAVE_GETCWD
363#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000364#endif
365
cristyc5baf4f2010-08-31 15:05:33 +0000366/* Define to 1 if you have the `getc_unlocked' function. */
367#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
368#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
369#endif
370
cristy3ed852e2009-09-05 21:47:34 +0000371/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000372#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
373#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000374#endif
375
376/* Define to 1 if you have the `getexecname' function. */
377/* #undef HAVE_GETEXECNAME */
378
379/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000380#ifndef MAGICKCORE_HAVE_GETPAGESIZE
381#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000382#endif
383
384/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000385#ifndef MAGICKCORE_HAVE_GETPID
386#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000387#endif
388
cristyd3ef0102009-09-12 18:11:06 +0000389/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000390#ifndef MAGICKCORE_HAVE_GETRLIMIT
391#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000392#endif
393
cristy3ed852e2009-09-05 21:47:34 +0000394/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000395#ifndef MAGICKCORE_HAVE_GETRUSAGE
396#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000397#endif
398
399/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000400#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
401#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000402#endif
403
404/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000405#ifndef MAGICKCORE_HAVE_GMTIME_R
406#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000407#endif
408
cristy501c8042011-05-26 17:46:28 +0000409/* Define to 1 if the system has the type `intmax_t'. */
410#ifndef MAGICKCORE_HAVE_INTMAX_T
411#define MAGICKCORE_HAVE_INTMAX_T 1
412#endif
413
414/* Define to 1 if the system has the type `intptr_t'. */
415#ifndef MAGICKCORE_HAVE_INTPTR_T
416#define MAGICKCORE_HAVE_INTPTR_T 1
417#endif
418
cristy3ed852e2009-09-05 21:47:34 +0000419/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000420#ifndef MAGICKCORE_HAVE_INTTYPES_H
421#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000422#endif
423
cristy161b9262010-03-20 19:34:32 +0000424/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000425#ifndef MAGICKCORE_HAVE_J0
426#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000427#endif
428
429/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000430#ifndef MAGICKCORE_HAVE_J1
431#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000432#endif
433
cristyd09bcf92010-03-25 03:04:45 +0000434/* Define if you have the <lcms2.h> header file. */
cristy3412d852011-09-13 12:17:53 +0000435#ifndef MAGICKCORE_HAVE_LCMS2_H
436#define MAGICKCORE_HAVE_LCMS2_H 1
437#endif
cristyd09bcf92010-03-25 03:04:45 +0000438
cristy71203402010-06-18 13:12:03 +0000439/* Define if you have the <lcms2/lcms2.h> header file. */
440/* #undef HAVE_LCMS2_LCMS2_H */
441
cristy3ed852e2009-09-05 21:47:34 +0000442/* Define if you have the <lcms.h> header file. */
cristy3412d852011-09-13 12:17:53 +0000443/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000444
445/* Define if you have the <lcms/lcms.h> header file. */
446/* #undef HAVE_LCMS_LCMS_H */
447
448/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000449#ifndef MAGICKCORE_HAVE_LIBDL
450#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000451#endif
452
453/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000454#ifndef MAGICKCORE_HAVE_LIBDLLOADER
455#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000456#endif
457
458/* Define to 1 if you have the `gcov' library (-lgcov). */
459/* #undef HAVE_LIBGCOV */
460
461/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000462#ifndef MAGICKCORE_HAVE_LIMITS_H
463#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000464#endif
465
466/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000467#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
468#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000469#endif
470
cristyc5baf4f2010-08-31 15:05:33 +0000471/* Define to 1 if you have the `lltostr' function. */
472/* #undef HAVE_LLTOSTR */
473
cristy3ed852e2009-09-05 21:47:34 +0000474/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000475#ifndef MAGICKCORE_HAVE_LOCALE_H
476#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000477#endif
478
479/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000480#ifndef MAGICKCORE_HAVE_LOCALTIME_R
481#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000482#endif
483
cristy501c8042011-05-26 17:46:28 +0000484/* Define to 1 if the system has the type `long double'. */
485#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
486#define MAGICKCORE_HAVE_LONG_DOUBLE 1
487#endif
488
cristy3ed852e2009-09-05 21:47:34 +0000489/* Define to 1 if the type `long double' works and has more range or precision
490 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000491#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
492#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000493#endif
494
cristy501c8042011-05-26 17:46:28 +0000495/* Define to 1 if the system has the type `long long int'. */
496#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
497#define MAGICKCORE_HAVE_LONG_LONG_INT 1
498#endif
499
cristy3ed852e2009-09-05 21:47:34 +0000500/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000501#ifndef MAGICKCORE_HAVE_LSTAT
502#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000503#endif
504
cristy3ed852e2009-09-05 21:47:34 +0000505/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000506#ifndef MAGICKCORE_HAVE_LTDL
507#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000508#endif
509
510/* Define to 1 if you have the <machine/param.h> header file. */
511/* #undef HAVE_MACHINE_PARAM_H */
512
513/* Define to 1 if you have the <mach-o/dyld.h> header file. */
514/* #undef HAVE_MACH_O_DYLD_H */
515
cristy501c8042011-05-26 17:46:28 +0000516/* Define to 1 if <wchar.h> declares mbstate_t. */
517#ifndef MAGICKCORE_HAVE_MBSTATE_T
518#define MAGICKCORE_HAVE_MBSTATE_T 1
519#endif
520
cristy3ed852e2009-09-05 21:47:34 +0000521/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000522#ifndef MAGICKCORE_HAVE_MEMMOVE
523#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000524#endif
525
526/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000527#ifndef MAGICKCORE_HAVE_MEMORY_H
528#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000529#endif
530
531/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000532#ifndef MAGICKCORE_HAVE_MEMSET
533#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000534#endif
535
536/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000537#ifndef MAGICKCORE_HAVE_MKSTEMP
538#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000539#endif
540
541/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000542#ifndef MAGICKCORE_HAVE_MMAP
543#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000544#endif
545
546/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000547#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
548#define MAGICKCORE_HAVE_MMAP_FILEIO 1
549#endif
cristy3ed852e2009-09-05 21:47:34 +0000550
551/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000552#ifndef MAGICKCORE_HAVE_MUNMAP
553#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000554#endif
555
556/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000557#ifndef MAGICKCORE_HAVE_NAMESPACES
558#define MAGICKCORE_HAVE_NAMESPACES /**/
559#endif
cristy964cb7f2010-04-25 23:18:00 +0000560
561/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000562#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
563#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
564#endif
cristy3ed852e2009-09-05 21:47:34 +0000565
cristya21afde2010-07-02 00:45:40 +0000566/* Define to 1 if you have the `nanosleep' function. */
567#ifndef MAGICKCORE_HAVE_NANOSLEEP
568#define MAGICKCORE_HAVE_NANOSLEEP 1
569#endif
570
cristy3ed852e2009-09-05 21:47:34 +0000571/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
572/* #undef HAVE_NDIR_H */
573
cristya8549b12011-05-18 19:05:08 +0000574/* Define to 1 if you have the `newlocale' function. */
575#ifndef MAGICKCORE_HAVE_NEWLOCALE
576#define MAGICKCORE_HAVE_NEWLOCALE 1
577#endif
578
cristyfe2e68f2010-01-09 19:16:03 +0000579/* Define to 1 if you have the <OpenCL/cl.h> header file. */
580/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000581
cristy3ed852e2009-09-05 21:47:34 +0000582/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000583#ifndef MAGICKCORE_HAVE_OPENDIR
584#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000585#endif
586
587/* Define to 1 if you have the <OS.h> header file. */
588/* #undef HAVE_OS_H */
589
590/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000591#ifndef MAGICKCORE_HAVE_PCLOSE
592#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000593#endif
594
595/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000596#ifndef MAGICKCORE_HAVE_POLL
597#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000598#endif
599
600/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000601#ifndef MAGICKCORE_HAVE_POPEN
602#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000603#endif
604
605/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000606#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
607#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000608#endif
609
610/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000611#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
612#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000613#endif
614
615/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000616#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
617#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000618#endif
619
620/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000621#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
622#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000623#endif
624
cristy5c40fb42010-08-05 16:12:44 +0000625/* Define to 1 if you have the `posix_spawnp' function. */
626#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
627#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
628#endif
629
cristy3ed852e2009-09-05 21:47:34 +0000630/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000631#ifndef MAGICKCORE_HAVE_POW
632#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000633#endif
cristy3ed852e2009-09-05 21:47:34 +0000634
635/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000636#ifndef MAGICKCORE_HAVE_PREAD
637#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000638#endif
639
640/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000641#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
642#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000643#endif
644
cristy98e91bd2010-01-12 01:11:42 +0000645/* Define to 1 if you have the <process.h> header file. */
646/* #undef HAVE_PROCESS_H */
647
cristy3ed852e2009-09-05 21:47:34 +0000648/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000649#ifndef MAGICKCORE_HAVE_PTHREAD
650#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000651#endif
652
653/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000654#ifndef MAGICKCORE_HAVE_PWRITE
655#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000656#endif
657
cristyc5baf4f2010-08-31 15:05:33 +0000658/* Define to 1 if you have the `qsort_r' function. */
659#ifndef MAGICKCORE_HAVE_QSORT_R
660#define MAGICKCORE_HAVE_QSORT_R 1
661#endif
662
cristy3ed852e2009-09-05 21:47:34 +0000663/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000664#ifndef MAGICKCORE_HAVE_RAISE
665#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000666#endif
667
668/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000669#ifndef MAGICKCORE_HAVE_RAND_R
670#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000671#endif
672
673/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000674#ifndef MAGICKCORE_HAVE_READDIR
675#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000676#endif
677
678/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000679#ifndef MAGICKCORE_HAVE_READDIR_R
680#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000681#endif
682
683/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000684#ifndef MAGICKCORE_HAVE_READLINK
685#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000686#endif
687
688/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000689#ifndef MAGICKCORE_HAVE_REALPATH
690#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000691#endif
692
693/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000694#ifndef MAGICKCORE_HAVE_SEEKDIR
695#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000696#endif
697
698/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000699#ifndef MAGICKCORE_HAVE_SELECT
700#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000701#endif
702
703/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000704#ifndef MAGICKCORE_HAVE_SETLOCALE
705#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000706#endif
707
708/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000709#ifndef MAGICKCORE_HAVE_SETVBUF
710#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000711#endif
712
713/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000714#ifndef MAGICKCORE_HAVE_SHAPE
715#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000716#endif
717
718/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000719#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
720#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000721#endif
722
723/* Define if you have the shl_load function. */
724/* #undef HAVE_SHL_LOAD */
725
726/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000727#ifndef MAGICKCORE_HAVE_SIGACTION
728#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000729#endif
730
731/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000732#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
733#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000734#endif
735
cristy393bbe52010-01-11 16:32:56 +0000736/* Define to 1 if you have the `spawnvp' function. */
737/* #undef HAVE_SPAWNVP */
738
cristy3ed852e2009-09-05 21:47:34 +0000739/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000740#ifndef MAGICKCORE_HAVE_SQRT
741#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000742#endif
cristy3ed852e2009-09-05 21:47:34 +0000743
744/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000745#ifndef MAGICKCORE_HAVE_STAT
746#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000747#endif
748
749/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000750#ifndef MAGICKCORE_HAVE_STDARG_H
751#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000752#endif
753
754/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000755#ifndef MAGICKCORE_HAVE_STDBOOL_H
756#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000757#endif
758
cristy3ed852e2009-09-05 21:47:34 +0000759/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000760#ifndef MAGICKCORE_HAVE_STDINT_H
761#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000762#endif
763
764/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000765#ifndef MAGICKCORE_HAVE_STDLIB_H
766#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000767#endif
768
769/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000770#ifndef MAGICKCORE_HAVE_STD_LIBS
771#define MAGICKCORE_HAVE_STD_LIBS /**/
772#endif
cristy3ed852e2009-09-05 21:47:34 +0000773
774/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000775#ifndef MAGICKCORE_HAVE_STRCASECMP
776#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000777#endif
778
779/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000780#ifndef MAGICKCORE_HAVE_STRCHR
781#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000782#endif
783
784/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000785#ifndef MAGICKCORE_HAVE_STRCSPN
786#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000787#endif
788
789/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000790#ifndef MAGICKCORE_HAVE_STRDUP
791#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000792#endif
793
794/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000795#ifndef MAGICKCORE_HAVE_STRERROR
796#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000797#endif
798
799/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000800#ifndef MAGICKCORE_HAVE_STRERROR_R
801#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000802#endif
803
804/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000805#ifndef MAGICKCORE_HAVE_STRINGIZE
806#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000807#endif
808
809/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000810#ifndef MAGICKCORE_HAVE_STRINGS_H
811#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000812#endif
813
814/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000815#ifndef MAGICKCORE_HAVE_STRING_H
816#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000817#endif
818
819/* Define to 1 if you have the `strlcat' function. */
820/* #undef HAVE_STRLCAT */
821
822/* Define to 1 if you have the `strlcpy' function. */
823/* #undef HAVE_STRLCPY */
824
825/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000826#ifndef MAGICKCORE_HAVE_STRNCASECMP
827#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000828#endif
829
830/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000831#ifndef MAGICKCORE_HAVE_STRPBRK
832#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000833#endif
834
835/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000836#ifndef MAGICKCORE_HAVE_STRRCHR
837#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000838#endif
839
840/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000841#ifndef MAGICKCORE_HAVE_STRSPN
842#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000843#endif
844
845/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000846#ifndef MAGICKCORE_HAVE_STRSTR
847#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000848#endif
849
cristy6c1eef12011-05-17 02:13:08 +0000850/* Define to 1 if you have the `strtod' function. */
851#ifndef MAGICKCORE_HAVE_STRTOD
852#define MAGICKCORE_HAVE_STRTOD 1
853#endif
854
855/* Define to 1 if you have the `strtod_l' function. */
856#ifndef MAGICKCORE_HAVE_STRTOD_L
857#define MAGICKCORE_HAVE_STRTOD_L 1
858#endif
859
cristy3ed852e2009-09-05 21:47:34 +0000860/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000861#ifndef MAGICKCORE_HAVE_STRTOL
862#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000863#endif
864
cristy5131f3e2009-12-18 03:09:10 +0000865/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000866#ifndef MAGICKCORE_HAVE_STRTOUL
867#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000868#endif
869
cristy92703d82010-04-26 00:18:18 +0000870/* Define to 1 if `tm_zone' is a member of `struct tm'. */
871#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
872#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
873#endif
874
cristy3ed852e2009-09-05 21:47:34 +0000875/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000876#ifndef MAGICKCORE_HAVE_SYMLINK
877#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000878#endif
879
880/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000881#ifndef MAGICKCORE_HAVE_SYSCONF
882#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000883#endif
884
885/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
886 */
887/* #undef HAVE_SYS_DIR_H */
888
889/* Define to 1 if you have the <sys/dl.h> header file. */
890/* #undef HAVE_SYS_DL_H */
891
892/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000893#ifndef MAGICKCORE_HAVE_SYS_IPC_H
894#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000895#endif
896
897/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
898 */
899/* #undef HAVE_SYS_NDIR_H */
900
cristycd4c5312009-11-22 01:19:08 +0000901/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000902#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
903#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000904#endif
905
cristy3ed852e2009-09-05 21:47:34 +0000906/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000907#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
908#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000909#endif
910
911/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000912#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
913#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000914#endif
915
916/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000917#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
918#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000919#endif
920
921/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000922#ifndef MAGICKCORE_HAVE_SYS_STAT_H
923#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000924#endif
925
926/* Define to 1 if you have the <sys/syslimits.h> header file. */
927/* #undef HAVE_SYS_SYSLIMITS_H */
928
929/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000930#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
931#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000932#endif
933
934/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000935#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
936#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000937#endif
938
939/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000940#ifndef MAGICKCORE_HAVE_SYS_TIME_H
941#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000942#endif
943
944/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000945#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
946#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000947#endif
948
949/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000950#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
951#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000952#endif
953
954/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000955#ifndef MAGICKCORE_HAVE_TELLDIR
956#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000957#endif
958
959/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000960#ifndef MAGICKCORE_HAVE_TEMPNAM
961#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000962#endif
963
964/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000965#ifndef MAGICKCORE_HAVE_TIFFCONF_H
966#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000967#endif
968
969/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000970#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
971#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000972#endif
973
974/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000975#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
976#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000977#endif
978
979/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000980#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
981#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000982#endif
983
984/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000985#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
986#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000987#endif
988
989/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000990#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
991#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000992#endif
993
994/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000995#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
996#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000997#endif
998
999/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +00001000#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1001#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +00001002#endif
1003
1004/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001005#ifndef MAGICKCORE_HAVE_TIMES
1006#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001007#endif
1008
cristy92703d82010-04-26 00:18:18 +00001009/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1010 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1011#ifndef MAGICKCORE_HAVE_TM_ZONE
1012#define MAGICKCORE_HAVE_TM_ZONE 1
1013#endif
1014
1015/* Define to 1 if you don't have `tm_zone' but do have the external array
1016 `tzname'. */
1017/* #undef HAVE_TZNAME */
1018
cristy501c8042011-05-26 17:46:28 +00001019/* Define to 1 if the system has the type `uintmax_t'. */
1020#ifndef MAGICKCORE_HAVE_UINTMAX_T
1021#define MAGICKCORE_HAVE_UINTMAX_T 1
1022#endif
1023
1024/* Define to 1 if the system has the type `uintptr_t'. */
1025#ifndef MAGICKCORE_HAVE_UINTPTR_T
1026#define MAGICKCORE_HAVE_UINTPTR_T 1
1027#endif
1028
cristyc5baf4f2010-08-31 15:05:33 +00001029/* Define to 1 if you have the `ulltostr' function. */
1030/* #undef HAVE_ULLTOSTR */
1031
cristy3ed852e2009-09-05 21:47:34 +00001032/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001033#ifndef MAGICKCORE_HAVE_UNISTD_H
1034#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001035#endif
1036
cristy501c8042011-05-26 17:46:28 +00001037/* Define to 1 if the system has the type `unsigned long long int'. */
1038#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1039#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1040#endif
1041
cristya20c9042011-05-19 13:22:18 +00001042/* Define to 1 if you have the `uselocale' function. */
1043#ifndef MAGICKCORE_HAVE_USELOCALE
1044#define MAGICKCORE_HAVE_USELOCALE 1
1045#endif
1046
cristy3ed852e2009-09-05 21:47:34 +00001047/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001048#ifndef MAGICKCORE_HAVE_USLEEP
1049#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001050#endif
1051
cristyf1440cb2010-02-23 02:24:21 +00001052/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001053#ifndef MAGICKCORE_HAVE_UTIME
1054#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001055#endif
1056
cristy3ed852e2009-09-05 21:47:34 +00001057/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001058#ifndef MAGICKCORE_HAVE_VFORK
1059#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001060#endif
1061
1062/* Define to 1 if you have the <vfork.h> header file. */
1063/* #undef HAVE_VFORK_H */
1064
cristy5d0cd952011-05-19 21:21:41 +00001065/* Define to 1 if you have the `vfprintf' function. */
1066#ifndef MAGICKCORE_HAVE_VFPRINTF
1067#define MAGICKCORE_HAVE_VFPRINTF 1
1068#endif
1069
1070/* Define to 1 if you have the `vfprintf_l' function. */
1071/* #undef HAVE_VFPRINTF_L */
1072
cristy3ed852e2009-09-05 21:47:34 +00001073/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001074#ifndef MAGICKCORE_HAVE_VPRINTF
1075#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001076#endif
1077
1078/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001079#ifndef MAGICKCORE_HAVE_VSNPRINTF
1080#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001081#endif
1082
cristyb51dff52011-05-19 16:55:47 +00001083/* Define to 1 if you have the `vsnprintf_l' function. */
1084/* #undef HAVE_VSNPRINTF_L */
1085
cristy3ed852e2009-09-05 21:47:34 +00001086/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001087#ifndef MAGICKCORE_HAVE_VSPRINTF
1088#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001089#endif
1090
1091/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001092#ifndef MAGICKCORE_HAVE_WAITPID
1093#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001094#endif
1095
1096/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001097#ifndef MAGICKCORE_HAVE_WCHAR_H
1098#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001099#endif
1100
cristy736173a2009-09-20 21:18:22 +00001101/* Define to 1 if you have the <windows.h> header file. */
1102/* #undef HAVE_WINDOWS_H */
1103
cristy739df912009-10-24 16:10:18 +00001104/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001105#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1106#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001107#endif
1108
1109/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001110#ifndef MAGICKCORE_HAVE_WORKING_FORK
1111#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001112#endif
1113
1114/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001115#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1116#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001117#endif
1118
cristya8549b12011-05-18 19:05:08 +00001119/* Define to 1 if you have the <xlocale.h> header file. */
1120#ifndef MAGICKCORE_HAVE_XLOCALE_H
1121#define MAGICKCORE_HAVE_XLOCALE_H 1
1122#endif
1123
cristy3ed852e2009-09-05 21:47:34 +00001124/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001125#ifndef MAGICKCORE_HAVE__BOOL
1126#define MAGICKCORE_HAVE__BOOL 1
1127#endif
cristy3ed852e2009-09-05 21:47:34 +00001128
1129/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001130#ifndef MAGICKCORE_HAVE__EXIT
1131#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001132#endif
1133
1134/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1135/* #undef HAVE__NSGETEXECUTABLEPATH */
1136
1137/* Define to 1 if you have the `_pclose' function. */
1138/* #undef HAVE__PCLOSE */
1139
1140/* Define to 1 if you have the `_popen' function. */
1141/* #undef HAVE__POPEN */
1142
1143/* Define to 1 if you have the `_wfopen' function. */
1144/* #undef HAVE__WFOPEN */
1145
1146/* Define to 1 if you have the `_wstat' function. */
1147/* #undef HAVE__WSTAT */
1148
cristy92703d82010-04-26 00:18:18 +00001149/* define if your compiler has __attribute__ */
1150#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1151#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1152#endif
1153
cristy3ed852e2009-09-05 21:47:34 +00001154/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001155/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001156
1157/* Define if you have umem memory allocation library */
1158/* #undef HasUMEM */
1159
1160/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001161#ifndef MAGICKCORE_INSTALLED_SUPPORT
1162#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001163#endif
1164
1165/* Define if you have JBIG library */
cristy3412d852011-09-13 12:17:53 +00001166/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001167
1168/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001169#ifndef MAGICKCORE_JP2_DELEGATE
1170#define MAGICKCORE_JP2_DELEGATE 1
1171#endif
cristy3ed852e2009-09-05 21:47:34 +00001172
1173/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001174#ifndef MAGICKCORE_JPEG_DELEGATE
1175#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001176#endif
1177
cristy71203402010-06-18 13:12:03 +00001178/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001179#ifndef MAGICKCORE_LCMS_DELEGATE
1180#define MAGICKCORE_LCMS_DELEGATE 1
1181#endif
cristy3ed852e2009-09-05 21:47:34 +00001182
1183/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001184#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001185#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001186#endif
1187
1188/* Subdirectory of lib where ImageMagick architecture dependent files are
1189 installed */
cristy964cb7f2010-04-25 23:18:00 +00001190#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001191#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001192#endif
1193
1194/* Define if you have LQR library */
cristy3412d852011-09-13 12:17:53 +00001195/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001196
1197/* Define if using libltdl to support dynamically loadable modules */
cristyf7dc44c2011-07-20 14:41:15 +00001198#ifndef MAGICKCORE_LTDL_DELEGATE
1199#define MAGICKCORE_LTDL_DELEGATE 1
1200#endif
cristy3ed852e2009-09-05 21:47:34 +00001201
1202/* Define if the OS needs help to load dependent libraries for dlopen(). */
1203/* #undef LTDL_DLOPEN_DEPLIBS */
1204
1205/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001206#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy3412d852011-09-13 12:17:53 +00001207#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 +00001208#endif
1209
1210/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001211#ifndef MAGICKCORE_LT_LIBEXT
1212#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001213#endif
1214
cristyda16f162011-02-19 23:52:17 +00001215/* The archive prefix */
1216#ifndef MAGICKCORE_LT_LIBPREFIX
1217#define MAGICKCORE_LT_LIBPREFIX "lib"
1218#endif
1219
cristy3ed852e2009-09-05 21:47:34 +00001220/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001221#ifndef MAGICKCORE_LT_MODULE_EXT
1222#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001223#endif
1224
1225/* Define to the name of the environment variable that determines the run-time
1226 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001227#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1228#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001229#endif
1230
1231/* Define to the sub-directory in which libtool stores uninstalled libraries.
1232 */
cristy964cb7f2010-04-25 23:18:00 +00001233#ifndef MAGICKCORE_LT_OBJDIR
1234#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001235#endif
1236
cristyfbb0ef02010-12-19 02:32:11 +00001237/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001238#ifndef MAGICKCORE_LZMA_DELEGATE
1239#define MAGICKCORE_LZMA_DELEGATE 1
1240#endif
cristyfbb0ef02010-12-19 02:32:11 +00001241
cristy3ed852e2009-09-05 21:47:34 +00001242/* Define to prepend to default font search path. */
1243/* #undef MAGICK_FONT_PATH */
1244
1245/* Magick API method prefix */
1246/* #undef NAMESPACE_PREFIX */
1247
cristya0b81c32010-01-22 02:54:33 +00001248/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001249/* #undef NDEBUG */
1250
1251/* Define if dlsym() requires a leading underscore in symbol names. */
1252/* #undef NEED_USCORE */
1253
1254/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1255/* #undef NO_MINUS_C_MINUS_O */
1256
1257/* Define if you have OPENEXR library */
cristy3412d852011-09-13 12:17:53 +00001258/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001259
1260/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001261#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1262#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001263#endif
1264
1265/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001266#ifndef MAGICKCORE_PACKAGE_NAME
1267#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001268#endif
1269
1270/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001271#ifndef MAGICKCORE_PACKAGE_STRING
cristy4c08aed2011-07-01 19:47:50 +00001272#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001273#endif
1274
1275/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001276#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy4c08aed2011-07-01 19:47:50 +00001277#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001278#endif
1279
cristy8b350f62009-11-15 23:12:43 +00001280/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001281#ifndef MAGICKCORE_PACKAGE_URL
1282#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001283#endif
1284
cristy3ed852e2009-09-05 21:47:34 +00001285/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001286#ifndef MAGICKCORE_PACKAGE_VERSION
cristy4c08aed2011-07-01 19:47:50 +00001287#define MAGICKCORE_PACKAGE_VERSION "7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001288#endif
1289
1290/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001291#ifndef MAGICKCORE_PNG_DELEGATE
1292#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001293#endif
1294
1295/* Define to necessary symbol if this constant uses a non-standard name on
1296 your system. */
1297/* #undef PTHREAD_CREATE_JOINABLE */
1298
1299/* Pixel cache threshold in MB (defaults to available memory) */
1300/* #undef PixelCacheThreshold */
1301
1302/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001303#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001304#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001305#endif
1306
1307/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001308#ifndef MAGICKCORE_RETSIGTYPE
1309#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001310#endif
1311
1312/* Define if you have RSVG library */
cristy3412d852011-09-13 12:17:53 +00001313/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001314
1315/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001316#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1317#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001318#endif
1319
1320/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001321#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1322#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001323#endif
1324
1325/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001326#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1327#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001328#endif
1329
1330/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001331#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001332#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001333#endif
1334
1335/* Subdirectory of lib where architecture-independent configuration files
1336 live. */
cristy4f820712011-04-01 12:35:43 +00001337#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001338#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001339#endif
1340
1341/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001342#ifndef MAGICKCORE_SIZEOF_OFF_T
1343#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001344#endif
1345
1346/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001347#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1348#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001349#endif
1350
1351/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001352#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1353#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001354#endif
1355
1356/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001357#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1358#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001359#endif
1360
1361/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001362#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1363#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001364#endif
1365
1366/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001367#ifndef MAGICKCORE_SIZEOF_SIZE_T
1368#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001369#endif
1370
cristy330e9352010-06-01 18:42:49 +00001371/* The size of `ssize_t', as computed by sizeof. */
1372#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1373#define MAGICKCORE_SIZEOF_SSIZE_T 8
1374#endif
1375
cristy3ed852e2009-09-05 21:47:34 +00001376/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001377#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1378#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001379#endif
1380
1381/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001382#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1383#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001384#endif
1385
1386/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001387#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1388#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001389#endif
1390
1391/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001392#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1393#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001394#endif
1395
1396/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001397#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1398#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001399#endif
1400
1401/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1402/* #undef STAT_MACROS_BROKEN */
1403
1404/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001405#ifndef MAGICKCORE_STDC_HEADERS
1406#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001407#endif
1408
cristy55bf91c2010-09-24 00:29:41 +00001409/* Define if you have POSIX threads libraries and header files. */
1410#ifndef MAGICKCORE_THREAD_SUPPORT
1411#define MAGICKCORE_THREAD_SUPPORT 1
1412#endif
1413
cristy3ed852e2009-09-05 21:47:34 +00001414/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001415#ifndef MAGICKCORE_TIFF_DELEGATE
1416#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001417#endif
1418
1419/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001420#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1421#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001422#endif
1423
1424/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1425/* #undef TM_IN_SYS_TIME */
1426
1427/* Enable extensions on AIX 3, Interix. */
1428#ifndef _ALL_SOURCE
1429# define _ALL_SOURCE 1
1430#endif
1431/* Enable GNU extensions on systems that have them. */
1432#ifndef _GNU_SOURCE
1433# define _GNU_SOURCE 1
1434#endif
1435/* Enable threading extensions on Solaris. */
1436#ifndef _POSIX_PTHREAD_SEMANTICS
1437# define _POSIX_PTHREAD_SEMANTICS 1
1438#endif
1439/* Enable extensions on HP NonStop. */
1440#ifndef _TANDEM_SOURCE
1441# define _TANDEM_SOURCE 1
1442#endif
1443/* Enable general extensions on Solaris. */
1444#ifndef __EXTENSIONS__
1445# define __EXTENSIONS__ 1
1446#endif
1447
1448
cristyb1860752011-03-14 00:27:46 +00001449/* Define if you have WEBP library */
cristy3412d852011-09-13 12:17:53 +00001450/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001451
cristy3ed852e2009-09-05 21:47:34 +00001452/* Define to use the Windows GDI32 library */
1453/* #undef WINGDI32_DELEGATE */
1454
1455/* Define if using the dmalloc debugging malloc package */
1456/* #undef WITH_DMALLOC */
1457
cristy189e84c2011-08-27 18:08:53 +00001458/* Define if you have WMF library */
cristy3412d852011-09-13 12:17:53 +00001459/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001460
cristy3ed852e2009-09-05 21:47:34 +00001461/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1462 significant byte first (like Motorola and SPARC, unlike Intel). */
1463#if defined AC_APPLE_UNIVERSAL_BUILD
1464# if defined __BIG_ENDIAN__
1465# define WORDS_BIGENDIAN 1
1466# endif
1467#else
1468# ifndef WORDS_BIGENDIAN
1469/* # undef WORDS_BIGENDIAN */
1470# endif
1471#endif
1472
1473/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001474#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1475#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001476#endif
1477
1478/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001479#ifndef MAGICKCORE_X11_DELEGATE
1480#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001481#endif
1482
1483/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001484#ifndef MAGICKCORE_XML_DELEGATE
1485#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001486#endif
1487
1488/* Define to 1 if the X Window System is missing or not being used. */
1489/* #undef X_DISPLAY_MISSING */
1490
1491/* 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