blob: cc7a5e5cbb35be8fd816332ead61dbeb4aa10cdb [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. */
cristy7b4457a2011-10-25 01:18: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 */
cristy7b4457a2011-10-25 01:18: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. */
cristy7b4457a2011-10-25 01:18: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. */
cristyf1918832011-10-25 11:40:59 +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. */
cristyf1918832011-10-25 11:40:59 +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
cristya316db12011-10-24 00:49:45 +0000662/* Have PTHREAD_PRIO_INHERIT. */
663#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
664#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
665#endif
666
cristy3ed852e2009-09-05 21:47:34 +0000667/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000668#ifndef MAGICKCORE_HAVE_PWRITE
669#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000670#endif
671
cristyc5baf4f2010-08-31 15:05:33 +0000672/* Define to 1 if you have the `qsort_r' function. */
673#ifndef MAGICKCORE_HAVE_QSORT_R
674#define MAGICKCORE_HAVE_QSORT_R 1
675#endif
676
cristy3ed852e2009-09-05 21:47:34 +0000677/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000678#ifndef MAGICKCORE_HAVE_RAISE
679#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000680#endif
681
682/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000683#ifndef MAGICKCORE_HAVE_RAND_R
684#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000685#endif
686
687/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000688#ifndef MAGICKCORE_HAVE_READDIR
689#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000690#endif
691
692/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000693#ifndef MAGICKCORE_HAVE_READDIR_R
694#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000695#endif
696
697/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000698#ifndef MAGICKCORE_HAVE_READLINK
699#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000700#endif
701
702/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000703#ifndef MAGICKCORE_HAVE_REALPATH
704#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000705#endif
706
707/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000708#ifndef MAGICKCORE_HAVE_SEEKDIR
709#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000710#endif
711
712/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000713#ifndef MAGICKCORE_HAVE_SELECT
714#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000715#endif
716
717/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000718#ifndef MAGICKCORE_HAVE_SETLOCALE
719#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000720#endif
721
722/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000723#ifndef MAGICKCORE_HAVE_SETVBUF
724#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000725#endif
726
727/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000728#ifndef MAGICKCORE_HAVE_SHAPE
729#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000730#endif
731
732/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000733#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
734#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000735#endif
736
737/* Define if you have the shl_load function. */
738/* #undef HAVE_SHL_LOAD */
739
740/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000741#ifndef MAGICKCORE_HAVE_SIGACTION
742#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000743#endif
744
745/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000746#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
747#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000748#endif
749
cristy393bbe52010-01-11 16:32:56 +0000750/* Define to 1 if you have the `spawnvp' function. */
751/* #undef HAVE_SPAWNVP */
752
cristy3ed852e2009-09-05 21:47:34 +0000753/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000754#ifndef MAGICKCORE_HAVE_SQRT
755#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000756#endif
cristy3ed852e2009-09-05 21:47:34 +0000757
758/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000759#ifndef MAGICKCORE_HAVE_STAT
760#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000761#endif
762
763/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000764#ifndef MAGICKCORE_HAVE_STDARG_H
765#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000766#endif
767
768/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000769#ifndef MAGICKCORE_HAVE_STDBOOL_H
770#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000771#endif
772
cristy3ed852e2009-09-05 21:47:34 +0000773/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000774#ifndef MAGICKCORE_HAVE_STDINT_H
775#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000776#endif
777
778/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000779#ifndef MAGICKCORE_HAVE_STDLIB_H
780#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000781#endif
782
783/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000784#ifndef MAGICKCORE_HAVE_STD_LIBS
785#define MAGICKCORE_HAVE_STD_LIBS /**/
786#endif
cristy3ed852e2009-09-05 21:47:34 +0000787
788/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000789#ifndef MAGICKCORE_HAVE_STRCASECMP
790#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000791#endif
792
793/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000794#ifndef MAGICKCORE_HAVE_STRCHR
795#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000796#endif
797
798/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000799#ifndef MAGICKCORE_HAVE_STRCSPN
800#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000801#endif
802
803/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000804#ifndef MAGICKCORE_HAVE_STRDUP
805#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000806#endif
807
808/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000809#ifndef MAGICKCORE_HAVE_STRERROR
810#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000811#endif
812
813/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000814#ifndef MAGICKCORE_HAVE_STRERROR_R
815#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000816#endif
817
818/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000819#ifndef MAGICKCORE_HAVE_STRINGIZE
820#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000821#endif
822
823/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000824#ifndef MAGICKCORE_HAVE_STRINGS_H
825#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000826#endif
827
828/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000829#ifndef MAGICKCORE_HAVE_STRING_H
830#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000831#endif
832
833/* Define to 1 if you have the `strlcat' function. */
834/* #undef HAVE_STRLCAT */
835
836/* Define to 1 if you have the `strlcpy' function. */
837/* #undef HAVE_STRLCPY */
838
839/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000840#ifndef MAGICKCORE_HAVE_STRNCASECMP
841#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000842#endif
843
844/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000845#ifndef MAGICKCORE_HAVE_STRPBRK
846#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000847#endif
848
849/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000850#ifndef MAGICKCORE_HAVE_STRRCHR
851#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000852#endif
853
854/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000855#ifndef MAGICKCORE_HAVE_STRSPN
856#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000857#endif
858
859/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000860#ifndef MAGICKCORE_HAVE_STRSTR
861#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000862#endif
863
cristy6c1eef12011-05-17 02:13:08 +0000864/* Define to 1 if you have the `strtod' function. */
865#ifndef MAGICKCORE_HAVE_STRTOD
866#define MAGICKCORE_HAVE_STRTOD 1
867#endif
868
869/* Define to 1 if you have the `strtod_l' function. */
870#ifndef MAGICKCORE_HAVE_STRTOD_L
871#define MAGICKCORE_HAVE_STRTOD_L 1
872#endif
873
cristy3ed852e2009-09-05 21:47:34 +0000874/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000875#ifndef MAGICKCORE_HAVE_STRTOL
876#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000877#endif
878
cristy5131f3e2009-12-18 03:09:10 +0000879/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000880#ifndef MAGICKCORE_HAVE_STRTOUL
881#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000882#endif
883
cristy92703d82010-04-26 00:18:18 +0000884/* Define to 1 if `tm_zone' is a member of `struct tm'. */
885#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
886#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
887#endif
888
cristy3ed852e2009-09-05 21:47:34 +0000889/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000890#ifndef MAGICKCORE_HAVE_SYMLINK
891#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000892#endif
893
894/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000895#ifndef MAGICKCORE_HAVE_SYSCONF
896#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000897#endif
898
899/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
900 */
901/* #undef HAVE_SYS_DIR_H */
902
903/* Define to 1 if you have the <sys/dl.h> header file. */
904/* #undef HAVE_SYS_DL_H */
905
906/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000907#ifndef MAGICKCORE_HAVE_SYS_IPC_H
908#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000909#endif
910
911/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
912 */
913/* #undef HAVE_SYS_NDIR_H */
914
cristycd4c5312009-11-22 01:19:08 +0000915/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000916#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
917#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000918#endif
919
cristy3ed852e2009-09-05 21:47:34 +0000920/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000921#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
922#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000923#endif
924
925/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000926#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
927#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000928#endif
929
930/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000931#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
932#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000933#endif
934
935/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000936#ifndef MAGICKCORE_HAVE_SYS_STAT_H
937#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000938#endif
939
940/* Define to 1 if you have the <sys/syslimits.h> header file. */
941/* #undef HAVE_SYS_SYSLIMITS_H */
942
943/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000944#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
945#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000946#endif
947
948/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000949#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
950#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000951#endif
952
953/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000954#ifndef MAGICKCORE_HAVE_SYS_TIME_H
955#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000956#endif
957
958/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000959#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
960#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000961#endif
962
963/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000964#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
965#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000966#endif
967
968/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000969#ifndef MAGICKCORE_HAVE_TELLDIR
970#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000971#endif
972
973/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000974#ifndef MAGICKCORE_HAVE_TEMPNAM
975#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000976#endif
977
978/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000979#ifndef MAGICKCORE_HAVE_TIFFCONF_H
980#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000981#endif
982
983/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000984#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
985#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000986#endif
987
988/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000989#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
990#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000991#endif
992
993/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000994#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
995#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000996#endif
997
998/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000999#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
1000#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001001#endif
1002
1003/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +00001004#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
1005#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +00001006#endif
1007
1008/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +00001009#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1010#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001011#endif
1012
1013/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +00001014#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1015#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +00001016#endif
1017
1018/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001019#ifndef MAGICKCORE_HAVE_TIMES
1020#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001021#endif
1022
cristy92703d82010-04-26 00:18:18 +00001023/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1024 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1025#ifndef MAGICKCORE_HAVE_TM_ZONE
1026#define MAGICKCORE_HAVE_TM_ZONE 1
1027#endif
1028
1029/* Define to 1 if you don't have `tm_zone' but do have the external array
1030 `tzname'. */
1031/* #undef HAVE_TZNAME */
1032
cristy501c8042011-05-26 17:46:28 +00001033/* Define to 1 if the system has the type `uintmax_t'. */
1034#ifndef MAGICKCORE_HAVE_UINTMAX_T
1035#define MAGICKCORE_HAVE_UINTMAX_T 1
1036#endif
1037
1038/* Define to 1 if the system has the type `uintptr_t'. */
1039#ifndef MAGICKCORE_HAVE_UINTPTR_T
1040#define MAGICKCORE_HAVE_UINTPTR_T 1
1041#endif
1042
cristyc5baf4f2010-08-31 15:05:33 +00001043/* Define to 1 if you have the `ulltostr' function. */
1044/* #undef HAVE_ULLTOSTR */
1045
cristy3ed852e2009-09-05 21:47:34 +00001046/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001047#ifndef MAGICKCORE_HAVE_UNISTD_H
1048#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001049#endif
1050
cristy501c8042011-05-26 17:46:28 +00001051/* Define to 1 if the system has the type `unsigned long long int'. */
1052#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1053#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1054#endif
1055
cristya20c9042011-05-19 13:22:18 +00001056/* Define to 1 if you have the `uselocale' function. */
1057#ifndef MAGICKCORE_HAVE_USELOCALE
1058#define MAGICKCORE_HAVE_USELOCALE 1
1059#endif
1060
cristy3ed852e2009-09-05 21:47:34 +00001061/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001062#ifndef MAGICKCORE_HAVE_USLEEP
1063#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001064#endif
1065
cristyf1440cb2010-02-23 02:24:21 +00001066/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001067#ifndef MAGICKCORE_HAVE_UTIME
1068#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001069#endif
1070
cristy3ed852e2009-09-05 21:47:34 +00001071/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001072#ifndef MAGICKCORE_HAVE_VFORK
1073#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001074#endif
1075
1076/* Define to 1 if you have the <vfork.h> header file. */
1077/* #undef HAVE_VFORK_H */
1078
cristy5d0cd952011-05-19 21:21:41 +00001079/* Define to 1 if you have the `vfprintf' function. */
1080#ifndef MAGICKCORE_HAVE_VFPRINTF
1081#define MAGICKCORE_HAVE_VFPRINTF 1
1082#endif
1083
1084/* Define to 1 if you have the `vfprintf_l' function. */
1085/* #undef HAVE_VFPRINTF_L */
1086
cristy3ed852e2009-09-05 21:47:34 +00001087/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001088#ifndef MAGICKCORE_HAVE_VPRINTF
1089#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001090#endif
1091
1092/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001093#ifndef MAGICKCORE_HAVE_VSNPRINTF
1094#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001095#endif
1096
cristyb51dff52011-05-19 16:55:47 +00001097/* Define to 1 if you have the `vsnprintf_l' function. */
1098/* #undef HAVE_VSNPRINTF_L */
1099
cristy3ed852e2009-09-05 21:47:34 +00001100/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001101#ifndef MAGICKCORE_HAVE_VSPRINTF
1102#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001103#endif
1104
1105/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001106#ifndef MAGICKCORE_HAVE_WAITPID
1107#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001108#endif
1109
1110/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001111#ifndef MAGICKCORE_HAVE_WCHAR_H
1112#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001113#endif
1114
cristy736173a2009-09-20 21:18:22 +00001115/* Define to 1 if you have the <windows.h> header file. */
1116/* #undef HAVE_WINDOWS_H */
1117
cristy739df912009-10-24 16:10:18 +00001118/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001119#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1120#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001121#endif
1122
1123/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001124#ifndef MAGICKCORE_HAVE_WORKING_FORK
1125#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001126#endif
1127
1128/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001129#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1130#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001131#endif
1132
cristya8549b12011-05-18 19:05:08 +00001133/* Define to 1 if you have the <xlocale.h> header file. */
1134#ifndef MAGICKCORE_HAVE_XLOCALE_H
1135#define MAGICKCORE_HAVE_XLOCALE_H 1
1136#endif
1137
cristy3ed852e2009-09-05 21:47:34 +00001138/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001139#ifndef MAGICKCORE_HAVE__BOOL
1140#define MAGICKCORE_HAVE__BOOL 1
1141#endif
cristy3ed852e2009-09-05 21:47:34 +00001142
1143/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001144#ifndef MAGICKCORE_HAVE__EXIT
1145#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001146#endif
1147
1148/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1149/* #undef HAVE__NSGETEXECUTABLEPATH */
1150
1151/* Define to 1 if you have the `_pclose' function. */
1152/* #undef HAVE__PCLOSE */
1153
1154/* Define to 1 if you have the `_popen' function. */
1155/* #undef HAVE__POPEN */
1156
1157/* Define to 1 if you have the `_wfopen' function. */
1158/* #undef HAVE__WFOPEN */
1159
1160/* Define to 1 if you have the `_wstat' function. */
1161/* #undef HAVE__WSTAT */
1162
cristy92703d82010-04-26 00:18:18 +00001163/* define if your compiler has __attribute__ */
1164#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1165#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1166#endif
1167
cristy3ed852e2009-09-05 21:47:34 +00001168/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001169/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001170
1171/* Define if you have umem memory allocation library */
1172/* #undef HasUMEM */
1173
1174/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001175#ifndef MAGICKCORE_INSTALLED_SUPPORT
1176#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001177#endif
1178
1179/* Define if you have JBIG library */
cristy7b4457a2011-10-25 01:18:30 +00001180#ifndef MAGICKCORE_JBIG_DELEGATE
1181#define MAGICKCORE_JBIG_DELEGATE 1
1182#endif
cristy3ed852e2009-09-05 21:47:34 +00001183
1184/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001185#ifndef MAGICKCORE_JP2_DELEGATE
1186#define MAGICKCORE_JP2_DELEGATE 1
1187#endif
cristy3ed852e2009-09-05 21:47:34 +00001188
1189/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001190#ifndef MAGICKCORE_JPEG_DELEGATE
1191#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001192#endif
1193
cristy71203402010-06-18 13:12:03 +00001194/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001195#ifndef MAGICKCORE_LCMS_DELEGATE
1196#define MAGICKCORE_LCMS_DELEGATE 1
1197#endif
cristy3ed852e2009-09-05 21:47:34 +00001198
1199/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001200#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001201#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001202#endif
1203
1204/* Subdirectory of lib where ImageMagick architecture dependent files are
1205 installed */
cristy964cb7f2010-04-25 23:18:00 +00001206#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001207#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001208#endif
1209
1210/* Define if you have LQR library */
cristyf1918832011-10-25 11:40:59 +00001211/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001212
1213/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001214#ifndef MAGICKCORE_LTDL_DELEGATE
1215#define MAGICKCORE_LTDL_DELEGATE 1
1216#endif
cristy3ed852e2009-09-05 21:47:34 +00001217
1218/* Define if the OS needs help to load dependent libraries for dlopen(). */
1219/* #undef LTDL_DLOPEN_DEPLIBS */
1220
1221/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001222#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristyf1918832011-10-25 11:40:59 +00001223#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 +00001224#endif
1225
1226/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001227#ifndef MAGICKCORE_LT_LIBEXT
1228#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001229#endif
1230
cristyda16f162011-02-19 23:52:17 +00001231/* The archive prefix */
1232#ifndef MAGICKCORE_LT_LIBPREFIX
1233#define MAGICKCORE_LT_LIBPREFIX "lib"
1234#endif
1235
cristy3ed852e2009-09-05 21:47:34 +00001236/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001237#ifndef MAGICKCORE_LT_MODULE_EXT
1238#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001239#endif
1240
1241/* Define to the name of the environment variable that determines the run-time
1242 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001243#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1244#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001245#endif
1246
1247/* Define to the sub-directory in which libtool stores uninstalled libraries.
1248 */
cristy964cb7f2010-04-25 23:18:00 +00001249#ifndef MAGICKCORE_LT_OBJDIR
1250#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001251#endif
1252
cristy81beccd2011-10-03 18:17:24 +00001253/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001254#ifndef MAGICKCORE_LZMA_DELEGATE
1255#define MAGICKCORE_LZMA_DELEGATE 1
1256#endif
cristyfbb0ef02010-12-19 02:32:11 +00001257
cristy3ed852e2009-09-05 21:47:34 +00001258/* Define to prepend to default font search path. */
1259/* #undef MAGICK_FONT_PATH */
1260
1261/* Magick API method prefix */
1262/* #undef NAMESPACE_PREFIX */
1263
cristya0b81c32010-01-22 02:54:33 +00001264/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001265/* #undef NDEBUG */
1266
1267/* Define if dlsym() requires a leading underscore in symbol names. */
1268/* #undef NEED_USCORE */
1269
1270/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1271/* #undef NO_MINUS_C_MINUS_O */
1272
1273/* Define if you have OPENEXR library */
cristy7b4457a2011-10-25 01:18:30 +00001274#ifndef MAGICKCORE_OPENEXR_DELEGATE
1275#define MAGICKCORE_OPENEXR_DELEGATE 1
1276#endif
cristy3ed852e2009-09-05 21:47:34 +00001277
cristya448bd22011-10-14 12:38:13 +00001278/* Name of package */
1279#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001280#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001281#endif
1282
cristy3ed852e2009-09-05 21:47:34 +00001283/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001284#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1285#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001286#endif
1287
1288/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001289#ifndef MAGICKCORE_PACKAGE_NAME
1290#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001291#endif
1292
1293/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001294#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001295#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001296#endif
1297
1298/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001299#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001300#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001301#endif
1302
cristy8b350f62009-11-15 23:12:43 +00001303/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001304#ifndef MAGICKCORE_PACKAGE_URL
1305#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001306#endif
1307
cristy3ed852e2009-09-05 21:47:34 +00001308/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001309#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001310#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001311#endif
1312
1313/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001314#ifndef MAGICKCORE_PNG_DELEGATE
1315#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001316#endif
1317
1318/* Define to necessary symbol if this constant uses a non-standard name on
1319 your system. */
1320/* #undef PTHREAD_CREATE_JOINABLE */
1321
1322/* Pixel cache threshold in MB (defaults to available memory) */
1323/* #undef PixelCacheThreshold */
1324
1325/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001326#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001327#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001328#endif
1329
1330/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001331#ifndef MAGICKCORE_RETSIGTYPE
1332#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001333#endif
1334
1335/* Define if you have RSVG library */
cristy7b4457a2011-10-25 01:18:30 +00001336#ifndef MAGICKCORE_RSVG_DELEGATE
1337#define MAGICKCORE_RSVG_DELEGATE 1
1338#endif
cristy3ed852e2009-09-05 21:47:34 +00001339
1340/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001341#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1342#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001343#endif
1344
1345/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001346#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1347#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001348#endif
1349
1350/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001351#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1352#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001353#endif
1354
1355/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001356#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001357#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001358#endif
1359
1360/* Subdirectory of lib where architecture-independent configuration files
1361 live. */
cristy4f820712011-04-01 12:35:43 +00001362#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001363#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001364#endif
1365
1366/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001367#ifndef MAGICKCORE_SIZEOF_OFF_T
1368#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001369#endif
1370
1371/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001372#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1373#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001374#endif
1375
1376/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001377#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1378#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001379#endif
1380
1381/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001382#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1383#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001384#endif
1385
1386/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001387#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1388#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001389#endif
1390
1391/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001392#ifndef MAGICKCORE_SIZEOF_SIZE_T
1393#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001394#endif
1395
cristy330e9352010-06-01 18:42:49 +00001396/* The size of `ssize_t', as computed by sizeof. */
1397#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1398#define MAGICKCORE_SIZEOF_SSIZE_T 8
1399#endif
1400
cristy3ed852e2009-09-05 21:47:34 +00001401/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001402#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1403#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001404#endif
1405
1406/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001407#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1408#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001409#endif
1410
1411/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001412#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1413#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001414#endif
1415
1416/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001417#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1418#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001419#endif
1420
1421/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001422#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1423#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001424#endif
1425
1426/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1427/* #undef STAT_MACROS_BROKEN */
1428
1429/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001430#ifndef MAGICKCORE_STDC_HEADERS
1431#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001432#endif
1433
cristy7d4a1d62011-10-13 15:54:12 +00001434/* Define to 1 if strerror_r returns char *. */
1435#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1436#define MAGICKCORE_STRERROR_R_CHAR_P 1
1437#endif
1438
cristy55bf91c2010-09-24 00:29:41 +00001439/* Define if you have POSIX threads libraries and header files. */
1440#ifndef MAGICKCORE_THREAD_SUPPORT
1441#define MAGICKCORE_THREAD_SUPPORT 1
1442#endif
1443
cristy3ed852e2009-09-05 21:47:34 +00001444/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001445#ifndef MAGICKCORE_TIFF_DELEGATE
1446#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001447#endif
1448
1449/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001450#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1451#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001452#endif
1453
1454/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1455/* #undef TM_IN_SYS_TIME */
1456
1457/* Enable extensions on AIX 3, Interix. */
1458#ifndef _ALL_SOURCE
1459# define _ALL_SOURCE 1
1460#endif
1461/* Enable GNU extensions on systems that have them. */
1462#ifndef _GNU_SOURCE
1463# define _GNU_SOURCE 1
1464#endif
1465/* Enable threading extensions on Solaris. */
1466#ifndef _POSIX_PTHREAD_SEMANTICS
1467# define _POSIX_PTHREAD_SEMANTICS 1
1468#endif
1469/* Enable extensions on HP NonStop. */
1470#ifndef _TANDEM_SOURCE
1471# define _TANDEM_SOURCE 1
1472#endif
1473/* Enable general extensions on Solaris. */
1474#ifndef __EXTENSIONS__
1475# define __EXTENSIONS__ 1
1476#endif
1477
1478
cristya448bd22011-10-14 12:38:13 +00001479/* Version number of package */
1480#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001481#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001482#endif
1483
cristyb1860752011-03-14 00:27:46 +00001484/* Define if you have WEBP library */
cristyf1918832011-10-25 11:40:59 +00001485/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001486
cristy3ed852e2009-09-05 21:47:34 +00001487/* Define to use the Windows GDI32 library */
1488/* #undef WINGDI32_DELEGATE */
1489
1490/* Define if using the dmalloc debugging malloc package */
1491/* #undef WITH_DMALLOC */
1492
cristy189e84c2011-08-27 18:08:53 +00001493/* Define if you have WMF library */
cristy7b4457a2011-10-25 01:18:30 +00001494#ifndef MAGICKCORE_WMF_DELEGATE
1495#define MAGICKCORE_WMF_DELEGATE 1
1496#endif
cristy3ed852e2009-09-05 21:47:34 +00001497
cristy3ed852e2009-09-05 21:47:34 +00001498/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1499 significant byte first (like Motorola and SPARC, unlike Intel). */
1500#if defined AC_APPLE_UNIVERSAL_BUILD
1501# if defined __BIG_ENDIAN__
1502# define WORDS_BIGENDIAN 1
1503# endif
1504#else
1505# ifndef WORDS_BIGENDIAN
1506/* # undef WORDS_BIGENDIAN */
1507# endif
1508#endif
1509
1510/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001511#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1512#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001513#endif
1514
1515/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001516#ifndef MAGICKCORE_X11_DELEGATE
1517#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001518#endif
1519
1520/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001521#ifndef MAGICKCORE_XML_DELEGATE
1522#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001523#endif
1524
1525/* Define to 1 if the X Window System is missing or not being used. */
1526/* #undef X_DISPLAY_MISSING */
1527
cristy6e3607c2011-09-13 13:59:17 +00001528/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy633f0c62011-09-15 13:27:36 +00001529/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001530
cristy3ed852e2009-09-05 21:47:34 +00001531/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001532#ifndef MAGICKCORE_ZLIB_DELEGATE
1533#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001534#endif
1535
1536/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001537/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001538
1539/* enable run-time bounds-checking */
1540/* #undef _FORTIFY_SOURCE */
1541
1542/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1543/* #undef _LARGEFILE_SOURCE */
1544
1545/* Define for large files, on AIX-style hosts. */
1546/* #undef _LARGE_FILES */
1547
1548/* Define to 1 if on MINIX. */
1549/* #undef _MINIX */
1550
cristy99cc3002010-01-21 14:50:11 +00001551/* Define this for the OpenCL Accelerator */
cristyf1918832011-10-25 11:40:59 +00001552#ifndef MAGICKCORE__OPENCL
1553#define MAGICKCORE__OPENCL 1
1554#endif
cristy99cc3002010-01-21 14:50:11 +00001555
cristy3ed852e2009-09-05 21:47:34 +00001556/* Define to 2 if the system does not provide POSIX.1 features except with
1557 this defined. */
1558/* #undef _POSIX_1_SOURCE */
1559
1560/* Define to 1 if you need to in order for `stat' and other things to work. */
1561/* #undef _POSIX_SOURCE */
1562
cristy501c8042011-05-26 17:46:28 +00001563/* Define for Solaris 2.5.1 so the uint32_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 _UINT32_T */
1567
1568/* Define for Solaris 2.5.1 so the uint64_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 _UINT64_T */
1572
1573/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1574 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1575 #define below would cause a syntax error. */
1576/* #undef _UINT8_T */
1577
cristy3ed852e2009-09-05 21:47:34 +00001578/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1579#ifndef __CHAR_UNSIGNED__
1580/* # undef __CHAR_UNSIGNED__ */
1581#endif
1582
1583/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1584/* #undef __error_t_defined */
1585
1586/* Define to appropriate substitue if compiler does not have __func__ */
1587/* #undef __func__ */
1588
cristy3ed852e2009-09-05 21:47:34 +00001589/* Define to a type to use for `error_t' if it is not otherwise available. */
1590/* #undef error_t */
1591
cristy501c8042011-05-26 17:46:28 +00001592/* Define to `int' if <sys/types.h> doesn't define. */
1593/* #undef gid_t */
1594
cristy3ed852e2009-09-05 21:47:34 +00001595/* Define to `__inline__' or `__inline' if that's what the C compiler
1596 calls it, or to nothing if 'inline' is not supported under any name. */
1597#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001598/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001599#endif
1600
cristy501c8042011-05-26 17:46:28 +00001601/* Define to the type of a signed integer type of width exactly 16 bits if
1602 such a type exists and the standard includes do not define it. */
1603/* #undef int16_t */
1604
1605/* Define to the type of a signed integer type of width exactly 32 bits if
1606 such a type exists and the standard includes do not define it. */
1607/* #undef int32_t */
1608
1609/* Define to the type of a signed integer type of width exactly 64 bits if
1610 such a type exists and the standard includes do not define it. */
1611/* #undef int64_t */
1612
1613/* Define to the type of a signed integer type of width exactly 8 bits if such
1614 a type exists and the standard includes do not define it. */
1615/* #undef int8_t */
1616
1617/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1618 not define. */
1619/* #undef intmax_t */
1620
1621/* Define to the type of a signed integer type wide enough to hold a pointer,
1622 if such a type exists, and if the system does not define it. */
1623/* #undef intptr_t */
1624
1625/* Define to a type if <wchar.h> does not define. */
1626/* #undef mbstate_t */
1627
cristy3ed852e2009-09-05 21:47:34 +00001628/* Define to `int' if <sys/types.h> does not define. */
1629/* #undef mode_t */
1630
1631/* Define to `long int' if <sys/types.h> does not define. */
1632/* #undef off_t */
1633
1634/* Define to `int' if <sys/types.h> does not define. */
1635/* #undef pid_t */
1636
1637/* Define to the equivalent of the C99 'restrict' keyword, or to
1638 nothing if this is not supported. Do not define if restrict is
1639 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001640#ifndef _magickcore_restrict
1641#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001642#endif
cristy8b350f62009-11-15 23:12:43 +00001643/* Work around a bug in Sun C++: it does not support _Restrict or
1644 __restrict__, even though the corresponding Sun C compiler ends up with
1645 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1646 previous line. Perhaps some future version of Sun C++ will work with
1647 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001648#if defined __SUNPRO_CC && !defined __RESTRICT
1649# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001650# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001651#endif
1652
1653/* Define to `unsigned int' if <sys/types.h> does not define. */
1654/* #undef size_t */
1655
1656/* Define to `int' if <sys/types.h> does not define. */
1657/* #undef ssize_t */
1658
cristy501c8042011-05-26 17:46:28 +00001659/* Define to `int' if <sys/types.h> doesn't define. */
1660/* #undef uid_t */
1661
1662/* Define to the type of an unsigned integer type of width exactly 16 bits if
1663 such a type exists and the standard includes do not define it. */
1664/* #undef uint16_t */
1665
1666/* Define to the type of an unsigned integer type of width exactly 32 bits if
1667 such a type exists and the standard includes do not define it. */
1668/* #undef uint32_t */
1669
1670/* Define to the type of an unsigned integer type of width exactly 64 bits if
1671 such a type exists and the standard includes do not define it. */
1672/* #undef uint64_t */
1673
1674/* Define to the type of an unsigned integer type of width exactly 8 bits if
1675 such a type exists and the standard includes do not define it. */
1676/* #undef uint8_t */
1677
1678/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1679 do not define. */
1680/* #undef uintmax_t */
1681
1682/* Define to the type of an unsigned integer type wide enough to hold a
1683 pointer, if such a type exists, and if the system does not define it. */
1684/* #undef uintptr_t */
1685
cristy3ed852e2009-09-05 21:47:34 +00001686/* Define as `fork' if `vfork' does not work. */
1687/* #undef vfork */
1688
1689/* Define to empty if the keyword `volatile' does not work. Warning: valid
1690 code using `volatile' can become incorrect without. Disable with care. */
1691/* #undef volatile */
1692
cristy4c08aed2011-07-01 19:47:50 +00001693/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001694#endif