blob: d2c0c095e8adc2cebb5279cbe7bd22772950a1ef [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. */
cristye2a912b2011-12-05 20:02:07 +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 */
cristye2a912b2011-12-05 20:02:07 +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. */
cristye2a912b2011-12-05 20:02:07 +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
cristy82b20722011-11-05 21:52:36 +0000433/* Define to 1 if you have the `isnan' function. */
434#ifndef MAGICKCORE_HAVE_ISNAN
435#define MAGICKCORE_HAVE_ISNAN 1
436#endif
437
cristy161b9262010-03-20 19:34:32 +0000438/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000439#ifndef MAGICKCORE_HAVE_J0
440#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000441#endif
442
443/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000444#ifndef MAGICKCORE_HAVE_J1
445#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000446#endif
447
cristyd09bcf92010-03-25 03:04:45 +0000448/* Define if you have the <lcms2.h> header file. */
cristye2a912b2011-12-05 20:02:07 +0000449/* #undef HAVE_LCMS2_H */
cristyd09bcf92010-03-25 03:04:45 +0000450
cristy71203402010-06-18 13:12:03 +0000451/* Define if you have the <lcms2/lcms2.h> header file. */
452/* #undef HAVE_LCMS2_LCMS2_H */
453
cristy3ed852e2009-09-05 21:47:34 +0000454/* Define if you have the <lcms.h> header file. */
cristye2a912b2011-12-05 20:02:07 +0000455#ifndef MAGICKCORE_HAVE_LCMS_H
456#define MAGICKCORE_HAVE_LCMS_H 1
457#endif
cristy3ed852e2009-09-05 21:47:34 +0000458
459/* Define if you have the <lcms/lcms.h> header file. */
460/* #undef HAVE_LCMS_LCMS_H */
461
462/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000463#ifndef MAGICKCORE_HAVE_LIBDL
464#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000465#endif
466
467/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000468#ifndef MAGICKCORE_HAVE_LIBDLLOADER
469#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000470#endif
471
472/* Define to 1 if you have the `gcov' library (-lgcov). */
473/* #undef HAVE_LIBGCOV */
474
475/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000476#ifndef MAGICKCORE_HAVE_LIMITS_H
477#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000478#endif
479
480/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000481#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
482#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000483#endif
484
cristyc5baf4f2010-08-31 15:05:33 +0000485/* Define to 1 if you have the `lltostr' function. */
486/* #undef HAVE_LLTOSTR */
487
cristy3ed852e2009-09-05 21:47:34 +0000488/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000489#ifndef MAGICKCORE_HAVE_LOCALE_H
490#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000491#endif
492
493/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000494#ifndef MAGICKCORE_HAVE_LOCALTIME_R
495#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000496#endif
497
cristy501c8042011-05-26 17:46:28 +0000498/* Define to 1 if the system has the type `long double'. */
499#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
500#define MAGICKCORE_HAVE_LONG_DOUBLE 1
501#endif
502
cristy3ed852e2009-09-05 21:47:34 +0000503/* Define to 1 if the type `long double' works and has more range or precision
504 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000505#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
506#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000507#endif
508
cristy501c8042011-05-26 17:46:28 +0000509/* Define to 1 if the system has the type `long long int'. */
510#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
511#define MAGICKCORE_HAVE_LONG_LONG_INT 1
512#endif
513
cristy3ed852e2009-09-05 21:47:34 +0000514/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000515#ifndef MAGICKCORE_HAVE_LSTAT
516#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000517#endif
518
cristy3ed852e2009-09-05 21:47:34 +0000519/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000520#ifndef MAGICKCORE_HAVE_LTDL
521#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000522#endif
523
524/* Define to 1 if you have the <machine/param.h> header file. */
525/* #undef HAVE_MACHINE_PARAM_H */
526
527/* Define to 1 if you have the <mach-o/dyld.h> header file. */
528/* #undef HAVE_MACH_O_DYLD_H */
529
cristy501c8042011-05-26 17:46:28 +0000530/* Define to 1 if <wchar.h> declares mbstate_t. */
531#ifndef MAGICKCORE_HAVE_MBSTATE_T
532#define MAGICKCORE_HAVE_MBSTATE_T 1
533#endif
534
cristy3ed852e2009-09-05 21:47:34 +0000535/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000536#ifndef MAGICKCORE_HAVE_MEMMOVE
537#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000538#endif
539
540/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000541#ifndef MAGICKCORE_HAVE_MEMORY_H
542#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000543#endif
544
545/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000546#ifndef MAGICKCORE_HAVE_MEMSET
547#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000548#endif
549
550/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000551#ifndef MAGICKCORE_HAVE_MKSTEMP
552#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000553#endif
554
555/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000556#ifndef MAGICKCORE_HAVE_MMAP
557#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000558#endif
559
560/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000561#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
562#define MAGICKCORE_HAVE_MMAP_FILEIO 1
563#endif
cristy3ed852e2009-09-05 21:47:34 +0000564
565/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000566#ifndef MAGICKCORE_HAVE_MUNMAP
567#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000568#endif
569
570/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000571#ifndef MAGICKCORE_HAVE_NAMESPACES
572#define MAGICKCORE_HAVE_NAMESPACES /**/
573#endif
cristy964cb7f2010-04-25 23:18:00 +0000574
575/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000576#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
577#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
578#endif
cristy3ed852e2009-09-05 21:47:34 +0000579
cristya21afde2010-07-02 00:45:40 +0000580/* Define to 1 if you have the `nanosleep' function. */
581#ifndef MAGICKCORE_HAVE_NANOSLEEP
582#define MAGICKCORE_HAVE_NANOSLEEP 1
583#endif
584
cristy3ed852e2009-09-05 21:47:34 +0000585/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
586/* #undef HAVE_NDIR_H */
587
cristya8549b12011-05-18 19:05:08 +0000588/* Define to 1 if you have the `newlocale' function. */
589#ifndef MAGICKCORE_HAVE_NEWLOCALE
590#define MAGICKCORE_HAVE_NEWLOCALE 1
591#endif
592
cristyfe2e68f2010-01-09 19:16:03 +0000593/* Define to 1 if you have the <OpenCL/cl.h> header file. */
594/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000595
cristy3ed852e2009-09-05 21:47:34 +0000596/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000597#ifndef MAGICKCORE_HAVE_OPENDIR
598#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000599#endif
600
601/* Define to 1 if you have the <OS.h> header file. */
602/* #undef HAVE_OS_H */
603
604/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000605#ifndef MAGICKCORE_HAVE_PCLOSE
606#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000607#endif
608
609/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000610#ifndef MAGICKCORE_HAVE_POLL
611#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000612#endif
613
614/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000615#ifndef MAGICKCORE_HAVE_POPEN
616#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000617#endif
618
619/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000620#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
621#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000622#endif
623
624/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000625#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
626#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000627#endif
628
629/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000630#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
631#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000632#endif
633
634/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000635#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
636#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000637#endif
638
cristy5c40fb42010-08-05 16:12:44 +0000639/* Define to 1 if you have the `posix_spawnp' function. */
640#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
641#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
642#endif
643
cristy3ed852e2009-09-05 21:47:34 +0000644/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000645#ifndef MAGICKCORE_HAVE_POW
646#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000647#endif
cristy3ed852e2009-09-05 21:47:34 +0000648
649/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000650#ifndef MAGICKCORE_HAVE_PREAD
651#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000652#endif
653
654/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000655#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
656#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000657#endif
658
cristy98e91bd2010-01-12 01:11:42 +0000659/* Define to 1 if you have the <process.h> header file. */
660/* #undef HAVE_PROCESS_H */
661
cristy3ed852e2009-09-05 21:47:34 +0000662/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000663#ifndef MAGICKCORE_HAVE_PTHREAD
664#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000665#endif
666
cristya316db12011-10-24 00:49:45 +0000667/* Have PTHREAD_PRIO_INHERIT. */
668#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
669#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
670#endif
671
cristy3ed852e2009-09-05 21:47:34 +0000672/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000673#ifndef MAGICKCORE_HAVE_PWRITE
674#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000675#endif
676
cristyc5baf4f2010-08-31 15:05:33 +0000677/* Define to 1 if you have the `qsort_r' function. */
678#ifndef MAGICKCORE_HAVE_QSORT_R
679#define MAGICKCORE_HAVE_QSORT_R 1
680#endif
681
cristy3ed852e2009-09-05 21:47:34 +0000682/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000683#ifndef MAGICKCORE_HAVE_RAISE
684#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000685#endif
686
687/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000688#ifndef MAGICKCORE_HAVE_RAND_R
689#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000690#endif
691
692/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000693#ifndef MAGICKCORE_HAVE_READDIR
694#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000695#endif
696
697/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000698#ifndef MAGICKCORE_HAVE_READDIR_R
699#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000700#endif
701
702/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000703#ifndef MAGICKCORE_HAVE_READLINK
704#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000705#endif
706
707/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000708#ifndef MAGICKCORE_HAVE_REALPATH
709#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000710#endif
711
712/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000713#ifndef MAGICKCORE_HAVE_SEEKDIR
714#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000715#endif
716
717/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000718#ifndef MAGICKCORE_HAVE_SELECT
719#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000720#endif
721
722/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000723#ifndef MAGICKCORE_HAVE_SETLOCALE
724#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000725#endif
726
727/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000728#ifndef MAGICKCORE_HAVE_SETVBUF
729#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000730#endif
731
732/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000733#ifndef MAGICKCORE_HAVE_SHAPE
734#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000735#endif
736
737/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000738#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
739#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000740#endif
741
742/* Define if you have the shl_load function. */
743/* #undef HAVE_SHL_LOAD */
744
745/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000746#ifndef MAGICKCORE_HAVE_SIGACTION
747#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000748#endif
749
750/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000751#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
752#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000753#endif
754
cristy393bbe52010-01-11 16:32:56 +0000755/* Define to 1 if you have the `spawnvp' function. */
756/* #undef HAVE_SPAWNVP */
757
cristy3ed852e2009-09-05 21:47:34 +0000758/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000759#ifndef MAGICKCORE_HAVE_SQRT
760#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000761#endif
cristy3ed852e2009-09-05 21:47:34 +0000762
763/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000764#ifndef MAGICKCORE_HAVE_STAT
765#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000766#endif
767
768/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000769#ifndef MAGICKCORE_HAVE_STDARG_H
770#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000771#endif
772
773/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000774#ifndef MAGICKCORE_HAVE_STDBOOL_H
775#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000776#endif
777
cristy3ed852e2009-09-05 21:47:34 +0000778/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000779#ifndef MAGICKCORE_HAVE_STDINT_H
780#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000781#endif
782
783/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000784#ifndef MAGICKCORE_HAVE_STDLIB_H
785#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000786#endif
787
788/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000789#ifndef MAGICKCORE_HAVE_STD_LIBS
790#define MAGICKCORE_HAVE_STD_LIBS /**/
791#endif
cristy3ed852e2009-09-05 21:47:34 +0000792
793/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000794#ifndef MAGICKCORE_HAVE_STRCASECMP
795#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000796#endif
797
798/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000799#ifndef MAGICKCORE_HAVE_STRCHR
800#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000801#endif
802
803/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000804#ifndef MAGICKCORE_HAVE_STRCSPN
805#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000806#endif
807
808/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000809#ifndef MAGICKCORE_HAVE_STRDUP
810#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000811#endif
812
813/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000814#ifndef MAGICKCORE_HAVE_STRERROR
815#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000816#endif
817
818/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000819#ifndef MAGICKCORE_HAVE_STRERROR_R
820#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000821#endif
822
823/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000824#ifndef MAGICKCORE_HAVE_STRINGIZE
825#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000826#endif
827
828/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000829#ifndef MAGICKCORE_HAVE_STRINGS_H
830#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000831#endif
832
833/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000834#ifndef MAGICKCORE_HAVE_STRING_H
835#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000836#endif
837
838/* Define to 1 if you have the `strlcat' function. */
839/* #undef HAVE_STRLCAT */
840
841/* Define to 1 if you have the `strlcpy' function. */
842/* #undef HAVE_STRLCPY */
843
844/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000845#ifndef MAGICKCORE_HAVE_STRNCASECMP
846#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000847#endif
848
849/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000850#ifndef MAGICKCORE_HAVE_STRPBRK
851#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000852#endif
853
854/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000855#ifndef MAGICKCORE_HAVE_STRRCHR
856#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000857#endif
858
859/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000860#ifndef MAGICKCORE_HAVE_STRSPN
861#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000862#endif
863
864/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000865#ifndef MAGICKCORE_HAVE_STRSTR
866#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000867#endif
868
cristy6c1eef12011-05-17 02:13:08 +0000869/* Define to 1 if you have the `strtod' function. */
870#ifndef MAGICKCORE_HAVE_STRTOD
871#define MAGICKCORE_HAVE_STRTOD 1
872#endif
873
874/* Define to 1 if you have the `strtod_l' function. */
875#ifndef MAGICKCORE_HAVE_STRTOD_L
876#define MAGICKCORE_HAVE_STRTOD_L 1
877#endif
878
cristy3ed852e2009-09-05 21:47:34 +0000879/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000880#ifndef MAGICKCORE_HAVE_STRTOL
881#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000882#endif
883
cristy5131f3e2009-12-18 03:09:10 +0000884/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000885#ifndef MAGICKCORE_HAVE_STRTOUL
886#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000887#endif
888
cristy92703d82010-04-26 00:18:18 +0000889/* Define to 1 if `tm_zone' is a member of `struct tm'. */
890#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
891#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
892#endif
893
cristy3ed852e2009-09-05 21:47:34 +0000894/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000895#ifndef MAGICKCORE_HAVE_SYMLINK
896#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000897#endif
898
899/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000900#ifndef MAGICKCORE_HAVE_SYSCONF
901#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000902#endif
903
904/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
905 */
906/* #undef HAVE_SYS_DIR_H */
907
908/* Define to 1 if you have the <sys/dl.h> header file. */
909/* #undef HAVE_SYS_DL_H */
910
911/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000912#ifndef MAGICKCORE_HAVE_SYS_IPC_H
913#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000914#endif
915
916/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
917 */
918/* #undef HAVE_SYS_NDIR_H */
919
cristycd4c5312009-11-22 01:19:08 +0000920/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000921#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
922#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000923#endif
924
cristy3ed852e2009-09-05 21:47:34 +0000925/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000926#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
927#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000928#endif
929
930/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000931#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
932#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000933#endif
934
935/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000936#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
937#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000938#endif
939
940/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000941#ifndef MAGICKCORE_HAVE_SYS_STAT_H
942#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000943#endif
944
945/* Define to 1 if you have the <sys/syslimits.h> header file. */
946/* #undef HAVE_SYS_SYSLIMITS_H */
947
948/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000949#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
950#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000951#endif
952
953/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000954#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
955#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000956#endif
957
958/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000959#ifndef MAGICKCORE_HAVE_SYS_TIME_H
960#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000961#endif
962
963/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000964#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
965#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000966#endif
967
968/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000969#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
970#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000971#endif
972
973/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000974#ifndef MAGICKCORE_HAVE_TELLDIR
975#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000976#endif
977
978/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000979#ifndef MAGICKCORE_HAVE_TEMPNAM
980#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000981#endif
982
983/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000984#ifndef MAGICKCORE_HAVE_TIFFCONF_H
985#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000986#endif
987
cristy3f590e52011-11-14 14:29:44 +0000988/* Define to 1 if you have the `TIFFIsBigEndian' function. */
989#ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
990#define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
991#endif
992
cristy3ed852e2009-09-05 21:47:34 +0000993/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000994#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
995#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000996#endif
997
998/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000999#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
1000#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +00001001#endif
1002
1003/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +00001004#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
1005#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +00001006#endif
1007
1008/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +00001009#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
1010#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001011#endif
1012
1013/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +00001014#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
1015#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +00001016#endif
1017
1018/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +00001019#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1020#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001021#endif
1022
1023/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +00001024#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1025#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +00001026#endif
1027
1028/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001029#ifndef MAGICKCORE_HAVE_TIMES
1030#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001031#endif
1032
cristy92703d82010-04-26 00:18:18 +00001033/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1034 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1035#ifndef MAGICKCORE_HAVE_TM_ZONE
1036#define MAGICKCORE_HAVE_TM_ZONE 1
1037#endif
1038
1039/* Define to 1 if you don't have `tm_zone' but do have the external array
1040 `tzname'. */
1041/* #undef HAVE_TZNAME */
1042
cristy501c8042011-05-26 17:46:28 +00001043/* Define to 1 if the system has the type `uintmax_t'. */
1044#ifndef MAGICKCORE_HAVE_UINTMAX_T
1045#define MAGICKCORE_HAVE_UINTMAX_T 1
1046#endif
1047
1048/* Define to 1 if the system has the type `uintptr_t'. */
1049#ifndef MAGICKCORE_HAVE_UINTPTR_T
1050#define MAGICKCORE_HAVE_UINTPTR_T 1
1051#endif
1052
cristyc5baf4f2010-08-31 15:05:33 +00001053/* Define to 1 if you have the `ulltostr' function. */
1054/* #undef HAVE_ULLTOSTR */
1055
cristy3ed852e2009-09-05 21:47:34 +00001056/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001057#ifndef MAGICKCORE_HAVE_UNISTD_H
1058#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001059#endif
1060
cristy501c8042011-05-26 17:46:28 +00001061/* Define to 1 if the system has the type `unsigned long long int'. */
1062#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1063#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1064#endif
1065
cristya20c9042011-05-19 13:22:18 +00001066/* Define to 1 if you have the `uselocale' function. */
1067#ifndef MAGICKCORE_HAVE_USELOCALE
1068#define MAGICKCORE_HAVE_USELOCALE 1
1069#endif
1070
cristy3ed852e2009-09-05 21:47:34 +00001071/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001072#ifndef MAGICKCORE_HAVE_USLEEP
1073#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001074#endif
1075
cristyf1440cb2010-02-23 02:24:21 +00001076/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001077#ifndef MAGICKCORE_HAVE_UTIME
1078#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001079#endif
1080
cristy3ed852e2009-09-05 21:47:34 +00001081/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001082#ifndef MAGICKCORE_HAVE_VFORK
1083#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001084#endif
1085
1086/* Define to 1 if you have the <vfork.h> header file. */
1087/* #undef HAVE_VFORK_H */
1088
cristy5d0cd952011-05-19 21:21:41 +00001089/* Define to 1 if you have the `vfprintf' function. */
1090#ifndef MAGICKCORE_HAVE_VFPRINTF
1091#define MAGICKCORE_HAVE_VFPRINTF 1
1092#endif
1093
1094/* Define to 1 if you have the `vfprintf_l' function. */
1095/* #undef HAVE_VFPRINTF_L */
1096
cristy3ed852e2009-09-05 21:47:34 +00001097/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001098#ifndef MAGICKCORE_HAVE_VPRINTF
1099#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001100#endif
1101
1102/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001103#ifndef MAGICKCORE_HAVE_VSNPRINTF
1104#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001105#endif
1106
cristyb51dff52011-05-19 16:55:47 +00001107/* Define to 1 if you have the `vsnprintf_l' function. */
1108/* #undef HAVE_VSNPRINTF_L */
1109
cristy3ed852e2009-09-05 21:47:34 +00001110/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001111#ifndef MAGICKCORE_HAVE_VSPRINTF
1112#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001113#endif
1114
1115/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001116#ifndef MAGICKCORE_HAVE_WAITPID
1117#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001118#endif
1119
1120/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001121#ifndef MAGICKCORE_HAVE_WCHAR_H
1122#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001123#endif
1124
cristy736173a2009-09-20 21:18:22 +00001125/* Define to 1 if you have the <windows.h> header file. */
1126/* #undef HAVE_WINDOWS_H */
1127
cristy739df912009-10-24 16:10:18 +00001128/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001129#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1130#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001131#endif
1132
1133/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001134#ifndef MAGICKCORE_HAVE_WORKING_FORK
1135#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001136#endif
1137
1138/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001139#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1140#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001141#endif
1142
cristya8549b12011-05-18 19:05:08 +00001143/* Define to 1 if you have the <xlocale.h> header file. */
1144#ifndef MAGICKCORE_HAVE_XLOCALE_H
1145#define MAGICKCORE_HAVE_XLOCALE_H 1
1146#endif
1147
cristy3ed852e2009-09-05 21:47:34 +00001148/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001149#ifndef MAGICKCORE_HAVE__BOOL
1150#define MAGICKCORE_HAVE__BOOL 1
1151#endif
cristy3ed852e2009-09-05 21:47:34 +00001152
1153/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001154#ifndef MAGICKCORE_HAVE__EXIT
1155#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001156#endif
1157
1158/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1159/* #undef HAVE__NSGETEXECUTABLEPATH */
1160
1161/* Define to 1 if you have the `_pclose' function. */
1162/* #undef HAVE__PCLOSE */
1163
1164/* Define to 1 if you have the `_popen' function. */
1165/* #undef HAVE__POPEN */
1166
1167/* Define to 1 if you have the `_wfopen' function. */
1168/* #undef HAVE__WFOPEN */
1169
1170/* Define to 1 if you have the `_wstat' function. */
1171/* #undef HAVE__WSTAT */
1172
cristy92703d82010-04-26 00:18:18 +00001173/* define if your compiler has __attribute__ */
1174#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1175#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1176#endif
1177
cristy3ed852e2009-09-05 21:47:34 +00001178/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001179/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001180
1181/* Define if you have umem memory allocation library */
1182/* #undef HasUMEM */
1183
cristy2a11bef2011-10-28 18:33:11 +00001184/* Directory where ImageMagick headers live. */
1185#ifndef MAGICKCORE_INCLUDE_PATH
1186#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001187#endif
1188
cristy3ed852e2009-09-05 21:47:34 +00001189/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001190#ifndef MAGICKCORE_INSTALLED_SUPPORT
1191#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001192#endif
1193
1194/* Define if you have JBIG library */
cristye2a912b2011-12-05 20:02:07 +00001195#ifndef MAGICKCORE_JBIG_DELEGATE
1196#define MAGICKCORE_JBIG_DELEGATE 1
1197#endif
cristy3ed852e2009-09-05 21:47:34 +00001198
1199/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001200#ifndef MAGICKCORE_JP2_DELEGATE
1201#define MAGICKCORE_JP2_DELEGATE 1
1202#endif
cristy3ed852e2009-09-05 21:47:34 +00001203
1204/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001205#ifndef MAGICKCORE_JPEG_DELEGATE
1206#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001207#endif
1208
cristy71203402010-06-18 13:12:03 +00001209/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001210#ifndef MAGICKCORE_LCMS_DELEGATE
1211#define MAGICKCORE_LCMS_DELEGATE 1
1212#endif
cristy3ed852e2009-09-05 21:47:34 +00001213
1214/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001215#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001216#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001217#endif
1218
1219/* Subdirectory of lib where ImageMagick architecture dependent files are
1220 installed */
cristy964cb7f2010-04-25 23:18:00 +00001221#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001222#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001223#endif
1224
1225/* Define if you have LQR library */
cristye2a912b2011-12-05 20:02:07 +00001226#ifndef MAGICKCORE_LQR_DELEGATE
1227#define MAGICKCORE_LQR_DELEGATE 1
1228#endif
cristy3ed852e2009-09-05 21:47:34 +00001229
1230/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001231#ifndef MAGICKCORE_LTDL_DELEGATE
1232#define MAGICKCORE_LTDL_DELEGATE 1
1233#endif
cristy3ed852e2009-09-05 21:47:34 +00001234
1235/* Define if the OS needs help to load dependent libraries for dlopen(). */
1236/* #undef LTDL_DLOPEN_DEPLIBS */
1237
1238/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001239#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristye2a912b2011-12-05 20:02:07 +00001240#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas:/opt/modules/pkg/intel/f77/10.0.025/lib:/opt/intel/lib/intel64:/usr/lib64/llvm:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/nvidia:/usr/lib64/octave/3.4.3:/usr/lib64/qt-3.3/lib:/usr/lib64/tracker-0.12:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001241#endif
1242
1243/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001244#ifndef MAGICKCORE_LT_LIBEXT
1245#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001246#endif
1247
cristyda16f162011-02-19 23:52:17 +00001248/* The archive prefix */
1249#ifndef MAGICKCORE_LT_LIBPREFIX
1250#define MAGICKCORE_LT_LIBPREFIX "lib"
1251#endif
1252
cristy3ed852e2009-09-05 21:47:34 +00001253/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001254#ifndef MAGICKCORE_LT_MODULE_EXT
1255#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001256#endif
1257
1258/* Define to the name of the environment variable that determines the run-time
1259 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001260#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1261#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001262#endif
1263
1264/* Define to the sub-directory in which libtool stores uninstalled libraries.
1265 */
cristy964cb7f2010-04-25 23:18:00 +00001266#ifndef MAGICKCORE_LT_OBJDIR
1267#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001268#endif
1269
cristy3f590e52011-11-14 14:29:44 +00001270/* Define if you have LZMA library */
cristyae56d442011-05-10 21:10:20 +00001271#ifndef MAGICKCORE_LZMA_DELEGATE
1272#define MAGICKCORE_LZMA_DELEGATE 1
1273#endif
cristyfbb0ef02010-12-19 02:32:11 +00001274
cristy3ed852e2009-09-05 21:47:34 +00001275/* Define to prepend to default font search path. */
1276/* #undef MAGICK_FONT_PATH */
1277
1278/* Magick API method prefix */
1279/* #undef NAMESPACE_PREFIX */
1280
cristya0b81c32010-01-22 02:54:33 +00001281/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001282/* #undef NDEBUG */
1283
1284/* Define if dlsym() requires a leading underscore in symbol names. */
1285/* #undef NEED_USCORE */
1286
1287/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1288/* #undef NO_MINUS_C_MINUS_O */
1289
1290/* Define if you have OPENEXR library */
cristye2a912b2011-12-05 20:02:07 +00001291#ifndef MAGICKCORE_OPENEXR_DELEGATE
1292#define MAGICKCORE_OPENEXR_DELEGATE 1
1293#endif
cristy3ed852e2009-09-05 21:47:34 +00001294
cristya448bd22011-10-14 12:38:13 +00001295/* Name of package */
1296#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001297#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001298#endif
1299
cristy3ed852e2009-09-05 21:47:34 +00001300/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001301#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1302#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001303#endif
1304
1305/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001306#ifndef MAGICKCORE_PACKAGE_NAME
1307#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001308#endif
1309
1310/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001311#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001312#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001313#endif
1314
1315/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001316#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001317#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001318#endif
1319
cristy8b350f62009-11-15 23:12:43 +00001320/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001321#ifndef MAGICKCORE_PACKAGE_URL
1322#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001323#endif
1324
cristy3ed852e2009-09-05 21:47:34 +00001325/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001326#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001327#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001328#endif
1329
cristy41cbe8a2011-10-27 01:35:18 +00001330/* Define if you have PANGOFT2 library */
1331#ifndef MAGICKCORE_PANGOFT2_DELEGATE
1332#define MAGICKCORE_PANGOFT2_DELEGATE 1
1333#endif
1334
1335/* Define if you have PANGO library */
1336#ifndef MAGICKCORE_PANGO_DELEGATE
1337#define MAGICKCORE_PANGO_DELEGATE 1
1338#endif
1339
cristy3ed852e2009-09-05 21:47:34 +00001340/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001341#ifndef MAGICKCORE_PNG_DELEGATE
1342#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001343#endif
1344
1345/* Define to necessary symbol if this constant uses a non-standard name on
1346 your system. */
1347/* #undef PTHREAD_CREATE_JOINABLE */
1348
1349/* Pixel cache threshold in MB (defaults to available memory) */
1350/* #undef PixelCacheThreshold */
1351
1352/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001353#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001354#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001355#endif
1356
1357/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001358#ifndef MAGICKCORE_RETSIGTYPE
1359#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001360#endif
1361
1362/* Define if you have RSVG library */
cristye2a912b2011-12-05 20:02:07 +00001363#ifndef MAGICKCORE_RSVG_DELEGATE
1364#define MAGICKCORE_RSVG_DELEGATE 1
1365#endif
cristy3ed852e2009-09-05 21:47:34 +00001366
1367/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001368#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1369#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001370#endif
1371
1372/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001373#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1374#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001375#endif
1376
1377/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001378#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1379#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001380#endif
1381
1382/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001383#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001384#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001385#endif
1386
1387/* Subdirectory of lib where architecture-independent configuration files
1388 live. */
1389#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001390#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001391#endif
1392
1393/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001394#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001395#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001396#endif
1397
1398/* Subdirectory of lib where architecture-independent configuration files
1399 live. */
cristy4f820712011-04-01 12:35:43 +00001400#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001401#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001402#endif
1403
1404/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001405#ifndef MAGICKCORE_SIZEOF_OFF_T
1406#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001407#endif
1408
1409/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001410#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1411#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001412#endif
1413
1414/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001415#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1416#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001417#endif
1418
1419/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001420#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1421#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001422#endif
1423
1424/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001425#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1426#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001427#endif
1428
1429/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001430#ifndef MAGICKCORE_SIZEOF_SIZE_T
1431#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001432#endif
1433
cristy330e9352010-06-01 18:42:49 +00001434/* The size of `ssize_t', as computed by sizeof. */
1435#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1436#define MAGICKCORE_SIZEOF_SSIZE_T 8
1437#endif
1438
cristy3ed852e2009-09-05 21:47:34 +00001439/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001440#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1441#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001442#endif
1443
1444/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001445#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1446#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001447#endif
1448
1449/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001450#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1451#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001452#endif
1453
1454/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001455#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1456#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001457#endif
1458
1459/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001460#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1461#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001462#endif
1463
1464/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1465/* #undef STAT_MACROS_BROKEN */
1466
1467/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001468#ifndef MAGICKCORE_STDC_HEADERS
1469#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001470#endif
1471
cristy7d4a1d62011-10-13 15:54:12 +00001472/* Define to 1 if strerror_r returns char *. */
1473#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1474#define MAGICKCORE_STRERROR_R_CHAR_P 1
1475#endif
1476
cristy55bf91c2010-09-24 00:29:41 +00001477/* Define if you have POSIX threads libraries and header files. */
1478#ifndef MAGICKCORE_THREAD_SUPPORT
1479#define MAGICKCORE_THREAD_SUPPORT 1
1480#endif
1481
cristy3ed852e2009-09-05 21:47:34 +00001482/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001483#ifndef MAGICKCORE_TIFF_DELEGATE
1484#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001485#endif
1486
1487/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001488#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1489#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001490#endif
1491
1492/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1493/* #undef TM_IN_SYS_TIME */
1494
1495/* Enable extensions on AIX 3, Interix. */
1496#ifndef _ALL_SOURCE
1497# define _ALL_SOURCE 1
1498#endif
1499/* Enable GNU extensions on systems that have them. */
1500#ifndef _GNU_SOURCE
1501# define _GNU_SOURCE 1
1502#endif
1503/* Enable threading extensions on Solaris. */
1504#ifndef _POSIX_PTHREAD_SEMANTICS
1505# define _POSIX_PTHREAD_SEMANTICS 1
1506#endif
1507/* Enable extensions on HP NonStop. */
1508#ifndef _TANDEM_SOURCE
1509# define _TANDEM_SOURCE 1
1510#endif
1511/* Enable general extensions on Solaris. */
1512#ifndef __EXTENSIONS__
1513# define __EXTENSIONS__ 1
1514#endif
1515
1516
cristya448bd22011-10-14 12:38:13 +00001517/* Version number of package */
1518#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001519#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001520#endif
1521
cristyb1860752011-03-14 00:27:46 +00001522/* Define if you have WEBP library */
cristye2a912b2011-12-05 20:02:07 +00001523#ifndef MAGICKCORE_WEBP_DELEGATE
1524#define MAGICKCORE_WEBP_DELEGATE 1
1525#endif
cristyb1860752011-03-14 00:27:46 +00001526
cristy3ed852e2009-09-05 21:47:34 +00001527/* Define to use the Windows GDI32 library */
1528/* #undef WINGDI32_DELEGATE */
1529
1530/* Define if using the dmalloc debugging malloc package */
1531/* #undef WITH_DMALLOC */
1532
cristy189e84c2011-08-27 18:08:53 +00001533/* Define if you have WMF library */
cristye2a912b2011-12-05 20:02:07 +00001534#ifndef MAGICKCORE_WMF_DELEGATE
1535#define MAGICKCORE_WMF_DELEGATE 1
1536#endif
cristy3ed852e2009-09-05 21:47:34 +00001537
cristy3ed852e2009-09-05 21:47:34 +00001538/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1539 significant byte first (like Motorola and SPARC, unlike Intel). */
1540#if defined AC_APPLE_UNIVERSAL_BUILD
1541# if defined __BIG_ENDIAN__
1542# define WORDS_BIGENDIAN 1
1543# endif
1544#else
1545# ifndef WORDS_BIGENDIAN
1546/* # undef WORDS_BIGENDIAN */
1547# endif
1548#endif
1549
1550/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001551#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1552#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001553#endif
1554
1555/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001556#ifndef MAGICKCORE_X11_DELEGATE
1557#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001558#endif
1559
1560/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001561#ifndef MAGICKCORE_XML_DELEGATE
1562#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001563#endif
1564
1565/* Define to 1 if the X Window System is missing or not being used. */
1566/* #undef X_DISPLAY_MISSING */
1567
cristy6e3607c2011-09-13 13:59:17 +00001568/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy633f0c62011-09-15 13:27:36 +00001569/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001570
cristy3ed852e2009-09-05 21:47:34 +00001571/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001572#ifndef MAGICKCORE_ZLIB_DELEGATE
1573#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001574#endif
1575
1576/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001577/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001578
1579/* enable run-time bounds-checking */
1580/* #undef _FORTIFY_SOURCE */
1581
1582/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1583/* #undef _LARGEFILE_SOURCE */
1584
1585/* Define for large files, on AIX-style hosts. */
1586/* #undef _LARGE_FILES */
1587
1588/* Define to 1 if on MINIX. */
1589/* #undef _MINIX */
1590
cristy99cc3002010-01-21 14:50:11 +00001591/* Define this for the OpenCL Accelerator */
cristye2a912b2011-12-05 20:02:07 +00001592#ifndef MAGICKCORE__OPENCL
1593#define MAGICKCORE__OPENCL 1
1594#endif
cristy99cc3002010-01-21 14:50:11 +00001595
cristy3ed852e2009-09-05 21:47:34 +00001596/* Define to 2 if the system does not provide POSIX.1 features except with
1597 this defined. */
1598/* #undef _POSIX_1_SOURCE */
1599
1600/* Define to 1 if you need to in order for `stat' and other things to work. */
1601/* #undef _POSIX_SOURCE */
1602
cristy501c8042011-05-26 17:46:28 +00001603/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1604 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1605 #define below would cause a syntax error. */
1606/* #undef _UINT32_T */
1607
1608/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1609 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1610 #define below would cause a syntax error. */
1611/* #undef _UINT64_T */
1612
1613/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1614 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1615 #define below would cause a syntax error. */
1616/* #undef _UINT8_T */
1617
cristy3ed852e2009-09-05 21:47:34 +00001618/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1619#ifndef __CHAR_UNSIGNED__
1620/* # undef __CHAR_UNSIGNED__ */
1621#endif
1622
1623/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1624/* #undef __error_t_defined */
1625
1626/* Define to appropriate substitue if compiler does not have __func__ */
1627/* #undef __func__ */
1628
cristy3ed852e2009-09-05 21:47:34 +00001629/* Define to a type to use for `error_t' if it is not otherwise available. */
1630/* #undef error_t */
1631
cristy501c8042011-05-26 17:46:28 +00001632/* Define to `int' if <sys/types.h> doesn't define. */
1633/* #undef gid_t */
1634
cristy3ed852e2009-09-05 21:47:34 +00001635/* Define to `__inline__' or `__inline' if that's what the C compiler
1636 calls it, or to nothing if 'inline' is not supported under any name. */
1637#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001638/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001639#endif
1640
cristy501c8042011-05-26 17:46:28 +00001641/* Define to the type of a signed integer type of width exactly 16 bits if
1642 such a type exists and the standard includes do not define it. */
1643/* #undef int16_t */
1644
1645/* Define to the type of a signed integer type of width exactly 32 bits if
1646 such a type exists and the standard includes do not define it. */
1647/* #undef int32_t */
1648
1649/* Define to the type of a signed integer type of width exactly 64 bits if
1650 such a type exists and the standard includes do not define it. */
1651/* #undef int64_t */
1652
1653/* Define to the type of a signed integer type of width exactly 8 bits if such
1654 a type exists and the standard includes do not define it. */
1655/* #undef int8_t */
1656
1657/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1658 not define. */
1659/* #undef intmax_t */
1660
1661/* Define to the type of a signed integer type wide enough to hold a pointer,
1662 if such a type exists, and if the system does not define it. */
1663/* #undef intptr_t */
1664
1665/* Define to a type if <wchar.h> does not define. */
1666/* #undef mbstate_t */
1667
cristy3ed852e2009-09-05 21:47:34 +00001668/* Define to `int' if <sys/types.h> does not define. */
1669/* #undef mode_t */
1670
1671/* Define to `long int' if <sys/types.h> does not define. */
1672/* #undef off_t */
1673
1674/* Define to `int' if <sys/types.h> does not define. */
1675/* #undef pid_t */
1676
1677/* Define to the equivalent of the C99 'restrict' keyword, or to
1678 nothing if this is not supported. Do not define if restrict is
1679 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001680#ifndef _magickcore_restrict
1681#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001682#endif
cristy8b350f62009-11-15 23:12:43 +00001683/* Work around a bug in Sun C++: it does not support _Restrict or
1684 __restrict__, even though the corresponding Sun C compiler ends up with
1685 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1686 previous line. Perhaps some future version of Sun C++ will work with
1687 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001688#if defined __SUNPRO_CC && !defined __RESTRICT
1689# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001690# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001691#endif
1692
1693/* Define to `unsigned int' if <sys/types.h> does not define. */
1694/* #undef size_t */
1695
1696/* Define to `int' if <sys/types.h> does not define. */
1697/* #undef ssize_t */
1698
cristy501c8042011-05-26 17:46:28 +00001699/* Define to `int' if <sys/types.h> doesn't define. */
1700/* #undef uid_t */
1701
1702/* Define to the type of an unsigned integer type of width exactly 16 bits if
1703 such a type exists and the standard includes do not define it. */
1704/* #undef uint16_t */
1705
1706/* Define to the type of an unsigned integer type of width exactly 32 bits if
1707 such a type exists and the standard includes do not define it. */
1708/* #undef uint32_t */
1709
1710/* Define to the type of an unsigned integer type of width exactly 64 bits if
1711 such a type exists and the standard includes do not define it. */
1712/* #undef uint64_t */
1713
1714/* Define to the type of an unsigned integer type of width exactly 8 bits if
1715 such a type exists and the standard includes do not define it. */
1716/* #undef uint8_t */
1717
1718/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1719 do not define. */
1720/* #undef uintmax_t */
1721
1722/* Define to the type of an unsigned integer type wide enough to hold a
1723 pointer, if such a type exists, and if the system does not define it. */
1724/* #undef uintptr_t */
1725
cristy3ed852e2009-09-05 21:47:34 +00001726/* Define as `fork' if `vfork' does not work. */
1727/* #undef vfork */
1728
1729/* Define to empty if the keyword `volatile' does not work. Warning: valid
1730 code using `volatile' can become incorrect without. Disable with care. */
1731/* #undef volatile */
1732
cristy4c08aed2011-07-01 19:47:50 +00001733/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001734#endif