blob: 7d8c047b55e7cc42aaa2a80e7ca774c98f1dd652 [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. */
cristy09136812011-10-18 15:24:30 +000015#ifndef MAGICKCORE_BUILD_MODULES
16#define MAGICKCORE_BUILD_MODULES 1
17#endif
cristy3ed852e2009-09-05 21:47:34 +000018
19/* Define if you have the bzip2 library */
cristy964cb7f2010-04-25 23:18:00 +000020#ifndef MAGICKCORE_BZLIB_DELEGATE
21#define MAGICKCORE_BZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +000022#endif
23
24/* Define if you have CAIRO library */
cristyc9751442010-09-29 21:34:35 +000025#ifndef MAGICKCORE_CAIRO_DELEGATE
26#define MAGICKCORE_CAIRO_DELEGATE 1
27#endif
cristy3ed852e2009-09-05 21:47:34 +000028
29/* permit enciphering and deciphering image pixels */
cristy964cb7f2010-04-25 23:18:00 +000030#ifndef MAGICKCORE_CIPHER_SUPPORT
31#define MAGICKCORE_CIPHER_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +000032#endif
33
34/* Define to 1 if the `closedir' function returns void instead of `int'. */
35/* #undef CLOSEDIR_VOID */
36
37/* Location of coder modules */
cristy964cb7f2010-04-25 23:18:00 +000038#ifndef MAGICKCORE_CODER_PATH
cristy4a3e2152011-07-02 00:59:04 +000039#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/coders/"
cristy3ed852e2009-09-05 21:47:34 +000040#endif
41
42/* Subdirectory of lib where coder modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000043#ifndef MAGICKCORE_CODER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000044#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/coders"
cristy3ed852e2009-09-05 21:47:34 +000045#endif
46
47/* Directory where architecture-dependent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +000048#ifndef MAGICKCORE_CONFIGURE_PATH
cristyba0f1972011-03-28 12:42:52 +000049#define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
cristy3ed852e2009-09-05 21:47:34 +000050#endif
51
52/* Subdirectory of lib where architecture-dependent configuration files live.
53 */
cristy964cb7f2010-04-25 23:18:00 +000054#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristyba0f1972011-03-28 12:42:52 +000055#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +000056#endif
57
58/* Define if you have DJVU library */
cristyf89cb1d2011-07-07 01:24:37 +000059#ifndef MAGICKCORE_DJVU_DELEGATE
60#define MAGICKCORE_DJVU_DELEGATE 1
61#endif
cristy3ed852e2009-09-05 21:47:34 +000062
63/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000064#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy09b53e12011-10-14 12:47:22 +000065#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick//"
cristy3ed852e2009-09-05 21:47:34 +000066#endif
67
68/* Define if you have Display Postscript */
69/* #undef DPS_DELEGATE */
70
cristy3ed852e2009-09-05 21:47:34 +000071/* exclude deprecated methods in MagickCore API */
72/* #undef EXCLUDE_DEPRECATED */
73
74/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000075#ifndef MAGICKCORE_EXECUTABLE_PATH
76#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000077#endif
78
79/* Define if you have FFTW library */
cristy09136812011-10-18 15:24:30 +000080#ifndef MAGICKCORE_FFTW_DELEGATE
81#define MAGICKCORE_FFTW_DELEGATE 1
82#endif
cristy3ed852e2009-09-05 21:47:34 +000083
84/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000085#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000086#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000087#endif
88
89/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000090#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000091#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000092#endif
93
94/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000095#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
96#define MAGICKCORE_FONTCONFIG_DELEGATE 1
97#endif
cristy3ed852e2009-09-05 21:47:34 +000098
99/* Define if you have FlashPIX library */
100/* #undef FPX_DELEGATE */
101
cristy81beccd2011-10-03 18:17:24 +0000102/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000103#ifndef MAGICKCORE_FREETYPE_DELEGATE
104#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000105#endif
106
107/* Define if you have Ghostscript library or framework */
108/* #undef GS_DELEGATE */
109
110/* Define if you have GVC library */
cristyae29c4f2010-12-28 14:45:29 +0000111#ifndef MAGICKCORE_GVC_DELEGATE
112#define MAGICKCORE_GVC_DELEGATE 1
113#endif
cristy3ed852e2009-09-05 21:47:34 +0000114
cristyb33454f2011-08-03 02:10:45 +0000115/* Define to 1 if you have the `acosh' function. */
116#ifndef MAGICKCORE_HAVE_ACOSH
117#define MAGICKCORE_HAVE_ACOSH 1
118#endif
119
cristy3ed852e2009-09-05 21:47:34 +0000120/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000121#ifndef MAGICKCORE_HAVE_ARGZ_ADD
122#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000123#endif
124
125/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000126#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
127#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000128#endif
129
130/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000131#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
132#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000133#endif
134
135/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000136#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
137#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000138#endif
139
140/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000141#ifndef MAGICKCORE_HAVE_ARGZ_H
142#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000143#endif
144
145/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000146#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
147#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000148#endif
149
150/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000151#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
152#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000153#endif
154
155/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000156#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
157#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000158#endif
159
160/* Define to 1 if you have the <arm/limits.h> header file. */
161/* #undef HAVE_ARM_LIMITS_H */
162
cristyb33454f2011-08-03 02:10:45 +0000163/* Define to 1 if you have the `asinh' function. */
164#ifndef MAGICKCORE_HAVE_ASINH
165#define MAGICKCORE_HAVE_ASINH 1
166#endif
167
168/* Define to 1 if you have the `atanh' function. */
169#ifndef MAGICKCORE_HAVE_ATANH
170#define MAGICKCORE_HAVE_ATANH 1
171#endif
172
cristy3ed852e2009-09-05 21:47:34 +0000173/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000174#ifndef MAGICKCORE_HAVE_ATEXIT
175#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000176#endif
177
cristyc5baf4f2010-08-31 15:05:33 +0000178/* Define to 1 if you have the `atoll' function. */
179#ifndef MAGICKCORE_HAVE_ATOLL
180#define MAGICKCORE_HAVE_ATOLL 1
181#endif
182
cristy3ed852e2009-09-05 21:47:34 +0000183/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000184#ifndef MAGICKCORE_HAVE_BOOL
185#define MAGICKCORE_HAVE_BOOL /**/
186#endif
cristy3ed852e2009-09-05 21:47:34 +0000187
cristy47b022b2011-01-18 22:29:21 +0000188/* Define to 1 if you have the `cabs' function. */
189#ifndef MAGICKCORE_HAVE_CABS
190#define MAGICKCORE_HAVE_CABS 1
191#endif
192
193/* Define to 1 if you have the `carg' function. */
194#ifndef MAGICKCORE_HAVE_CARG
195#define MAGICKCORE_HAVE_CARG 1
196#endif
197
cristy56ed31c2010-03-22 00:46:21 +0000198/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000199#ifndef MAGICKCORE_HAVE_CIMAG
200#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000201#endif
202
cristy3ed852e2009-09-05 21:47:34 +0000203/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000204#ifndef MAGICKCORE_HAVE_CLOCK
205#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000206#endif
207
cristye43a45e2009-09-28 14:49:00 +0000208/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000209#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
210#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000211#endif
212
cristye43a45e2009-09-28 14:49:00 +0000213/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000214#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
215#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000216#endif
217
cristy3ed852e2009-09-05 21:47:34 +0000218/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000219#ifndef MAGICKCORE_HAVE_CLOSEDIR
220#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000221#endif
222
cristyfe2e68f2010-01-09 19:16:03 +0000223/* Define to 1 if you have the <CL/cl.h> header file. */
cristy09136812011-10-18 15:24:30 +0000224#ifndef MAGICKCORE_HAVE_CL_CL_H
225#define MAGICKCORE_HAVE_CL_CL_H 1
226#endif
cristy736173a2009-09-20 21:18:22 +0000227
cristy3ed852e2009-09-05 21:47:34 +0000228/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000229#ifndef MAGICKCORE_HAVE_COMPLEX_H
230#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000231#endif
232
cristy47b022b2011-01-18 22:29:21 +0000233/* Define to 1 if you have the `creal' function. */
234#ifndef MAGICKCORE_HAVE_CREAL
235#define MAGICKCORE_HAVE_CREAL 1
236#endif
237
cristyc5baf4f2010-08-31 15:05:33 +0000238/* Define to 1 if you have the `ctime_r' function. */
239#ifndef MAGICKCORE_HAVE_CTIME_R
240#define MAGICKCORE_HAVE_CTIME_R 1
241#endif
242
cristy3ed852e2009-09-05 21:47:34 +0000243/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
244 you don't. */
245/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
246
247/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
248 */
cristy964cb7f2010-04-25 23:18:00 +0000249#ifndef MAGICKCORE_HAVE_DECL_PREAD
250#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000251#endif
252
253/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
254 */
cristy964cb7f2010-04-25 23:18:00 +0000255#ifndef MAGICKCORE_HAVE_DECL_PWRITE
256#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000257#endif
258
cristy7d4a1d62011-10-13 15:54:12 +0000259/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
260 don't. */
261#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
262#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
263#endif
264
cristy3ed852e2009-09-05 21:47:34 +0000265/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
266 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000267#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
268#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000269#endif
270
cristy92703d82010-04-26 00:18:18 +0000271/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
272 */
273/* #undef HAVE_DECL_TZNAME */
274
cristy3ed852e2009-09-05 21:47:34 +0000275/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
276 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000277#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
278#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000279#endif
280
281/* Define to 1 if you have the `directio' function. */
282/* #undef HAVE_DIRECTIO */
283
284/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
285 */
cristy964cb7f2010-04-25 23:18:00 +0000286#ifndef MAGICKCORE_HAVE_DIRENT_H
287#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000288#endif
289
290/* Define if you have the GNU dld library. */
291/* #undef HAVE_DLD */
292
293/* Define to 1 if you have the <dld.h> header file. */
294/* #undef HAVE_DLD_H */
295
296/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000297#ifndef MAGICKCORE_HAVE_DLERROR
298#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000299#endif
300
301/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000302#ifndef MAGICKCORE_HAVE_DLFCN_H
303#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000304#endif
305
306/* Define to 1 if you have the <dl.h> header file. */
307/* #undef HAVE_DL_H */
308
309/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
310/* #undef HAVE_DOPRNT */
311
312/* Define if you have the _dyld_func_lookup function. */
313/* #undef HAVE_DYLD */
314
315/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000316#ifndef MAGICKCORE_HAVE_ERRNO_H
317#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000318#endif
319
320/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000321#ifndef MAGICKCORE_HAVE_ERROR_T
322#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000323#endif
324
325/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000326#ifndef MAGICKCORE_HAVE_EXECVP
327#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000328#endif
329
cristyf1440cb2010-02-23 02:24:21 +0000330/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000331#ifndef MAGICKCORE_HAVE_FCHMOD
332#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000333#endif
334
cristy3ed852e2009-09-05 21:47:34 +0000335/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000336#ifndef MAGICKCORE_HAVE_FCNTL_H
337#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000338#endif
339
340/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000341#ifndef MAGICKCORE_HAVE_FLOOR
342#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000343#endif
cristy3ed852e2009-09-05 21:47:34 +0000344
345/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000346#ifndef MAGICKCORE_HAVE_FORK
347#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000348#endif
349
350/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000351#ifndef MAGICKCORE_HAVE_FSEEKO
352#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000353#endif
354
cristy81beccd2011-10-03 18:17:24 +0000355/* Define to 1 if you have the <ft2build.h> header file. */
356#ifndef MAGICKCORE_HAVE_FT2BUILD_H
357#define MAGICKCORE_HAVE_FT2BUILD_H 1
358#endif
359
cristy3ed852e2009-09-05 21:47:34 +0000360/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000361#ifndef MAGICKCORE_HAVE_FTIME
362#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000363#endif
364
365/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000366#ifndef MAGICKCORE_HAVE_FTRUNCATE
367#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000368#endif
369
370/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000371#ifndef MAGICKCORE_HAVE_GETCWD
372#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000373#endif
374
cristyc5baf4f2010-08-31 15:05:33 +0000375/* Define to 1 if you have the `getc_unlocked' function. */
376#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
377#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
378#endif
379
cristy3ed852e2009-09-05 21:47:34 +0000380/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000381#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
382#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000383#endif
384
385/* Define to 1 if you have the `getexecname' function. */
386/* #undef HAVE_GETEXECNAME */
387
388/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000389#ifndef MAGICKCORE_HAVE_GETPAGESIZE
390#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000391#endif
392
393/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000394#ifndef MAGICKCORE_HAVE_GETPID
395#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000396#endif
397
cristyd3ef0102009-09-12 18:11:06 +0000398/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000399#ifndef MAGICKCORE_HAVE_GETRLIMIT
400#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000401#endif
402
cristy3ed852e2009-09-05 21:47:34 +0000403/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000404#ifndef MAGICKCORE_HAVE_GETRUSAGE
405#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000406#endif
407
408/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000409#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
410#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000411#endif
412
413/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000414#ifndef MAGICKCORE_HAVE_GMTIME_R
415#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000416#endif
417
cristy501c8042011-05-26 17:46:28 +0000418/* Define to 1 if the system has the type `intmax_t'. */
419#ifndef MAGICKCORE_HAVE_INTMAX_T
420#define MAGICKCORE_HAVE_INTMAX_T 1
421#endif
422
423/* Define to 1 if the system has the type `intptr_t'. */
424#ifndef MAGICKCORE_HAVE_INTPTR_T
425#define MAGICKCORE_HAVE_INTPTR_T 1
426#endif
427
cristy3ed852e2009-09-05 21:47:34 +0000428/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000429#ifndef MAGICKCORE_HAVE_INTTYPES_H
430#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000431#endif
432
cristy161b9262010-03-20 19:34:32 +0000433/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000434#ifndef MAGICKCORE_HAVE_J0
435#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000436#endif
437
438/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000439#ifndef MAGICKCORE_HAVE_J1
440#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000441#endif
442
cristyd09bcf92010-03-25 03:04:45 +0000443/* Define if you have the <lcms2.h> header file. */
cristy18873882011-10-18 12:54:53 +0000444#ifndef MAGICKCORE_HAVE_LCMS2_H
445#define MAGICKCORE_HAVE_LCMS2_H 1
446#endif
cristyd09bcf92010-03-25 03:04:45 +0000447
cristy71203402010-06-18 13:12:03 +0000448/* Define if you have the <lcms2/lcms2.h> header file. */
449/* #undef HAVE_LCMS2_LCMS2_H */
450
cristy3ed852e2009-09-05 21:47:34 +0000451/* Define if you have the <lcms.h> header file. */
cristy18873882011-10-18 12:54:53 +0000452/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000453
454/* Define if you have the <lcms/lcms.h> header file. */
455/* #undef HAVE_LCMS_LCMS_H */
456
457/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000458#ifndef MAGICKCORE_HAVE_LIBDL
459#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000460#endif
461
462/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000463#ifndef MAGICKCORE_HAVE_LIBDLLOADER
464#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000465#endif
466
467/* Define to 1 if you have the `gcov' library (-lgcov). */
468/* #undef HAVE_LIBGCOV */
469
470/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000471#ifndef MAGICKCORE_HAVE_LIMITS_H
472#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000473#endif
474
475/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000476#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
477#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000478#endif
479
cristyc5baf4f2010-08-31 15:05:33 +0000480/* Define to 1 if you have the `lltostr' function. */
481/* #undef HAVE_LLTOSTR */
482
cristy3ed852e2009-09-05 21:47:34 +0000483/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000484#ifndef MAGICKCORE_HAVE_LOCALE_H
485#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000486#endif
487
488/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000489#ifndef MAGICKCORE_HAVE_LOCALTIME_R
490#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000491#endif
492
cristy501c8042011-05-26 17:46:28 +0000493/* Define to 1 if the system has the type `long double'. */
494#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
495#define MAGICKCORE_HAVE_LONG_DOUBLE 1
496#endif
497
cristy3ed852e2009-09-05 21:47:34 +0000498/* Define to 1 if the type `long double' works and has more range or precision
499 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000500#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
501#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000502#endif
503
cristy501c8042011-05-26 17:46:28 +0000504/* Define to 1 if the system has the type `long long int'. */
505#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
506#define MAGICKCORE_HAVE_LONG_LONG_INT 1
507#endif
508
cristy3ed852e2009-09-05 21:47:34 +0000509/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000510#ifndef MAGICKCORE_HAVE_LSTAT
511#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000512#endif
513
cristy3ed852e2009-09-05 21:47:34 +0000514/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000515#ifndef MAGICKCORE_HAVE_LTDL
516#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000517#endif
518
519/* Define to 1 if you have the <machine/param.h> header file. */
520/* #undef HAVE_MACHINE_PARAM_H */
521
522/* Define to 1 if you have the <mach-o/dyld.h> header file. */
523/* #undef HAVE_MACH_O_DYLD_H */
524
cristy501c8042011-05-26 17:46:28 +0000525/* Define to 1 if <wchar.h> declares mbstate_t. */
526#ifndef MAGICKCORE_HAVE_MBSTATE_T
527#define MAGICKCORE_HAVE_MBSTATE_T 1
528#endif
529
cristy3ed852e2009-09-05 21:47:34 +0000530/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000531#ifndef MAGICKCORE_HAVE_MEMMOVE
532#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000533#endif
534
535/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000536#ifndef MAGICKCORE_HAVE_MEMORY_H
537#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000538#endif
539
540/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000541#ifndef MAGICKCORE_HAVE_MEMSET
542#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000543#endif
544
545/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000546#ifndef MAGICKCORE_HAVE_MKSTEMP
547#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000548#endif
549
550/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000551#ifndef MAGICKCORE_HAVE_MMAP
552#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000553#endif
554
555/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000556#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
557#define MAGICKCORE_HAVE_MMAP_FILEIO 1
558#endif
cristy3ed852e2009-09-05 21:47:34 +0000559
560/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000561#ifndef MAGICKCORE_HAVE_MUNMAP
562#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000563#endif
564
565/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000566#ifndef MAGICKCORE_HAVE_NAMESPACES
567#define MAGICKCORE_HAVE_NAMESPACES /**/
568#endif
cristy964cb7f2010-04-25 23:18:00 +0000569
570/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000571#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
572#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
573#endif
cristy3ed852e2009-09-05 21:47:34 +0000574
cristya21afde2010-07-02 00:45:40 +0000575/* Define to 1 if you have the `nanosleep' function. */
576#ifndef MAGICKCORE_HAVE_NANOSLEEP
577#define MAGICKCORE_HAVE_NANOSLEEP 1
578#endif
579
cristy3ed852e2009-09-05 21:47:34 +0000580/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
581/* #undef HAVE_NDIR_H */
582
cristya8549b12011-05-18 19:05:08 +0000583/* Define to 1 if you have the `newlocale' function. */
584#ifndef MAGICKCORE_HAVE_NEWLOCALE
585#define MAGICKCORE_HAVE_NEWLOCALE 1
586#endif
587
cristyfe2e68f2010-01-09 19:16:03 +0000588/* Define to 1 if you have the <OpenCL/cl.h> header file. */
589/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000590
cristy3ed852e2009-09-05 21:47:34 +0000591/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000592#ifndef MAGICKCORE_HAVE_OPENDIR
593#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000594#endif
595
596/* Define to 1 if you have the <OS.h> header file. */
597/* #undef HAVE_OS_H */
598
599/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000600#ifndef MAGICKCORE_HAVE_PCLOSE
601#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000602#endif
603
604/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000605#ifndef MAGICKCORE_HAVE_POLL
606#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000607#endif
608
609/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000610#ifndef MAGICKCORE_HAVE_POPEN
611#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000612#endif
613
614/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000615#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
616#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000617#endif
618
619/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000620#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
621#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000622#endif
623
624/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000625#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
626#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000627#endif
628
629/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000630#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
631#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000632#endif
633
cristy5c40fb42010-08-05 16:12:44 +0000634/* Define to 1 if you have the `posix_spawnp' function. */
635#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
636#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
637#endif
638
cristy3ed852e2009-09-05 21:47:34 +0000639/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000640#ifndef MAGICKCORE_HAVE_POW
641#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000642#endif
cristy3ed852e2009-09-05 21:47:34 +0000643
644/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000645#ifndef MAGICKCORE_HAVE_PREAD
646#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000647#endif
648
649/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000650#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
651#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000652#endif
653
cristy98e91bd2010-01-12 01:11:42 +0000654/* Define to 1 if you have the <process.h> header file. */
655/* #undef HAVE_PROCESS_H */
656
cristy3ed852e2009-09-05 21:47:34 +0000657/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000658#ifndef MAGICKCORE_HAVE_PTHREAD
659#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000660#endif
661
662/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000663#ifndef MAGICKCORE_HAVE_PWRITE
664#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000665#endif
666
cristyc5baf4f2010-08-31 15:05:33 +0000667/* Define to 1 if you have the `qsort_r' function. */
668#ifndef MAGICKCORE_HAVE_QSORT_R
669#define MAGICKCORE_HAVE_QSORT_R 1
670#endif
671
cristy3ed852e2009-09-05 21:47:34 +0000672/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000673#ifndef MAGICKCORE_HAVE_RAISE
674#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000675#endif
676
677/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000678#ifndef MAGICKCORE_HAVE_RAND_R
679#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000680#endif
681
682/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000683#ifndef MAGICKCORE_HAVE_READDIR
684#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000685#endif
686
687/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000688#ifndef MAGICKCORE_HAVE_READDIR_R
689#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000690#endif
691
692/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000693#ifndef MAGICKCORE_HAVE_READLINK
694#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000695#endif
696
697/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000698#ifndef MAGICKCORE_HAVE_REALPATH
699#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000700#endif
701
702/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000703#ifndef MAGICKCORE_HAVE_SEEKDIR
704#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000705#endif
706
707/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000708#ifndef MAGICKCORE_HAVE_SELECT
709#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000710#endif
711
712/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000713#ifndef MAGICKCORE_HAVE_SETLOCALE
714#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000715#endif
716
717/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000718#ifndef MAGICKCORE_HAVE_SETVBUF
719#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000720#endif
721
722/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000723#ifndef MAGICKCORE_HAVE_SHAPE
724#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000725#endif
726
727/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000728#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
729#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000730#endif
731
732/* Define if you have the shl_load function. */
733/* #undef HAVE_SHL_LOAD */
734
735/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000736#ifndef MAGICKCORE_HAVE_SIGACTION
737#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000738#endif
739
740/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000741#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
742#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000743#endif
744
cristy393bbe52010-01-11 16:32:56 +0000745/* Define to 1 if you have the `spawnvp' function. */
746/* #undef HAVE_SPAWNVP */
747
cristy3ed852e2009-09-05 21:47:34 +0000748/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000749#ifndef MAGICKCORE_HAVE_SQRT
750#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000751#endif
cristy3ed852e2009-09-05 21:47:34 +0000752
753/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000754#ifndef MAGICKCORE_HAVE_STAT
755#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000756#endif
757
758/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000759#ifndef MAGICKCORE_HAVE_STDARG_H
760#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000761#endif
762
763/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000764#ifndef MAGICKCORE_HAVE_STDBOOL_H
765#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000766#endif
767
cristy3ed852e2009-09-05 21:47:34 +0000768/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000769#ifndef MAGICKCORE_HAVE_STDINT_H
770#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000771#endif
772
773/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000774#ifndef MAGICKCORE_HAVE_STDLIB_H
775#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000776#endif
777
778/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000779#ifndef MAGICKCORE_HAVE_STD_LIBS
780#define MAGICKCORE_HAVE_STD_LIBS /**/
781#endif
cristy3ed852e2009-09-05 21:47:34 +0000782
783/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000784#ifndef MAGICKCORE_HAVE_STRCASECMP
785#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000786#endif
787
788/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000789#ifndef MAGICKCORE_HAVE_STRCHR
790#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000791#endif
792
793/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000794#ifndef MAGICKCORE_HAVE_STRCSPN
795#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000796#endif
797
798/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000799#ifndef MAGICKCORE_HAVE_STRDUP
800#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000801#endif
802
803/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000804#ifndef MAGICKCORE_HAVE_STRERROR
805#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000806#endif
807
808/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000809#ifndef MAGICKCORE_HAVE_STRERROR_R
810#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000811#endif
812
813/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000814#ifndef MAGICKCORE_HAVE_STRINGIZE
815#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000816#endif
817
818/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000819#ifndef MAGICKCORE_HAVE_STRINGS_H
820#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000821#endif
822
823/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000824#ifndef MAGICKCORE_HAVE_STRING_H
825#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000826#endif
827
828/* Define to 1 if you have the `strlcat' function. */
829/* #undef HAVE_STRLCAT */
830
831/* Define to 1 if you have the `strlcpy' function. */
832/* #undef HAVE_STRLCPY */
833
834/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000835#ifndef MAGICKCORE_HAVE_STRNCASECMP
836#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000837#endif
838
839/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000840#ifndef MAGICKCORE_HAVE_STRPBRK
841#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000842#endif
843
844/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000845#ifndef MAGICKCORE_HAVE_STRRCHR
846#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000847#endif
848
849/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000850#ifndef MAGICKCORE_HAVE_STRSPN
851#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000852#endif
853
854/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000855#ifndef MAGICKCORE_HAVE_STRSTR
856#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000857#endif
858
cristy6c1eef12011-05-17 02:13:08 +0000859/* Define to 1 if you have the `strtod' function. */
860#ifndef MAGICKCORE_HAVE_STRTOD
861#define MAGICKCORE_HAVE_STRTOD 1
862#endif
863
864/* Define to 1 if you have the `strtod_l' function. */
865#ifndef MAGICKCORE_HAVE_STRTOD_L
866#define MAGICKCORE_HAVE_STRTOD_L 1
867#endif
868
cristy3ed852e2009-09-05 21:47:34 +0000869/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000870#ifndef MAGICKCORE_HAVE_STRTOL
871#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000872#endif
873
cristy5131f3e2009-12-18 03:09:10 +0000874/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000875#ifndef MAGICKCORE_HAVE_STRTOUL
876#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000877#endif
878
cristy92703d82010-04-26 00:18:18 +0000879/* Define to 1 if `tm_zone' is a member of `struct tm'. */
880#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
881#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
882#endif
883
cristy3ed852e2009-09-05 21:47:34 +0000884/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000885#ifndef MAGICKCORE_HAVE_SYMLINK
886#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000887#endif
888
889/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000890#ifndef MAGICKCORE_HAVE_SYSCONF
891#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000892#endif
893
894/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
895 */
896/* #undef HAVE_SYS_DIR_H */
897
898/* Define to 1 if you have the <sys/dl.h> header file. */
899/* #undef HAVE_SYS_DL_H */
900
901/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000902#ifndef MAGICKCORE_HAVE_SYS_IPC_H
903#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000904#endif
905
906/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
907 */
908/* #undef HAVE_SYS_NDIR_H */
909
cristycd4c5312009-11-22 01:19:08 +0000910/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000911#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
912#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000913#endif
914
cristy3ed852e2009-09-05 21:47:34 +0000915/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000916#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
917#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000918#endif
919
920/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000921#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
922#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000923#endif
924
925/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000926#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
927#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000928#endif
929
930/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000931#ifndef MAGICKCORE_HAVE_SYS_STAT_H
932#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000933#endif
934
935/* Define to 1 if you have the <sys/syslimits.h> header file. */
936/* #undef HAVE_SYS_SYSLIMITS_H */
937
938/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000939#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
940#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000941#endif
942
943/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000944#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
945#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000946#endif
947
948/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000949#ifndef MAGICKCORE_HAVE_SYS_TIME_H
950#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000951#endif
952
953/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000954#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
955#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000956#endif
957
958/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000959#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
960#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000961#endif
962
963/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000964#ifndef MAGICKCORE_HAVE_TELLDIR
965#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000966#endif
967
968/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000969#ifndef MAGICKCORE_HAVE_TEMPNAM
970#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000971#endif
972
973/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000974#ifndef MAGICKCORE_HAVE_TIFFCONF_H
975#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000976#endif
977
978/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000979#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
980#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000981#endif
982
983/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000984#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
985#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000986#endif
987
988/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000989#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
990#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000991#endif
992
993/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000994#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
995#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000996#endif
997
998/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000999#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
1000#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +00001001#endif
1002
1003/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +00001004#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1005#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001006#endif
1007
1008/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +00001009#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1010#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +00001011#endif
1012
1013/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001014#ifndef MAGICKCORE_HAVE_TIMES
1015#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001016#endif
1017
cristy92703d82010-04-26 00:18:18 +00001018/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1019 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1020#ifndef MAGICKCORE_HAVE_TM_ZONE
1021#define MAGICKCORE_HAVE_TM_ZONE 1
1022#endif
1023
1024/* Define to 1 if you don't have `tm_zone' but do have the external array
1025 `tzname'. */
1026/* #undef HAVE_TZNAME */
1027
cristy501c8042011-05-26 17:46:28 +00001028/* Define to 1 if the system has the type `uintmax_t'. */
1029#ifndef MAGICKCORE_HAVE_UINTMAX_T
1030#define MAGICKCORE_HAVE_UINTMAX_T 1
1031#endif
1032
1033/* Define to 1 if the system has the type `uintptr_t'. */
1034#ifndef MAGICKCORE_HAVE_UINTPTR_T
1035#define MAGICKCORE_HAVE_UINTPTR_T 1
1036#endif
1037
cristyc5baf4f2010-08-31 15:05:33 +00001038/* Define to 1 if you have the `ulltostr' function. */
1039/* #undef HAVE_ULLTOSTR */
1040
cristy3ed852e2009-09-05 21:47:34 +00001041/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001042#ifndef MAGICKCORE_HAVE_UNISTD_H
1043#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001044#endif
1045
cristy501c8042011-05-26 17:46:28 +00001046/* Define to 1 if the system has the type `unsigned long long int'. */
1047#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1048#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1049#endif
1050
cristya20c9042011-05-19 13:22:18 +00001051/* Define to 1 if you have the `uselocale' function. */
1052#ifndef MAGICKCORE_HAVE_USELOCALE
1053#define MAGICKCORE_HAVE_USELOCALE 1
1054#endif
1055
cristy3ed852e2009-09-05 21:47:34 +00001056/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001057#ifndef MAGICKCORE_HAVE_USLEEP
1058#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001059#endif
1060
cristyf1440cb2010-02-23 02:24:21 +00001061/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001062#ifndef MAGICKCORE_HAVE_UTIME
1063#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001064#endif
1065
cristy3ed852e2009-09-05 21:47:34 +00001066/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001067#ifndef MAGICKCORE_HAVE_VFORK
1068#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001069#endif
1070
1071/* Define to 1 if you have the <vfork.h> header file. */
1072/* #undef HAVE_VFORK_H */
1073
cristy5d0cd952011-05-19 21:21:41 +00001074/* Define to 1 if you have the `vfprintf' function. */
1075#ifndef MAGICKCORE_HAVE_VFPRINTF
1076#define MAGICKCORE_HAVE_VFPRINTF 1
1077#endif
1078
1079/* Define to 1 if you have the `vfprintf_l' function. */
1080/* #undef HAVE_VFPRINTF_L */
1081
cristy3ed852e2009-09-05 21:47:34 +00001082/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001083#ifndef MAGICKCORE_HAVE_VPRINTF
1084#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001085#endif
1086
1087/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001088#ifndef MAGICKCORE_HAVE_VSNPRINTF
1089#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001090#endif
1091
cristyb51dff52011-05-19 16:55:47 +00001092/* Define to 1 if you have the `vsnprintf_l' function. */
1093/* #undef HAVE_VSNPRINTF_L */
1094
cristy3ed852e2009-09-05 21:47:34 +00001095/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001096#ifndef MAGICKCORE_HAVE_VSPRINTF
1097#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001098#endif
1099
1100/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001101#ifndef MAGICKCORE_HAVE_WAITPID
1102#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001103#endif
1104
1105/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001106#ifndef MAGICKCORE_HAVE_WCHAR_H
1107#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001108#endif
1109
cristy736173a2009-09-20 21:18:22 +00001110/* Define to 1 if you have the <windows.h> header file. */
1111/* #undef HAVE_WINDOWS_H */
1112
cristy739df912009-10-24 16:10:18 +00001113/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001114#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1115#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001116#endif
1117
1118/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001119#ifndef MAGICKCORE_HAVE_WORKING_FORK
1120#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001121#endif
1122
1123/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001124#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1125#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001126#endif
1127
cristya8549b12011-05-18 19:05:08 +00001128/* Define to 1 if you have the <xlocale.h> header file. */
1129#ifndef MAGICKCORE_HAVE_XLOCALE_H
1130#define MAGICKCORE_HAVE_XLOCALE_H 1
1131#endif
1132
cristy3ed852e2009-09-05 21:47:34 +00001133/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001134#ifndef MAGICKCORE_HAVE__BOOL
1135#define MAGICKCORE_HAVE__BOOL 1
1136#endif
cristy3ed852e2009-09-05 21:47:34 +00001137
1138/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001139#ifndef MAGICKCORE_HAVE__EXIT
1140#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001141#endif
1142
1143/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1144/* #undef HAVE__NSGETEXECUTABLEPATH */
1145
1146/* Define to 1 if you have the `_pclose' function. */
1147/* #undef HAVE__PCLOSE */
1148
1149/* Define to 1 if you have the `_popen' function. */
1150/* #undef HAVE__POPEN */
1151
1152/* Define to 1 if you have the `_wfopen' function. */
1153/* #undef HAVE__WFOPEN */
1154
1155/* Define to 1 if you have the `_wstat' function. */
1156/* #undef HAVE__WSTAT */
1157
cristy92703d82010-04-26 00:18:18 +00001158/* define if your compiler has __attribute__ */
1159#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1160#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1161#endif
1162
cristy3ed852e2009-09-05 21:47:34 +00001163/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001164/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001165
1166/* Define if you have umem memory allocation library */
1167/* #undef HasUMEM */
1168
1169/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001170#ifndef MAGICKCORE_INSTALLED_SUPPORT
1171#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001172#endif
1173
1174/* Define if you have JBIG library */
cristy09136812011-10-18 15:24:30 +00001175#ifndef MAGICKCORE_JBIG_DELEGATE
1176#define MAGICKCORE_JBIG_DELEGATE 1
1177#endif
cristy3ed852e2009-09-05 21:47:34 +00001178
1179/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001180#ifndef MAGICKCORE_JP2_DELEGATE
1181#define MAGICKCORE_JP2_DELEGATE 1
1182#endif
cristy3ed852e2009-09-05 21:47:34 +00001183
1184/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001185#ifndef MAGICKCORE_JPEG_DELEGATE
1186#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001187#endif
1188
cristy71203402010-06-18 13:12:03 +00001189/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001190#ifndef MAGICKCORE_LCMS_DELEGATE
1191#define MAGICKCORE_LCMS_DELEGATE 1
1192#endif
cristy3ed852e2009-09-05 21:47:34 +00001193
1194/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001195#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001196#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001197#endif
1198
1199/* Subdirectory of lib where ImageMagick architecture dependent files are
1200 installed */
cristy964cb7f2010-04-25 23:18:00 +00001201#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001202#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001203#endif
1204
1205/* Define if you have LQR library */
cristy18873882011-10-18 12:54:53 +00001206/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001207
1208/* Define if using libltdl to support dynamically loadable modules */
cristy09136812011-10-18 15:24:30 +00001209#ifndef MAGICKCORE_LTDL_DELEGATE
1210#define MAGICKCORE_LTDL_DELEGATE 1
1211#endif
cristy3ed852e2009-09-05 21:47:34 +00001212
1213/* Define if the OS needs help to load dependent libraries for dlopen(). */
1214/* #undef LTDL_DLOPEN_DEPLIBS */
1215
1216/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001217#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy09136812011-10-18 15:24:30 +00001218#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/alliance/lib:/usr/lib64/atlas:/opt/modules/pkg/intel/f77/10.0.025/lib:/usr/lib64/kicad:/usr/lib/llvm:/usr/lib64/llvm:/usr/local/lib:/usr/lib64/mpich2/lib/:/usr/lib64/mysql:/usr/lib64/nvidia:/usr/lib64/octave/3.4.2:/usr/lib64/openmotif:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001219#endif
1220
1221/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001222#ifndef MAGICKCORE_LT_LIBEXT
1223#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001224#endif
1225
cristyda16f162011-02-19 23:52:17 +00001226/* The archive prefix */
1227#ifndef MAGICKCORE_LT_LIBPREFIX
1228#define MAGICKCORE_LT_LIBPREFIX "lib"
1229#endif
1230
cristy3ed852e2009-09-05 21:47:34 +00001231/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001232#ifndef MAGICKCORE_LT_MODULE_EXT
1233#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001234#endif
1235
1236/* Define to the name of the environment variable that determines the run-time
1237 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001238#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1239#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001240#endif
1241
1242/* Define to the sub-directory in which libtool stores uninstalled libraries.
1243 */
cristy964cb7f2010-04-25 23:18:00 +00001244#ifndef MAGICKCORE_LT_OBJDIR
1245#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001246#endif
1247
cristy81beccd2011-10-03 18:17:24 +00001248/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001249#ifndef MAGICKCORE_LZMA_DELEGATE
1250#define MAGICKCORE_LZMA_DELEGATE 1
1251#endif
cristyfbb0ef02010-12-19 02:32:11 +00001252
cristy3ed852e2009-09-05 21:47:34 +00001253/* Define to prepend to default font search path. */
1254/* #undef MAGICK_FONT_PATH */
1255
1256/* Magick API method prefix */
1257/* #undef NAMESPACE_PREFIX */
1258
cristya0b81c32010-01-22 02:54:33 +00001259/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001260/* #undef NDEBUG */
1261
1262/* Define if dlsym() requires a leading underscore in symbol names. */
1263/* #undef NEED_USCORE */
1264
1265/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1266/* #undef NO_MINUS_C_MINUS_O */
1267
1268/* Define if you have OPENEXR library */
cristy09136812011-10-18 15:24:30 +00001269#ifndef MAGICKCORE_OPENEXR_DELEGATE
1270#define MAGICKCORE_OPENEXR_DELEGATE 1
1271#endif
cristy3ed852e2009-09-05 21:47:34 +00001272
cristya448bd22011-10-14 12:38:13 +00001273/* Name of package */
1274#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001275#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001276#endif
1277
cristy3ed852e2009-09-05 21:47:34 +00001278/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001279#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1280#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001281#endif
1282
1283/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001284#ifndef MAGICKCORE_PACKAGE_NAME
1285#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001286#endif
1287
1288/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001289#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001290#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001291#endif
1292
1293/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001294#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001295#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001296#endif
1297
cristy8b350f62009-11-15 23:12:43 +00001298/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001299#ifndef MAGICKCORE_PACKAGE_URL
1300#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001301#endif
1302
cristy3ed852e2009-09-05 21:47:34 +00001303/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001304#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001305#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001306#endif
1307
1308/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001309#ifndef MAGICKCORE_PNG_DELEGATE
1310#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001311#endif
1312
1313/* Define to necessary symbol if this constant uses a non-standard name on
1314 your system. */
1315/* #undef PTHREAD_CREATE_JOINABLE */
1316
1317/* Pixel cache threshold in MB (defaults to available memory) */
1318/* #undef PixelCacheThreshold */
1319
1320/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001321#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001322#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001323#endif
1324
1325/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001326#ifndef MAGICKCORE_RETSIGTYPE
1327#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001328#endif
1329
1330/* Define if you have RSVG library */
cristy09136812011-10-18 15:24:30 +00001331#ifndef MAGICKCORE_RSVG_DELEGATE
1332#define MAGICKCORE_RSVG_DELEGATE 1
1333#endif
cristy3ed852e2009-09-05 21:47:34 +00001334
1335/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001336#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1337#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001338#endif
1339
1340/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001341#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1342#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001343#endif
1344
1345/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001346#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1347#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001348#endif
1349
1350/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001351#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001352#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001353#endif
1354
1355/* Subdirectory of lib where architecture-independent configuration files
1356 live. */
cristy4f820712011-04-01 12:35:43 +00001357#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001358#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001359#endif
1360
1361/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001362#ifndef MAGICKCORE_SIZEOF_OFF_T
1363#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001364#endif
1365
1366/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001367#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1368#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001369#endif
1370
1371/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001372#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1373#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001374#endif
1375
1376/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001377#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1378#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001379#endif
1380
1381/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001382#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1383#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001384#endif
1385
1386/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001387#ifndef MAGICKCORE_SIZEOF_SIZE_T
1388#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001389#endif
1390
cristy330e9352010-06-01 18:42:49 +00001391/* The size of `ssize_t', as computed by sizeof. */
1392#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1393#define MAGICKCORE_SIZEOF_SSIZE_T 8
1394#endif
1395
cristy3ed852e2009-09-05 21:47:34 +00001396/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001397#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1398#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001399#endif
1400
1401/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001402#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1403#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001404#endif
1405
1406/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001407#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1408#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001409#endif
1410
1411/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001412#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1413#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001414#endif
1415
1416/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001417#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1418#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001419#endif
1420
1421/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1422/* #undef STAT_MACROS_BROKEN */
1423
1424/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001425#ifndef MAGICKCORE_STDC_HEADERS
1426#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001427#endif
1428
cristy7d4a1d62011-10-13 15:54:12 +00001429/* Define to 1 if strerror_r returns char *. */
1430#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1431#define MAGICKCORE_STRERROR_R_CHAR_P 1
1432#endif
1433
cristy55bf91c2010-09-24 00:29:41 +00001434/* Define if you have POSIX threads libraries and header files. */
1435#ifndef MAGICKCORE_THREAD_SUPPORT
1436#define MAGICKCORE_THREAD_SUPPORT 1
1437#endif
1438
cristy3ed852e2009-09-05 21:47:34 +00001439/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001440#ifndef MAGICKCORE_TIFF_DELEGATE
1441#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001442#endif
1443
1444/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001445#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1446#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001447#endif
1448
1449/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1450/* #undef TM_IN_SYS_TIME */
1451
1452/* Enable extensions on AIX 3, Interix. */
1453#ifndef _ALL_SOURCE
1454# define _ALL_SOURCE 1
1455#endif
1456/* Enable GNU extensions on systems that have them. */
1457#ifndef _GNU_SOURCE
1458# define _GNU_SOURCE 1
1459#endif
1460/* Enable threading extensions on Solaris. */
1461#ifndef _POSIX_PTHREAD_SEMANTICS
1462# define _POSIX_PTHREAD_SEMANTICS 1
1463#endif
1464/* Enable extensions on HP NonStop. */
1465#ifndef _TANDEM_SOURCE
1466# define _TANDEM_SOURCE 1
1467#endif
1468/* Enable general extensions on Solaris. */
1469#ifndef __EXTENSIONS__
1470# define __EXTENSIONS__ 1
1471#endif
1472
1473
cristya448bd22011-10-14 12:38:13 +00001474/* Version number of package */
1475#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001476#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001477#endif
1478
cristyb1860752011-03-14 00:27:46 +00001479/* Define if you have WEBP library */
cristy18873882011-10-18 12:54:53 +00001480/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001481
cristy3ed852e2009-09-05 21:47:34 +00001482/* Define to use the Windows GDI32 library */
1483/* #undef WINGDI32_DELEGATE */
1484
1485/* Define if using the dmalloc debugging malloc package */
1486/* #undef WITH_DMALLOC */
1487
cristy189e84c2011-08-27 18:08:53 +00001488/* Define if you have WMF library */
cristy09136812011-10-18 15:24:30 +00001489#ifndef MAGICKCORE_WMF_DELEGATE
1490#define MAGICKCORE_WMF_DELEGATE 1
1491#endif
cristy3ed852e2009-09-05 21:47:34 +00001492
cristy3ed852e2009-09-05 21:47:34 +00001493/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1494 significant byte first (like Motorola and SPARC, unlike Intel). */
1495#if defined AC_APPLE_UNIVERSAL_BUILD
1496# if defined __BIG_ENDIAN__
1497# define WORDS_BIGENDIAN 1
1498# endif
1499#else
1500# ifndef WORDS_BIGENDIAN
1501/* # undef WORDS_BIGENDIAN */
1502# endif
1503#endif
1504
1505/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001506#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1507#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001508#endif
1509
1510/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001511#ifndef MAGICKCORE_X11_DELEGATE
1512#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001513#endif
1514
1515/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001516#ifndef MAGICKCORE_XML_DELEGATE
1517#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001518#endif
1519
1520/* Define to 1 if the X Window System is missing or not being used. */
1521/* #undef X_DISPLAY_MISSING */
1522
cristy6e3607c2011-09-13 13:59:17 +00001523/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy633f0c62011-09-15 13:27:36 +00001524/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001525
cristy3ed852e2009-09-05 21:47:34 +00001526/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001527#ifndef MAGICKCORE_ZLIB_DELEGATE
1528#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001529#endif
1530
1531/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001532/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001533
1534/* enable run-time bounds-checking */
1535/* #undef _FORTIFY_SOURCE */
1536
1537/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1538/* #undef _LARGEFILE_SOURCE */
1539
1540/* Define for large files, on AIX-style hosts. */
1541/* #undef _LARGE_FILES */
1542
1543/* Define to 1 if on MINIX. */
1544/* #undef _MINIX */
1545
cristy99cc3002010-01-21 14:50:11 +00001546/* Define this for the OpenCL Accelerator */
cristy09136812011-10-18 15:24:30 +00001547#ifndef MAGICKCORE__OPENCL
1548#define MAGICKCORE__OPENCL 1
1549#endif
cristy99cc3002010-01-21 14:50:11 +00001550
cristy3ed852e2009-09-05 21:47:34 +00001551/* Define to 2 if the system does not provide POSIX.1 features except with
1552 this defined. */
1553/* #undef _POSIX_1_SOURCE */
1554
1555/* Define to 1 if you need to in order for `stat' and other things to work. */
1556/* #undef _POSIX_SOURCE */
1557
cristy501c8042011-05-26 17:46:28 +00001558/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1559 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1560 #define below would cause a syntax error. */
1561/* #undef _UINT32_T */
1562
1563/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1564 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1565 #define below would cause a syntax error. */
1566/* #undef _UINT64_T */
1567
1568/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1569 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1570 #define below would cause a syntax error. */
1571/* #undef _UINT8_T */
1572
cristy3ed852e2009-09-05 21:47:34 +00001573/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1574#ifndef __CHAR_UNSIGNED__
1575/* # undef __CHAR_UNSIGNED__ */
1576#endif
1577
1578/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1579/* #undef __error_t_defined */
1580
1581/* Define to appropriate substitue if compiler does not have __func__ */
1582/* #undef __func__ */
1583
cristy3ed852e2009-09-05 21:47:34 +00001584/* Define to a type to use for `error_t' if it is not otherwise available. */
1585/* #undef error_t */
1586
cristy501c8042011-05-26 17:46:28 +00001587/* Define to `int' if <sys/types.h> doesn't define. */
1588/* #undef gid_t */
1589
cristy3ed852e2009-09-05 21:47:34 +00001590/* Define to `__inline__' or `__inline' if that's what the C compiler
1591 calls it, or to nothing if 'inline' is not supported under any name. */
1592#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001593/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001594#endif
1595
cristy501c8042011-05-26 17:46:28 +00001596/* Define to the type of a signed integer type of width exactly 16 bits if
1597 such a type exists and the standard includes do not define it. */
1598/* #undef int16_t */
1599
1600/* Define to the type of a signed integer type of width exactly 32 bits if
1601 such a type exists and the standard includes do not define it. */
1602/* #undef int32_t */
1603
1604/* Define to the type of a signed integer type of width exactly 64 bits if
1605 such a type exists and the standard includes do not define it. */
1606/* #undef int64_t */
1607
1608/* Define to the type of a signed integer type of width exactly 8 bits if such
1609 a type exists and the standard includes do not define it. */
1610/* #undef int8_t */
1611
1612/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1613 not define. */
1614/* #undef intmax_t */
1615
1616/* Define to the type of a signed integer type wide enough to hold a pointer,
1617 if such a type exists, and if the system does not define it. */
1618/* #undef intptr_t */
1619
1620/* Define to a type if <wchar.h> does not define. */
1621/* #undef mbstate_t */
1622
cristy3ed852e2009-09-05 21:47:34 +00001623/* Define to `int' if <sys/types.h> does not define. */
1624/* #undef mode_t */
1625
1626/* Define to `long int' if <sys/types.h> does not define. */
1627/* #undef off_t */
1628
1629/* Define to `int' if <sys/types.h> does not define. */
1630/* #undef pid_t */
1631
1632/* Define to the equivalent of the C99 'restrict' keyword, or to
1633 nothing if this is not supported. Do not define if restrict is
1634 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001635#ifndef _magickcore_restrict
1636#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001637#endif
cristy8b350f62009-11-15 23:12:43 +00001638/* Work around a bug in Sun C++: it does not support _Restrict or
1639 __restrict__, even though the corresponding Sun C compiler ends up with
1640 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1641 previous line. Perhaps some future version of Sun C++ will work with
1642 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001643#if defined __SUNPRO_CC && !defined __RESTRICT
1644# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001645# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001646#endif
1647
1648/* Define to `unsigned int' if <sys/types.h> does not define. */
1649/* #undef size_t */
1650
1651/* Define to `int' if <sys/types.h> does not define. */
1652/* #undef ssize_t */
1653
cristy501c8042011-05-26 17:46:28 +00001654/* Define to `int' if <sys/types.h> doesn't define. */
1655/* #undef uid_t */
1656
1657/* Define to the type of an unsigned integer type of width exactly 16 bits if
1658 such a type exists and the standard includes do not define it. */
1659/* #undef uint16_t */
1660
1661/* Define to the type of an unsigned integer type of width exactly 32 bits if
1662 such a type exists and the standard includes do not define it. */
1663/* #undef uint32_t */
1664
1665/* Define to the type of an unsigned integer type of width exactly 64 bits if
1666 such a type exists and the standard includes do not define it. */
1667/* #undef uint64_t */
1668
1669/* Define to the type of an unsigned integer type of width exactly 8 bits if
1670 such a type exists and the standard includes do not define it. */
1671/* #undef uint8_t */
1672
1673/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1674 do not define. */
1675/* #undef uintmax_t */
1676
1677/* Define to the type of an unsigned integer type wide enough to hold a
1678 pointer, if such a type exists, and if the system does not define it. */
1679/* #undef uintptr_t */
1680
cristy3ed852e2009-09-05 21:47:34 +00001681/* Define as `fork' if `vfork' does not work. */
1682/* #undef vfork */
1683
1684/* Define to empty if the keyword `volatile' does not work. Warning: valid
1685 code using `volatile' can become incorrect without. Disable with care. */
1686/* #undef volatile */
1687
cristy4c08aed2011-07-01 19:47:50 +00001688/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001689#endif