blob: 408ebd3a75689650119d01629443a43bb7436e35 [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 */
anthony72feaa62012-01-17 06:46:23 +000012#ifndef MAGICKCORE_AUTOTRACE_DELEGATE
13#define MAGICKCORE_AUTOTRACE_DELEGATE 1
14#endif
cristy3ed852e2009-09-05 21:47:34 +000015
16/* Define if coders and filters are to be built as modules. */
cristy71b27172012-01-13 00:21:44 +000017/* #undef BUILD_MODULES */
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 */
cristy7bc1be42012-01-02 02:44:33 +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 */
anthony72feaa62012-01-17 06:46:23 +0000108#ifndef MAGICKCORE_GS_DELEGATE
109#define MAGICKCORE_GS_DELEGATE 1
110#endif
cristy3ed852e2009-09-05 21:47:34 +0000111
112/* Define if you have GVC library */
anthony72feaa62012-01-17 06:46:23 +0000113/* #undef GVC_DELEGATE */
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 */
anthony72feaa62012-01-17 06:46:23 +0000184/* #undef HAVE_BOOL */
cristy3ed852e2009-09-05 21:47:34 +0000185
cristy47b022b2011-01-18 22:29:21 +0000186/* Define to 1 if you have the `cabs' function. */
187#ifndef MAGICKCORE_HAVE_CABS
188#define MAGICKCORE_HAVE_CABS 1
189#endif
190
191/* Define to 1 if you have the `carg' function. */
192#ifndef MAGICKCORE_HAVE_CARG
193#define MAGICKCORE_HAVE_CARG 1
194#endif
195
cristy56ed31c2010-03-22 00:46:21 +0000196/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000197#ifndef MAGICKCORE_HAVE_CIMAG
198#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000199#endif
200
cristy3ed852e2009-09-05 21:47:34 +0000201/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000202#ifndef MAGICKCORE_HAVE_CLOCK
203#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000204#endif
205
cristye43a45e2009-09-28 14:49:00 +0000206/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000207#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
208#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000209#endif
210
cristye43a45e2009-09-28 14:49:00 +0000211/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000212#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
213#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000214#endif
215
cristy3ed852e2009-09-05 21:47:34 +0000216/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000217#ifndef MAGICKCORE_HAVE_CLOSEDIR
218#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000219#endif
220
cristyfe2e68f2010-01-09 19:16:03 +0000221/* Define to 1 if you have the <CL/cl.h> header file. */
cristy71b27172012-01-13 00:21:44 +0000222/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000223
cristy3ed852e2009-09-05 21:47:34 +0000224/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000225#ifndef MAGICKCORE_HAVE_COMPLEX_H
226#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000227#endif
228
cristy47b022b2011-01-18 22:29:21 +0000229/* Define to 1 if you have the `creal' function. */
230#ifndef MAGICKCORE_HAVE_CREAL
231#define MAGICKCORE_HAVE_CREAL 1
232#endif
233
cristyc5baf4f2010-08-31 15:05:33 +0000234/* Define to 1 if you have the `ctime_r' function. */
235#ifndef MAGICKCORE_HAVE_CTIME_R
236#define MAGICKCORE_HAVE_CTIME_R 1
237#endif
238
cristy3ed852e2009-09-05 21:47:34 +0000239/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
240 you don't. */
241/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
242
243/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
244 */
cristy964cb7f2010-04-25 23:18:00 +0000245#ifndef MAGICKCORE_HAVE_DECL_PREAD
246#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000247#endif
248
249/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
250 */
cristy964cb7f2010-04-25 23:18:00 +0000251#ifndef MAGICKCORE_HAVE_DECL_PWRITE
252#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000253#endif
254
cristy7d4a1d62011-10-13 15:54:12 +0000255/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
256 don't. */
257#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
258#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
259#endif
260
cristy3ed852e2009-09-05 21:47:34 +0000261/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
262 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000263#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
264#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000265#endif
266
cristy92703d82010-04-26 00:18:18 +0000267/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
268 */
269/* #undef HAVE_DECL_TZNAME */
270
cristy3ed852e2009-09-05 21:47:34 +0000271/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
272 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000273#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
274#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000275#endif
276
277/* Define to 1 if you have the `directio' function. */
278/* #undef HAVE_DIRECTIO */
279
280/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
281 */
cristy964cb7f2010-04-25 23:18:00 +0000282#ifndef MAGICKCORE_HAVE_DIRENT_H
283#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000284#endif
285
286/* Define if you have the GNU dld library. */
287/* #undef HAVE_DLD */
288
289/* Define to 1 if you have the <dld.h> header file. */
290/* #undef HAVE_DLD_H */
291
292/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000293#ifndef MAGICKCORE_HAVE_DLERROR
294#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000295#endif
296
297/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000298#ifndef MAGICKCORE_HAVE_DLFCN_H
299#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000300#endif
301
302/* Define to 1 if you have the <dl.h> header file. */
303/* #undef HAVE_DL_H */
304
305/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
306/* #undef HAVE_DOPRNT */
307
308/* Define if you have the _dyld_func_lookup function. */
309/* #undef HAVE_DYLD */
310
311/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000312#ifndef MAGICKCORE_HAVE_ERRNO_H
313#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000314#endif
315
316/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000317#ifndef MAGICKCORE_HAVE_ERROR_T
318#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000319#endif
320
321/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000322#ifndef MAGICKCORE_HAVE_EXECVP
323#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000324#endif
325
cristyf1440cb2010-02-23 02:24:21 +0000326/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000327#ifndef MAGICKCORE_HAVE_FCHMOD
328#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000329#endif
330
cristy3ed852e2009-09-05 21:47:34 +0000331/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000332#ifndef MAGICKCORE_HAVE_FCNTL_H
333#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000334#endif
335
336/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000337#ifndef MAGICKCORE_HAVE_FLOOR
338#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000339#endif
cristy3ed852e2009-09-05 21:47:34 +0000340
341/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000342#ifndef MAGICKCORE_HAVE_FORK
343#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000344#endif
345
346/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000347#ifndef MAGICKCORE_HAVE_FSEEKO
348#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000349#endif
350
cristy81beccd2011-10-03 18:17:24 +0000351/* Define to 1 if you have the <ft2build.h> header file. */
352#ifndef MAGICKCORE_HAVE_FT2BUILD_H
353#define MAGICKCORE_HAVE_FT2BUILD_H 1
354#endif
355
cristy3ed852e2009-09-05 21:47:34 +0000356/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000357#ifndef MAGICKCORE_HAVE_FTIME
358#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000359#endif
360
361/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000362#ifndef MAGICKCORE_HAVE_FTRUNCATE
363#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000364#endif
365
366/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000367#ifndef MAGICKCORE_HAVE_GETCWD
368#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000369#endif
370
cristyc5baf4f2010-08-31 15:05:33 +0000371/* Define to 1 if you have the `getc_unlocked' function. */
372#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
373#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
374#endif
375
cristy3ed852e2009-09-05 21:47:34 +0000376/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000377#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
378#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000379#endif
380
381/* Define to 1 if you have the `getexecname' function. */
382/* #undef HAVE_GETEXECNAME */
383
384/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000385#ifndef MAGICKCORE_HAVE_GETPAGESIZE
386#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000387#endif
388
389/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000390#ifndef MAGICKCORE_HAVE_GETPID
391#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000392#endif
393
cristyd3ef0102009-09-12 18:11:06 +0000394/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000395#ifndef MAGICKCORE_HAVE_GETRLIMIT
396#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000397#endif
398
cristy3ed852e2009-09-05 21:47:34 +0000399/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000400#ifndef MAGICKCORE_HAVE_GETRUSAGE
401#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000402#endif
403
404/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000405#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
406#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000407#endif
408
409/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000410#ifndef MAGICKCORE_HAVE_GMTIME_R
411#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000412#endif
413
cristy501c8042011-05-26 17:46:28 +0000414/* Define to 1 if the system has the type `intmax_t'. */
415#ifndef MAGICKCORE_HAVE_INTMAX_T
416#define MAGICKCORE_HAVE_INTMAX_T 1
417#endif
418
419/* Define to 1 if the system has the type `intptr_t'. */
420#ifndef MAGICKCORE_HAVE_INTPTR_T
421#define MAGICKCORE_HAVE_INTPTR_T 1
422#endif
423
cristy3ed852e2009-09-05 21:47:34 +0000424/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000425#ifndef MAGICKCORE_HAVE_INTTYPES_H
426#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000427#endif
428
cristy82b20722011-11-05 21:52:36 +0000429/* Define to 1 if you have the `isnan' function. */
430#ifndef MAGICKCORE_HAVE_ISNAN
431#define MAGICKCORE_HAVE_ISNAN 1
432#endif
433
cristy161b9262010-03-20 19:34:32 +0000434/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000435#ifndef MAGICKCORE_HAVE_J0
436#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000437#endif
438
439/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000440#ifndef MAGICKCORE_HAVE_J1
441#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000442#endif
443
cristyd09bcf92010-03-25 03:04:45 +0000444/* Define if you have the <lcms2.h> header file. */
anthony72feaa62012-01-17 06:46:23 +0000445/* #undef HAVE_LCMS2_H */
cristyd09bcf92010-03-25 03:04:45 +0000446
cristy71203402010-06-18 13:12:03 +0000447/* Define if you have the <lcms2/lcms2.h> header file. */
448/* #undef HAVE_LCMS2_LCMS2_H */
449
cristy3ed852e2009-09-05 21:47:34 +0000450/* Define if you have the <lcms.h> header file. */
anthony72feaa62012-01-17 06:46:23 +0000451#ifndef MAGICKCORE_HAVE_LCMS_H
452#define MAGICKCORE_HAVE_LCMS_H 1
453#endif
cristy3ed852e2009-09-05 21:47:34 +0000454
455/* Define if you have the <lcms/lcms.h> header file. */
456/* #undef HAVE_LCMS_LCMS_H */
457
458/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000459#ifndef MAGICKCORE_HAVE_LIBDL
460#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000461#endif
462
463/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000464#ifndef MAGICKCORE_HAVE_LIBDLLOADER
465#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000466#endif
467
468/* Define to 1 if you have the `gcov' library (-lgcov). */
469/* #undef HAVE_LIBGCOV */
470
471/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000472#ifndef MAGICKCORE_HAVE_LIMITS_H
473#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000474#endif
475
476/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000477#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
478#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000479#endif
480
cristyc5baf4f2010-08-31 15:05:33 +0000481/* Define to 1 if you have the `lltostr' function. */
482/* #undef HAVE_LLTOSTR */
483
cristy3ed852e2009-09-05 21:47:34 +0000484/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000485#ifndef MAGICKCORE_HAVE_LOCALE_H
486#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000487#endif
488
489/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000490#ifndef MAGICKCORE_HAVE_LOCALTIME_R
491#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000492#endif
493
cristy501c8042011-05-26 17:46:28 +0000494/* Define to 1 if the system has the type `long double'. */
495#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
496#define MAGICKCORE_HAVE_LONG_DOUBLE 1
497#endif
498
cristy3ed852e2009-09-05 21:47:34 +0000499/* Define to 1 if the type `long double' works and has more range or precision
500 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000501#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
502#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000503#endif
504
cristy501c8042011-05-26 17:46:28 +0000505/* Define to 1 if the system has the type `long long int'. */
506#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
507#define MAGICKCORE_HAVE_LONG_LONG_INT 1
508#endif
509
cristy3ed852e2009-09-05 21:47:34 +0000510/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000511#ifndef MAGICKCORE_HAVE_LSTAT
512#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000513#endif
514
cristy3ed852e2009-09-05 21:47:34 +0000515/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000516#ifndef MAGICKCORE_HAVE_LTDL
517#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000518#endif
519
520/* Define to 1 if you have the <machine/param.h> header file. */
521/* #undef HAVE_MACHINE_PARAM_H */
522
523/* Define to 1 if you have the <mach-o/dyld.h> header file. */
524/* #undef HAVE_MACH_O_DYLD_H */
525
cristy501c8042011-05-26 17:46:28 +0000526/* Define to 1 if <wchar.h> declares mbstate_t. */
527#ifndef MAGICKCORE_HAVE_MBSTATE_T
528#define MAGICKCORE_HAVE_MBSTATE_T 1
529#endif
530
cristy3ed852e2009-09-05 21:47:34 +0000531/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000532#ifndef MAGICKCORE_HAVE_MEMMOVE
533#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000534#endif
535
536/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000537#ifndef MAGICKCORE_HAVE_MEMORY_H
538#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000539#endif
540
541/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000542#ifndef MAGICKCORE_HAVE_MEMSET
543#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000544#endif
545
546/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000547#ifndef MAGICKCORE_HAVE_MKSTEMP
548#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000549#endif
550
551/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000552#ifndef MAGICKCORE_HAVE_MMAP
553#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000554#endif
555
556/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000557#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
558#define MAGICKCORE_HAVE_MMAP_FILEIO 1
559#endif
cristy3ed852e2009-09-05 21:47:34 +0000560
561/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000562#ifndef MAGICKCORE_HAVE_MUNMAP
563#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000564#endif
565
566/* define if the compiler implements namespaces */
anthony72feaa62012-01-17 06:46:23 +0000567/* #undef HAVE_NAMESPACES */
cristy964cb7f2010-04-25 23:18:00 +0000568
569/* Define if g++ supports namespace std. */
anthony72feaa62012-01-17 06:46:23 +0000570/* #undef HAVE_NAMESPACE_STD */
cristy3ed852e2009-09-05 21:47:34 +0000571
cristya21afde2010-07-02 00:45:40 +0000572/* Define to 1 if you have the `nanosleep' function. */
573#ifndef MAGICKCORE_HAVE_NANOSLEEP
574#define MAGICKCORE_HAVE_NANOSLEEP 1
575#endif
576
cristy3ed852e2009-09-05 21:47:34 +0000577/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
578/* #undef HAVE_NDIR_H */
579
cristya8549b12011-05-18 19:05:08 +0000580/* Define to 1 if you have the `newlocale' function. */
581#ifndef MAGICKCORE_HAVE_NEWLOCALE
582#define MAGICKCORE_HAVE_NEWLOCALE 1
583#endif
584
cristyfe2e68f2010-01-09 19:16:03 +0000585/* Define to 1 if you have the <OpenCL/cl.h> header file. */
586/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000587
cristy3ed852e2009-09-05 21:47:34 +0000588/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000589#ifndef MAGICKCORE_HAVE_OPENDIR
590#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000591#endif
592
593/* Define to 1 if you have the <OS.h> header file. */
594/* #undef HAVE_OS_H */
595
596/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000597#ifndef MAGICKCORE_HAVE_PCLOSE
598#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000599#endif
600
601/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000602#ifndef MAGICKCORE_HAVE_POLL
603#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000604#endif
605
606/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000607#ifndef MAGICKCORE_HAVE_POPEN
608#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000609#endif
610
611/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000612#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
613#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000614#endif
615
616/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000617#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
618#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000619#endif
620
621/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000622#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
623#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000624#endif
625
626/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000627#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
628#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000629#endif
630
cristy5c40fb42010-08-05 16:12:44 +0000631/* Define to 1 if you have the `posix_spawnp' function. */
632#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
633#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
634#endif
635
cristy3ed852e2009-09-05 21:47:34 +0000636/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000637#ifndef MAGICKCORE_HAVE_POW
638#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000639#endif
cristy3ed852e2009-09-05 21:47:34 +0000640
641/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000642#ifndef MAGICKCORE_HAVE_PREAD
643#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000644#endif
645
646/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000647#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
648#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000649#endif
650
cristy98e91bd2010-01-12 01:11:42 +0000651/* Define to 1 if you have the <process.h> header file. */
652/* #undef HAVE_PROCESS_H */
653
cristy3ed852e2009-09-05 21:47:34 +0000654/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000655#ifndef MAGICKCORE_HAVE_PTHREAD
656#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000657#endif
658
cristya316db12011-10-24 00:49:45 +0000659/* Have PTHREAD_PRIO_INHERIT. */
660#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
661#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
662#endif
663
cristy3ed852e2009-09-05 21:47:34 +0000664/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000665#ifndef MAGICKCORE_HAVE_PWRITE
666#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000667#endif
668
cristyc5baf4f2010-08-31 15:05:33 +0000669/* Define to 1 if you have the `qsort_r' function. */
670#ifndef MAGICKCORE_HAVE_QSORT_R
671#define MAGICKCORE_HAVE_QSORT_R 1
672#endif
673
cristy3ed852e2009-09-05 21:47:34 +0000674/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000675#ifndef MAGICKCORE_HAVE_RAISE
676#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000677#endif
678
679/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000680#ifndef MAGICKCORE_HAVE_RAND_R
681#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000682#endif
683
684/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000685#ifndef MAGICKCORE_HAVE_READDIR
686#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000687#endif
688
689/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000690#ifndef MAGICKCORE_HAVE_READDIR_R
691#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000692#endif
693
694/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000695#ifndef MAGICKCORE_HAVE_READLINK
696#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000697#endif
698
699/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000700#ifndef MAGICKCORE_HAVE_REALPATH
701#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000702#endif
703
704/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000705#ifndef MAGICKCORE_HAVE_SEEKDIR
706#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000707#endif
708
709/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000710#ifndef MAGICKCORE_HAVE_SELECT
711#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000712#endif
713
714/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000715#ifndef MAGICKCORE_HAVE_SETLOCALE
716#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000717#endif
718
719/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000720#ifndef MAGICKCORE_HAVE_SETVBUF
721#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000722#endif
723
724/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000725#ifndef MAGICKCORE_HAVE_SHAPE
726#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000727#endif
728
729/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000730#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
731#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000732#endif
733
734/* Define if you have the shl_load function. */
735/* #undef HAVE_SHL_LOAD */
736
737/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000738#ifndef MAGICKCORE_HAVE_SIGACTION
739#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000740#endif
741
742/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000743#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
744#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000745#endif
746
cristy393bbe52010-01-11 16:32:56 +0000747/* Define to 1 if you have the `spawnvp' function. */
748/* #undef HAVE_SPAWNVP */
749
cristy3ed852e2009-09-05 21:47:34 +0000750/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000751#ifndef MAGICKCORE_HAVE_SQRT
752#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000753#endif
cristy3ed852e2009-09-05 21:47:34 +0000754
755/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000756#ifndef MAGICKCORE_HAVE_STAT
757#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000758#endif
759
760/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000761#ifndef MAGICKCORE_HAVE_STDARG_H
762#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000763#endif
764
765/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000766#ifndef MAGICKCORE_HAVE_STDBOOL_H
767#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000768#endif
769
cristy3ed852e2009-09-05 21:47:34 +0000770/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000771#ifndef MAGICKCORE_HAVE_STDINT_H
772#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000773#endif
774
775/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000776#ifndef MAGICKCORE_HAVE_STDLIB_H
777#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000778#endif
779
780/* define if the compiler supports ISO C++ standard library */
anthony72feaa62012-01-17 06:46:23 +0000781/* #undef HAVE_STD_LIBS */
cristy3ed852e2009-09-05 21:47:34 +0000782
783/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000784#ifndef MAGICKCORE_HAVE_STRCASECMP
785#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000786#endif
787
788/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000789#ifndef MAGICKCORE_HAVE_STRCHR
790#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000791#endif
792
793/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000794#ifndef MAGICKCORE_HAVE_STRCSPN
795#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000796#endif
797
798/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000799#ifndef MAGICKCORE_HAVE_STRDUP
800#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000801#endif
802
803/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000804#ifndef MAGICKCORE_HAVE_STRERROR
805#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000806#endif
807
808/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000809#ifndef MAGICKCORE_HAVE_STRERROR_R
810#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000811#endif
812
813/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000814#ifndef MAGICKCORE_HAVE_STRINGIZE
815#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000816#endif
817
818/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000819#ifndef MAGICKCORE_HAVE_STRINGS_H
820#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000821#endif
822
823/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000824#ifndef MAGICKCORE_HAVE_STRING_H
825#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000826#endif
827
828/* Define to 1 if you have the `strlcat' function. */
829/* #undef HAVE_STRLCAT */
830
831/* Define to 1 if you have the `strlcpy' function. */
832/* #undef HAVE_STRLCPY */
833
834/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000835#ifndef MAGICKCORE_HAVE_STRNCASECMP
836#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000837#endif
838
839/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000840#ifndef MAGICKCORE_HAVE_STRPBRK
841#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000842#endif
843
844/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000845#ifndef MAGICKCORE_HAVE_STRRCHR
846#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000847#endif
848
849/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000850#ifndef MAGICKCORE_HAVE_STRSPN
851#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000852#endif
853
854/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000855#ifndef MAGICKCORE_HAVE_STRSTR
856#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000857#endif
858
cristy6c1eef12011-05-17 02:13:08 +0000859/* Define to 1 if you have the `strtod' function. */
860#ifndef MAGICKCORE_HAVE_STRTOD
861#define MAGICKCORE_HAVE_STRTOD 1
862#endif
863
864/* Define to 1 if you have the `strtod_l' function. */
865#ifndef MAGICKCORE_HAVE_STRTOD_L
866#define MAGICKCORE_HAVE_STRTOD_L 1
867#endif
868
cristy3ed852e2009-09-05 21:47:34 +0000869/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000870#ifndef MAGICKCORE_HAVE_STRTOL
871#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000872#endif
873
cristy5131f3e2009-12-18 03:09:10 +0000874/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000875#ifndef MAGICKCORE_HAVE_STRTOUL
876#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000877#endif
878
cristy92703d82010-04-26 00:18:18 +0000879/* Define to 1 if `tm_zone' is a member of `struct tm'. */
880#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
881#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
882#endif
883
cristy3ed852e2009-09-05 21:47:34 +0000884/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000885#ifndef MAGICKCORE_HAVE_SYMLINK
886#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000887#endif
888
889/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000890#ifndef MAGICKCORE_HAVE_SYSCONF
891#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000892#endif
893
894/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
895 */
896/* #undef HAVE_SYS_DIR_H */
897
898/* Define to 1 if you have the <sys/dl.h> header file. */
899/* #undef HAVE_SYS_DL_H */
900
901/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000902#ifndef MAGICKCORE_HAVE_SYS_IPC_H
903#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000904#endif
905
906/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
907 */
908/* #undef HAVE_SYS_NDIR_H */
909
cristycd4c5312009-11-22 01:19:08 +0000910/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000911#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
912#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000913#endif
914
cristy3ed852e2009-09-05 21:47:34 +0000915/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000916#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
917#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000918#endif
919
920/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000921#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
922#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000923#endif
924
925/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000926#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
927#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000928#endif
929
930/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000931#ifndef MAGICKCORE_HAVE_SYS_STAT_H
932#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000933#endif
934
935/* Define to 1 if you have the <sys/syslimits.h> header file. */
936/* #undef HAVE_SYS_SYSLIMITS_H */
937
938/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000939#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
940#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000941#endif
942
943/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000944#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
945#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000946#endif
947
948/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000949#ifndef MAGICKCORE_HAVE_SYS_TIME_H
950#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000951#endif
952
953/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000954#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
955#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000956#endif
957
958/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000959#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
960#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000961#endif
962
963/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000964#ifndef MAGICKCORE_HAVE_TELLDIR
965#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000966#endif
967
968/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000969#ifndef MAGICKCORE_HAVE_TEMPNAM
970#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000971#endif
972
973/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000974#ifndef MAGICKCORE_HAVE_TIFFCONF_H
975#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000976#endif
977
cristy3f590e52011-11-14 14:29:44 +0000978/* Define to 1 if you have the `TIFFIsBigEndian' function. */
979#ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
980#define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
981#endif
982
cristy3ed852e2009-09-05 21:47:34 +0000983/* 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
cristy2a11bef2011-10-28 18:33:11 +00001174/* Directory where ImageMagick headers live. */
1175#ifndef MAGICKCORE_INCLUDE_PATH
1176#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001177#endif
1178
cristy3ed852e2009-09-05 21:47:34 +00001179/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001180#ifndef MAGICKCORE_INSTALLED_SUPPORT
1181#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001182#endif
1183
1184/* Define if you have JBIG library */
cristy71b27172012-01-13 00:21:44 +00001185/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001186
1187/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001188#ifndef MAGICKCORE_JP2_DELEGATE
1189#define MAGICKCORE_JP2_DELEGATE 1
1190#endif
cristy3ed852e2009-09-05 21:47:34 +00001191
1192/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001193#ifndef MAGICKCORE_JPEG_DELEGATE
1194#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001195#endif
1196
cristy71203402010-06-18 13:12:03 +00001197/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001198#ifndef MAGICKCORE_LCMS_DELEGATE
1199#define MAGICKCORE_LCMS_DELEGATE 1
1200#endif
cristy3ed852e2009-09-05 21:47:34 +00001201
1202/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001203#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001204#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001205#endif
1206
1207/* Subdirectory of lib where ImageMagick architecture dependent files are
1208 installed */
cristy964cb7f2010-04-25 23:18:00 +00001209#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001210#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001211#endif
1212
1213/* Define if you have LQR library */
anthony72feaa62012-01-17 06:46:23 +00001214#ifndef MAGICKCORE_LQR_DELEGATE
1215#define MAGICKCORE_LQR_DELEGATE 1
1216#endif
cristy3ed852e2009-09-05 21:47:34 +00001217
1218/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001219#ifndef MAGICKCORE_LTDL_DELEGATE
1220#define MAGICKCORE_LTDL_DELEGATE 1
1221#endif
cristy3ed852e2009-09-05 21:47:34 +00001222
1223/* Define if the OS needs help to load dependent libraries for dlopen(). */
1224/* #undef LTDL_DLOPEN_DEPLIBS */
1225
1226/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001227#ifndef MAGICKCORE_LT_DLSEARCH_PATH
anthony72feaa62012-01-17 06:46:23 +00001228#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib/atlas:/usr/lib/catalyst:/usr/lib/qt-3.3/lib:/usr/lib/wine/:/usr/lib/xulrunner-1.9.2"
cristy3ed852e2009-09-05 21:47:34 +00001229#endif
1230
1231/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001232#ifndef MAGICKCORE_LT_LIBEXT
1233#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001234#endif
1235
cristyda16f162011-02-19 23:52:17 +00001236/* The archive prefix */
1237#ifndef MAGICKCORE_LT_LIBPREFIX
1238#define MAGICKCORE_LT_LIBPREFIX "lib"
1239#endif
1240
cristy3ed852e2009-09-05 21:47:34 +00001241/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001242#ifndef MAGICKCORE_LT_MODULE_EXT
1243#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001244#endif
1245
1246/* Define to the name of the environment variable that determines the run-time
1247 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001248#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1249#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001250#endif
1251
1252/* Define to the sub-directory in which libtool stores uninstalled libraries.
1253 */
cristy964cb7f2010-04-25 23:18:00 +00001254#ifndef MAGICKCORE_LT_OBJDIR
1255#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001256#endif
1257
cristy99bd5232011-12-07 14:38:20 +00001258/* Define to the shared library suffix, say, ".dylib". */
1259/* #undef LT_SHARED_EXT */
1260
cristy3f590e52011-11-14 14:29:44 +00001261/* Define if you have LZMA library */
anthony72feaa62012-01-17 06:46:23 +00001262/* #undef LZMA_DELEGATE */
cristyfbb0ef02010-12-19 02:32:11 +00001263
cristy3ed852e2009-09-05 21:47:34 +00001264/* Define to prepend to default font search path. */
1265/* #undef MAGICK_FONT_PATH */
1266
1267/* Magick API method prefix */
1268/* #undef NAMESPACE_PREFIX */
1269
cristya0b81c32010-01-22 02:54:33 +00001270/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001271/* #undef NDEBUG */
1272
1273/* Define if dlsym() requires a leading underscore in symbol names. */
1274/* #undef NEED_USCORE */
1275
1276/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1277/* #undef NO_MINUS_C_MINUS_O */
1278
1279/* Define if you have OPENEXR library */
cristy71b27172012-01-13 00:21:44 +00001280/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001281
cristya448bd22011-10-14 12:38:13 +00001282/* Name of package */
1283#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001284#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001285#endif
1286
cristy3ed852e2009-09-05 21:47:34 +00001287/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001288#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1289#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001290#endif
1291
1292/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001293#ifndef MAGICKCORE_PACKAGE_NAME
1294#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001295#endif
1296
1297/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001298#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001299#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001300#endif
1301
1302/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001303#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001304#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001305#endif
1306
cristy8b350f62009-11-15 23:12:43 +00001307/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001308#ifndef MAGICKCORE_PACKAGE_URL
1309#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001310#endif
1311
cristy3ed852e2009-09-05 21:47:34 +00001312/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001313#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001314#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001315#endif
1316
cristy41cbe8a2011-10-27 01:35:18 +00001317/* Define if you have PANGOFT2 library */
anthony72feaa62012-01-17 06:46:23 +00001318/* #undef PANGOFT2_DELEGATE */
cristy41cbe8a2011-10-27 01:35:18 +00001319
1320/* Define if you have PANGO library */
anthony72feaa62012-01-17 06:46:23 +00001321/* #undef PANGO_DELEGATE */
cristy41cbe8a2011-10-27 01:35:18 +00001322
cristy3ed852e2009-09-05 21:47:34 +00001323/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001324#ifndef MAGICKCORE_PNG_DELEGATE
1325#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001326#endif
1327
1328/* Define to necessary symbol if this constant uses a non-standard name on
1329 your system. */
1330/* #undef PTHREAD_CREATE_JOINABLE */
1331
1332/* Pixel cache threshold in MB (defaults to available memory) */
1333/* #undef PixelCacheThreshold */
1334
1335/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001336#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001337#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001338#endif
1339
1340/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001341#ifndef MAGICKCORE_RETSIGTYPE
1342#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001343#endif
1344
1345/* Define if you have RSVG library */
anthony72feaa62012-01-17 06:46:23 +00001346#ifndef MAGICKCORE_RSVG_DELEGATE
1347#define MAGICKCORE_RSVG_DELEGATE 1
1348#endif
cristy3ed852e2009-09-05 21:47:34 +00001349
1350/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001351#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1352#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001353#endif
1354
1355/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001356#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1357#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001358#endif
1359
1360/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001361#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1362#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001363#endif
1364
1365/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001366#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001367#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001368#endif
1369
1370/* Subdirectory of lib where architecture-independent configuration files
1371 live. */
1372#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001373#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001374#endif
1375
1376/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001377#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001378#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001379#endif
1380
1381/* Subdirectory of lib where architecture-independent configuration files
1382 live. */
cristy4f820712011-04-01 12:35:43 +00001383#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001384#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001385#endif
1386
1387/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001388#ifndef MAGICKCORE_SIZEOF_OFF_T
1389#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001390#endif
1391
1392/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001393#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1394#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001395#endif
1396
1397/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001398#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
anthony72feaa62012-01-17 06:46:23 +00001399#define MAGICKCORE_SIZEOF_SIGNED_LONG 4
cristy3ed852e2009-09-05 21:47:34 +00001400#endif
1401
1402/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001403#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1404#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001405#endif
1406
1407/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001408#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1409#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001410#endif
1411
1412/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001413#ifndef MAGICKCORE_SIZEOF_SIZE_T
anthony72feaa62012-01-17 06:46:23 +00001414#define MAGICKCORE_SIZEOF_SIZE_T 4
cristy3ed852e2009-09-05 21:47:34 +00001415#endif
1416
cristy330e9352010-06-01 18:42:49 +00001417/* The size of `ssize_t', as computed by sizeof. */
1418#ifndef MAGICKCORE_SIZEOF_SSIZE_T
anthony72feaa62012-01-17 06:46:23 +00001419#define MAGICKCORE_SIZEOF_SSIZE_T 4
cristy330e9352010-06-01 18:42:49 +00001420#endif
1421
cristy3ed852e2009-09-05 21:47:34 +00001422/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001423#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1424#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001425#endif
1426
1427/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001428#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
anthony72feaa62012-01-17 06:46:23 +00001429#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 4
cristy3ed852e2009-09-05 21:47:34 +00001430#endif
1431
1432/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001433#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
anthony72feaa62012-01-17 06:46:23 +00001434#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 4
cristy3ed852e2009-09-05 21:47:34 +00001435#endif
1436
1437/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001438#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1439#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001440#endif
1441
1442/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001443#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1444#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001445#endif
1446
1447/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1448/* #undef STAT_MACROS_BROKEN */
1449
1450/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001451#ifndef MAGICKCORE_STDC_HEADERS
1452#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001453#endif
1454
cristy7d4a1d62011-10-13 15:54:12 +00001455/* Define to 1 if strerror_r returns char *. */
1456#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1457#define MAGICKCORE_STRERROR_R_CHAR_P 1
1458#endif
1459
cristy55bf91c2010-09-24 00:29:41 +00001460/* Define if you have POSIX threads libraries and header files. */
1461#ifndef MAGICKCORE_THREAD_SUPPORT
1462#define MAGICKCORE_THREAD_SUPPORT 1
1463#endif
1464
cristy3ed852e2009-09-05 21:47:34 +00001465/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001466#ifndef MAGICKCORE_TIFF_DELEGATE
1467#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001468#endif
1469
1470/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001471#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1472#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001473#endif
1474
1475/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1476/* #undef TM_IN_SYS_TIME */
1477
1478/* Enable extensions on AIX 3, Interix. */
1479#ifndef _ALL_SOURCE
1480# define _ALL_SOURCE 1
1481#endif
1482/* Enable GNU extensions on systems that have them. */
1483#ifndef _GNU_SOURCE
1484# define _GNU_SOURCE 1
1485#endif
1486/* Enable threading extensions on Solaris. */
1487#ifndef _POSIX_PTHREAD_SEMANTICS
1488# define _POSIX_PTHREAD_SEMANTICS 1
1489#endif
1490/* Enable extensions on HP NonStop. */
1491#ifndef _TANDEM_SOURCE
1492# define _TANDEM_SOURCE 1
1493#endif
1494/* Enable general extensions on Solaris. */
1495#ifndef __EXTENSIONS__
1496# define __EXTENSIONS__ 1
1497#endif
1498
1499
cristya448bd22011-10-14 12:38:13 +00001500/* Version number of package */
1501#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001502#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001503#endif
1504
cristyb1860752011-03-14 00:27:46 +00001505/* Define if you have WEBP library */
cristy2542fc62011-12-06 17:50:25 +00001506/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001507
cristy3ed852e2009-09-05 21:47:34 +00001508/* Define to use the Windows GDI32 library */
1509/* #undef WINGDI32_DELEGATE */
1510
1511/* Define if using the dmalloc debugging malloc package */
1512/* #undef WITH_DMALLOC */
1513
cristy03f7cf92011-12-15 01:40:41 +00001514/* Define if you have wmflite library */
1515#ifndef MAGICKCORE_WMFLITE_DELEGATE
1516#define MAGICKCORE_WMFLITE_DELEGATE 1
1517#endif
1518
1519/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001520/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001521
cristy3ed852e2009-09-05 21:47:34 +00001522/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1523 significant byte first (like Motorola and SPARC, unlike Intel). */
1524#if defined AC_APPLE_UNIVERSAL_BUILD
1525# if defined __BIG_ENDIAN__
1526# define WORDS_BIGENDIAN 1
1527# endif
1528#else
1529# ifndef WORDS_BIGENDIAN
1530/* # undef WORDS_BIGENDIAN */
1531# endif
1532#endif
1533
1534/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001535#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1536#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001537#endif
1538
1539/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001540#ifndef MAGICKCORE_X11_DELEGATE
1541#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001542#endif
1543
1544/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001545#ifndef MAGICKCORE_XML_DELEGATE
1546#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001547#endif
1548
1549/* Define to 1 if the X Window System is missing or not being used. */
1550/* #undef X_DISPLAY_MISSING */
1551
cristy6e3607c2011-09-13 13:59:17 +00001552/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy633f0c62011-09-15 13:27:36 +00001553/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001554
cristy3ed852e2009-09-05 21:47:34 +00001555/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001556#ifndef MAGICKCORE_ZLIB_DELEGATE
1557#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001558#endif
1559
1560/* Number of bits in a file offset, on hosts where this is settable. */
anthony72feaa62012-01-17 06:46:23 +00001561#ifndef MAGICKCORE__FILE_OFFSET_BITS
1562#define MAGICKCORE__FILE_OFFSET_BITS 64
1563#endif
cristy3ed852e2009-09-05 21:47:34 +00001564
1565/* enable run-time bounds-checking */
1566/* #undef _FORTIFY_SOURCE */
1567
1568/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1569/* #undef _LARGEFILE_SOURCE */
1570
1571/* Define for large files, on AIX-style hosts. */
1572/* #undef _LARGE_FILES */
1573
1574/* Define to 1 if on MINIX. */
1575/* #undef _MINIX */
1576
cristy99cc3002010-01-21 14:50:11 +00001577/* Define this for the OpenCL Accelerator */
cristy71b27172012-01-13 00:21:44 +00001578/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001579
cristy3ed852e2009-09-05 21:47:34 +00001580/* Define to 2 if the system does not provide POSIX.1 features except with
1581 this defined. */
1582/* #undef _POSIX_1_SOURCE */
1583
1584/* Define to 1 if you need to in order for `stat' and other things to work. */
1585/* #undef _POSIX_SOURCE */
1586
cristy501c8042011-05-26 17:46:28 +00001587/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1588 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1589 #define below would cause a syntax error. */
1590/* #undef _UINT32_T */
1591
1592/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1593 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1594 #define below would cause a syntax error. */
1595/* #undef _UINT64_T */
1596
1597/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1598 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1599 #define below would cause a syntax error. */
1600/* #undef _UINT8_T */
1601
cristy3ed852e2009-09-05 21:47:34 +00001602/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1603#ifndef __CHAR_UNSIGNED__
1604/* # undef __CHAR_UNSIGNED__ */
1605#endif
1606
1607/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1608/* #undef __error_t_defined */
1609
1610/* Define to appropriate substitue if compiler does not have __func__ */
1611/* #undef __func__ */
1612
cristy3ed852e2009-09-05 21:47:34 +00001613/* Define to a type to use for `error_t' if it is not otherwise available. */
1614/* #undef error_t */
1615
cristy501c8042011-05-26 17:46:28 +00001616/* Define to `int' if <sys/types.h> doesn't define. */
1617/* #undef gid_t */
1618
cristy3ed852e2009-09-05 21:47:34 +00001619/* Define to `__inline__' or `__inline' if that's what the C compiler
1620 calls it, or to nothing if 'inline' is not supported under any name. */
1621#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001622/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001623#endif
1624
cristy501c8042011-05-26 17:46:28 +00001625/* Define to the type of a signed integer type of width exactly 16 bits if
1626 such a type exists and the standard includes do not define it. */
1627/* #undef int16_t */
1628
1629/* Define to the type of a signed integer type of width exactly 32 bits if
1630 such a type exists and the standard includes do not define it. */
1631/* #undef int32_t */
1632
1633/* Define to the type of a signed integer type of width exactly 64 bits if
1634 such a type exists and the standard includes do not define it. */
1635/* #undef int64_t */
1636
1637/* Define to the type of a signed integer type of width exactly 8 bits if such
1638 a type exists and the standard includes do not define it. */
1639/* #undef int8_t */
1640
1641/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1642 not define. */
1643/* #undef intmax_t */
1644
1645/* Define to the type of a signed integer type wide enough to hold a pointer,
1646 if such a type exists, and if the system does not define it. */
1647/* #undef intptr_t */
1648
1649/* Define to a type if <wchar.h> does not define. */
1650/* #undef mbstate_t */
1651
cristy3ed852e2009-09-05 21:47:34 +00001652/* Define to `int' if <sys/types.h> does not define. */
1653/* #undef mode_t */
1654
1655/* Define to `long int' if <sys/types.h> does not define. */
1656/* #undef off_t */
1657
1658/* Define to `int' if <sys/types.h> does not define. */
1659/* #undef pid_t */
1660
1661/* Define to the equivalent of the C99 'restrict' keyword, or to
1662 nothing if this is not supported. Do not define if restrict is
1663 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001664#ifndef _magickcore_restrict
1665#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001666#endif
cristy8b350f62009-11-15 23:12:43 +00001667/* Work around a bug in Sun C++: it does not support _Restrict or
1668 __restrict__, even though the corresponding Sun C compiler ends up with
1669 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1670 previous line. Perhaps some future version of Sun C++ will work with
1671 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001672#if defined __SUNPRO_CC && !defined __RESTRICT
1673# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001674# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001675#endif
1676
1677/* Define to `unsigned int' if <sys/types.h> does not define. */
1678/* #undef size_t */
1679
1680/* Define to `int' if <sys/types.h> does not define. */
1681/* #undef ssize_t */
1682
cristy501c8042011-05-26 17:46:28 +00001683/* Define to `int' if <sys/types.h> doesn't define. */
1684/* #undef uid_t */
1685
1686/* Define to the type of an unsigned integer type of width exactly 16 bits if
1687 such a type exists and the standard includes do not define it. */
1688/* #undef uint16_t */
1689
1690/* Define to the type of an unsigned integer type of width exactly 32 bits if
1691 such a type exists and the standard includes do not define it. */
1692/* #undef uint32_t */
1693
1694/* Define to the type of an unsigned integer type of width exactly 64 bits if
1695 such a type exists and the standard includes do not define it. */
1696/* #undef uint64_t */
1697
1698/* Define to the type of an unsigned integer type of width exactly 8 bits if
1699 such a type exists and the standard includes do not define it. */
1700/* #undef uint8_t */
1701
1702/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1703 do not define. */
1704/* #undef uintmax_t */
1705
1706/* Define to the type of an unsigned integer type wide enough to hold a
1707 pointer, if such a type exists, and if the system does not define it. */
1708/* #undef uintptr_t */
1709
cristy3ed852e2009-09-05 21:47:34 +00001710/* Define as `fork' if `vfork' does not work. */
1711/* #undef vfork */
1712
1713/* Define to empty if the keyword `volatile' does not work. Warning: valid
1714 code using `volatile' can become incorrect without. Disable with care. */
1715/* #undef volatile */
1716
cristy4c08aed2011-07-01 19:47:50 +00001717/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001718#endif