blob: 17948d56f1ee93c95b7f9ea21019c974c845eadd [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. */
cristy0a39a5c2012-06-27 12:51:45 +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 */
cristybb06a1a2012-03-15 00:16:53 +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 */
cristybb06a1a2012-03-15 00:16:53 +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
cristy4e65ec22012-04-08 01:33:27 +000065#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7.0.0/"
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 */
cristybb06a1a2012-03-15 00:16:53 +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 */
cristybb06a1a2012-03-15 00:16:53 +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 */
cristyceb488f2012-03-22 10:58:48 +0000100/* #undef FPX_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000101
cristy81beccd2011-10-03 18:17:24 +0000102/* Define if you have FreeType (TrueType font) library */
cristybb06a1a2012-03-15 00:16:53 +0000103#ifndef MAGICKCORE_FREETYPE_DELEGATE
104#define MAGICKCORE_FREETYPE_DELEGATE 1
105#endif
cristy3ed852e2009-09-05 21:47:34 +0000106
107/* Define if you have Ghostscript library or framework */
cristy00e93b42012-01-18 17:40:03 +0000108/* #undef GS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000109
110/* Define if you have GVC library */
cristy0a39a5c2012-06-27 12:51:45 +0000111/* #undef GVC_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000112
cristyb33454f2011-08-03 02:10:45 +0000113/* Define to 1 if you have the `acosh' function. */
114#ifndef MAGICKCORE_HAVE_ACOSH
115#define MAGICKCORE_HAVE_ACOSH 1
116#endif
117
cristy3ed852e2009-09-05 21:47:34 +0000118/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000119#ifndef MAGICKCORE_HAVE_ARGZ_ADD
120#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000121#endif
122
123/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000124#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
125#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000126#endif
127
128/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000129#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
130#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000131#endif
132
133/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000134#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
135#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000136#endif
137
138/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000139#ifndef MAGICKCORE_HAVE_ARGZ_H
140#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000141#endif
142
143/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000144#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
145#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000146#endif
147
148/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000149#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
150#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000151#endif
152
153/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000154#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
155#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000156#endif
157
158/* Define to 1 if you have the <arm/limits.h> header file. */
159/* #undef HAVE_ARM_LIMITS_H */
160
cristyb33454f2011-08-03 02:10:45 +0000161/* Define to 1 if you have the `asinh' function. */
162#ifndef MAGICKCORE_HAVE_ASINH
163#define MAGICKCORE_HAVE_ASINH 1
164#endif
165
166/* Define to 1 if you have the `atanh' function. */
167#ifndef MAGICKCORE_HAVE_ATANH
168#define MAGICKCORE_HAVE_ATANH 1
169#endif
170
cristy3ed852e2009-09-05 21:47:34 +0000171/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000172#ifndef MAGICKCORE_HAVE_ATEXIT
173#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000174#endif
175
cristyc5baf4f2010-08-31 15:05:33 +0000176/* Define to 1 if you have the `atoll' function. */
177#ifndef MAGICKCORE_HAVE_ATOLL
178#define MAGICKCORE_HAVE_ATOLL 1
179#endif
180
cristy3ed852e2009-09-05 21:47:34 +0000181/* define if bool is a built-in type */
cristy00e93b42012-01-18 17:40:03 +0000182#ifndef MAGICKCORE_HAVE_BOOL
183#define MAGICKCORE_HAVE_BOOL /**/
184#endif
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. */
cristy0a39a5c2012-06-27 12:51:45 +0000222#ifndef MAGICKCORE_HAVE_CL_CL_H
223#define MAGICKCORE_HAVE_CL_CL_H 1
224#endif
cristy736173a2009-09-20 21:18:22 +0000225
cristy3ed852e2009-09-05 21:47:34 +0000226/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000227#ifndef MAGICKCORE_HAVE_COMPLEX_H
228#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000229#endif
230
cristy47b022b2011-01-18 22:29:21 +0000231/* Define to 1 if you have the `creal' function. */
232#ifndef MAGICKCORE_HAVE_CREAL
233#define MAGICKCORE_HAVE_CREAL 1
234#endif
235
cristyc5baf4f2010-08-31 15:05:33 +0000236/* Define to 1 if you have the `ctime_r' function. */
237#ifndef MAGICKCORE_HAVE_CTIME_R
238#define MAGICKCORE_HAVE_CTIME_R 1
239#endif
240
cristy3ed852e2009-09-05 21:47:34 +0000241/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
242 you don't. */
cristybb06a1a2012-03-15 00:16:53 +0000243/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
cristy3ed852e2009-09-05 21:47:34 +0000244
245/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
246 */
cristy964cb7f2010-04-25 23:18:00 +0000247#ifndef MAGICKCORE_HAVE_DECL_PREAD
248#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000249#endif
250
251/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
252 */
cristy964cb7f2010-04-25 23:18:00 +0000253#ifndef MAGICKCORE_HAVE_DECL_PWRITE
254#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000255#endif
256
cristy7d4a1d62011-10-13 15:54:12 +0000257/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
258 don't. */
259#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
260#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
261#endif
262
cristy3ed852e2009-09-05 21:47:34 +0000263/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
264 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000265#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
266#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000267#endif
268
cristy92703d82010-04-26 00:18:18 +0000269/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
270 */
cristybb06a1a2012-03-15 00:16:53 +0000271/* #undef HAVE_DECL_TZNAME */
cristy92703d82010-04-26 00:18:18 +0000272
cristy3ed852e2009-09-05 21:47:34 +0000273/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
274 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000275#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
276#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000277#endif
278
279/* Define to 1 if you have the `directio' function. */
280/* #undef HAVE_DIRECTIO */
281
282/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
283 */
cristy964cb7f2010-04-25 23:18:00 +0000284#ifndef MAGICKCORE_HAVE_DIRENT_H
285#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000286#endif
287
288/* Define if you have the GNU dld library. */
289/* #undef HAVE_DLD */
290
291/* Define to 1 if you have the <dld.h> header file. */
292/* #undef HAVE_DLD_H */
293
294/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000295#ifndef MAGICKCORE_HAVE_DLERROR
296#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000297#endif
298
299/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000300#ifndef MAGICKCORE_HAVE_DLFCN_H
301#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000302#endif
303
304/* Define to 1 if you have the <dl.h> header file. */
305/* #undef HAVE_DL_H */
306
307/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
308/* #undef HAVE_DOPRNT */
309
310/* Define if you have the _dyld_func_lookup function. */
311/* #undef HAVE_DYLD */
312
313/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000314#ifndef MAGICKCORE_HAVE_ERRNO_H
315#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000316#endif
317
318/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000319#ifndef MAGICKCORE_HAVE_ERROR_T
320#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000321#endif
322
323/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000324#ifndef MAGICKCORE_HAVE_EXECVP
325#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000326#endif
327
cristyf1440cb2010-02-23 02:24:21 +0000328/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000329#ifndef MAGICKCORE_HAVE_FCHMOD
330#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000331#endif
332
cristy3ed852e2009-09-05 21:47:34 +0000333/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000334#ifndef MAGICKCORE_HAVE_FCNTL_H
335#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000336#endif
337
338/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000339#ifndef MAGICKCORE_HAVE_FLOOR
340#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000341#endif
cristy3ed852e2009-09-05 21:47:34 +0000342
343/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000344#ifndef MAGICKCORE_HAVE_FORK
345#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000346#endif
347
348/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000349#ifndef MAGICKCORE_HAVE_FSEEKO
350#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000351#endif
352
cristy81beccd2011-10-03 18:17:24 +0000353/* Define to 1 if you have the <ft2build.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000354#ifndef MAGICKCORE_HAVE_FT2BUILD_H
355#define MAGICKCORE_HAVE_FT2BUILD_H 1
356#endif
cristy81beccd2011-10-03 18:17:24 +0000357
cristy3ed852e2009-09-05 21:47:34 +0000358/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000359#ifndef MAGICKCORE_HAVE_FTIME
360#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000361#endif
362
363/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000364#ifndef MAGICKCORE_HAVE_FTRUNCATE
365#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000366#endif
367
368/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000369#ifndef MAGICKCORE_HAVE_GETCWD
370#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000371#endif
372
cristyc5baf4f2010-08-31 15:05:33 +0000373/* Define to 1 if you have the `getc_unlocked' function. */
374#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
375#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
376#endif
377
cristy3ed852e2009-09-05 21:47:34 +0000378/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000379#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
380#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000381#endif
382
383/* Define to 1 if you have the `getexecname' function. */
384/* #undef HAVE_GETEXECNAME */
385
386/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000387#ifndef MAGICKCORE_HAVE_GETPAGESIZE
388#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000389#endif
390
391/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000392#ifndef MAGICKCORE_HAVE_GETPID
393#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000394#endif
395
cristyd3ef0102009-09-12 18:11:06 +0000396/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000397#ifndef MAGICKCORE_HAVE_GETRLIMIT
398#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000399#endif
400
cristy3ed852e2009-09-05 21:47:34 +0000401/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000402#ifndef MAGICKCORE_HAVE_GETRUSAGE
403#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000404#endif
405
406/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000407#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
408#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000409#endif
410
411/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000412#ifndef MAGICKCORE_HAVE_GMTIME_R
413#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000414#endif
415
cristy501c8042011-05-26 17:46:28 +0000416/* Define to 1 if the system has the type `intmax_t'. */
417#ifndef MAGICKCORE_HAVE_INTMAX_T
418#define MAGICKCORE_HAVE_INTMAX_T 1
419#endif
420
421/* Define to 1 if the system has the type `intptr_t'. */
422#ifndef MAGICKCORE_HAVE_INTPTR_T
423#define MAGICKCORE_HAVE_INTPTR_T 1
424#endif
425
cristy3ed852e2009-09-05 21:47:34 +0000426/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000427#ifndef MAGICKCORE_HAVE_INTTYPES_H
428#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000429#endif
430
cristy82b20722011-11-05 21:52:36 +0000431/* Define to 1 if you have the `isnan' function. */
432#ifndef MAGICKCORE_HAVE_ISNAN
433#define MAGICKCORE_HAVE_ISNAN 1
434#endif
435
cristy161b9262010-03-20 19:34:32 +0000436/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000437#ifndef MAGICKCORE_HAVE_J0
438#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000439#endif
440
441/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000442#ifndef MAGICKCORE_HAVE_J1
443#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000444#endif
445
cristyd09bcf92010-03-25 03:04:45 +0000446/* Define if you have the <lcms2.h> header file. */
cristyceb488f2012-03-22 10:58:48 +0000447#ifndef MAGICKCORE_HAVE_LCMS2_H
448#define MAGICKCORE_HAVE_LCMS2_H 1
449#endif
cristyd09bcf92010-03-25 03:04:45 +0000450
cristy71203402010-06-18 13:12:03 +0000451/* Define if you have the <lcms2/lcms2.h> header file. */
452/* #undef HAVE_LCMS2_LCMS2_H */
453
cristy3ed852e2009-09-05 21:47:34 +0000454/* Define if you have the <lcms.h> header file. */
cristyceb488f2012-03-22 10:58:48 +0000455/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000456
457/* Define if you have the <lcms/lcms.h> header file. */
458/* #undef HAVE_LCMS_LCMS_H */
459
460/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000461#ifndef MAGICKCORE_HAVE_LIBDL
462#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000463#endif
464
465/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000466#ifndef MAGICKCORE_HAVE_LIBDLLOADER
467#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000468#endif
469
470/* Define to 1 if you have the `gcov' library (-lgcov). */
471/* #undef HAVE_LIBGCOV */
472
473/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000474#ifndef MAGICKCORE_HAVE_LIMITS_H
475#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000476#endif
477
478/* Define to 1 if you have the <linux/unistd.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000479#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
480#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
481#endif
cristy3ed852e2009-09-05 21:47:34 +0000482
cristyc5baf4f2010-08-31 15:05:33 +0000483/* Define to 1 if you have the `lltostr' function. */
484/* #undef HAVE_LLTOSTR */
485
cristy3ed852e2009-09-05 21:47:34 +0000486/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000487#ifndef MAGICKCORE_HAVE_LOCALE_H
488#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000489#endif
490
491/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000492#ifndef MAGICKCORE_HAVE_LOCALTIME_R
493#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000494#endif
495
cristy501c8042011-05-26 17:46:28 +0000496/* Define to 1 if the system has the type `long double'. */
497#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
498#define MAGICKCORE_HAVE_LONG_DOUBLE 1
499#endif
500
cristy3ed852e2009-09-05 21:47:34 +0000501/* Define to 1 if the type `long double' works and has more range or precision
502 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000503#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
504#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000505#endif
506
cristy501c8042011-05-26 17:46:28 +0000507/* Define to 1 if the system has the type `long long int'. */
508#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
509#define MAGICKCORE_HAVE_LONG_LONG_INT 1
510#endif
511
cristy3ed852e2009-09-05 21:47:34 +0000512/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000513#ifndef MAGICKCORE_HAVE_LSTAT
514#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000515#endif
516
cristy3ed852e2009-09-05 21:47:34 +0000517/* Define this if a modern libltdl is already installed */
cristybb06a1a2012-03-15 00:16:53 +0000518#ifndef MAGICKCORE_HAVE_LTDL
519#define MAGICKCORE_HAVE_LTDL 1
520#endif
cristy3ed852e2009-09-05 21:47:34 +0000521
522/* Define to 1 if you have the <machine/param.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000523/* #undef HAVE_MACHINE_PARAM_H */
cristy3ed852e2009-09-05 21:47:34 +0000524
525/* Define to 1 if you have the <mach-o/dyld.h> header file. */
526/* #undef HAVE_MACH_O_DYLD_H */
527
cristy501c8042011-05-26 17:46:28 +0000528/* Define to 1 if <wchar.h> declares mbstate_t. */
529#ifndef MAGICKCORE_HAVE_MBSTATE_T
530#define MAGICKCORE_HAVE_MBSTATE_T 1
531#endif
532
cristy3ed852e2009-09-05 21:47:34 +0000533/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000534#ifndef MAGICKCORE_HAVE_MEMMOVE
535#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000536#endif
537
538/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000539#ifndef MAGICKCORE_HAVE_MEMORY_H
540#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000541#endif
542
543/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000544#ifndef MAGICKCORE_HAVE_MEMSET
545#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000546#endif
547
548/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000549#ifndef MAGICKCORE_HAVE_MKSTEMP
550#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000551#endif
552
553/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000554#ifndef MAGICKCORE_HAVE_MMAP
555#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000556#endif
557
558/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000559#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
560#define MAGICKCORE_HAVE_MMAP_FILEIO 1
561#endif
cristy3ed852e2009-09-05 21:47:34 +0000562
563/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000564#ifndef MAGICKCORE_HAVE_MUNMAP
565#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000566#endif
567
568/* define if the compiler implements namespaces */
cristy00e93b42012-01-18 17:40:03 +0000569#ifndef MAGICKCORE_HAVE_NAMESPACES
570#define MAGICKCORE_HAVE_NAMESPACES /**/
571#endif
cristy964cb7f2010-04-25 23:18:00 +0000572
573/* Define if g++ supports namespace std. */
cristy00e93b42012-01-18 17:40:03 +0000574#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
575#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
576#endif
cristy3ed852e2009-09-05 21:47:34 +0000577
cristya21afde2010-07-02 00:45:40 +0000578/* Define to 1 if you have the `nanosleep' function. */
579#ifndef MAGICKCORE_HAVE_NANOSLEEP
580#define MAGICKCORE_HAVE_NANOSLEEP 1
581#endif
582
cristy3ed852e2009-09-05 21:47:34 +0000583/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
584/* #undef HAVE_NDIR_H */
585
cristya8549b12011-05-18 19:05:08 +0000586/* Define to 1 if you have the `newlocale' function. */
cristybb06a1a2012-03-15 00:16:53 +0000587#ifndef MAGICKCORE_HAVE_NEWLOCALE
588#define MAGICKCORE_HAVE_NEWLOCALE 1
589#endif
cristya8549b12011-05-18 19:05:08 +0000590
cristyfe2e68f2010-01-09 19:16:03 +0000591/* Define to 1 if you have the <OpenCL/cl.h> header file. */
592/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000593
cristy3ed852e2009-09-05 21:47:34 +0000594/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000595#ifndef MAGICKCORE_HAVE_OPENDIR
596#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000597#endif
598
599/* Define to 1 if you have the <OS.h> header file. */
600/* #undef HAVE_OS_H */
601
602/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000603#ifndef MAGICKCORE_HAVE_PCLOSE
604#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000605#endif
606
607/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000608#ifndef MAGICKCORE_HAVE_POLL
609#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000610#endif
611
612/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000613#ifndef MAGICKCORE_HAVE_POPEN
614#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000615#endif
616
617/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000618#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
619#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000620#endif
621
622/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000623#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
624#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000625#endif
626
627/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000628#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
629#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000630#endif
631
632/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000633#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
634#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000635#endif
636
cristy5c40fb42010-08-05 16:12:44 +0000637/* Define to 1 if you have the `posix_spawnp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000638#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
639#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
640#endif
cristy5c40fb42010-08-05 16:12:44 +0000641
cristy3ed852e2009-09-05 21:47:34 +0000642/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000643#ifndef MAGICKCORE_HAVE_POW
644#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000645#endif
cristy3ed852e2009-09-05 21:47:34 +0000646
647/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000648#ifndef MAGICKCORE_HAVE_PREAD
649#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000650#endif
651
652/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000653#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
654#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000655#endif
656
cristy98e91bd2010-01-12 01:11:42 +0000657/* Define to 1 if you have the <process.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000658/* #undef HAVE_PROCESS_H */
cristy98e91bd2010-01-12 01:11:42 +0000659
cristy3ed852e2009-09-05 21:47:34 +0000660/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000661#ifndef MAGICKCORE_HAVE_PTHREAD
662#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000663#endif
664
cristya316db12011-10-24 00:49:45 +0000665/* Have PTHREAD_PRIO_INHERIT. */
cristybb06a1a2012-03-15 00:16:53 +0000666#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
667#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
668#endif
cristya316db12011-10-24 00:49:45 +0000669
cristy3ed852e2009-09-05 21:47:34 +0000670/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000671#ifndef MAGICKCORE_HAVE_PWRITE
672#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000673#endif
674
cristyc5baf4f2010-08-31 15:05:33 +0000675/* Define to 1 if you have the `qsort_r' function. */
cristybb06a1a2012-03-15 00:16:53 +0000676#ifndef MAGICKCORE_HAVE_QSORT_R
677#define MAGICKCORE_HAVE_QSORT_R 1
678#endif
cristyc5baf4f2010-08-31 15:05:33 +0000679
cristy3ed852e2009-09-05 21:47:34 +0000680/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000681#ifndef MAGICKCORE_HAVE_RAISE
682#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000683#endif
684
685/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000686#ifndef MAGICKCORE_HAVE_RAND_R
687#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000688#endif
689
690/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000691#ifndef MAGICKCORE_HAVE_READDIR
692#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000693#endif
694
695/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000696#ifndef MAGICKCORE_HAVE_READDIR_R
697#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000698#endif
699
700/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000701#ifndef MAGICKCORE_HAVE_READLINK
702#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000703#endif
704
705/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000706#ifndef MAGICKCORE_HAVE_REALPATH
707#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000708#endif
709
710/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000711#ifndef MAGICKCORE_HAVE_SEEKDIR
712#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000713#endif
714
715/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000716#ifndef MAGICKCORE_HAVE_SELECT
717#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000718#endif
719
720/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000721#ifndef MAGICKCORE_HAVE_SETLOCALE
722#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000723#endif
724
725/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000726#ifndef MAGICKCORE_HAVE_SETVBUF
727#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000728#endif
729
730/* X11 server supports shape extension */
cristybb06a1a2012-03-15 00:16:53 +0000731#ifndef MAGICKCORE_HAVE_SHAPE
732#define MAGICKCORE_HAVE_SHAPE 1
733#endif
cristy3ed852e2009-09-05 21:47:34 +0000734
735/* X11 server supports shared memory extension */
cristybb06a1a2012-03-15 00:16:53 +0000736#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
737#define MAGICKCORE_HAVE_SHARED_MEMORY 1
738#endif
cristy3ed852e2009-09-05 21:47:34 +0000739
740/* Define if you have the shl_load function. */
741/* #undef HAVE_SHL_LOAD */
742
743/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000744#ifndef MAGICKCORE_HAVE_SIGACTION
745#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000746#endif
747
748/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000749#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
750#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000751#endif
752
cristy393bbe52010-01-11 16:32:56 +0000753/* Define to 1 if you have the `spawnvp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000754/* #undef HAVE_SPAWNVP */
cristy393bbe52010-01-11 16:32:56 +0000755
cristy3ed852e2009-09-05 21:47:34 +0000756/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000757#ifndef MAGICKCORE_HAVE_SQRT
758#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000759#endif
cristy3ed852e2009-09-05 21:47:34 +0000760
761/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000762#ifndef MAGICKCORE_HAVE_STAT
763#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000764#endif
765
766/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000767#ifndef MAGICKCORE_HAVE_STDARG_H
768#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000769#endif
770
771/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000772#ifndef MAGICKCORE_HAVE_STDBOOL_H
773#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000774#endif
775
cristy3ed852e2009-09-05 21:47:34 +0000776/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000777#ifndef MAGICKCORE_HAVE_STDINT_H
778#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000779#endif
780
781/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000782#ifndef MAGICKCORE_HAVE_STDLIB_H
783#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000784#endif
785
786/* define if the compiler supports ISO C++ standard library */
cristy00e93b42012-01-18 17:40:03 +0000787#ifndef MAGICKCORE_HAVE_STD_LIBS
788#define MAGICKCORE_HAVE_STD_LIBS /**/
789#endif
cristy3ed852e2009-09-05 21:47:34 +0000790
791/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000792#ifndef MAGICKCORE_HAVE_STRCASECMP
793#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000794#endif
795
796/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000797#ifndef MAGICKCORE_HAVE_STRCHR
798#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000799#endif
800
801/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000802#ifndef MAGICKCORE_HAVE_STRCSPN
803#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000804#endif
805
806/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000807#ifndef MAGICKCORE_HAVE_STRDUP
808#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000809#endif
810
811/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000812#ifndef MAGICKCORE_HAVE_STRERROR
813#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000814#endif
815
816/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000817#ifndef MAGICKCORE_HAVE_STRERROR_R
818#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000819#endif
820
821/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000822#ifndef MAGICKCORE_HAVE_STRINGIZE
823#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000824#endif
825
826/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000827#ifndef MAGICKCORE_HAVE_STRINGS_H
828#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000829#endif
830
831/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000832#ifndef MAGICKCORE_HAVE_STRING_H
833#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000834#endif
835
836/* Define to 1 if you have the `strlcat' function. */
cristybb06a1a2012-03-15 00:16:53 +0000837/* #undef HAVE_STRLCAT */
cristy3ed852e2009-09-05 21:47:34 +0000838
839/* Define to 1 if you have the `strlcpy' function. */
cristybb06a1a2012-03-15 00:16:53 +0000840/* #undef HAVE_STRLCPY */
cristy3ed852e2009-09-05 21:47:34 +0000841
842/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000843#ifndef MAGICKCORE_HAVE_STRNCASECMP
844#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000845#endif
846
847/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000848#ifndef MAGICKCORE_HAVE_STRPBRK
849#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000850#endif
851
852/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000853#ifndef MAGICKCORE_HAVE_STRRCHR
854#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000855#endif
856
857/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000858#ifndef MAGICKCORE_HAVE_STRSPN
859#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000860#endif
861
862/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000863#ifndef MAGICKCORE_HAVE_STRSTR
864#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000865#endif
866
cristy6c1eef12011-05-17 02:13:08 +0000867/* Define to 1 if you have the `strtod' function. */
868#ifndef MAGICKCORE_HAVE_STRTOD
869#define MAGICKCORE_HAVE_STRTOD 1
870#endif
871
872/* Define to 1 if you have the `strtod_l' function. */
cristybb06a1a2012-03-15 00:16:53 +0000873#ifndef MAGICKCORE_HAVE_STRTOD_L
874#define MAGICKCORE_HAVE_STRTOD_L 1
875#endif
cristy6c1eef12011-05-17 02:13:08 +0000876
cristy3ed852e2009-09-05 21:47:34 +0000877/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000878#ifndef MAGICKCORE_HAVE_STRTOL
879#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000880#endif
881
cristy5131f3e2009-12-18 03:09:10 +0000882/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000883#ifndef MAGICKCORE_HAVE_STRTOUL
884#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000885#endif
886
cristy92703d82010-04-26 00:18:18 +0000887/* Define to 1 if `tm_zone' is a member of `struct tm'. */
cristybb06a1a2012-03-15 00:16:53 +0000888#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
889#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
890#endif
cristy92703d82010-04-26 00:18:18 +0000891
cristy3ed852e2009-09-05 21:47:34 +0000892/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000893#ifndef MAGICKCORE_HAVE_SYMLINK
894#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000895#endif
896
897/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000898#ifndef MAGICKCORE_HAVE_SYSCONF
899#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000900#endif
901
902/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
903 */
904/* #undef HAVE_SYS_DIR_H */
905
906/* Define to 1 if you have the <sys/dl.h> header file. */
907/* #undef HAVE_SYS_DL_H */
908
909/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000910#ifndef MAGICKCORE_HAVE_SYS_IPC_H
911#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000912#endif
913
914/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
915 */
916/* #undef HAVE_SYS_NDIR_H */
917
cristycd4c5312009-11-22 01:19:08 +0000918/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000919#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
920#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000921#endif
922
cristy3ed852e2009-09-05 21:47:34 +0000923/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000924#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
925#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000926#endif
927
928/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000929#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
930#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000931#endif
932
933/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000934#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
935#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000936#endif
937
938/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000939#ifndef MAGICKCORE_HAVE_SYS_STAT_H
940#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000941#endif
942
943/* Define to 1 if you have the <sys/syslimits.h> header file. */
944/* #undef HAVE_SYS_SYSLIMITS_H */
945
946/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000947#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
948#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000949#endif
950
951/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000952#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
953#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000954#endif
955
956/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000957#ifndef MAGICKCORE_HAVE_SYS_TIME_H
958#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000959#endif
960
961/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000962#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
963#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000964#endif
965
966/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000967#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
968#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000969#endif
970
971/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000972#ifndef MAGICKCORE_HAVE_TELLDIR
973#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000974#endif
975
976/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000977#ifndef MAGICKCORE_HAVE_TEMPNAM
978#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000979#endif
980
981/* Define to 1 if you have the <tiffconf.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000982#ifndef MAGICKCORE_HAVE_TIFFCONF_H
983#define MAGICKCORE_HAVE_TIFFCONF_H 1
984#endif
cristy3ed852e2009-09-05 21:47:34 +0000985
cristy3f590e52011-11-14 14:29:44 +0000986/* Define to 1 if you have the `TIFFIsBigEndian' function. */
cristybb06a1a2012-03-15 00:16:53 +0000987#ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
988#define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
989#endif
cristy3f590e52011-11-14 14:29:44 +0000990
cristy3ed852e2009-09-05 21:47:34 +0000991/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristybb06a1a2012-03-15 00:16:53 +0000992#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
993#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
994#endif
cristy3ed852e2009-09-05 21:47:34 +0000995
996/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristybb06a1a2012-03-15 00:16:53 +0000997#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
998#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
999#endif
cristy3ed852e2009-09-05 21:47:34 +00001000
1001/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristybb06a1a2012-03-15 00:16:53 +00001002#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
1003#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
1004#endif
cristy3ed852e2009-09-05 21:47:34 +00001005
1006/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +00001007#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
1008#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
1009#endif
cristy3ed852e2009-09-05 21:47:34 +00001010
1011/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristybb06a1a2012-03-15 00:16:53 +00001012#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
1013#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
1014#endif
cristy3ed852e2009-09-05 21:47:34 +00001015
1016/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +00001017#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1018#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
1019#endif
cristy3ed852e2009-09-05 21:47:34 +00001020
1021/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristybb06a1a2012-03-15 00:16:53 +00001022#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1023#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
1024#endif
cristy3ed852e2009-09-05 21:47:34 +00001025
1026/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001027#ifndef MAGICKCORE_HAVE_TIMES
1028#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001029#endif
1030
cristy92703d82010-04-26 00:18:18 +00001031/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1032 `HAVE_STRUCT_TM_TM_ZONE' instead. */
cristybb06a1a2012-03-15 00:16:53 +00001033#ifndef MAGICKCORE_HAVE_TM_ZONE
1034#define MAGICKCORE_HAVE_TM_ZONE 1
1035#endif
cristy92703d82010-04-26 00:18:18 +00001036
1037/* Define to 1 if you don't have `tm_zone' but do have the external array
1038 `tzname'. */
cristybb06a1a2012-03-15 00:16:53 +00001039/* #undef HAVE_TZNAME */
cristy92703d82010-04-26 00:18:18 +00001040
cristy501c8042011-05-26 17:46:28 +00001041/* Define to 1 if the system has the type `uintmax_t'. */
1042#ifndef MAGICKCORE_HAVE_UINTMAX_T
1043#define MAGICKCORE_HAVE_UINTMAX_T 1
1044#endif
1045
1046/* Define to 1 if the system has the type `uintptr_t'. */
1047#ifndef MAGICKCORE_HAVE_UINTPTR_T
1048#define MAGICKCORE_HAVE_UINTPTR_T 1
1049#endif
1050
cristyc5baf4f2010-08-31 15:05:33 +00001051/* Define to 1 if you have the `ulltostr' function. */
1052/* #undef HAVE_ULLTOSTR */
1053
cristy3ed852e2009-09-05 21:47:34 +00001054/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001055#ifndef MAGICKCORE_HAVE_UNISTD_H
1056#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001057#endif
1058
cristy501c8042011-05-26 17:46:28 +00001059/* Define to 1 if the system has the type `unsigned long long int'. */
1060#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1061#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1062#endif
1063
cristya20c9042011-05-19 13:22:18 +00001064/* Define to 1 if you have the `uselocale' function. */
cristybb06a1a2012-03-15 00:16:53 +00001065#ifndef MAGICKCORE_HAVE_USELOCALE
1066#define MAGICKCORE_HAVE_USELOCALE 1
1067#endif
cristya20c9042011-05-19 13:22:18 +00001068
cristy3ed852e2009-09-05 21:47:34 +00001069/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001070#ifndef MAGICKCORE_HAVE_USLEEP
1071#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001072#endif
1073
cristyf1440cb2010-02-23 02:24:21 +00001074/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001075#ifndef MAGICKCORE_HAVE_UTIME
1076#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001077#endif
1078
cristy3ed852e2009-09-05 21:47:34 +00001079/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001080#ifndef MAGICKCORE_HAVE_VFORK
1081#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001082#endif
1083
1084/* Define to 1 if you have the <vfork.h> header file. */
1085/* #undef HAVE_VFORK_H */
1086
cristy5d0cd952011-05-19 21:21:41 +00001087/* Define to 1 if you have the `vfprintf' function. */
1088#ifndef MAGICKCORE_HAVE_VFPRINTF
1089#define MAGICKCORE_HAVE_VFPRINTF 1
1090#endif
1091
1092/* Define to 1 if you have the `vfprintf_l' function. */
1093/* #undef HAVE_VFPRINTF_L */
1094
cristy3ed852e2009-09-05 21:47:34 +00001095/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001096#ifndef MAGICKCORE_HAVE_VPRINTF
1097#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001098#endif
1099
1100/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001101#ifndef MAGICKCORE_HAVE_VSNPRINTF
1102#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001103#endif
1104
cristyb51dff52011-05-19 16:55:47 +00001105/* Define to 1 if you have the `vsnprintf_l' function. */
1106/* #undef HAVE_VSNPRINTF_L */
1107
cristy3ed852e2009-09-05 21:47:34 +00001108/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001109#ifndef MAGICKCORE_HAVE_VSPRINTF
1110#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001111#endif
1112
1113/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001114#ifndef MAGICKCORE_HAVE_WAITPID
1115#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001116#endif
1117
1118/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001119#ifndef MAGICKCORE_HAVE_WCHAR_H
1120#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001121#endif
1122
cristy736173a2009-09-20 21:18:22 +00001123/* Define to 1 if you have the <windows.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001124/* #undef HAVE_WINDOWS_H */
cristy736173a2009-09-20 21:18:22 +00001125
cristy739df912009-10-24 16:10:18 +00001126/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001127#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1128#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001129#endif
1130
1131/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001132#ifndef MAGICKCORE_HAVE_WORKING_FORK
1133#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001134#endif
1135
1136/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001137#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1138#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001139#endif
1140
cristya8549b12011-05-18 19:05:08 +00001141/* Define to 1 if you have the <xlocale.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001142#ifndef MAGICKCORE_HAVE_XLOCALE_H
1143#define MAGICKCORE_HAVE_XLOCALE_H 1
1144#endif
cristya8549b12011-05-18 19:05:08 +00001145
cristy3ed852e2009-09-05 21:47:34 +00001146/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001147#ifndef MAGICKCORE_HAVE__BOOL
1148#define MAGICKCORE_HAVE__BOOL 1
1149#endif
cristy3ed852e2009-09-05 21:47:34 +00001150
1151/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001152#ifndef MAGICKCORE_HAVE__EXIT
1153#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001154#endif
1155
1156/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1157/* #undef HAVE__NSGETEXECUTABLEPATH */
1158
1159/* Define to 1 if you have the `_pclose' function. */
cristybb06a1a2012-03-15 00:16:53 +00001160/* #undef HAVE__PCLOSE */
cristy3ed852e2009-09-05 21:47:34 +00001161
1162/* Define to 1 if you have the `_popen' function. */
cristybb06a1a2012-03-15 00:16:53 +00001163/* #undef HAVE__POPEN */
cristy3ed852e2009-09-05 21:47:34 +00001164
1165/* Define to 1 if you have the `_wfopen' function. */
1166/* #undef HAVE__WFOPEN */
1167
1168/* Define to 1 if you have the `_wstat' function. */
1169/* #undef HAVE__WSTAT */
1170
cristy92703d82010-04-26 00:18:18 +00001171/* define if your compiler has __attribute__ */
1172#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1173#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1174#endif
1175
cristy3ed852e2009-09-05 21:47:34 +00001176/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001177/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001178
1179/* Define if you have umem memory allocation library */
1180/* #undef HasUMEM */
1181
cristy2a11bef2011-10-28 18:33:11 +00001182/* Directory where ImageMagick headers live. */
1183#ifndef MAGICKCORE_INCLUDE_PATH
1184#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001185#endif
1186
cristy3ed852e2009-09-05 21:47:34 +00001187/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001188#ifndef MAGICKCORE_INSTALLED_SUPPORT
1189#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001190#endif
1191
1192/* Define if you have JBIG library */
cristy0a39a5c2012-06-27 12:51:45 +00001193#ifndef MAGICKCORE_JBIG_DELEGATE
1194#define MAGICKCORE_JBIG_DELEGATE 1
1195#endif
cristy3ed852e2009-09-05 21:47:34 +00001196
1197/* Define if you have JPEG version 2 "Jasper" library */
cristybb06a1a2012-03-15 00:16:53 +00001198#ifndef MAGICKCORE_JP2_DELEGATE
1199#define MAGICKCORE_JP2_DELEGATE 1
1200#endif
cristy3ed852e2009-09-05 21:47:34 +00001201
1202/* Define if you have JPEG library */
cristybb06a1a2012-03-15 00:16:53 +00001203#ifndef MAGICKCORE_JPEG_DELEGATE
1204#define MAGICKCORE_JPEG_DELEGATE 1
1205#endif
cristy3ed852e2009-09-05 21:47:34 +00001206
cristy71203402010-06-18 13:12:03 +00001207/* Define if you have LCMS (v1.11 or later) library */
cristybb06a1a2012-03-15 00:16:53 +00001208#ifndef MAGICKCORE_LCMS_DELEGATE
1209#define MAGICKCORE_LCMS_DELEGATE 1
1210#endif
cristy3ed852e2009-09-05 21:47:34 +00001211
1212/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001213#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001214#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001215#endif
1216
1217/* Subdirectory of lib where ImageMagick architecture dependent files are
1218 installed */
cristy964cb7f2010-04-25 23:18:00 +00001219#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001220#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001221#endif
1222
1223/* Define if you have LQR library */
cristyceb488f2012-03-22 10:58:48 +00001224/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001225
1226/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001227#ifndef MAGICKCORE_LTDL_DELEGATE
1228#define MAGICKCORE_LTDL_DELEGATE 1
1229#endif
cristy3ed852e2009-09-05 21:47:34 +00001230
1231/* Define if the OS needs help to load dependent libraries for dlopen(). */
cristybb06a1a2012-03-15 00:16:53 +00001232/* #undef LTDL_DLOPEN_DEPLIBS */
cristy3ed852e2009-09-05 21:47:34 +00001233
1234/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001235#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy0a39a5c2012-06-27 12:51:45 +00001236#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas:/usr/local/cuda/lib64:/usr/local/cuda/lib:/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.14:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001237#endif
1238
1239/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001240#ifndef MAGICKCORE_LT_LIBEXT
1241#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001242#endif
1243
cristyda16f162011-02-19 23:52:17 +00001244/* The archive prefix */
1245#ifndef MAGICKCORE_LT_LIBPREFIX
1246#define MAGICKCORE_LT_LIBPREFIX "lib"
1247#endif
1248
cristy3ed852e2009-09-05 21:47:34 +00001249/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001250#ifndef MAGICKCORE_LT_MODULE_EXT
cristybb06a1a2012-03-15 00:16:53 +00001251#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001252#endif
1253
1254/* Define to the name of the environment variable that determines the run-time
1255 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001256#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
cristybb06a1a2012-03-15 00:16:53 +00001257#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001258#endif
1259
1260/* Define to the sub-directory in which libtool stores uninstalled libraries.
1261 */
cristy964cb7f2010-04-25 23:18:00 +00001262#ifndef MAGICKCORE_LT_OBJDIR
1263#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001264#endif
1265
cristy99bd5232011-12-07 14:38:20 +00001266/* Define to the shared library suffix, say, ".dylib". */
1267/* #undef LT_SHARED_EXT */
1268
cristy3f590e52011-11-14 14:29:44 +00001269/* Define if you have LZMA library */
cristy0a39a5c2012-06-27 12:51:45 +00001270/* #undef LZMA_DELEGATE */
cristyfbb0ef02010-12-19 02:32:11 +00001271
cristy3ed852e2009-09-05 21:47:34 +00001272/* Define to prepend to default font search path. */
1273/* #undef MAGICK_FONT_PATH */
1274
1275/* Magick API method prefix */
1276/* #undef NAMESPACE_PREFIX */
1277
cristya0b81c32010-01-22 02:54:33 +00001278/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001279/* #undef NDEBUG */
1280
1281/* Define if dlsym() requires a leading underscore in symbol names. */
1282/* #undef NEED_USCORE */
1283
1284/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1285/* #undef NO_MINUS_C_MINUS_O */
1286
1287/* Define if you have OPENEXR library */
cristy380a11c2012-06-02 15:15:22 +00001288#ifndef MAGICKCORE_OPENEXR_DELEGATE
1289#define MAGICKCORE_OPENEXR_DELEGATE 1
1290#endif
cristy3ed852e2009-09-05 21:47:34 +00001291
cristya448bd22011-10-14 12:38:13 +00001292/* Name of package */
1293#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001294#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001295#endif
1296
cristy3ed852e2009-09-05 21:47:34 +00001297/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001298#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1299#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001300#endif
1301
1302/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001303#ifndef MAGICKCORE_PACKAGE_NAME
1304#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001305#endif
1306
1307/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001308#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001309#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001310#endif
1311
1312/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001313#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001314#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001315#endif
1316
cristy8b350f62009-11-15 23:12:43 +00001317/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001318#ifndef MAGICKCORE_PACKAGE_URL
1319#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001320#endif
1321
cristy3ed852e2009-09-05 21:47:34 +00001322/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001323#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001324#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001325#endif
1326
cristya054b762012-03-26 23:16:00 +00001327/* Define if you have PANGOCAIRO library */
1328#ifndef MAGICKCORE_PANGOCAIRO_DELEGATE
1329#define MAGICKCORE_PANGOCAIRO_DELEGATE 1
cristybb06a1a2012-03-15 00:16:53 +00001330#endif
cristy41cbe8a2011-10-27 01:35:18 +00001331
1332/* Define if you have PANGO library */
cristybb06a1a2012-03-15 00:16:53 +00001333#ifndef MAGICKCORE_PANGO_DELEGATE
1334#define MAGICKCORE_PANGO_DELEGATE 1
1335#endif
cristy41cbe8a2011-10-27 01:35:18 +00001336
cristy3ed852e2009-09-05 21:47:34 +00001337/* Define if you have PNG library */
cristybb06a1a2012-03-15 00:16:53 +00001338#ifndef MAGICKCORE_PNG_DELEGATE
1339#define MAGICKCORE_PNG_DELEGATE 1
1340#endif
cristy3ed852e2009-09-05 21:47:34 +00001341
1342/* Define to necessary symbol if this constant uses a non-standard name on
1343 your system. */
1344/* #undef PTHREAD_CREATE_JOINABLE */
1345
1346/* Pixel cache threshold in MB (defaults to available memory) */
1347/* #undef PixelCacheThreshold */
1348
1349/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001350#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001351#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001352#endif
1353
1354/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001355#ifndef MAGICKCORE_RETSIGTYPE
1356#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001357#endif
1358
1359/* Define if you have RSVG library */
cristy0a39a5c2012-06-27 12:51:45 +00001360#ifndef MAGICKCORE_RSVG_DELEGATE
1361#define MAGICKCORE_RSVG_DELEGATE 1
1362#endif
cristy3ed852e2009-09-05 21:47:34 +00001363
1364/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001365#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1366#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001367#endif
1368
1369/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001370#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1371#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001372#endif
1373
1374/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001375#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1376#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001377#endif
1378
1379/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001380#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001381#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001382#endif
1383
1384/* Subdirectory of lib where architecture-independent configuration files
1385 live. */
1386#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001387#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001388#endif
1389
1390/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001391#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001392#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001393#endif
1394
1395/* Subdirectory of lib where architecture-independent configuration files
1396 live. */
cristy4f820712011-04-01 12:35:43 +00001397#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001398#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001399#endif
1400
1401/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001402#ifndef MAGICKCORE_SIZEOF_OFF_T
1403#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001404#endif
1405
1406/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001407#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1408#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001409#endif
1410
1411/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001412#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001413#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001414#endif
1415
1416/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001417#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1418#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001419#endif
1420
1421/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001422#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1423#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001424#endif
1425
1426/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001427#ifndef MAGICKCORE_SIZEOF_SIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001428#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001429#endif
1430
cristy330e9352010-06-01 18:42:49 +00001431/* The size of `ssize_t', as computed by sizeof. */
1432#ifndef MAGICKCORE_SIZEOF_SSIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001433#define MAGICKCORE_SIZEOF_SSIZE_T 8
cristy330e9352010-06-01 18:42:49 +00001434#endif
1435
cristy3ed852e2009-09-05 21:47:34 +00001436/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001437#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1438#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001439#endif
1440
1441/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001442#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
cristybb06a1a2012-03-15 00:16:53 +00001443#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001444#endif
1445
1446/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001447#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001448#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001449#endif
1450
1451/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001452#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1453#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001454#endif
1455
1456/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001457#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1458#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001459#endif
1460
1461/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1462/* #undef STAT_MACROS_BROKEN */
1463
1464/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001465#ifndef MAGICKCORE_STDC_HEADERS
1466#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001467#endif
1468
cristy7d4a1d62011-10-13 15:54:12 +00001469/* Define to 1 if strerror_r returns char *. */
1470#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1471#define MAGICKCORE_STRERROR_R_CHAR_P 1
1472#endif
1473
cristy55bf91c2010-09-24 00:29:41 +00001474/* Define if you have POSIX threads libraries and header files. */
1475#ifndef MAGICKCORE_THREAD_SUPPORT
1476#define MAGICKCORE_THREAD_SUPPORT 1
1477#endif
1478
cristy3ed852e2009-09-05 21:47:34 +00001479/* Define if you have TIFF library */
cristybb06a1a2012-03-15 00:16:53 +00001480#ifndef MAGICKCORE_TIFF_DELEGATE
1481#define MAGICKCORE_TIFF_DELEGATE 1
1482#endif
cristy3ed852e2009-09-05 21:47:34 +00001483
1484/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001485#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1486#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001487#endif
1488
1489/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1490/* #undef TM_IN_SYS_TIME */
1491
1492/* Enable extensions on AIX 3, Interix. */
1493#ifndef _ALL_SOURCE
1494# define _ALL_SOURCE 1
1495#endif
1496/* Enable GNU extensions on systems that have them. */
1497#ifndef _GNU_SOURCE
1498# define _GNU_SOURCE 1
1499#endif
1500/* Enable threading extensions on Solaris. */
1501#ifndef _POSIX_PTHREAD_SEMANTICS
1502# define _POSIX_PTHREAD_SEMANTICS 1
1503#endif
1504/* Enable extensions on HP NonStop. */
1505#ifndef _TANDEM_SOURCE
1506# define _TANDEM_SOURCE 1
1507#endif
1508/* Enable general extensions on Solaris. */
1509#ifndef __EXTENSIONS__
1510# define __EXTENSIONS__ 1
1511#endif
1512
1513
cristya448bd22011-10-14 12:38:13 +00001514/* Version number of package */
1515#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001516#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001517#endif
1518
cristyb1860752011-03-14 00:27:46 +00001519/* Define if you have WEBP library */
cristy0a39a5c2012-06-27 12:51:45 +00001520#ifndef MAGICKCORE_WEBP_DELEGATE
1521#define MAGICKCORE_WEBP_DELEGATE 1
1522#endif
cristyb1860752011-03-14 00:27:46 +00001523
cristy3ed852e2009-09-05 21:47:34 +00001524/* Define to use the Windows GDI32 library */
cristybb06a1a2012-03-15 00:16:53 +00001525/* #undef WINGDI32_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001526
1527/* Define if using the dmalloc debugging malloc package */
1528/* #undef WITH_DMALLOC */
1529
cristy03f7cf92011-12-15 01:40:41 +00001530/* Define if you have wmflite library */
cristyceb488f2012-03-22 10:58:48 +00001531/* #undef WMFLITE_DELEGATE */
cristy03f7cf92011-12-15 01:40:41 +00001532
1533/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001534/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001535
cristy3ed852e2009-09-05 21:47:34 +00001536/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1537 significant byte first (like Motorola and SPARC, unlike Intel). */
1538#if defined AC_APPLE_UNIVERSAL_BUILD
1539# if defined __BIG_ENDIAN__
1540# define WORDS_BIGENDIAN 1
1541# endif
1542#else
1543# ifndef WORDS_BIGENDIAN
1544/* # undef WORDS_BIGENDIAN */
1545# endif
1546#endif
1547
1548/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001549#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1550#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001551#endif
1552
1553/* Define if you have X11 library */
cristybb06a1a2012-03-15 00:16:53 +00001554#ifndef MAGICKCORE_X11_DELEGATE
1555#define MAGICKCORE_X11_DELEGATE 1
1556#endif
cristy3ed852e2009-09-05 21:47:34 +00001557
1558/* Define if you have XML library */
cristybb06a1a2012-03-15 00:16:53 +00001559#ifndef MAGICKCORE_XML_DELEGATE
1560#define MAGICKCORE_XML_DELEGATE 1
1561#endif
cristy3ed852e2009-09-05 21:47:34 +00001562
1563/* Define to 1 if the X Window System is missing or not being used. */
cristybb06a1a2012-03-15 00:16:53 +00001564/* #undef X_DISPLAY_MISSING */
cristy3ed852e2009-09-05 21:47:34 +00001565
cristy6e3607c2011-09-13 13:59:17 +00001566/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristybb06a1a2012-03-15 00:16:53 +00001567/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001568
cristy3ed852e2009-09-05 21:47:34 +00001569/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001570#ifndef MAGICKCORE_ZLIB_DELEGATE
1571#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001572#endif
1573
cristy14fefe52012-05-21 00:59:18 +00001574/* Enable large inode numbers on Mac OS X 10.5. */
1575#ifndef _DARWIN_USE_64_BIT_INODE
1576# define _DARWIN_USE_64_BIT_INODE 1
1577#endif
1578
cristy3ed852e2009-09-05 21:47:34 +00001579/* Number of bits in a file offset, on hosts where this is settable. */
cristy00e93b42012-01-18 17:40:03 +00001580/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001581
1582/* enable run-time bounds-checking */
1583/* #undef _FORTIFY_SOURCE */
1584
1585/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1586/* #undef _LARGEFILE_SOURCE */
1587
1588/* Define for large files, on AIX-style hosts. */
1589/* #undef _LARGE_FILES */
1590
1591/* Define to 1 if on MINIX. */
1592/* #undef _MINIX */
1593
cristy99cc3002010-01-21 14:50:11 +00001594/* Define this for the OpenCL Accelerator */
cristy0a39a5c2012-06-27 12:51:45 +00001595#ifndef MAGICKCORE__OPENCL
1596#define MAGICKCORE__OPENCL 1
1597#endif
cristy99cc3002010-01-21 14:50:11 +00001598
cristy3ed852e2009-09-05 21:47:34 +00001599/* Define to 2 if the system does not provide POSIX.1 features except with
1600 this defined. */
1601/* #undef _POSIX_1_SOURCE */
1602
1603/* Define to 1 if you need to in order for `stat' and other things to work. */
1604/* #undef _POSIX_SOURCE */
1605
cristy501c8042011-05-26 17:46:28 +00001606/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1607 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1608 #define below would cause a syntax error. */
1609/* #undef _UINT32_T */
1610
1611/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1612 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1613 #define below would cause a syntax error. */
1614/* #undef _UINT64_T */
1615
1616/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1617 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1618 #define below would cause a syntax error. */
1619/* #undef _UINT8_T */
1620
cristy3ed852e2009-09-05 21:47:34 +00001621/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1622#ifndef __CHAR_UNSIGNED__
1623/* # undef __CHAR_UNSIGNED__ */
1624#endif
1625
1626/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1627/* #undef __error_t_defined */
1628
1629/* Define to appropriate substitue if compiler does not have __func__ */
1630/* #undef __func__ */
1631
cristy3ed852e2009-09-05 21:47:34 +00001632/* Define to a type to use for `error_t' if it is not otherwise available. */
1633/* #undef error_t */
1634
cristy501c8042011-05-26 17:46:28 +00001635/* Define to `int' if <sys/types.h> doesn't define. */
1636/* #undef gid_t */
1637
cristy3ed852e2009-09-05 21:47:34 +00001638/* Define to `__inline__' or `__inline' if that's what the C compiler
1639 calls it, or to nothing if 'inline' is not supported under any name. */
1640#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001641/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001642#endif
1643
cristy501c8042011-05-26 17:46:28 +00001644/* Define to the type of a signed integer type of width exactly 16 bits if
1645 such a type exists and the standard includes do not define it. */
1646/* #undef int16_t */
1647
1648/* Define to the type of a signed integer type of width exactly 32 bits if
1649 such a type exists and the standard includes do not define it. */
1650/* #undef int32_t */
1651
1652/* Define to the type of a signed integer type of width exactly 64 bits if
1653 such a type exists and the standard includes do not define it. */
1654/* #undef int64_t */
1655
1656/* Define to the type of a signed integer type of width exactly 8 bits if such
1657 a type exists and the standard includes do not define it. */
1658/* #undef int8_t */
1659
1660/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1661 not define. */
1662/* #undef intmax_t */
1663
1664/* Define to the type of a signed integer type wide enough to hold a pointer,
1665 if such a type exists, and if the system does not define it. */
1666/* #undef intptr_t */
1667
1668/* Define to a type if <wchar.h> does not define. */
1669/* #undef mbstate_t */
1670
cristy3ed852e2009-09-05 21:47:34 +00001671/* Define to `int' if <sys/types.h> does not define. */
1672/* #undef mode_t */
1673
1674/* Define to `long int' if <sys/types.h> does not define. */
1675/* #undef off_t */
1676
1677/* Define to `int' if <sys/types.h> does not define. */
1678/* #undef pid_t */
1679
1680/* Define to the equivalent of the C99 'restrict' keyword, or to
1681 nothing if this is not supported. Do not define if restrict is
1682 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001683#ifndef _magickcore_restrict
1684#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001685#endif
cristy8b350f62009-11-15 23:12:43 +00001686/* Work around a bug in Sun C++: it does not support _Restrict or
1687 __restrict__, even though the corresponding Sun C compiler ends up with
1688 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1689 previous line. Perhaps some future version of Sun C++ will work with
1690 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001691#if defined __SUNPRO_CC && !defined __RESTRICT
1692# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001693# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001694#endif
1695
1696/* Define to `unsigned int' if <sys/types.h> does not define. */
1697/* #undef size_t */
1698
1699/* Define to `int' if <sys/types.h> does not define. */
1700/* #undef ssize_t */
1701
cristy501c8042011-05-26 17:46:28 +00001702/* Define to `int' if <sys/types.h> doesn't define. */
1703/* #undef uid_t */
1704
1705/* Define to the type of an unsigned integer type of width exactly 16 bits if
1706 such a type exists and the standard includes do not define it. */
1707/* #undef uint16_t */
1708
1709/* Define to the type of an unsigned integer type of width exactly 32 bits if
1710 such a type exists and the standard includes do not define it. */
1711/* #undef uint32_t */
1712
1713/* Define to the type of an unsigned integer type of width exactly 64 bits if
1714 such a type exists and the standard includes do not define it. */
1715/* #undef uint64_t */
1716
1717/* Define to the type of an unsigned integer type of width exactly 8 bits if
1718 such a type exists and the standard includes do not define it. */
1719/* #undef uint8_t */
1720
1721/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1722 do not define. */
1723/* #undef uintmax_t */
1724
1725/* Define to the type of an unsigned integer type wide enough to hold a
1726 pointer, if such a type exists, and if the system does not define it. */
1727/* #undef uintptr_t */
1728
cristy3ed852e2009-09-05 21:47:34 +00001729/* Define as `fork' if `vfork' does not work. */
1730/* #undef vfork */
1731
1732/* Define to empty if the keyword `volatile' does not work. Warning: valid
1733 code using `volatile' can become incorrect without. Disable with care. */
1734/* #undef volatile */
1735
cristy4c08aed2011-07-01 19:47:50 +00001736/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001737#endif