blob: 63f2c86816056feea6186835aae4b8e089b0cacb [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. */
cristyb0a657e2012-08-29 00:45:37 +000015/* #undef BUILD_MODULES */
cristy3ed852e2009-09-05 21:47:34 +000016
17/* Define if you have the bzip2 library */
cristy964cb7f2010-04-25 23:18:00 +000018#ifndef MAGICKCORE_BZLIB_DELEGATE
19#define MAGICKCORE_BZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +000020#endif
21
22/* Define if you have CAIRO library */
cristy1164d5f2012-08-15 00:58:25 +000023/* #undef CAIRO_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000024
25/* permit enciphering and deciphering image pixels */
cristy964cb7f2010-04-25 23:18:00 +000026#ifndef MAGICKCORE_CIPHER_SUPPORT
27#define MAGICKCORE_CIPHER_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +000028#endif
29
30/* Define to 1 if the `closedir' function returns void instead of `int'. */
31/* #undef CLOSEDIR_VOID */
32
33/* Location of coder modules */
cristy964cb7f2010-04-25 23:18:00 +000034#ifndef MAGICKCORE_CODER_PATH
cristy4a3e2152011-07-02 00:59:04 +000035#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/coders/"
cristy3ed852e2009-09-05 21:47:34 +000036#endif
37
38/* Subdirectory of lib where coder modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000039#ifndef MAGICKCORE_CODER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000040#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/coders"
cristy3ed852e2009-09-05 21:47:34 +000041#endif
42
43/* Directory where architecture-dependent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +000044#ifndef MAGICKCORE_CONFIGURE_PATH
cristyba0f1972011-03-28 12:42:52 +000045#define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
cristy3ed852e2009-09-05 21:47:34 +000046#endif
47
48/* Subdirectory of lib where architecture-dependent configuration files live.
49 */
cristy964cb7f2010-04-25 23:18:00 +000050#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristyba0f1972011-03-28 12:42:52 +000051#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +000052#endif
53
54/* Define if you have DJVU library */
cristybb06a1a2012-03-15 00:16:53 +000055#ifndef MAGICKCORE_DJVU_DELEGATE
56#define MAGICKCORE_DJVU_DELEGATE 1
57#endif
cristy3ed852e2009-09-05 21:47:34 +000058
59/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000060#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy4e65ec22012-04-08 01:33:27 +000061#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +000062#endif
63
64/* Define if you have Display Postscript */
65/* #undef DPS_DELEGATE */
66
cristy3ed852e2009-09-05 21:47:34 +000067/* exclude deprecated methods in MagickCore API */
68/* #undef EXCLUDE_DEPRECATED */
69
70/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000071#ifndef MAGICKCORE_EXECUTABLE_PATH
72#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000073#endif
74
75/* Define if you have FFTW library */
cristybb06a1a2012-03-15 00:16:53 +000076#ifndef MAGICKCORE_FFTW_DELEGATE
77#define MAGICKCORE_FFTW_DELEGATE 1
78#endif
cristy3ed852e2009-09-05 21:47:34 +000079
80/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000081#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000082#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000083#endif
84
85/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000086#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000087#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000088#endif
89
90/* Define if you have FONTCONFIG library */
cristybb06a1a2012-03-15 00:16:53 +000091#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
92#define MAGICKCORE_FONTCONFIG_DELEGATE 1
93#endif
cristy3ed852e2009-09-05 21:47:34 +000094
95/* Define if you have FlashPIX library */
cristyceb488f2012-03-22 10:58:48 +000096/* #undef FPX_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000097
cristy81beccd2011-10-03 18:17:24 +000098/* Define if you have FreeType (TrueType font) library */
cristybb06a1a2012-03-15 00:16:53 +000099#ifndef MAGICKCORE_FREETYPE_DELEGATE
100#define MAGICKCORE_FREETYPE_DELEGATE 1
101#endif
cristy3ed852e2009-09-05 21:47:34 +0000102
103/* Define if you have Ghostscript library or framework */
cristy00e93b42012-01-18 17:40:03 +0000104/* #undef GS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000105
106/* Define if you have GVC library */
cristy1b70dc82012-07-01 23:15:05 +0000107/* #undef GVC_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000108
cristyb33454f2011-08-03 02:10:45 +0000109/* Define to 1 if you have the `acosh' function. */
110#ifndef MAGICKCORE_HAVE_ACOSH
111#define MAGICKCORE_HAVE_ACOSH 1
112#endif
113
cristy3ed852e2009-09-05 21:47:34 +0000114/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000115#ifndef MAGICKCORE_HAVE_ARGZ_ADD
116#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000117#endif
118
119/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000120#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
121#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000122#endif
123
124/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000125#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
126#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000127#endif
128
129/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000130#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
131#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000132#endif
133
134/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000135#ifndef MAGICKCORE_HAVE_ARGZ_H
136#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000137#endif
138
139/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000140#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
141#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000142#endif
143
144/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000145#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
146#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000147#endif
148
149/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000150#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
151#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000152#endif
153
154/* Define to 1 if you have the <arm/limits.h> header file. */
155/* #undef HAVE_ARM_LIMITS_H */
156
cristyb33454f2011-08-03 02:10:45 +0000157/* Define to 1 if you have the `asinh' function. */
158#ifndef MAGICKCORE_HAVE_ASINH
159#define MAGICKCORE_HAVE_ASINH 1
160#endif
161
162/* Define to 1 if you have the `atanh' function. */
163#ifndef MAGICKCORE_HAVE_ATANH
164#define MAGICKCORE_HAVE_ATANH 1
165#endif
166
cristy3ed852e2009-09-05 21:47:34 +0000167/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000168#ifndef MAGICKCORE_HAVE_ATEXIT
169#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000170#endif
171
cristyc5baf4f2010-08-31 15:05:33 +0000172/* Define to 1 if you have the `atoll' function. */
173#ifndef MAGICKCORE_HAVE_ATOLL
174#define MAGICKCORE_HAVE_ATOLL 1
175#endif
176
cristy3ed852e2009-09-05 21:47:34 +0000177/* define if bool is a built-in type */
cristy00e93b42012-01-18 17:40:03 +0000178#ifndef MAGICKCORE_HAVE_BOOL
179#define MAGICKCORE_HAVE_BOOL /**/
180#endif
cristy3ed852e2009-09-05 21:47:34 +0000181
cristy47b022b2011-01-18 22:29:21 +0000182/* Define to 1 if you have the `cabs' function. */
183#ifndef MAGICKCORE_HAVE_CABS
184#define MAGICKCORE_HAVE_CABS 1
185#endif
186
187/* Define to 1 if you have the `carg' function. */
188#ifndef MAGICKCORE_HAVE_CARG
189#define MAGICKCORE_HAVE_CARG 1
190#endif
191
cristy56ed31c2010-03-22 00:46:21 +0000192/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000193#ifndef MAGICKCORE_HAVE_CIMAG
194#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000195#endif
196
cristy3ed852e2009-09-05 21:47:34 +0000197/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000198#ifndef MAGICKCORE_HAVE_CLOCK
199#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000200#endif
201
cristye43a45e2009-09-28 14:49:00 +0000202/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000203#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
204#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000205#endif
206
cristye43a45e2009-09-28 14:49:00 +0000207/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000208#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
209#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000210#endif
211
cristy3ed852e2009-09-05 21:47:34 +0000212/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000213#ifndef MAGICKCORE_HAVE_CLOSEDIR
214#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000215#endif
216
cristyfe2e68f2010-01-09 19:16:03 +0000217/* Define to 1 if you have the <CL/cl.h> header file. */
cristy4d412212012-06-27 23:14:48 +0000218/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000219
cristy3ed852e2009-09-05 21:47:34 +0000220/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000221#ifndef MAGICKCORE_HAVE_COMPLEX_H
222#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000223#endif
224
cristy47b022b2011-01-18 22:29:21 +0000225/* Define to 1 if you have the `creal' function. */
226#ifndef MAGICKCORE_HAVE_CREAL
227#define MAGICKCORE_HAVE_CREAL 1
228#endif
229
cristyc5baf4f2010-08-31 15:05:33 +0000230/* Define to 1 if you have the `ctime_r' function. */
231#ifndef MAGICKCORE_HAVE_CTIME_R
232#define MAGICKCORE_HAVE_CTIME_R 1
233#endif
234
cristy3ed852e2009-09-05 21:47:34 +0000235/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
236 you don't. */
cristybb06a1a2012-03-15 00:16:53 +0000237/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
cristy3ed852e2009-09-05 21:47:34 +0000238
239/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
240 */
cristy964cb7f2010-04-25 23:18:00 +0000241#ifndef MAGICKCORE_HAVE_DECL_PREAD
242#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000243#endif
244
245/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
246 */
cristy964cb7f2010-04-25 23:18:00 +0000247#ifndef MAGICKCORE_HAVE_DECL_PWRITE
248#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000249#endif
250
cristy7d4a1d62011-10-13 15:54:12 +0000251/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
252 don't. */
253#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
cristy6b4e6e92012-09-15 23:52:07 +0000254#define MAGICKCORE_HAVE_DECL_STRERROR_R 0
cristy7d4a1d62011-10-13 15:54:12 +0000255#endif
256
cristy3ed852e2009-09-05 21:47:34 +0000257/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
258 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000259#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
260#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000261#endif
262
cristy92703d82010-04-26 00:18:18 +0000263/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
264 */
cristybb06a1a2012-03-15 00:16:53 +0000265/* #undef HAVE_DECL_TZNAME */
cristy92703d82010-04-26 00:18:18 +0000266
cristy3ed852e2009-09-05 21:47:34 +0000267/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
268 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000269#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
270#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000271#endif
272
273/* Define to 1 if you have the `directio' function. */
274/* #undef HAVE_DIRECTIO */
275
276/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
277 */
cristy964cb7f2010-04-25 23:18:00 +0000278#ifndef MAGICKCORE_HAVE_DIRENT_H
279#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000280#endif
281
282/* Define if you have the GNU dld library. */
283/* #undef HAVE_DLD */
284
285/* Define to 1 if you have the <dld.h> header file. */
286/* #undef HAVE_DLD_H */
287
288/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000289#ifndef MAGICKCORE_HAVE_DLERROR
290#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000291#endif
292
293/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000294#ifndef MAGICKCORE_HAVE_DLFCN_H
295#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000296#endif
297
298/* Define to 1 if you have the <dl.h> header file. */
299/* #undef HAVE_DL_H */
300
301/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
302/* #undef HAVE_DOPRNT */
303
304/* Define if you have the _dyld_func_lookup function. */
305/* #undef HAVE_DYLD */
306
307/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000308#ifndef MAGICKCORE_HAVE_ERRNO_H
309#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000310#endif
311
312/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000313#ifndef MAGICKCORE_HAVE_ERROR_T
314#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000315#endif
316
317/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000318#ifndef MAGICKCORE_HAVE_EXECVP
319#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000320#endif
321
cristyf1440cb2010-02-23 02:24:21 +0000322/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000323#ifndef MAGICKCORE_HAVE_FCHMOD
324#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000325#endif
326
cristy3ed852e2009-09-05 21:47:34 +0000327/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000328#ifndef MAGICKCORE_HAVE_FCNTL_H
329#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000330#endif
331
332/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000333#ifndef MAGICKCORE_HAVE_FLOOR
334#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000335#endif
cristy3ed852e2009-09-05 21:47:34 +0000336
337/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000338#ifndef MAGICKCORE_HAVE_FORK
339#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000340#endif
341
342/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy6b4e6e92012-09-15 23:52:07 +0000343/* #undef HAVE_FSEEKO */
cristy3ed852e2009-09-05 21:47:34 +0000344
cristy81beccd2011-10-03 18:17:24 +0000345/* Define to 1 if you have the <ft2build.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000346#ifndef MAGICKCORE_HAVE_FT2BUILD_H
347#define MAGICKCORE_HAVE_FT2BUILD_H 1
348#endif
cristy81beccd2011-10-03 18:17:24 +0000349
cristy3ed852e2009-09-05 21:47:34 +0000350/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000351#ifndef MAGICKCORE_HAVE_FTIME
352#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000353#endif
354
355/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000356#ifndef MAGICKCORE_HAVE_FTRUNCATE
357#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000358#endif
359
360/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000361#ifndef MAGICKCORE_HAVE_GETCWD
362#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000363#endif
364
cristyc5baf4f2010-08-31 15:05:33 +0000365/* Define to 1 if you have the `getc_unlocked' function. */
366#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
367#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
368#endif
369
cristy3ed852e2009-09-05 21:47:34 +0000370/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000371#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
372#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000373#endif
374
375/* Define to 1 if you have the `getexecname' function. */
376/* #undef HAVE_GETEXECNAME */
377
378/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000379#ifndef MAGICKCORE_HAVE_GETPAGESIZE
380#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000381#endif
382
383/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000384#ifndef MAGICKCORE_HAVE_GETPID
385#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000386#endif
387
cristyd3ef0102009-09-12 18:11:06 +0000388/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000389#ifndef MAGICKCORE_HAVE_GETRLIMIT
390#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000391#endif
392
cristy3ed852e2009-09-05 21:47:34 +0000393/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000394#ifndef MAGICKCORE_HAVE_GETRUSAGE
395#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000396#endif
397
398/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000399#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
400#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000401#endif
402
403/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000404#ifndef MAGICKCORE_HAVE_GMTIME_R
405#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000406#endif
407
cristy501c8042011-05-26 17:46:28 +0000408/* Define to 1 if the system has the type `intmax_t'. */
cristy6b4e6e92012-09-15 23:52:07 +0000409/* #undef HAVE_INTMAX_T */
cristy501c8042011-05-26 17:46:28 +0000410
411/* Define to 1 if the system has the type `intptr_t'. */
412#ifndef MAGICKCORE_HAVE_INTPTR_T
413#define MAGICKCORE_HAVE_INTPTR_T 1
414#endif
415
cristy3ed852e2009-09-05 21:47:34 +0000416/* Define to 1 if you have the <inttypes.h> header file. */
cristy6b4e6e92012-09-15 23:52:07 +0000417/* #undef HAVE_INTTYPES_H */
cristy3ed852e2009-09-05 21:47:34 +0000418
cristy82b20722011-11-05 21:52:36 +0000419/* Define to 1 if you have the `isnan' function. */
420#ifndef MAGICKCORE_HAVE_ISNAN
421#define MAGICKCORE_HAVE_ISNAN 1
422#endif
423
cristy161b9262010-03-20 19:34:32 +0000424/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000425#ifndef MAGICKCORE_HAVE_J0
426#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000427#endif
428
429/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000430#ifndef MAGICKCORE_HAVE_J1
431#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000432#endif
433
cristyd09bcf92010-03-25 03:04:45 +0000434/* Define if you have the <lcms2.h> header file. */
cristyceb488f2012-03-22 10:58:48 +0000435#ifndef MAGICKCORE_HAVE_LCMS2_H
436#define MAGICKCORE_HAVE_LCMS2_H 1
437#endif
cristyd09bcf92010-03-25 03:04:45 +0000438
cristy71203402010-06-18 13:12:03 +0000439/* Define if you have the <lcms2/lcms2.h> header file. */
440/* #undef HAVE_LCMS2_LCMS2_H */
441
cristy3ed852e2009-09-05 21:47:34 +0000442/* Define if you have the <lcms.h> header file. */
cristyceb488f2012-03-22 10:58:48 +0000443/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000444
445/* Define if you have the <lcms/lcms.h> header file. */
446/* #undef HAVE_LCMS_LCMS_H */
447
448/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000449#ifndef MAGICKCORE_HAVE_LIBDL
450#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000451#endif
452
453/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000454#ifndef MAGICKCORE_HAVE_LIBDLLOADER
455#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000456#endif
457
458/* Define to 1 if you have the `gcov' library (-lgcov). */
459/* #undef HAVE_LIBGCOV */
460
461/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000462#ifndef MAGICKCORE_HAVE_LIMITS_H
463#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000464#endif
465
466/* Define to 1 if you have the <linux/unistd.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000467#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
468#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
469#endif
cristy3ed852e2009-09-05 21:47:34 +0000470
cristyc5baf4f2010-08-31 15:05:33 +0000471/* Define to 1 if you have the `lltostr' function. */
472/* #undef HAVE_LLTOSTR */
473
cristy3ed852e2009-09-05 21:47:34 +0000474/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000475#ifndef MAGICKCORE_HAVE_LOCALE_H
476#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000477#endif
478
479/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000480#ifndef MAGICKCORE_HAVE_LOCALTIME_R
481#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000482#endif
483
cristy501c8042011-05-26 17:46:28 +0000484/* Define to 1 if the system has the type `long double'. */
485#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
486#define MAGICKCORE_HAVE_LONG_DOUBLE 1
487#endif
488
cristy3ed852e2009-09-05 21:47:34 +0000489/* Define to 1 if the type `long double' works and has more range or precision
490 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000491#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
492#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000493#endif
494
cristy501c8042011-05-26 17:46:28 +0000495/* Define to 1 if the system has the type `long long int'. */
496#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
497#define MAGICKCORE_HAVE_LONG_LONG_INT 1
498#endif
499
cristy3ed852e2009-09-05 21:47:34 +0000500/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000501#ifndef MAGICKCORE_HAVE_LSTAT
502#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000503#endif
504
cristy3ed852e2009-09-05 21:47:34 +0000505/* Define this if a modern libltdl is already installed */
cristybb06a1a2012-03-15 00:16:53 +0000506#ifndef MAGICKCORE_HAVE_LTDL
507#define MAGICKCORE_HAVE_LTDL 1
508#endif
cristy3ed852e2009-09-05 21:47:34 +0000509
510/* Define to 1 if you have the <machine/param.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000511/* #undef HAVE_MACHINE_PARAM_H */
cristy3ed852e2009-09-05 21:47:34 +0000512
513/* Define to 1 if you have the <mach-o/dyld.h> header file. */
514/* #undef HAVE_MACH_O_DYLD_H */
515
cristy501c8042011-05-26 17:46:28 +0000516/* Define to 1 if <wchar.h> declares mbstate_t. */
517#ifndef MAGICKCORE_HAVE_MBSTATE_T
518#define MAGICKCORE_HAVE_MBSTATE_T 1
519#endif
520
cristy3ed852e2009-09-05 21:47:34 +0000521/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000522#ifndef MAGICKCORE_HAVE_MEMMOVE
523#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000524#endif
525
526/* Define to 1 if you have the <memory.h> header file. */
cristy6b4e6e92012-09-15 23:52:07 +0000527/* #undef HAVE_MEMORY_H */
cristy3ed852e2009-09-05 21:47:34 +0000528
529/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000530#ifndef MAGICKCORE_HAVE_MEMSET
531#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000532#endif
533
534/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000535#ifndef MAGICKCORE_HAVE_MKSTEMP
536#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000537#endif
538
539/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000540#ifndef MAGICKCORE_HAVE_MMAP
541#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000542#endif
543
544/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000545#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
546#define MAGICKCORE_HAVE_MMAP_FILEIO 1
547#endif
cristy3ed852e2009-09-05 21:47:34 +0000548
549/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000550#ifndef MAGICKCORE_HAVE_MUNMAP
551#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000552#endif
553
554/* define if the compiler implements namespaces */
cristy00e93b42012-01-18 17:40:03 +0000555#ifndef MAGICKCORE_HAVE_NAMESPACES
556#define MAGICKCORE_HAVE_NAMESPACES /**/
557#endif
cristy964cb7f2010-04-25 23:18:00 +0000558
559/* Define if g++ supports namespace std. */
cristy00e93b42012-01-18 17:40:03 +0000560#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
561#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
562#endif
cristy3ed852e2009-09-05 21:47:34 +0000563
cristya21afde2010-07-02 00:45:40 +0000564/* Define to 1 if you have the `nanosleep' function. */
565#ifndef MAGICKCORE_HAVE_NANOSLEEP
566#define MAGICKCORE_HAVE_NANOSLEEP 1
567#endif
568
cristy3ed852e2009-09-05 21:47:34 +0000569/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
570/* #undef HAVE_NDIR_H */
571
cristya8549b12011-05-18 19:05:08 +0000572/* Define to 1 if you have the `newlocale' function. */
cristybb06a1a2012-03-15 00:16:53 +0000573#ifndef MAGICKCORE_HAVE_NEWLOCALE
574#define MAGICKCORE_HAVE_NEWLOCALE 1
575#endif
cristya8549b12011-05-18 19:05:08 +0000576
cristyfe2e68f2010-01-09 19:16:03 +0000577/* Define to 1 if you have the <OpenCL/cl.h> header file. */
578/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000579
cristy3ed852e2009-09-05 21:47:34 +0000580/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000581#ifndef MAGICKCORE_HAVE_OPENDIR
582#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000583#endif
584
585/* Define to 1 if you have the <OS.h> header file. */
586/* #undef HAVE_OS_H */
587
588/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000589#ifndef MAGICKCORE_HAVE_PCLOSE
590#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000591#endif
592
593/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000594#ifndef MAGICKCORE_HAVE_POLL
595#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000596#endif
597
598/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000599#ifndef MAGICKCORE_HAVE_POPEN
600#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000601#endif
602
603/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000604#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
605#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000606#endif
607
608/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000609#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
610#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000611#endif
612
613/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000614#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
615#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000616#endif
617
618/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000619#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
620#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000621#endif
622
cristy5c40fb42010-08-05 16:12:44 +0000623/* Define to 1 if you have the `posix_spawnp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000624#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
625#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
626#endif
cristy5c40fb42010-08-05 16:12:44 +0000627
cristy3ed852e2009-09-05 21:47:34 +0000628/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000629#ifndef MAGICKCORE_HAVE_POW
630#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000631#endif
cristy3ed852e2009-09-05 21:47:34 +0000632
633/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000634#ifndef MAGICKCORE_HAVE_PREAD
635#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000636#endif
637
638/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000639#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
640#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000641#endif
642
cristy98e91bd2010-01-12 01:11:42 +0000643/* Define to 1 if you have the <process.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000644/* #undef HAVE_PROCESS_H */
cristy98e91bd2010-01-12 01:11:42 +0000645
cristy3ed852e2009-09-05 21:47:34 +0000646/* Define if you have POSIX threads libraries and header files. */
cristy6b4e6e92012-09-15 23:52:07 +0000647/* #undef HAVE_PTHREAD */
cristy3ed852e2009-09-05 21:47:34 +0000648
cristya316db12011-10-24 00:49:45 +0000649/* Have PTHREAD_PRIO_INHERIT. */
cristy6b4e6e92012-09-15 23:52:07 +0000650/* #undef HAVE_PTHREAD_PRIO_INHERIT */
cristya316db12011-10-24 00:49:45 +0000651
cristy3ed852e2009-09-05 21:47:34 +0000652/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000653#ifndef MAGICKCORE_HAVE_PWRITE
654#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000655#endif
656
cristyc5baf4f2010-08-31 15:05:33 +0000657/* Define to 1 if you have the `qsort_r' function. */
cristybb06a1a2012-03-15 00:16:53 +0000658#ifndef MAGICKCORE_HAVE_QSORT_R
659#define MAGICKCORE_HAVE_QSORT_R 1
660#endif
cristyc5baf4f2010-08-31 15:05:33 +0000661
cristy3ed852e2009-09-05 21:47:34 +0000662/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000663#ifndef MAGICKCORE_HAVE_RAISE
664#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000665#endif
666
667/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000668#ifndef MAGICKCORE_HAVE_RAND_R
669#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000670#endif
671
672/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000673#ifndef MAGICKCORE_HAVE_READDIR
674#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000675#endif
676
677/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000678#ifndef MAGICKCORE_HAVE_READDIR_R
679#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000680#endif
681
682/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000683#ifndef MAGICKCORE_HAVE_READLINK
684#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000685#endif
686
687/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000688#ifndef MAGICKCORE_HAVE_REALPATH
689#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000690#endif
691
692/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000693#ifndef MAGICKCORE_HAVE_SEEKDIR
694#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000695#endif
696
697/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000698#ifndef MAGICKCORE_HAVE_SELECT
699#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000700#endif
701
702/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000703#ifndef MAGICKCORE_HAVE_SETLOCALE
704#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000705#endif
706
707/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000708#ifndef MAGICKCORE_HAVE_SETVBUF
709#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000710#endif
711
712/* X11 server supports shape extension */
cristybb06a1a2012-03-15 00:16:53 +0000713#ifndef MAGICKCORE_HAVE_SHAPE
714#define MAGICKCORE_HAVE_SHAPE 1
715#endif
cristy3ed852e2009-09-05 21:47:34 +0000716
717/* X11 server supports shared memory extension */
cristybb06a1a2012-03-15 00:16:53 +0000718#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
719#define MAGICKCORE_HAVE_SHARED_MEMORY 1
720#endif
cristy3ed852e2009-09-05 21:47:34 +0000721
722/* Define if you have the shl_load function. */
723/* #undef HAVE_SHL_LOAD */
724
725/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000726#ifndef MAGICKCORE_HAVE_SIGACTION
727#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000728#endif
729
730/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000731#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
732#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000733#endif
734
cristy393bbe52010-01-11 16:32:56 +0000735/* Define to 1 if you have the `spawnvp' function. */
cristybb06a1a2012-03-15 00:16:53 +0000736/* #undef HAVE_SPAWNVP */
cristy393bbe52010-01-11 16:32:56 +0000737
cristy3ed852e2009-09-05 21:47:34 +0000738/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000739#ifndef MAGICKCORE_HAVE_SQRT
740#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000741#endif
cristy3ed852e2009-09-05 21:47:34 +0000742
743/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000744#ifndef MAGICKCORE_HAVE_STAT
745#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000746#endif
747
748/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000749#ifndef MAGICKCORE_HAVE_STDARG_H
750#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000751#endif
752
753/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000754#ifndef MAGICKCORE_HAVE_STDBOOL_H
755#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000756#endif
757
cristy3ed852e2009-09-05 21:47:34 +0000758/* Define to 1 if you have the <stdint.h> header file. */
cristy6b4e6e92012-09-15 23:52:07 +0000759/* #undef HAVE_STDINT_H */
cristy3ed852e2009-09-05 21:47:34 +0000760
761/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000762#ifndef MAGICKCORE_HAVE_STDLIB_H
763#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000764#endif
765
766/* define if the compiler supports ISO C++ standard library */
cristy00e93b42012-01-18 17:40:03 +0000767#ifndef MAGICKCORE_HAVE_STD_LIBS
768#define MAGICKCORE_HAVE_STD_LIBS /**/
769#endif
cristy3ed852e2009-09-05 21:47:34 +0000770
771/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000772#ifndef MAGICKCORE_HAVE_STRCASECMP
773#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000774#endif
775
776/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000777#ifndef MAGICKCORE_HAVE_STRCHR
778#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000779#endif
780
781/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000782#ifndef MAGICKCORE_HAVE_STRCSPN
783#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000784#endif
785
786/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000787#ifndef MAGICKCORE_HAVE_STRDUP
788#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000789#endif
790
791/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000792#ifndef MAGICKCORE_HAVE_STRERROR
793#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000794#endif
795
796/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000797#ifndef MAGICKCORE_HAVE_STRERROR_R
798#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000799#endif
800
801/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000802#ifndef MAGICKCORE_HAVE_STRINGIZE
803#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000804#endif
805
806/* Define to 1 if you have the <strings.h> header file. */
cristy6b4e6e92012-09-15 23:52:07 +0000807/* #undef HAVE_STRINGS_H */
cristy3ed852e2009-09-05 21:47:34 +0000808
809/* Define to 1 if you have the <string.h> header file. */
cristy6b4e6e92012-09-15 23:52:07 +0000810/* #undef HAVE_STRING_H */
cristy3ed852e2009-09-05 21:47:34 +0000811
812/* Define to 1 if you have the `strlcat' function. */
cristybb06a1a2012-03-15 00:16:53 +0000813/* #undef HAVE_STRLCAT */
cristy3ed852e2009-09-05 21:47:34 +0000814
815/* Define to 1 if you have the `strlcpy' function. */
cristybb06a1a2012-03-15 00:16:53 +0000816/* #undef HAVE_STRLCPY */
cristy3ed852e2009-09-05 21:47:34 +0000817
818/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000819#ifndef MAGICKCORE_HAVE_STRNCASECMP
820#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000821#endif
822
823/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000824#ifndef MAGICKCORE_HAVE_STRPBRK
825#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000826#endif
827
828/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000829#ifndef MAGICKCORE_HAVE_STRRCHR
830#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000831#endif
832
833/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000834#ifndef MAGICKCORE_HAVE_STRSPN
835#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000836#endif
837
838/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000839#ifndef MAGICKCORE_HAVE_STRSTR
840#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000841#endif
842
cristy6c1eef12011-05-17 02:13:08 +0000843/* Define to 1 if you have the `strtod' function. */
844#ifndef MAGICKCORE_HAVE_STRTOD
845#define MAGICKCORE_HAVE_STRTOD 1
846#endif
847
848/* Define to 1 if you have the `strtod_l' function. */
cristybb06a1a2012-03-15 00:16:53 +0000849#ifndef MAGICKCORE_HAVE_STRTOD_L
850#define MAGICKCORE_HAVE_STRTOD_L 1
851#endif
cristy6c1eef12011-05-17 02:13:08 +0000852
cristy3ed852e2009-09-05 21:47:34 +0000853/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000854#ifndef MAGICKCORE_HAVE_STRTOL
855#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000856#endif
857
cristy5131f3e2009-12-18 03:09:10 +0000858/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000859#ifndef MAGICKCORE_HAVE_STRTOUL
860#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000861#endif
862
cristy92703d82010-04-26 00:18:18 +0000863/* Define to 1 if `tm_zone' is a member of `struct tm'. */
cristybb06a1a2012-03-15 00:16:53 +0000864#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
865#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
866#endif
cristy92703d82010-04-26 00:18:18 +0000867
cristy58945e42012-09-04 14:33:54 +0000868/* Define to 1 if you have the <sun_prefetch.h> header file. */
869/* #undef HAVE_SUN_PREFETCH_H */
870
cristy3ed852e2009-09-05 21:47:34 +0000871/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000872#ifndef MAGICKCORE_HAVE_SYMLINK
873#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000874#endif
875
876/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000877#ifndef MAGICKCORE_HAVE_SYSCONF
878#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000879#endif
880
881/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
882 */
883/* #undef HAVE_SYS_DIR_H */
884
885/* Define to 1 if you have the <sys/dl.h> header file. */
886/* #undef HAVE_SYS_DL_H */
887
888/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000889#ifndef MAGICKCORE_HAVE_SYS_IPC_H
890#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000891#endif
892
cristy58945e42012-09-04 14:33:54 +0000893/* Define to 1 if you have the <sys/mman.h> header file. */
894#ifndef MAGICKCORE_HAVE_SYS_MMAN_H
895#define MAGICKCORE_HAVE_SYS_MMAN_H 1
896#endif
897
cristy3ed852e2009-09-05 21:47:34 +0000898/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
899 */
900/* #undef HAVE_SYS_NDIR_H */
901
cristycd4c5312009-11-22 01:19:08 +0000902/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000903#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
904#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000905#endif
906
cristy3ed852e2009-09-05 21:47:34 +0000907/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000908#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
909#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000910#endif
911
912/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000913#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
914#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000915#endif
916
917/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000918#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
919#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000920#endif
921
922/* Define to 1 if you have the <sys/stat.h> header file. */
cristy6b4e6e92012-09-15 23:52:07 +0000923/* #undef HAVE_SYS_STAT_H */
cristy3ed852e2009-09-05 21:47:34 +0000924
925/* Define to 1 if you have the <sys/syslimits.h> header file. */
926/* #undef HAVE_SYS_SYSLIMITS_H */
927
928/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000929#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
930#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000931#endif
932
933/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000934#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
935#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000936#endif
937
938/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000939#ifndef MAGICKCORE_HAVE_SYS_TIME_H
940#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000941#endif
942
943/* Define to 1 if you have the <sys/types.h> header file. */
cristy6b4e6e92012-09-15 23:52:07 +0000944/* #undef HAVE_SYS_TYPES_H */
cristy3ed852e2009-09-05 21:47:34 +0000945
946/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000947#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
948#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000949#endif
950
951/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000952#ifndef MAGICKCORE_HAVE_TELLDIR
953#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000954#endif
955
956/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000957#ifndef MAGICKCORE_HAVE_TEMPNAM
958#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000959#endif
960
961/* Define to 1 if you have the <tiffconf.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +0000962#ifndef MAGICKCORE_HAVE_TIFFCONF_H
963#define MAGICKCORE_HAVE_TIFFCONF_H 1
964#endif
cristy3ed852e2009-09-05 21:47:34 +0000965
cristy3f590e52011-11-14 14:29:44 +0000966/* Define to 1 if you have the `TIFFIsBigEndian' function. */
cristybb06a1a2012-03-15 00:16:53 +0000967#ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
968#define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
969#endif
cristy3f590e52011-11-14 14:29:44 +0000970
cristy3ed852e2009-09-05 21:47:34 +0000971/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristybb06a1a2012-03-15 00:16:53 +0000972#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
973#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
974#endif
cristy3ed852e2009-09-05 21:47:34 +0000975
976/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristybb06a1a2012-03-15 00:16:53 +0000977#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
978#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
979#endif
cristy3ed852e2009-09-05 21:47:34 +0000980
981/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristybb06a1a2012-03-15 00:16:53 +0000982#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
983#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
984#endif
cristy3ed852e2009-09-05 21:47:34 +0000985
986/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +0000987#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
988#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
989#endif
cristy3ed852e2009-09-05 21:47:34 +0000990
991/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristybb06a1a2012-03-15 00:16:53 +0000992#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
993#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
994#endif
cristy3ed852e2009-09-05 21:47:34 +0000995
996/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristybb06a1a2012-03-15 00:16:53 +0000997#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
998#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
999#endif
cristy3ed852e2009-09-05 21:47:34 +00001000
1001/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristybb06a1a2012-03-15 00:16:53 +00001002#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1003#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
1004#endif
cristy3ed852e2009-09-05 21:47:34 +00001005
1006/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001007#ifndef MAGICKCORE_HAVE_TIMES
1008#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001009#endif
1010
cristy92703d82010-04-26 00:18:18 +00001011/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1012 `HAVE_STRUCT_TM_TM_ZONE' instead. */
cristybb06a1a2012-03-15 00:16:53 +00001013#ifndef MAGICKCORE_HAVE_TM_ZONE
1014#define MAGICKCORE_HAVE_TM_ZONE 1
1015#endif
cristy92703d82010-04-26 00:18:18 +00001016
1017/* Define to 1 if you don't have `tm_zone' but do have the external array
1018 `tzname'. */
cristybb06a1a2012-03-15 00:16:53 +00001019/* #undef HAVE_TZNAME */
cristy92703d82010-04-26 00:18:18 +00001020
cristy501c8042011-05-26 17:46:28 +00001021/* Define to 1 if the system has the type `uintmax_t'. */
cristy6b4e6e92012-09-15 23:52:07 +00001022/* #undef HAVE_UINTMAX_T */
cristy501c8042011-05-26 17:46:28 +00001023
1024/* Define to 1 if the system has the type `uintptr_t'. */
cristy6b4e6e92012-09-15 23:52:07 +00001025/* #undef HAVE_UINTPTR_T */
cristy501c8042011-05-26 17:46:28 +00001026
cristyc5baf4f2010-08-31 15:05:33 +00001027/* Define to 1 if you have the `ulltostr' function. */
1028/* #undef HAVE_ULLTOSTR */
1029
cristy3ed852e2009-09-05 21:47:34 +00001030/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001031#ifndef MAGICKCORE_HAVE_UNISTD_H
1032#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001033#endif
1034
cristy501c8042011-05-26 17:46:28 +00001035/* Define to 1 if the system has the type `unsigned long long int'. */
1036#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1037#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1038#endif
1039
cristya20c9042011-05-19 13:22:18 +00001040/* Define to 1 if you have the `uselocale' function. */
cristybb06a1a2012-03-15 00:16:53 +00001041#ifndef MAGICKCORE_HAVE_USELOCALE
1042#define MAGICKCORE_HAVE_USELOCALE 1
1043#endif
cristya20c9042011-05-19 13:22:18 +00001044
cristy3ed852e2009-09-05 21:47:34 +00001045/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001046#ifndef MAGICKCORE_HAVE_USLEEP
1047#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001048#endif
1049
cristyf1440cb2010-02-23 02:24:21 +00001050/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001051#ifndef MAGICKCORE_HAVE_UTIME
1052#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001053#endif
1054
cristy3ed852e2009-09-05 21:47:34 +00001055/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001056#ifndef MAGICKCORE_HAVE_VFORK
1057#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001058#endif
1059
1060/* Define to 1 if you have the <vfork.h> header file. */
1061/* #undef HAVE_VFORK_H */
1062
cristy5d0cd952011-05-19 21:21:41 +00001063/* Define to 1 if you have the `vfprintf' function. */
1064#ifndef MAGICKCORE_HAVE_VFPRINTF
1065#define MAGICKCORE_HAVE_VFPRINTF 1
1066#endif
1067
1068/* Define to 1 if you have the `vfprintf_l' function. */
1069/* #undef HAVE_VFPRINTF_L */
1070
cristy3ed852e2009-09-05 21:47:34 +00001071/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001072#ifndef MAGICKCORE_HAVE_VPRINTF
1073#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001074#endif
1075
1076/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001077#ifndef MAGICKCORE_HAVE_VSNPRINTF
1078#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001079#endif
1080
cristyb51dff52011-05-19 16:55:47 +00001081/* Define to 1 if you have the `vsnprintf_l' function. */
1082/* #undef HAVE_VSNPRINTF_L */
1083
cristy3ed852e2009-09-05 21:47:34 +00001084/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001085#ifndef MAGICKCORE_HAVE_VSPRINTF
1086#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001087#endif
1088
1089/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001090#ifndef MAGICKCORE_HAVE_WAITPID
1091#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001092#endif
1093
1094/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001095#ifndef MAGICKCORE_HAVE_WCHAR_H
1096#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001097#endif
1098
cristy736173a2009-09-20 21:18:22 +00001099/* Define to 1 if you have the <windows.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001100/* #undef HAVE_WINDOWS_H */
cristy736173a2009-09-20 21:18:22 +00001101
cristy739df912009-10-24 16:10:18 +00001102/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001103#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1104#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001105#endif
1106
1107/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001108#ifndef MAGICKCORE_HAVE_WORKING_FORK
1109#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001110#endif
1111
1112/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001113#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1114#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001115#endif
1116
cristya8549b12011-05-18 19:05:08 +00001117/* Define to 1 if you have the <xlocale.h> header file. */
cristybb06a1a2012-03-15 00:16:53 +00001118#ifndef MAGICKCORE_HAVE_XLOCALE_H
1119#define MAGICKCORE_HAVE_XLOCALE_H 1
1120#endif
cristya8549b12011-05-18 19:05:08 +00001121
cristy568c2d42012-07-27 01:41:20 +00001122/* Define to 1 if you have the `_aligned_malloc' function. */
1123/* #undef HAVE__ALIGNED_MALLOC */
1124
cristy3ed852e2009-09-05 21:47:34 +00001125/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001126#ifndef MAGICKCORE_HAVE__BOOL
1127#define MAGICKCORE_HAVE__BOOL 1
1128#endif
cristy3ed852e2009-09-05 21:47:34 +00001129
1130/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001131#ifndef MAGICKCORE_HAVE__EXIT
1132#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001133#endif
1134
1135/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1136/* #undef HAVE__NSGETEXECUTABLEPATH */
1137
1138/* Define to 1 if you have the `_pclose' function. */
cristybb06a1a2012-03-15 00:16:53 +00001139/* #undef HAVE__PCLOSE */
cristy3ed852e2009-09-05 21:47:34 +00001140
1141/* Define to 1 if you have the `_popen' function. */
cristybb06a1a2012-03-15 00:16:53 +00001142/* #undef HAVE__POPEN */
cristy3ed852e2009-09-05 21:47:34 +00001143
1144/* Define to 1 if you have the `_wfopen' function. */
1145/* #undef HAVE__WFOPEN */
1146
1147/* Define to 1 if you have the `_wstat' function. */
1148/* #undef HAVE__WSTAT */
1149
cristy92703d82010-04-26 00:18:18 +00001150/* define if your compiler has __attribute__ */
cristy6b4e6e92012-09-15 23:52:07 +00001151/* #undef HAVE___ATTRIBUTE__ */
cristy92703d82010-04-26 00:18:18 +00001152
cristy3ed852e2009-09-05 21:47:34 +00001153/* accurately represent the wide range of intensity levels in real scenes */
cristy191c0b72012-08-12 16:29:52 +00001154#ifndef MAGICKCORE_HDRI_SUPPORT
1155#define MAGICKCORE_HDRI_SUPPORT 1
1156#endif
cristy3ed852e2009-09-05 21:47:34 +00001157
1158/* Define if you have umem memory allocation library */
1159/* #undef HasUMEM */
1160
cristy2a11bef2011-10-28 18:33:11 +00001161/* Directory where ImageMagick headers live. */
1162#ifndef MAGICKCORE_INCLUDE_PATH
1163#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001164#endif
1165
cristy3ed852e2009-09-05 21:47:34 +00001166/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001167#ifndef MAGICKCORE_INSTALLED_SUPPORT
1168#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001169#endif
1170
1171/* Define if you have JBIG library */
cristyb0a657e2012-08-29 00:45:37 +00001172/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001173
1174/* Define if you have JPEG version 2 "Jasper" library */
cristy6b4e6e92012-09-15 23:52:07 +00001175/* #undef JP2_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001176
1177/* Define if you have JPEG library */
cristybb06a1a2012-03-15 00:16:53 +00001178#ifndef MAGICKCORE_JPEG_DELEGATE
1179#define MAGICKCORE_JPEG_DELEGATE 1
1180#endif
cristy3ed852e2009-09-05 21:47:34 +00001181
cristy71203402010-06-18 13:12:03 +00001182/* Define if you have LCMS (v1.11 or later) library */
cristybb06a1a2012-03-15 00:16:53 +00001183#ifndef MAGICKCORE_LCMS_DELEGATE
1184#define MAGICKCORE_LCMS_DELEGATE 1
1185#endif
cristy3ed852e2009-09-05 21:47:34 +00001186
1187/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001188#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001189#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001190#endif
1191
1192/* Subdirectory of lib where ImageMagick architecture dependent files are
1193 installed */
cristy964cb7f2010-04-25 23:18:00 +00001194#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001195#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001196#endif
1197
1198/* Define if you have LQR library */
cristy58945e42012-09-04 14:33:54 +00001199/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001200
1201/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001202#ifndef MAGICKCORE_LTDL_DELEGATE
1203#define MAGICKCORE_LTDL_DELEGATE 1
1204#endif
cristy3ed852e2009-09-05 21:47:34 +00001205
1206/* Define if the OS needs help to load dependent libraries for dlopen(). */
cristybb06a1a2012-03-15 00:16:53 +00001207/* #undef LTDL_DLOPEN_DEPLIBS */
cristy3ed852e2009-09-05 21:47:34 +00001208
1209/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001210#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy58945e42012-09-04 14:33:54 +00001211#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/freetype-freeworld:/usr/lib/llvm:/usr/lib64/llvm:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/nvidia:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib64/tracker-0.14:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001212#endif
1213
1214/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001215#ifndef MAGICKCORE_LT_LIBEXT
1216#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001217#endif
1218
cristyda16f162011-02-19 23:52:17 +00001219/* The archive prefix */
1220#ifndef MAGICKCORE_LT_LIBPREFIX
1221#define MAGICKCORE_LT_LIBPREFIX "lib"
1222#endif
1223
cristy3ed852e2009-09-05 21:47:34 +00001224/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001225#ifndef MAGICKCORE_LT_MODULE_EXT
cristybb06a1a2012-03-15 00:16:53 +00001226#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001227#endif
1228
1229/* Define to the name of the environment variable that determines the run-time
1230 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001231#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
cristybb06a1a2012-03-15 00:16:53 +00001232#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001233#endif
1234
1235/* Define to the sub-directory in which libtool stores uninstalled libraries.
1236 */
cristy964cb7f2010-04-25 23:18:00 +00001237#ifndef MAGICKCORE_LT_OBJDIR
1238#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001239#endif
1240
cristy99bd5232011-12-07 14:38:20 +00001241/* Define to the shared library suffix, say, ".dylib". */
1242/* #undef LT_SHARED_EXT */
1243
cristy3f590e52011-11-14 14:29:44 +00001244/* Define if you have LZMA library */
cristy58945e42012-09-04 14:33:54 +00001245#ifndef MAGICKCORE_LZMA_DELEGATE
1246#define MAGICKCORE_LZMA_DELEGATE 1
1247#endif
cristyfbb0ef02010-12-19 02:32:11 +00001248
cristy3ed852e2009-09-05 21:47:34 +00001249/* Define to prepend to default font search path. */
1250/* #undef MAGICK_FONT_PATH */
1251
cristy27d53d62012-07-29 23:30:07 +00001252/* Target Host CPU */
cristy6b4e6e92012-09-15 23:52:07 +00001253/* #undef MAGICK_TARGET_CPU */
cristy27d53d62012-07-29 23:30:07 +00001254
1255/* Target Host OS */
cristy6b4e6e92012-09-15 23:52:07 +00001256/* #undef MAGICK_TARGET_OS */
cristy27d53d62012-07-29 23:30:07 +00001257
1258/* Target Host Vendor */
cristy6b4e6e92012-09-15 23:52:07 +00001259/* #undef MAGICK_TARGET_VENDOR */
cristy27d53d62012-07-29 23:30:07 +00001260
cristy3ed852e2009-09-05 21:47:34 +00001261/* Magick API method prefix */
1262/* #undef NAMESPACE_PREFIX */
1263
cristya0b81c32010-01-22 02:54:33 +00001264/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001265/* #undef NDEBUG */
1266
1267/* Define if dlsym() requires a leading underscore in symbol names. */
1268/* #undef NEED_USCORE */
1269
1270/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1271/* #undef NO_MINUS_C_MINUS_O */
1272
1273/* Define if you have OPENEXR library */
cristy380a11c2012-06-02 15:15:22 +00001274#ifndef MAGICKCORE_OPENEXR_DELEGATE
1275#define MAGICKCORE_OPENEXR_DELEGATE 1
1276#endif
cristy3ed852e2009-09-05 21:47:34 +00001277
cristya448bd22011-10-14 12:38:13 +00001278/* Name of package */
cristy6b4e6e92012-09-15 23:52:07 +00001279/* #undef PACKAGE */
cristya448bd22011-10-14 12:38:13 +00001280
cristy3ed852e2009-09-05 21:47:34 +00001281/* Define to the address where bug reports for this package should be sent. */
cristy6b4e6e92012-09-15 23:52:07 +00001282/* #undef PACKAGE_BUGREPORT */
cristy3ed852e2009-09-05 21:47:34 +00001283
1284/* Define to the full name of this package. */
cristy6b4e6e92012-09-15 23:52:07 +00001285/* #undef PACKAGE_NAME */
cristy3ed852e2009-09-05 21:47:34 +00001286
1287/* Define to the full name and version of this package. */
cristy6b4e6e92012-09-15 23:52:07 +00001288/* #undef PACKAGE_STRING */
cristy3ed852e2009-09-05 21:47:34 +00001289
1290/* Define to the one symbol short name of this package. */
cristy6b4e6e92012-09-15 23:52:07 +00001291/* #undef PACKAGE_TARNAME */
cristy3ed852e2009-09-05 21:47:34 +00001292
cristy8b350f62009-11-15 23:12:43 +00001293/* Define to the home page for this package. */
cristy6b4e6e92012-09-15 23:52:07 +00001294/* #undef PACKAGE_URL */
cristy8b350f62009-11-15 23:12:43 +00001295
cristy3ed852e2009-09-05 21:47:34 +00001296/* Define to the version of this package. */
cristy6b4e6e92012-09-15 23:52:07 +00001297/* #undef PACKAGE_VERSION */
cristy3ed852e2009-09-05 21:47:34 +00001298
cristya054b762012-03-26 23:16:00 +00001299/* Define if you have PANGOCAIRO library */
1300#ifndef MAGICKCORE_PANGOCAIRO_DELEGATE
1301#define MAGICKCORE_PANGOCAIRO_DELEGATE 1
cristybb06a1a2012-03-15 00:16:53 +00001302#endif
cristy41cbe8a2011-10-27 01:35:18 +00001303
1304/* Define if you have PANGO library */
cristybb06a1a2012-03-15 00:16:53 +00001305#ifndef MAGICKCORE_PANGO_DELEGATE
1306#define MAGICKCORE_PANGO_DELEGATE 1
1307#endif
cristy41cbe8a2011-10-27 01:35:18 +00001308
cristy3ed852e2009-09-05 21:47:34 +00001309/* Define if you have PNG library */
cristybb06a1a2012-03-15 00:16:53 +00001310#ifndef MAGICKCORE_PNG_DELEGATE
1311#define MAGICKCORE_PNG_DELEGATE 1
1312#endif
cristy3ed852e2009-09-05 21:47:34 +00001313
1314/* Define to necessary symbol if this constant uses a non-standard name on
1315 your system. */
1316/* #undef PTHREAD_CREATE_JOINABLE */
1317
1318/* Pixel cache threshold in MB (defaults to available memory) */
1319/* #undef PixelCacheThreshold */
1320
1321/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001322#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001323#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001324#endif
1325
1326/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001327#ifndef MAGICKCORE_RETSIGTYPE
1328#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001329#endif
1330
1331/* Define if you have RSVG library */
cristy1164d5f2012-08-15 00:58:25 +00001332/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001333
1334/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001335#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1336#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001337#endif
1338
1339/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001340#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1341#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001342#endif
1343
1344/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001345#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1346#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001347#endif
1348
1349/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001350#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001351#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001352#endif
1353
1354/* Subdirectory of lib where architecture-independent configuration files
1355 live. */
1356#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001357#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001358#endif
1359
1360/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001361#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001362#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001363#endif
1364
1365/* Subdirectory of lib where architecture-independent configuration files
1366 live. */
cristy4f820712011-04-01 12:35:43 +00001367#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001368#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001369#endif
1370
1371/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001372#ifndef MAGICKCORE_SIZEOF_OFF_T
1373#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001374#endif
1375
1376/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001377#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1378#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001379#endif
1380
1381/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001382#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001383#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001384#endif
1385
1386/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001387#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1388#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001389#endif
1390
1391/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001392#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1393#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001394#endif
1395
1396/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001397#ifndef MAGICKCORE_SIZEOF_SIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001398#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001399#endif
1400
cristy330e9352010-06-01 18:42:49 +00001401/* The size of `ssize_t', as computed by sizeof. */
1402#ifndef MAGICKCORE_SIZEOF_SSIZE_T
cristybb06a1a2012-03-15 00:16:53 +00001403#define MAGICKCORE_SIZEOF_SSIZE_T 8
cristy330e9352010-06-01 18:42:49 +00001404#endif
1405
cristy3ed852e2009-09-05 21:47:34 +00001406/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001407#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1408#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001409#endif
1410
1411/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001412#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
cristybb06a1a2012-03-15 00:16:53 +00001413#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001414#endif
1415
1416/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001417#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
cristybb06a1a2012-03-15 00:16:53 +00001418#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001419#endif
1420
1421/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001422#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1423#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001424#endif
1425
1426/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001427#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1428#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001429#endif
1430
1431/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1432/* #undef STAT_MACROS_BROKEN */
1433
1434/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001435#ifndef MAGICKCORE_STDC_HEADERS
1436#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001437#endif
1438
cristy7d4a1d62011-10-13 15:54:12 +00001439/* Define to 1 if strerror_r returns char *. */
1440#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1441#define MAGICKCORE_STRERROR_R_CHAR_P 1
1442#endif
1443
cristy55bf91c2010-09-24 00:29:41 +00001444/* Define if you have POSIX threads libraries and header files. */
cristy6b4e6e92012-09-15 23:52:07 +00001445/* #undef THREAD_SUPPORT */
cristy55bf91c2010-09-24 00:29:41 +00001446
cristy3ed852e2009-09-05 21:47:34 +00001447/* Define if you have TIFF library */
cristybb06a1a2012-03-15 00:16:53 +00001448#ifndef MAGICKCORE_TIFF_DELEGATE
1449#define MAGICKCORE_TIFF_DELEGATE 1
1450#endif
cristy3ed852e2009-09-05 21:47:34 +00001451
1452/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001453#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1454#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001455#endif
1456
1457/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1458/* #undef TM_IN_SYS_TIME */
1459
1460/* Enable extensions on AIX 3, Interix. */
1461#ifndef _ALL_SOURCE
cristy6b4e6e92012-09-15 23:52:07 +00001462/* # undef _ALL_SOURCE */
cristy3ed852e2009-09-05 21:47:34 +00001463#endif
1464/* Enable GNU extensions on systems that have them. */
1465#ifndef _GNU_SOURCE
cristy6b4e6e92012-09-15 23:52:07 +00001466/* # undef _GNU_SOURCE */
cristy3ed852e2009-09-05 21:47:34 +00001467#endif
1468/* Enable threading extensions on Solaris. */
1469#ifndef _POSIX_PTHREAD_SEMANTICS
cristy6b4e6e92012-09-15 23:52:07 +00001470/* # undef _POSIX_PTHREAD_SEMANTICS */
cristy3ed852e2009-09-05 21:47:34 +00001471#endif
1472/* Enable extensions on HP NonStop. */
1473#ifndef _TANDEM_SOURCE
cristy6b4e6e92012-09-15 23:52:07 +00001474/* # undef _TANDEM_SOURCE */
cristy3ed852e2009-09-05 21:47:34 +00001475#endif
1476/* Enable general extensions on Solaris. */
1477#ifndef __EXTENSIONS__
cristy6b4e6e92012-09-15 23:52:07 +00001478/* # undef __EXTENSIONS__ */
cristy3ed852e2009-09-05 21:47:34 +00001479#endif
1480
1481
cristya448bd22011-10-14 12:38:13 +00001482/* Version number of package */
cristy6b4e6e92012-09-15 23:52:07 +00001483/* #undef VERSION */
cristya448bd22011-10-14 12:38:13 +00001484
cristyb1860752011-03-14 00:27:46 +00001485/* Define if you have WEBP library */
cristyb0a657e2012-08-29 00:45:37 +00001486/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001487
cristy3ed852e2009-09-05 21:47:34 +00001488/* Define to use the Windows GDI32 library */
cristybb06a1a2012-03-15 00:16:53 +00001489/* #undef WINGDI32_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001490
1491/* Define if using the dmalloc debugging malloc package */
1492/* #undef WITH_DMALLOC */
1493
cristy03f7cf92011-12-15 01:40:41 +00001494/* Define if you have wmflite library */
cristyb0a657e2012-08-29 00:45:37 +00001495/* #undef WMFLITE_DELEGATE */
cristy03f7cf92011-12-15 01:40:41 +00001496
1497/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001498/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001499
cristy3ed852e2009-09-05 21:47:34 +00001500/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1501 significant byte first (like Motorola and SPARC, unlike Intel). */
1502#if defined AC_APPLE_UNIVERSAL_BUILD
1503# if defined __BIG_ENDIAN__
1504# define WORDS_BIGENDIAN 1
1505# endif
1506#else
1507# ifndef WORDS_BIGENDIAN
1508/* # undef WORDS_BIGENDIAN */
1509# endif
1510#endif
1511
1512/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001513#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1514#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001515#endif
1516
1517/* Define if you have X11 library */
cristybb06a1a2012-03-15 00:16:53 +00001518#ifndef MAGICKCORE_X11_DELEGATE
1519#define MAGICKCORE_X11_DELEGATE 1
1520#endif
cristy3ed852e2009-09-05 21:47:34 +00001521
1522/* Define if you have XML library */
cristybb06a1a2012-03-15 00:16:53 +00001523#ifndef MAGICKCORE_XML_DELEGATE
1524#define MAGICKCORE_XML_DELEGATE 1
1525#endif
cristy3ed852e2009-09-05 21:47:34 +00001526
1527/* Define to 1 if the X Window System is missing or not being used. */
cristybb06a1a2012-03-15 00:16:53 +00001528/* #undef X_DISPLAY_MISSING */
cristy3ed852e2009-09-05 21:47:34 +00001529
cristy6e3607c2011-09-13 13:59:17 +00001530/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristybb06a1a2012-03-15 00:16:53 +00001531/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001532
cristy3ed852e2009-09-05 21:47:34 +00001533/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001534#ifndef MAGICKCORE_ZLIB_DELEGATE
1535#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001536#endif
1537
cristy14fefe52012-05-21 00:59:18 +00001538/* Enable large inode numbers on Mac OS X 10.5. */
1539#ifndef _DARWIN_USE_64_BIT_INODE
1540# define _DARWIN_USE_64_BIT_INODE 1
1541#endif
1542
cristy3ed852e2009-09-05 21:47:34 +00001543/* Number of bits in a file offset, on hosts where this is settable. */
cristy00e93b42012-01-18 17:40:03 +00001544/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001545
1546/* enable run-time bounds-checking */
1547/* #undef _FORTIFY_SOURCE */
1548
1549/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1550/* #undef _LARGEFILE_SOURCE */
1551
1552/* Define for large files, on AIX-style hosts. */
1553/* #undef _LARGE_FILES */
1554
1555/* Define to 1 if on MINIX. */
1556/* #undef _MINIX */
1557
cristy99cc3002010-01-21 14:50:11 +00001558/* Define this for the OpenCL Accelerator */
cristy4d412212012-06-27 23:14:48 +00001559/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001560
cristy3ed852e2009-09-05 21:47:34 +00001561/* Define to 2 if the system does not provide POSIX.1 features except with
1562 this defined. */
1563/* #undef _POSIX_1_SOURCE */
1564
1565/* Define to 1 if you need to in order for `stat' and other things to work. */
1566/* #undef _POSIX_SOURCE */
1567
cristy501c8042011-05-26 17:46:28 +00001568/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1569 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1570 #define below would cause a syntax error. */
cristy6b4e6e92012-09-15 23:52:07 +00001571#ifndef MAGICKCORE__UINT32_T
1572#define MAGICKCORE__UINT32_T 1
1573#endif
cristy501c8042011-05-26 17:46:28 +00001574
1575/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1576 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1577 #define below would cause a syntax error. */
cristy6b4e6e92012-09-15 23:52:07 +00001578#ifndef MAGICKCORE__UINT64_T
1579#define MAGICKCORE__UINT64_T 1
1580#endif
cristy501c8042011-05-26 17:46:28 +00001581
1582/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1583 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1584 #define below would cause a syntax error. */
cristy6b4e6e92012-09-15 23:52:07 +00001585#ifndef MAGICKCORE__UINT8_T
1586#define MAGICKCORE__UINT8_T 1
1587#endif
cristy501c8042011-05-26 17:46:28 +00001588
cristy3ed852e2009-09-05 21:47:34 +00001589/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1590#ifndef __CHAR_UNSIGNED__
1591/* # undef __CHAR_UNSIGNED__ */
1592#endif
1593
1594/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1595/* #undef __error_t_defined */
1596
1597/* Define to appropriate substitue if compiler does not have __func__ */
1598/* #undef __func__ */
1599
cristy3ed852e2009-09-05 21:47:34 +00001600/* Define to a type to use for `error_t' if it is not otherwise available. */
1601/* #undef error_t */
1602
cristy501c8042011-05-26 17:46:28 +00001603/* Define to `int' if <sys/types.h> doesn't define. */
1604/* #undef gid_t */
1605
cristy3ed852e2009-09-05 21:47:34 +00001606/* Define to `__inline__' or `__inline' if that's what the C compiler
1607 calls it, or to nothing if 'inline' is not supported under any name. */
1608#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001609/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001610#endif
1611
cristy501c8042011-05-26 17:46:28 +00001612/* Define to the type of a signed integer type of width exactly 16 bits if
1613 such a type exists and the standard includes do not define it. */
1614/* #undef int16_t */
1615
1616/* Define to the type of a signed integer type of width exactly 32 bits if
1617 such a type exists and the standard includes do not define it. */
1618/* #undef int32_t */
1619
1620/* Define to the type of a signed integer type of width exactly 64 bits if
1621 such a type exists and the standard includes do not define it. */
1622/* #undef int64_t */
1623
1624/* Define to the type of a signed integer type of width exactly 8 bits if such
1625 a type exists and the standard includes do not define it. */
1626/* #undef int8_t */
1627
1628/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1629 not define. */
cristy6b4e6e92012-09-15 23:52:07 +00001630#ifndef _magickcore_intmax_t
1631#define _magickcore_intmax_t long long int
1632#endif
cristy501c8042011-05-26 17:46:28 +00001633
1634/* Define to the type of a signed integer type wide enough to hold a pointer,
1635 if such a type exists, and if the system does not define it. */
1636/* #undef intptr_t */
1637
1638/* Define to a type if <wchar.h> does not define. */
1639/* #undef mbstate_t */
1640
cristy3ed852e2009-09-05 21:47:34 +00001641/* Define to `int' if <sys/types.h> does not define. */
1642/* #undef mode_t */
1643
1644/* Define to `long int' if <sys/types.h> does not define. */
1645/* #undef off_t */
1646
1647/* Define to `int' if <sys/types.h> does not define. */
1648/* #undef pid_t */
1649
1650/* Define to the equivalent of the C99 'restrict' keyword, or to
1651 nothing if this is not supported. Do not define if restrict is
1652 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001653#ifndef _magickcore_restrict
1654#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001655#endif
cristy8b350f62009-11-15 23:12:43 +00001656/* Work around a bug in Sun C++: it does not support _Restrict or
1657 __restrict__, even though the corresponding Sun C compiler ends up with
1658 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1659 previous line. Perhaps some future version of Sun C++ will work with
1660 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001661#if defined __SUNPRO_CC && !defined __RESTRICT
1662# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001663# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001664#endif
1665
1666/* Define to `unsigned int' if <sys/types.h> does not define. */
1667/* #undef size_t */
1668
1669/* Define to `int' if <sys/types.h> does not define. */
1670/* #undef ssize_t */
1671
cristy501c8042011-05-26 17:46:28 +00001672/* Define to `int' if <sys/types.h> doesn't define. */
1673/* #undef uid_t */
1674
1675/* Define to the type of an unsigned integer type of width exactly 16 bits if
1676 such a type exists and the standard includes do not define it. */
cristy6b4e6e92012-09-15 23:52:07 +00001677#ifndef _magickcore_uint16_t
1678#define _magickcore_uint16_t unsigned short int
1679#endif
cristy501c8042011-05-26 17:46:28 +00001680
1681/* Define to the type of an unsigned integer type of width exactly 32 bits if
1682 such a type exists and the standard includes do not define it. */
cristy6b4e6e92012-09-15 23:52:07 +00001683#ifndef _magickcore_uint32_t
1684#define _magickcore_uint32_t unsigned int
1685#endif
cristy501c8042011-05-26 17:46:28 +00001686
1687/* Define to the type of an unsigned integer type of width exactly 64 bits if
1688 such a type exists and the standard includes do not define it. */
cristy6b4e6e92012-09-15 23:52:07 +00001689#ifndef _magickcore_uint64_t
1690#define _magickcore_uint64_t unsigned long int
1691#endif
cristy501c8042011-05-26 17:46:28 +00001692
1693/* Define to the type of an unsigned integer type of width exactly 8 bits if
1694 such a type exists and the standard includes do not define it. */
cristy6b4e6e92012-09-15 23:52:07 +00001695#ifndef _magickcore_uint8_t
1696#define _magickcore_uint8_t unsigned char
1697#endif
cristy501c8042011-05-26 17:46:28 +00001698
1699/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1700 do not define. */
cristy6b4e6e92012-09-15 23:52:07 +00001701#ifndef _magickcore_uintmax_t
1702#define _magickcore_uintmax_t unsigned long long int
1703#endif
cristy501c8042011-05-26 17:46:28 +00001704
1705/* Define to the type of an unsigned integer type wide enough to hold a
1706 pointer, if such a type exists, and if the system does not define it. */
cristy6b4e6e92012-09-15 23:52:07 +00001707#ifndef _magickcore_uintptr_t
1708#define _magickcore_uintptr_t unsigned long int
1709#endif
cristy501c8042011-05-26 17:46:28 +00001710
cristy3ed852e2009-09-05 21:47:34 +00001711/* Define as `fork' if `vfork' does not work. */
1712/* #undef vfork */
1713
1714/* Define to empty if the keyword `volatile' does not work. Warning: valid
1715 code using `volatile' can become incorrect without. Disable with care. */
1716/* #undef volatile */
1717
cristy4c08aed2011-07-01 19:47:50 +00001718/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001719#endif