blob: df87e50c30bd3cc7ff7f4f79a274cac04b5dfd05 [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 */
cristy00e93b42012-01-18 17:40:03 +000012/* #undef AUTOTRACE_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000013
14/* Define if coders and filters are to be built as modules. */
cristy10a6c612012-01-29 21:41:05 +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 */
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 */
cristy10a6c612012-01-29 21:41:05 +0000100#ifndef MAGICKCORE_FPX_DELEGATE
101#define MAGICKCORE_FPX_DELEGATE 1
102#endif
cristy3ed852e2009-09-05 21:47:34 +0000103
cristy81beccd2011-10-03 18:17:24 +0000104/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000105#ifndef MAGICKCORE_FREETYPE_DELEGATE
106#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000107#endif
108
109/* Define if you have Ghostscript library or framework */
cristy00e93b42012-01-18 17:40:03 +0000110/* #undef GS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000111
112/* Define if you have GVC library */
cristy00e93b42012-01-18 17:40:03 +0000113#ifndef MAGICKCORE_GVC_DELEGATE
114#define MAGICKCORE_GVC_DELEGATE 1
115#endif
cristy3ed852e2009-09-05 21:47:34 +0000116
cristyb33454f2011-08-03 02:10:45 +0000117/* Define to 1 if you have the `acosh' function. */
118#ifndef MAGICKCORE_HAVE_ACOSH
119#define MAGICKCORE_HAVE_ACOSH 1
120#endif
121
cristy3ed852e2009-09-05 21:47:34 +0000122/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000123#ifndef MAGICKCORE_HAVE_ARGZ_ADD
124#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000125#endif
126
127/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000128#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
129#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000130#endif
131
132/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000133#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
134#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000135#endif
136
137/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000138#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
139#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000140#endif
141
142/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000143#ifndef MAGICKCORE_HAVE_ARGZ_H
144#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000145#endif
146
147/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000148#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
149#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000150#endif
151
152/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000153#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
154#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000155#endif
156
157/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000158#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
159#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000160#endif
161
162/* Define to 1 if you have the <arm/limits.h> header file. */
163/* #undef HAVE_ARM_LIMITS_H */
164
cristyb33454f2011-08-03 02:10:45 +0000165/* Define to 1 if you have the `asinh' function. */
166#ifndef MAGICKCORE_HAVE_ASINH
167#define MAGICKCORE_HAVE_ASINH 1
168#endif
169
170/* Define to 1 if you have the `atanh' function. */
171#ifndef MAGICKCORE_HAVE_ATANH
172#define MAGICKCORE_HAVE_ATANH 1
173#endif
174
cristy3ed852e2009-09-05 21:47:34 +0000175/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000176#ifndef MAGICKCORE_HAVE_ATEXIT
177#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000178#endif
179
cristyc5baf4f2010-08-31 15:05:33 +0000180/* Define to 1 if you have the `atoll' function. */
181#ifndef MAGICKCORE_HAVE_ATOLL
182#define MAGICKCORE_HAVE_ATOLL 1
183#endif
184
cristy3ed852e2009-09-05 21:47:34 +0000185/* define if bool is a built-in type */
cristy00e93b42012-01-18 17:40:03 +0000186#ifndef MAGICKCORE_HAVE_BOOL
187#define MAGICKCORE_HAVE_BOOL /**/
188#endif
cristy3ed852e2009-09-05 21:47:34 +0000189
cristy47b022b2011-01-18 22:29:21 +0000190/* Define to 1 if you have the `cabs' function. */
191#ifndef MAGICKCORE_HAVE_CABS
192#define MAGICKCORE_HAVE_CABS 1
193#endif
194
195/* Define to 1 if you have the `carg' function. */
196#ifndef MAGICKCORE_HAVE_CARG
197#define MAGICKCORE_HAVE_CARG 1
198#endif
199
cristy56ed31c2010-03-22 00:46:21 +0000200/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000201#ifndef MAGICKCORE_HAVE_CIMAG
202#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000203#endif
204
cristy3ed852e2009-09-05 21:47:34 +0000205/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000206#ifndef MAGICKCORE_HAVE_CLOCK
207#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000208#endif
209
cristye43a45e2009-09-28 14:49:00 +0000210/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000211#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
212#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000213#endif
214
cristye43a45e2009-09-28 14:49:00 +0000215/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000216#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
217#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000218#endif
219
cristy3ed852e2009-09-05 21:47:34 +0000220/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000221#ifndef MAGICKCORE_HAVE_CLOSEDIR
222#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000223#endif
224
cristyfe2e68f2010-01-09 19:16:03 +0000225/* Define to 1 if you have the <CL/cl.h> header file. */
cristy10a6c612012-01-29 21:41:05 +0000226#ifndef MAGICKCORE_HAVE_CL_CL_H
227#define MAGICKCORE_HAVE_CL_CL_H 1
228#endif
cristy736173a2009-09-20 21:18:22 +0000229
cristy3ed852e2009-09-05 21:47:34 +0000230/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000231#ifndef MAGICKCORE_HAVE_COMPLEX_H
232#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000233#endif
234
cristy47b022b2011-01-18 22:29:21 +0000235/* Define to 1 if you have the `creal' function. */
236#ifndef MAGICKCORE_HAVE_CREAL
237#define MAGICKCORE_HAVE_CREAL 1
238#endif
239
cristyc5baf4f2010-08-31 15:05:33 +0000240/* Define to 1 if you have the `ctime_r' function. */
241#ifndef MAGICKCORE_HAVE_CTIME_R
242#define MAGICKCORE_HAVE_CTIME_R 1
243#endif
244
cristy3ed852e2009-09-05 21:47:34 +0000245/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
246 you don't. */
247/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
248
249/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
250 */
cristy964cb7f2010-04-25 23:18:00 +0000251#ifndef MAGICKCORE_HAVE_DECL_PREAD
252#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000253#endif
254
255/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
256 */
cristy964cb7f2010-04-25 23:18:00 +0000257#ifndef MAGICKCORE_HAVE_DECL_PWRITE
258#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000259#endif
260
cristy7d4a1d62011-10-13 15:54:12 +0000261/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
262 don't. */
263#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
264#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
265#endif
266
cristy3ed852e2009-09-05 21:47:34 +0000267/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
268 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000269#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
270#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000271#endif
272
cristy92703d82010-04-26 00:18:18 +0000273/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
274 */
275/* #undef HAVE_DECL_TZNAME */
276
cristy3ed852e2009-09-05 21:47:34 +0000277/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
278 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000279#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
280#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000281#endif
282
283/* Define to 1 if you have the `directio' function. */
284/* #undef HAVE_DIRECTIO */
285
286/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
287 */
cristy964cb7f2010-04-25 23:18:00 +0000288#ifndef MAGICKCORE_HAVE_DIRENT_H
289#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000290#endif
291
292/* Define if you have the GNU dld library. */
293/* #undef HAVE_DLD */
294
295/* Define to 1 if you have the <dld.h> header file. */
296/* #undef HAVE_DLD_H */
297
298/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000299#ifndef MAGICKCORE_HAVE_DLERROR
300#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000301#endif
302
303/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000304#ifndef MAGICKCORE_HAVE_DLFCN_H
305#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000306#endif
307
308/* Define to 1 if you have the <dl.h> header file. */
309/* #undef HAVE_DL_H */
310
311/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
312/* #undef HAVE_DOPRNT */
313
314/* Define if you have the _dyld_func_lookup function. */
315/* #undef HAVE_DYLD */
316
317/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000318#ifndef MAGICKCORE_HAVE_ERRNO_H
319#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000320#endif
321
322/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000323#ifndef MAGICKCORE_HAVE_ERROR_T
324#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000325#endif
326
327/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000328#ifndef MAGICKCORE_HAVE_EXECVP
329#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000330#endif
331
cristyf1440cb2010-02-23 02:24:21 +0000332/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000333#ifndef MAGICKCORE_HAVE_FCHMOD
334#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000335#endif
336
cristy3ed852e2009-09-05 21:47:34 +0000337/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000338#ifndef MAGICKCORE_HAVE_FCNTL_H
339#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000340#endif
341
342/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000343#ifndef MAGICKCORE_HAVE_FLOOR
344#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000345#endif
cristy3ed852e2009-09-05 21:47:34 +0000346
347/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000348#ifndef MAGICKCORE_HAVE_FORK
349#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000350#endif
351
352/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000353#ifndef MAGICKCORE_HAVE_FSEEKO
354#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000355#endif
356
cristy81beccd2011-10-03 18:17:24 +0000357/* Define to 1 if you have the <ft2build.h> header file. */
358#ifndef MAGICKCORE_HAVE_FT2BUILD_H
359#define MAGICKCORE_HAVE_FT2BUILD_H 1
360#endif
361
cristy3ed852e2009-09-05 21:47:34 +0000362/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000363#ifndef MAGICKCORE_HAVE_FTIME
364#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000365#endif
366
367/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000368#ifndef MAGICKCORE_HAVE_FTRUNCATE
369#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000370#endif
371
372/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000373#ifndef MAGICKCORE_HAVE_GETCWD
374#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000375#endif
376
cristyc5baf4f2010-08-31 15:05:33 +0000377/* Define to 1 if you have the `getc_unlocked' function. */
378#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
379#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
380#endif
381
cristy3ed852e2009-09-05 21:47:34 +0000382/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000383#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
384#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000385#endif
386
387/* Define to 1 if you have the `getexecname' function. */
388/* #undef HAVE_GETEXECNAME */
389
390/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000391#ifndef MAGICKCORE_HAVE_GETPAGESIZE
392#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000393#endif
394
395/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000396#ifndef MAGICKCORE_HAVE_GETPID
397#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000398#endif
399
cristyd3ef0102009-09-12 18:11:06 +0000400/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000401#ifndef MAGICKCORE_HAVE_GETRLIMIT
402#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000403#endif
404
cristy3ed852e2009-09-05 21:47:34 +0000405/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000406#ifndef MAGICKCORE_HAVE_GETRUSAGE
407#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000408#endif
409
410/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000411#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
412#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000413#endif
414
415/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000416#ifndef MAGICKCORE_HAVE_GMTIME_R
417#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000418#endif
419
cristy501c8042011-05-26 17:46:28 +0000420/* Define to 1 if the system has the type `intmax_t'. */
421#ifndef MAGICKCORE_HAVE_INTMAX_T
422#define MAGICKCORE_HAVE_INTMAX_T 1
423#endif
424
425/* Define to 1 if the system has the type `intptr_t'. */
426#ifndef MAGICKCORE_HAVE_INTPTR_T
427#define MAGICKCORE_HAVE_INTPTR_T 1
428#endif
429
cristy3ed852e2009-09-05 21:47:34 +0000430/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000431#ifndef MAGICKCORE_HAVE_INTTYPES_H
432#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000433#endif
434
cristy82b20722011-11-05 21:52:36 +0000435/* Define to 1 if you have the `isnan' function. */
436#ifndef MAGICKCORE_HAVE_ISNAN
437#define MAGICKCORE_HAVE_ISNAN 1
438#endif
439
cristy161b9262010-03-20 19:34:32 +0000440/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000441#ifndef MAGICKCORE_HAVE_J0
442#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000443#endif
444
445/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000446#ifndef MAGICKCORE_HAVE_J1
447#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000448#endif
449
cristyd09bcf92010-03-25 03:04:45 +0000450/* Define if you have the <lcms2.h> header file. */
cristy10a6c612012-01-29 21:41:05 +0000451/* #undef HAVE_LCMS2_H */
cristyd09bcf92010-03-25 03:04:45 +0000452
cristy71203402010-06-18 13:12:03 +0000453/* Define if you have the <lcms2/lcms2.h> header file. */
454/* #undef HAVE_LCMS2_LCMS2_H */
455
cristy3ed852e2009-09-05 21:47:34 +0000456/* Define if you have the <lcms.h> header file. */
cristy10a6c612012-01-29 21:41:05 +0000457#ifndef MAGICKCORE_HAVE_LCMS_H
458#define MAGICKCORE_HAVE_LCMS_H 1
459#endif
cristy3ed852e2009-09-05 21:47:34 +0000460
461/* Define if you have the <lcms/lcms.h> header file. */
462/* #undef HAVE_LCMS_LCMS_H */
463
464/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000465#ifndef MAGICKCORE_HAVE_LIBDL
466#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000467#endif
468
469/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000470#ifndef MAGICKCORE_HAVE_LIBDLLOADER
471#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000472#endif
473
474/* Define to 1 if you have the `gcov' library (-lgcov). */
475/* #undef HAVE_LIBGCOV */
476
477/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000478#ifndef MAGICKCORE_HAVE_LIMITS_H
479#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000480#endif
481
482/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000483#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
484#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000485#endif
486
cristyc5baf4f2010-08-31 15:05:33 +0000487/* Define to 1 if you have the `lltostr' function. */
488/* #undef HAVE_LLTOSTR */
489
cristy3ed852e2009-09-05 21:47:34 +0000490/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000491#ifndef MAGICKCORE_HAVE_LOCALE_H
492#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000493#endif
494
495/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000496#ifndef MAGICKCORE_HAVE_LOCALTIME_R
497#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000498#endif
499
cristy501c8042011-05-26 17:46:28 +0000500/* Define to 1 if the system has the type `long double'. */
501#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
502#define MAGICKCORE_HAVE_LONG_DOUBLE 1
503#endif
504
cristy3ed852e2009-09-05 21:47:34 +0000505/* Define to 1 if the type `long double' works and has more range or precision
506 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000507#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
508#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000509#endif
510
cristy501c8042011-05-26 17:46:28 +0000511/* Define to 1 if the system has the type `long long int'. */
512#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
513#define MAGICKCORE_HAVE_LONG_LONG_INT 1
514#endif
515
cristy3ed852e2009-09-05 21:47:34 +0000516/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000517#ifndef MAGICKCORE_HAVE_LSTAT
518#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000519#endif
520
cristy3ed852e2009-09-05 21:47:34 +0000521/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000522#ifndef MAGICKCORE_HAVE_LTDL
523#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000524#endif
525
526/* Define to 1 if you have the <machine/param.h> header file. */
527/* #undef HAVE_MACHINE_PARAM_H */
528
529/* Define to 1 if you have the <mach-o/dyld.h> header file. */
530/* #undef HAVE_MACH_O_DYLD_H */
531
cristy501c8042011-05-26 17:46:28 +0000532/* Define to 1 if <wchar.h> declares mbstate_t. */
533#ifndef MAGICKCORE_HAVE_MBSTATE_T
534#define MAGICKCORE_HAVE_MBSTATE_T 1
535#endif
536
cristy3ed852e2009-09-05 21:47:34 +0000537/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000538#ifndef MAGICKCORE_HAVE_MEMMOVE
539#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000540#endif
541
542/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000543#ifndef MAGICKCORE_HAVE_MEMORY_H
544#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000545#endif
546
547/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000548#ifndef MAGICKCORE_HAVE_MEMSET
549#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000550#endif
551
552/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000553#ifndef MAGICKCORE_HAVE_MKSTEMP
554#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000555#endif
556
557/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000558#ifndef MAGICKCORE_HAVE_MMAP
559#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000560#endif
561
562/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000563#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
564#define MAGICKCORE_HAVE_MMAP_FILEIO 1
565#endif
cristy3ed852e2009-09-05 21:47:34 +0000566
567/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000568#ifndef MAGICKCORE_HAVE_MUNMAP
569#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000570#endif
571
572/* define if the compiler implements namespaces */
cristy00e93b42012-01-18 17:40:03 +0000573#ifndef MAGICKCORE_HAVE_NAMESPACES
574#define MAGICKCORE_HAVE_NAMESPACES /**/
575#endif
cristy964cb7f2010-04-25 23:18:00 +0000576
577/* Define if g++ supports namespace std. */
cristy00e93b42012-01-18 17:40:03 +0000578#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
579#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
580#endif
cristy3ed852e2009-09-05 21:47:34 +0000581
cristya21afde2010-07-02 00:45:40 +0000582/* Define to 1 if you have the `nanosleep' function. */
583#ifndef MAGICKCORE_HAVE_NANOSLEEP
584#define MAGICKCORE_HAVE_NANOSLEEP 1
585#endif
586
cristy3ed852e2009-09-05 21:47:34 +0000587/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
588/* #undef HAVE_NDIR_H */
589
cristya8549b12011-05-18 19:05:08 +0000590/* Define to 1 if you have the `newlocale' function. */
591#ifndef MAGICKCORE_HAVE_NEWLOCALE
592#define MAGICKCORE_HAVE_NEWLOCALE 1
593#endif
594
cristyfe2e68f2010-01-09 19:16:03 +0000595/* Define to 1 if you have the <OpenCL/cl.h> header file. */
596/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000597
cristy3ed852e2009-09-05 21:47:34 +0000598/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000599#ifndef MAGICKCORE_HAVE_OPENDIR
600#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000601#endif
602
603/* Define to 1 if you have the <OS.h> header file. */
604/* #undef HAVE_OS_H */
605
606/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000607#ifndef MAGICKCORE_HAVE_PCLOSE
608#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000609#endif
610
611/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000612#ifndef MAGICKCORE_HAVE_POLL
613#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000614#endif
615
616/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000617#ifndef MAGICKCORE_HAVE_POPEN
618#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000619#endif
620
621/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000622#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
623#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000624#endif
625
626/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000627#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
628#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000629#endif
630
631/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000632#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
633#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000634#endif
635
636/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000637#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
638#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000639#endif
640
cristy5c40fb42010-08-05 16:12:44 +0000641/* Define to 1 if you have the `posix_spawnp' function. */
642#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
643#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
644#endif
645
cristy3ed852e2009-09-05 21:47:34 +0000646/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000647#ifndef MAGICKCORE_HAVE_POW
648#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000649#endif
cristy3ed852e2009-09-05 21:47:34 +0000650
651/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000652#ifndef MAGICKCORE_HAVE_PREAD
653#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000654#endif
655
656/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000657#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
658#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000659#endif
660
cristy98e91bd2010-01-12 01:11:42 +0000661/* Define to 1 if you have the <process.h> header file. */
662/* #undef HAVE_PROCESS_H */
663
cristy3ed852e2009-09-05 21:47:34 +0000664/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000665#ifndef MAGICKCORE_HAVE_PTHREAD
666#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000667#endif
668
cristya316db12011-10-24 00:49:45 +0000669/* Have PTHREAD_PRIO_INHERIT. */
670#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
671#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
672#endif
673
cristy3ed852e2009-09-05 21:47:34 +0000674/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000675#ifndef MAGICKCORE_HAVE_PWRITE
676#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000677#endif
678
cristyc5baf4f2010-08-31 15:05:33 +0000679/* Define to 1 if you have the `qsort_r' function. */
680#ifndef MAGICKCORE_HAVE_QSORT_R
681#define MAGICKCORE_HAVE_QSORT_R 1
682#endif
683
cristy3ed852e2009-09-05 21:47:34 +0000684/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000685#ifndef MAGICKCORE_HAVE_RAISE
686#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000687#endif
688
689/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000690#ifndef MAGICKCORE_HAVE_RAND_R
691#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000692#endif
693
694/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000695#ifndef MAGICKCORE_HAVE_READDIR
696#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000697#endif
698
699/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000700#ifndef MAGICKCORE_HAVE_READDIR_R
701#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000702#endif
703
704/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000705#ifndef MAGICKCORE_HAVE_READLINK
706#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000707#endif
708
709/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000710#ifndef MAGICKCORE_HAVE_REALPATH
711#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000712#endif
713
714/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000715#ifndef MAGICKCORE_HAVE_SEEKDIR
716#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000717#endif
718
719/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000720#ifndef MAGICKCORE_HAVE_SELECT
721#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000722#endif
723
724/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000725#ifndef MAGICKCORE_HAVE_SETLOCALE
726#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000727#endif
728
729/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000730#ifndef MAGICKCORE_HAVE_SETVBUF
731#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000732#endif
733
734/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000735#ifndef MAGICKCORE_HAVE_SHAPE
736#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000737#endif
738
739/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000740#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
741#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000742#endif
743
744/* Define if you have the shl_load function. */
745/* #undef HAVE_SHL_LOAD */
746
747/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000748#ifndef MAGICKCORE_HAVE_SIGACTION
749#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000750#endif
751
752/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000753#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
754#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000755#endif
756
cristy393bbe52010-01-11 16:32:56 +0000757/* Define to 1 if you have the `spawnvp' function. */
758/* #undef HAVE_SPAWNVP */
759
cristy3ed852e2009-09-05 21:47:34 +0000760/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000761#ifndef MAGICKCORE_HAVE_SQRT
762#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000763#endif
cristy3ed852e2009-09-05 21:47:34 +0000764
765/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000766#ifndef MAGICKCORE_HAVE_STAT
767#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000768#endif
769
770/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000771#ifndef MAGICKCORE_HAVE_STDARG_H
772#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000773#endif
774
775/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000776#ifndef MAGICKCORE_HAVE_STDBOOL_H
777#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000778#endif
779
cristy3ed852e2009-09-05 21:47:34 +0000780/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000781#ifndef MAGICKCORE_HAVE_STDINT_H
782#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000783#endif
784
785/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000786#ifndef MAGICKCORE_HAVE_STDLIB_H
787#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000788#endif
789
790/* define if the compiler supports ISO C++ standard library */
cristy00e93b42012-01-18 17:40:03 +0000791#ifndef MAGICKCORE_HAVE_STD_LIBS
792#define MAGICKCORE_HAVE_STD_LIBS /**/
793#endif
cristy3ed852e2009-09-05 21:47:34 +0000794
795/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000796#ifndef MAGICKCORE_HAVE_STRCASECMP
797#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000798#endif
799
800/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000801#ifndef MAGICKCORE_HAVE_STRCHR
802#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000803#endif
804
805/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000806#ifndef MAGICKCORE_HAVE_STRCSPN
807#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000808#endif
809
810/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000811#ifndef MAGICKCORE_HAVE_STRDUP
812#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000813#endif
814
815/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000816#ifndef MAGICKCORE_HAVE_STRERROR
817#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000818#endif
819
820/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000821#ifndef MAGICKCORE_HAVE_STRERROR_R
822#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000823#endif
824
825/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000826#ifndef MAGICKCORE_HAVE_STRINGIZE
827#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000828#endif
829
830/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000831#ifndef MAGICKCORE_HAVE_STRINGS_H
832#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000833#endif
834
835/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000836#ifndef MAGICKCORE_HAVE_STRING_H
837#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000838#endif
839
840/* Define to 1 if you have the `strlcat' function. */
841/* #undef HAVE_STRLCAT */
842
843/* Define to 1 if you have the `strlcpy' function. */
844/* #undef HAVE_STRLCPY */
845
846/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000847#ifndef MAGICKCORE_HAVE_STRNCASECMP
848#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000849#endif
850
851/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000852#ifndef MAGICKCORE_HAVE_STRPBRK
853#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000854#endif
855
856/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000857#ifndef MAGICKCORE_HAVE_STRRCHR
858#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000859#endif
860
861/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000862#ifndef MAGICKCORE_HAVE_STRSPN
863#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000864#endif
865
866/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000867#ifndef MAGICKCORE_HAVE_STRSTR
868#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000869#endif
870
cristy6c1eef12011-05-17 02:13:08 +0000871/* Define to 1 if you have the `strtod' function. */
872#ifndef MAGICKCORE_HAVE_STRTOD
873#define MAGICKCORE_HAVE_STRTOD 1
874#endif
875
876/* Define to 1 if you have the `strtod_l' function. */
877#ifndef MAGICKCORE_HAVE_STRTOD_L
878#define MAGICKCORE_HAVE_STRTOD_L 1
879#endif
880
cristy3ed852e2009-09-05 21:47:34 +0000881/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000882#ifndef MAGICKCORE_HAVE_STRTOL
883#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000884#endif
885
cristy5131f3e2009-12-18 03:09:10 +0000886/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000887#ifndef MAGICKCORE_HAVE_STRTOUL
888#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000889#endif
890
cristy92703d82010-04-26 00:18:18 +0000891/* Define to 1 if `tm_zone' is a member of `struct tm'. */
892#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
893#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
894#endif
895
cristy3ed852e2009-09-05 21:47:34 +0000896/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000897#ifndef MAGICKCORE_HAVE_SYMLINK
898#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000899#endif
900
901/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000902#ifndef MAGICKCORE_HAVE_SYSCONF
903#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000904#endif
905
906/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
907 */
908/* #undef HAVE_SYS_DIR_H */
909
910/* Define to 1 if you have the <sys/dl.h> header file. */
911/* #undef HAVE_SYS_DL_H */
912
913/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000914#ifndef MAGICKCORE_HAVE_SYS_IPC_H
915#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000916#endif
917
918/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
919 */
920/* #undef HAVE_SYS_NDIR_H */
921
cristycd4c5312009-11-22 01:19:08 +0000922/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000923#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
924#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000925#endif
926
cristy3ed852e2009-09-05 21:47:34 +0000927/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000928#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
929#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000930#endif
931
932/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000933#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
934#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000935#endif
936
937/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000938#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
939#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000940#endif
941
942/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000943#ifndef MAGICKCORE_HAVE_SYS_STAT_H
944#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000945#endif
946
947/* Define to 1 if you have the <sys/syslimits.h> header file. */
948/* #undef HAVE_SYS_SYSLIMITS_H */
949
950/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000951#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
952#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000953#endif
954
955/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000956#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
957#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000958#endif
959
960/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000961#ifndef MAGICKCORE_HAVE_SYS_TIME_H
962#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000963#endif
964
965/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000966#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
967#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000968#endif
969
970/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000971#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
972#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000973#endif
974
975/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000976#ifndef MAGICKCORE_HAVE_TELLDIR
977#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000978#endif
979
980/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000981#ifndef MAGICKCORE_HAVE_TEMPNAM
982#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000983#endif
984
985/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000986#ifndef MAGICKCORE_HAVE_TIFFCONF_H
987#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000988#endif
989
cristy3f590e52011-11-14 14:29:44 +0000990/* Define to 1 if you have the `TIFFIsBigEndian' function. */
991#ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
992#define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
993#endif
994
cristy3ed852e2009-09-05 21:47:34 +0000995/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000996#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
997#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000998#endif
999
1000/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +00001001#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
1002#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +00001003#endif
1004
1005/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +00001006#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
1007#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +00001008#endif
1009
1010/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +00001011#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
1012#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001013#endif
1014
1015/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +00001016#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
1017#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +00001018#endif
1019
1020/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +00001021#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1022#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001023#endif
1024
1025/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +00001026#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1027#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +00001028#endif
1029
1030/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001031#ifndef MAGICKCORE_HAVE_TIMES
1032#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001033#endif
1034
cristy92703d82010-04-26 00:18:18 +00001035/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1036 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1037#ifndef MAGICKCORE_HAVE_TM_ZONE
1038#define MAGICKCORE_HAVE_TM_ZONE 1
1039#endif
1040
1041/* Define to 1 if you don't have `tm_zone' but do have the external array
1042 `tzname'. */
1043/* #undef HAVE_TZNAME */
1044
cristy501c8042011-05-26 17:46:28 +00001045/* Define to 1 if the system has the type `uintmax_t'. */
1046#ifndef MAGICKCORE_HAVE_UINTMAX_T
1047#define MAGICKCORE_HAVE_UINTMAX_T 1
1048#endif
1049
1050/* Define to 1 if the system has the type `uintptr_t'. */
1051#ifndef MAGICKCORE_HAVE_UINTPTR_T
1052#define MAGICKCORE_HAVE_UINTPTR_T 1
1053#endif
1054
cristyc5baf4f2010-08-31 15:05:33 +00001055/* Define to 1 if you have the `ulltostr' function. */
1056/* #undef HAVE_ULLTOSTR */
1057
cristy3ed852e2009-09-05 21:47:34 +00001058/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001059#ifndef MAGICKCORE_HAVE_UNISTD_H
1060#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001061#endif
1062
cristy501c8042011-05-26 17:46:28 +00001063/* Define to 1 if the system has the type `unsigned long long int'. */
1064#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1065#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1066#endif
1067
cristya20c9042011-05-19 13:22:18 +00001068/* Define to 1 if you have the `uselocale' function. */
1069#ifndef MAGICKCORE_HAVE_USELOCALE
1070#define MAGICKCORE_HAVE_USELOCALE 1
1071#endif
1072
cristy3ed852e2009-09-05 21:47:34 +00001073/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001074#ifndef MAGICKCORE_HAVE_USLEEP
1075#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001076#endif
1077
cristyf1440cb2010-02-23 02:24:21 +00001078/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001079#ifndef MAGICKCORE_HAVE_UTIME
1080#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001081#endif
1082
cristy3ed852e2009-09-05 21:47:34 +00001083/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001084#ifndef MAGICKCORE_HAVE_VFORK
1085#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001086#endif
1087
1088/* Define to 1 if you have the <vfork.h> header file. */
1089/* #undef HAVE_VFORK_H */
1090
cristy5d0cd952011-05-19 21:21:41 +00001091/* Define to 1 if you have the `vfprintf' function. */
1092#ifndef MAGICKCORE_HAVE_VFPRINTF
1093#define MAGICKCORE_HAVE_VFPRINTF 1
1094#endif
1095
1096/* Define to 1 if you have the `vfprintf_l' function. */
1097/* #undef HAVE_VFPRINTF_L */
1098
cristy3ed852e2009-09-05 21:47:34 +00001099/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001100#ifndef MAGICKCORE_HAVE_VPRINTF
1101#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001102#endif
1103
1104/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001105#ifndef MAGICKCORE_HAVE_VSNPRINTF
1106#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001107#endif
1108
cristyb51dff52011-05-19 16:55:47 +00001109/* Define to 1 if you have the `vsnprintf_l' function. */
1110/* #undef HAVE_VSNPRINTF_L */
1111
cristy3ed852e2009-09-05 21:47:34 +00001112/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001113#ifndef MAGICKCORE_HAVE_VSPRINTF
1114#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001115#endif
1116
1117/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001118#ifndef MAGICKCORE_HAVE_WAITPID
1119#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001120#endif
1121
1122/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001123#ifndef MAGICKCORE_HAVE_WCHAR_H
1124#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001125#endif
1126
cristy736173a2009-09-20 21:18:22 +00001127/* Define to 1 if you have the <windows.h> header file. */
1128/* #undef HAVE_WINDOWS_H */
1129
cristy739df912009-10-24 16:10:18 +00001130/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001131#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1132#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001133#endif
1134
1135/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001136#ifndef MAGICKCORE_HAVE_WORKING_FORK
1137#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001138#endif
1139
1140/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001141#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1142#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001143#endif
1144
cristya8549b12011-05-18 19:05:08 +00001145/* Define to 1 if you have the <xlocale.h> header file. */
1146#ifndef MAGICKCORE_HAVE_XLOCALE_H
1147#define MAGICKCORE_HAVE_XLOCALE_H 1
1148#endif
1149
cristy3ed852e2009-09-05 21:47:34 +00001150/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001151#ifndef MAGICKCORE_HAVE__BOOL
1152#define MAGICKCORE_HAVE__BOOL 1
1153#endif
cristy3ed852e2009-09-05 21:47:34 +00001154
1155/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001156#ifndef MAGICKCORE_HAVE__EXIT
1157#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001158#endif
1159
1160/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1161/* #undef HAVE__NSGETEXECUTABLEPATH */
1162
1163/* Define to 1 if you have the `_pclose' function. */
1164/* #undef HAVE__PCLOSE */
1165
1166/* Define to 1 if you have the `_popen' function. */
1167/* #undef HAVE__POPEN */
1168
1169/* Define to 1 if you have the `_wfopen' function. */
1170/* #undef HAVE__WFOPEN */
1171
1172/* Define to 1 if you have the `_wstat' function. */
1173/* #undef HAVE__WSTAT */
1174
cristy92703d82010-04-26 00:18:18 +00001175/* define if your compiler has __attribute__ */
1176#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1177#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1178#endif
1179
cristy3ed852e2009-09-05 21:47:34 +00001180/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001181/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001182
1183/* Define if you have umem memory allocation library */
1184/* #undef HasUMEM */
1185
cristy2a11bef2011-10-28 18:33:11 +00001186/* Directory where ImageMagick headers live. */
1187#ifndef MAGICKCORE_INCLUDE_PATH
1188#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001189#endif
1190
cristy3ed852e2009-09-05 21:47:34 +00001191/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001192#ifndef MAGICKCORE_INSTALLED_SUPPORT
1193#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001194#endif
1195
1196/* Define if you have JBIG library */
cristy10a6c612012-01-29 21:41:05 +00001197#ifndef MAGICKCORE_JBIG_DELEGATE
1198#define MAGICKCORE_JBIG_DELEGATE 1
1199#endif
cristy3ed852e2009-09-05 21:47:34 +00001200
1201/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001202#ifndef MAGICKCORE_JP2_DELEGATE
1203#define MAGICKCORE_JP2_DELEGATE 1
1204#endif
cristy3ed852e2009-09-05 21:47:34 +00001205
1206/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001207#ifndef MAGICKCORE_JPEG_DELEGATE
1208#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001209#endif
1210
cristy71203402010-06-18 13:12:03 +00001211/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001212#ifndef MAGICKCORE_LCMS_DELEGATE
1213#define MAGICKCORE_LCMS_DELEGATE 1
1214#endif
cristy3ed852e2009-09-05 21:47:34 +00001215
1216/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001217#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001218#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001219#endif
1220
1221/* Subdirectory of lib where ImageMagick architecture dependent files are
1222 installed */
cristy964cb7f2010-04-25 23:18:00 +00001223#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001224#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001225#endif
1226
1227/* Define if you have LQR library */
cristy10a6c612012-01-29 21:41:05 +00001228#ifndef MAGICKCORE_LQR_DELEGATE
1229#define MAGICKCORE_LQR_DELEGATE 1
1230#endif
cristy3ed852e2009-09-05 21:47:34 +00001231
1232/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001233#ifndef MAGICKCORE_LTDL_DELEGATE
1234#define MAGICKCORE_LTDL_DELEGATE 1
1235#endif
cristy3ed852e2009-09-05 21:47:34 +00001236
1237/* Define if the OS needs help to load dependent libraries for dlopen(). */
1238/* #undef LTDL_DLOPEN_DEPLIBS */
1239
1240/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001241#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy10a6c612012-01-29 21:41:05 +00001242#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas:/usr/lib64/freetype-freeworld:/opt/modules/pkg/intel/f77/10.0.025/lib:/opt/intel/lib/intel64:/usr/lib/llvm:/usr/lib64/llvm:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/nvidia:/usr/lib64/openmotif:/usr/lib64/qt-3.3/lib:/usr/lib64/tracker-0.12:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001243#endif
1244
1245/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001246#ifndef MAGICKCORE_LT_LIBEXT
1247#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001248#endif
1249
cristyda16f162011-02-19 23:52:17 +00001250/* The archive prefix */
1251#ifndef MAGICKCORE_LT_LIBPREFIX
1252#define MAGICKCORE_LT_LIBPREFIX "lib"
1253#endif
1254
cristy3ed852e2009-09-05 21:47:34 +00001255/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001256#ifndef MAGICKCORE_LT_MODULE_EXT
1257#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001258#endif
1259
1260/* Define to the name of the environment variable that determines the run-time
1261 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001262#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1263#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001264#endif
1265
1266/* Define to the sub-directory in which libtool stores uninstalled libraries.
1267 */
cristy964cb7f2010-04-25 23:18:00 +00001268#ifndef MAGICKCORE_LT_OBJDIR
1269#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001270#endif
1271
cristy99bd5232011-12-07 14:38:20 +00001272/* Define to the shared library suffix, say, ".dylib". */
1273/* #undef LT_SHARED_EXT */
1274
cristy3f590e52011-11-14 14:29:44 +00001275/* Define if you have LZMA library */
cristy00e93b42012-01-18 17:40:03 +00001276#ifndef MAGICKCORE_LZMA_DELEGATE
1277#define MAGICKCORE_LZMA_DELEGATE 1
1278#endif
cristyfbb0ef02010-12-19 02:32:11 +00001279
cristy3ed852e2009-09-05 21:47:34 +00001280/* Define to prepend to default font search path. */
1281/* #undef MAGICK_FONT_PATH */
1282
1283/* Magick API method prefix */
1284/* #undef NAMESPACE_PREFIX */
1285
cristya0b81c32010-01-22 02:54:33 +00001286/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001287/* #undef NDEBUG */
1288
1289/* Define if dlsym() requires a leading underscore in symbol names. */
1290/* #undef NEED_USCORE */
1291
1292/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1293/* #undef NO_MINUS_C_MINUS_O */
1294
1295/* Define if you have OPENEXR library */
cristy10a6c612012-01-29 21:41:05 +00001296#ifndef MAGICKCORE_OPENEXR_DELEGATE
1297#define MAGICKCORE_OPENEXR_DELEGATE 1
1298#endif
cristy3ed852e2009-09-05 21:47:34 +00001299
cristya448bd22011-10-14 12:38:13 +00001300/* Name of package */
1301#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001302#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001303#endif
1304
cristy3ed852e2009-09-05 21:47:34 +00001305/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001306#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1307#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001308#endif
1309
1310/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001311#ifndef MAGICKCORE_PACKAGE_NAME
1312#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001313#endif
1314
1315/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001316#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001317#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001318#endif
1319
1320/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001321#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001322#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001323#endif
1324
cristy8b350f62009-11-15 23:12:43 +00001325/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001326#ifndef MAGICKCORE_PACKAGE_URL
1327#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001328#endif
1329
cristy3ed852e2009-09-05 21:47:34 +00001330/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001331#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001332#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001333#endif
1334
cristy41cbe8a2011-10-27 01:35:18 +00001335/* Define if you have PANGOFT2 library */
cristy00e93b42012-01-18 17:40:03 +00001336#ifndef MAGICKCORE_PANGOFT2_DELEGATE
1337#define MAGICKCORE_PANGOFT2_DELEGATE 1
1338#endif
cristy41cbe8a2011-10-27 01:35:18 +00001339
1340/* Define if you have PANGO library */
cristy00e93b42012-01-18 17:40:03 +00001341#ifndef MAGICKCORE_PANGO_DELEGATE
1342#define MAGICKCORE_PANGO_DELEGATE 1
1343#endif
cristy41cbe8a2011-10-27 01:35:18 +00001344
cristy3ed852e2009-09-05 21:47:34 +00001345/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001346#ifndef MAGICKCORE_PNG_DELEGATE
1347#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001348#endif
1349
1350/* Define to necessary symbol if this constant uses a non-standard name on
1351 your system. */
1352/* #undef PTHREAD_CREATE_JOINABLE */
1353
1354/* Pixel cache threshold in MB (defaults to available memory) */
1355/* #undef PixelCacheThreshold */
1356
1357/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001358#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001359#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001360#endif
1361
1362/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001363#ifndef MAGICKCORE_RETSIGTYPE
1364#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001365#endif
1366
1367/* Define if you have RSVG library */
cristy00e93b42012-01-18 17:40:03 +00001368/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001369
1370/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001371#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1372#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001373#endif
1374
1375/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001376#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1377#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001378#endif
1379
1380/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001381#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1382#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001383#endif
1384
1385/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001386#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001387#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001388#endif
1389
1390/* Subdirectory of lib where architecture-independent configuration files
1391 live. */
1392#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001393#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001394#endif
1395
1396/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001397#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001398#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001399#endif
1400
1401/* Subdirectory of lib where architecture-independent configuration files
1402 live. */
cristy4f820712011-04-01 12:35:43 +00001403#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001404#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001405#endif
1406
1407/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001408#ifndef MAGICKCORE_SIZEOF_OFF_T
1409#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001410#endif
1411
1412/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001413#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1414#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001415#endif
1416
1417/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001418#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
cristy00e93b42012-01-18 17:40:03 +00001419#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001420#endif
1421
1422/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001423#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1424#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001425#endif
1426
1427/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001428#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1429#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001430#endif
1431
1432/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001433#ifndef MAGICKCORE_SIZEOF_SIZE_T
cristy00e93b42012-01-18 17:40:03 +00001434#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001435#endif
1436
cristy330e9352010-06-01 18:42:49 +00001437/* The size of `ssize_t', as computed by sizeof. */
1438#ifndef MAGICKCORE_SIZEOF_SSIZE_T
cristy00e93b42012-01-18 17:40:03 +00001439#define MAGICKCORE_SIZEOF_SSIZE_T 8
cristy330e9352010-06-01 18:42:49 +00001440#endif
1441
cristy3ed852e2009-09-05 21:47:34 +00001442/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001443#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1444#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001445#endif
1446
1447/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001448#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
cristy00e93b42012-01-18 17:40:03 +00001449#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001450#endif
1451
1452/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001453#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
cristy00e93b42012-01-18 17:40:03 +00001454#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001455#endif
1456
1457/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001458#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1459#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001460#endif
1461
1462/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001463#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1464#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001465#endif
1466
1467/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1468/* #undef STAT_MACROS_BROKEN */
1469
1470/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001471#ifndef MAGICKCORE_STDC_HEADERS
1472#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001473#endif
1474
cristy7d4a1d62011-10-13 15:54:12 +00001475/* Define to 1 if strerror_r returns char *. */
1476#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1477#define MAGICKCORE_STRERROR_R_CHAR_P 1
1478#endif
1479
cristy55bf91c2010-09-24 00:29:41 +00001480/* Define if you have POSIX threads libraries and header files. */
1481#ifndef MAGICKCORE_THREAD_SUPPORT
1482#define MAGICKCORE_THREAD_SUPPORT 1
1483#endif
1484
cristy3ed852e2009-09-05 21:47:34 +00001485/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001486#ifndef MAGICKCORE_TIFF_DELEGATE
1487#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001488#endif
1489
1490/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001491#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1492#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001493#endif
1494
1495/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1496/* #undef TM_IN_SYS_TIME */
1497
1498/* Enable extensions on AIX 3, Interix. */
1499#ifndef _ALL_SOURCE
1500# define _ALL_SOURCE 1
1501#endif
1502/* Enable GNU extensions on systems that have them. */
1503#ifndef _GNU_SOURCE
1504# define _GNU_SOURCE 1
1505#endif
1506/* Enable threading extensions on Solaris. */
1507#ifndef _POSIX_PTHREAD_SEMANTICS
1508# define _POSIX_PTHREAD_SEMANTICS 1
1509#endif
1510/* Enable extensions on HP NonStop. */
1511#ifndef _TANDEM_SOURCE
1512# define _TANDEM_SOURCE 1
1513#endif
1514/* Enable general extensions on Solaris. */
1515#ifndef __EXTENSIONS__
1516# define __EXTENSIONS__ 1
1517#endif
1518
1519
cristya448bd22011-10-14 12:38:13 +00001520/* Version number of package */
1521#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001522#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001523#endif
1524
cristyb1860752011-03-14 00:27:46 +00001525/* Define if you have WEBP library */
cristy10a6c612012-01-29 21:41:05 +00001526#ifndef MAGICKCORE_WEBP_DELEGATE
1527#define MAGICKCORE_WEBP_DELEGATE 1
1528#endif
cristyb1860752011-03-14 00:27:46 +00001529
cristy3ed852e2009-09-05 21:47:34 +00001530/* Define to use the Windows GDI32 library */
1531/* #undef WINGDI32_DELEGATE */
1532
1533/* Define if using the dmalloc debugging malloc package */
1534/* #undef WITH_DMALLOC */
1535
cristy03f7cf92011-12-15 01:40:41 +00001536/* Define if you have wmflite library */
1537#ifndef MAGICKCORE_WMFLITE_DELEGATE
1538#define MAGICKCORE_WMFLITE_DELEGATE 1
1539#endif
1540
1541/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001542/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001543
cristy3ed852e2009-09-05 21:47:34 +00001544/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1545 significant byte first (like Motorola and SPARC, unlike Intel). */
1546#if defined AC_APPLE_UNIVERSAL_BUILD
1547# if defined __BIG_ENDIAN__
1548# define WORDS_BIGENDIAN 1
1549# endif
1550#else
1551# ifndef WORDS_BIGENDIAN
1552/* # undef WORDS_BIGENDIAN */
1553# endif
1554#endif
1555
1556/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001557#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1558#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001559#endif
1560
1561/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001562#ifndef MAGICKCORE_X11_DELEGATE
1563#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001564#endif
1565
1566/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001567#ifndef MAGICKCORE_XML_DELEGATE
1568#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001569#endif
1570
1571/* Define to 1 if the X Window System is missing or not being used. */
1572/* #undef X_DISPLAY_MISSING */
1573
cristy6e3607c2011-09-13 13:59:17 +00001574/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy633f0c62011-09-15 13:27:36 +00001575/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001576
cristy3ed852e2009-09-05 21:47:34 +00001577/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001578#ifndef MAGICKCORE_ZLIB_DELEGATE
1579#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001580#endif
1581
1582/* Number of bits in a file offset, on hosts where this is settable. */
cristy00e93b42012-01-18 17:40:03 +00001583/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001584
1585/* enable run-time bounds-checking */
1586/* #undef _FORTIFY_SOURCE */
1587
1588/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1589/* #undef _LARGEFILE_SOURCE */
1590
1591/* Define for large files, on AIX-style hosts. */
1592/* #undef _LARGE_FILES */
1593
1594/* Define to 1 if on MINIX. */
1595/* #undef _MINIX */
1596
cristy99cc3002010-01-21 14:50:11 +00001597/* Define this for the OpenCL Accelerator */
cristy10a6c612012-01-29 21:41:05 +00001598#ifndef MAGICKCORE__OPENCL
1599#define MAGICKCORE__OPENCL 1
1600#endif
cristy99cc3002010-01-21 14:50:11 +00001601
cristy3ed852e2009-09-05 21:47:34 +00001602/* Define to 2 if the system does not provide POSIX.1 features except with
1603 this defined. */
1604/* #undef _POSIX_1_SOURCE */
1605
1606/* Define to 1 if you need to in order for `stat' and other things to work. */
1607/* #undef _POSIX_SOURCE */
1608
cristy501c8042011-05-26 17:46:28 +00001609/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1610 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1611 #define below would cause a syntax error. */
1612/* #undef _UINT32_T */
1613
1614/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1615 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1616 #define below would cause a syntax error. */
1617/* #undef _UINT64_T */
1618
1619/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1620 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1621 #define below would cause a syntax error. */
1622/* #undef _UINT8_T */
1623
cristy3ed852e2009-09-05 21:47:34 +00001624/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1625#ifndef __CHAR_UNSIGNED__
1626/* # undef __CHAR_UNSIGNED__ */
1627#endif
1628
1629/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1630/* #undef __error_t_defined */
1631
1632/* Define to appropriate substitue if compiler does not have __func__ */
1633/* #undef __func__ */
1634
cristy3ed852e2009-09-05 21:47:34 +00001635/* Define to a type to use for `error_t' if it is not otherwise available. */
1636/* #undef error_t */
1637
cristy501c8042011-05-26 17:46:28 +00001638/* Define to `int' if <sys/types.h> doesn't define. */
1639/* #undef gid_t */
1640
cristy3ed852e2009-09-05 21:47:34 +00001641/* Define to `__inline__' or `__inline' if that's what the C compiler
1642 calls it, or to nothing if 'inline' is not supported under any name. */
1643#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001644/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001645#endif
1646
cristy501c8042011-05-26 17:46:28 +00001647/* Define to the type of a signed integer type of width exactly 16 bits if
1648 such a type exists and the standard includes do not define it. */
1649/* #undef int16_t */
1650
1651/* Define to the type of a signed integer type of width exactly 32 bits if
1652 such a type exists and the standard includes do not define it. */
1653/* #undef int32_t */
1654
1655/* Define to the type of a signed integer type of width exactly 64 bits if
1656 such a type exists and the standard includes do not define it. */
1657/* #undef int64_t */
1658
1659/* Define to the type of a signed integer type of width exactly 8 bits if such
1660 a type exists and the standard includes do not define it. */
1661/* #undef int8_t */
1662
1663/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1664 not define. */
1665/* #undef intmax_t */
1666
1667/* Define to the type of a signed integer type wide enough to hold a pointer,
1668 if such a type exists, and if the system does not define it. */
1669/* #undef intptr_t */
1670
1671/* Define to a type if <wchar.h> does not define. */
1672/* #undef mbstate_t */
1673
cristy3ed852e2009-09-05 21:47:34 +00001674/* Define to `int' if <sys/types.h> does not define. */
1675/* #undef mode_t */
1676
1677/* Define to `long int' if <sys/types.h> does not define. */
1678/* #undef off_t */
1679
1680/* Define to `int' if <sys/types.h> does not define. */
1681/* #undef pid_t */
1682
1683/* Define to the equivalent of the C99 'restrict' keyword, or to
1684 nothing if this is not supported. Do not define if restrict is
1685 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001686#ifndef _magickcore_restrict
1687#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001688#endif
cristy8b350f62009-11-15 23:12:43 +00001689/* Work around a bug in Sun C++: it does not support _Restrict or
1690 __restrict__, even though the corresponding Sun C compiler ends up with
1691 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1692 previous line. Perhaps some future version of Sun C++ will work with
1693 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001694#if defined __SUNPRO_CC && !defined __RESTRICT
1695# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001696# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001697#endif
1698
1699/* Define to `unsigned int' if <sys/types.h> does not define. */
1700/* #undef size_t */
1701
1702/* Define to `int' if <sys/types.h> does not define. */
1703/* #undef ssize_t */
1704
cristy501c8042011-05-26 17:46:28 +00001705/* Define to `int' if <sys/types.h> doesn't define. */
1706/* #undef uid_t */
1707
1708/* Define to the type of an unsigned integer type of width exactly 16 bits if
1709 such a type exists and the standard includes do not define it. */
1710/* #undef uint16_t */
1711
1712/* Define to the type of an unsigned integer type of width exactly 32 bits if
1713 such a type exists and the standard includes do not define it. */
1714/* #undef uint32_t */
1715
1716/* Define to the type of an unsigned integer type of width exactly 64 bits if
1717 such a type exists and the standard includes do not define it. */
1718/* #undef uint64_t */
1719
1720/* Define to the type of an unsigned integer type of width exactly 8 bits if
1721 such a type exists and the standard includes do not define it. */
1722/* #undef uint8_t */
1723
1724/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1725 do not define. */
1726/* #undef uintmax_t */
1727
1728/* Define to the type of an unsigned integer type wide enough to hold a
1729 pointer, if such a type exists, and if the system does not define it. */
1730/* #undef uintptr_t */
1731
cristy3ed852e2009-09-05 21:47:34 +00001732/* Define as `fork' if `vfork' does not work. */
1733/* #undef vfork */
1734
1735/* Define to empty if the keyword `volatile' does not work. Warning: valid
1736 code using `volatile' can become incorrect without. Disable with care. */
1737/* #undef volatile */
1738
cristy4c08aed2011-07-01 19:47:50 +00001739/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001740#endif