blob: b57be1aa57734e13ee205b196b9f987607244dc2 [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. */
cristy4bb5dbb2012-02-07 14:07:25 +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 */
cristy945364f2012-03-14 11:13:17 +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 */
cristy945364f2012-03-14 11:13:17 +000055/* #undef DJVU_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000056
57/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000058#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy09b53e12011-10-14 12:47:22 +000059#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick//"
cristy3ed852e2009-09-05 21:47:34 +000060#endif
61
62/* Define if you have Display Postscript */
63/* #undef DPS_DELEGATE */
64
cristy3ed852e2009-09-05 21:47:34 +000065/* exclude deprecated methods in MagickCore API */
66/* #undef EXCLUDE_DEPRECATED */
67
68/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000069#ifndef MAGICKCORE_EXECUTABLE_PATH
70#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000071#endif
72
73/* Define if you have FFTW library */
cristy945364f2012-03-14 11:13:17 +000074/* #undef FFTW_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000075
76/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000077#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000078#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000079#endif
80
81/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000082#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000083#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000084#endif
85
86/* Define if you have FONTCONFIG library */
cristy945364f2012-03-14 11:13:17 +000087/* #undef FONTCONFIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000088
89/* Define if you have FlashPIX library */
cristy7247bba2012-02-05 16:37:27 +000090/* #undef FPX_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000091
cristy81beccd2011-10-03 18:17:24 +000092/* Define if you have FreeType (TrueType font) library */
cristy945364f2012-03-14 11:13:17 +000093/* #undef FREETYPE_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000094
95/* Define if you have Ghostscript library or framework */
cristy00e93b42012-01-18 17:40:03 +000096/* #undef GS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000097
98/* Define if you have GVC library */
cristy945364f2012-03-14 11:13:17 +000099/* #undef GVC_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +0000100
cristyb33454f2011-08-03 02:10:45 +0000101/* Define to 1 if you have the `acosh' function. */
102#ifndef MAGICKCORE_HAVE_ACOSH
103#define MAGICKCORE_HAVE_ACOSH 1
104#endif
105
cristy3ed852e2009-09-05 21:47:34 +0000106/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000107#ifndef MAGICKCORE_HAVE_ARGZ_ADD
108#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000109#endif
110
111/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000112#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
113#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000114#endif
115
116/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000117#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
118#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000119#endif
120
121/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000122#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
123#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000124#endif
125
126/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000127#ifndef MAGICKCORE_HAVE_ARGZ_H
128#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000129#endif
130
131/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000132#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
133#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000134#endif
135
136/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000137#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
138#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000139#endif
140
141/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000142#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
143#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000144#endif
145
146/* Define to 1 if you have the <arm/limits.h> header file. */
147/* #undef HAVE_ARM_LIMITS_H */
148
cristyb33454f2011-08-03 02:10:45 +0000149/* Define to 1 if you have the `asinh' function. */
150#ifndef MAGICKCORE_HAVE_ASINH
151#define MAGICKCORE_HAVE_ASINH 1
152#endif
153
154/* Define to 1 if you have the `atanh' function. */
155#ifndef MAGICKCORE_HAVE_ATANH
156#define MAGICKCORE_HAVE_ATANH 1
157#endif
158
cristy3ed852e2009-09-05 21:47:34 +0000159/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000160#ifndef MAGICKCORE_HAVE_ATEXIT
161#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000162#endif
163
cristyc5baf4f2010-08-31 15:05:33 +0000164/* Define to 1 if you have the `atoll' function. */
165#ifndef MAGICKCORE_HAVE_ATOLL
166#define MAGICKCORE_HAVE_ATOLL 1
167#endif
168
cristy3ed852e2009-09-05 21:47:34 +0000169/* define if bool is a built-in type */
cristy00e93b42012-01-18 17:40:03 +0000170#ifndef MAGICKCORE_HAVE_BOOL
171#define MAGICKCORE_HAVE_BOOL /**/
172#endif
cristy3ed852e2009-09-05 21:47:34 +0000173
cristy47b022b2011-01-18 22:29:21 +0000174/* Define to 1 if you have the `cabs' function. */
175#ifndef MAGICKCORE_HAVE_CABS
176#define MAGICKCORE_HAVE_CABS 1
177#endif
178
179/* Define to 1 if you have the `carg' function. */
180#ifndef MAGICKCORE_HAVE_CARG
181#define MAGICKCORE_HAVE_CARG 1
182#endif
183
cristy56ed31c2010-03-22 00:46:21 +0000184/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000185#ifndef MAGICKCORE_HAVE_CIMAG
186#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000187#endif
188
cristy3ed852e2009-09-05 21:47:34 +0000189/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000190#ifndef MAGICKCORE_HAVE_CLOCK
191#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000192#endif
193
cristye43a45e2009-09-28 14:49:00 +0000194/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000195#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
196#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000197#endif
198
cristye43a45e2009-09-28 14:49:00 +0000199/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000200#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
201#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000202#endif
203
cristy3ed852e2009-09-05 21:47:34 +0000204/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000205#ifndef MAGICKCORE_HAVE_CLOSEDIR
206#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000207#endif
208
cristyfe2e68f2010-01-09 19:16:03 +0000209/* Define to 1 if you have the <CL/cl.h> header file. */
cristy4bb5dbb2012-02-07 14:07:25 +0000210/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000211
cristy3ed852e2009-09-05 21:47:34 +0000212/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000213#ifndef MAGICKCORE_HAVE_COMPLEX_H
214#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000215#endif
216
cristy47b022b2011-01-18 22:29:21 +0000217/* Define to 1 if you have the `creal' function. */
218#ifndef MAGICKCORE_HAVE_CREAL
219#define MAGICKCORE_HAVE_CREAL 1
220#endif
221
cristyc5baf4f2010-08-31 15:05:33 +0000222/* Define to 1 if you have the `ctime_r' function. */
223#ifndef MAGICKCORE_HAVE_CTIME_R
224#define MAGICKCORE_HAVE_CTIME_R 1
225#endif
226
cristy3ed852e2009-09-05 21:47:34 +0000227/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
228 you don't. */
cristy945364f2012-03-14 11:13:17 +0000229#ifndef MAGICKCORE_HAVE_DECL_CYGWIN_CONV_PATH
230#define MAGICKCORE_HAVE_DECL_CYGWIN_CONV_PATH 1
231#endif
cristy3ed852e2009-09-05 21:47:34 +0000232
233/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
234 */
cristy964cb7f2010-04-25 23:18:00 +0000235#ifndef MAGICKCORE_HAVE_DECL_PREAD
236#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000237#endif
238
239/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
240 */
cristy964cb7f2010-04-25 23:18:00 +0000241#ifndef MAGICKCORE_HAVE_DECL_PWRITE
242#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000243#endif
244
cristy7d4a1d62011-10-13 15:54:12 +0000245/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
246 don't. */
247#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
248#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
249#endif
250
cristy3ed852e2009-09-05 21:47:34 +0000251/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
252 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000253#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
254#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000255#endif
256
cristy92703d82010-04-26 00:18:18 +0000257/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
258 */
cristy945364f2012-03-14 11:13:17 +0000259#ifndef MAGICKCORE_HAVE_DECL_TZNAME
260#define MAGICKCORE_HAVE_DECL_TZNAME 1
261#endif
cristy92703d82010-04-26 00:18:18 +0000262
cristy3ed852e2009-09-05 21:47:34 +0000263/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
264 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000265#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
266#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000267#endif
268
269/* Define to 1 if you have the `directio' function. */
270/* #undef HAVE_DIRECTIO */
271
272/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
273 */
cristy964cb7f2010-04-25 23:18:00 +0000274#ifndef MAGICKCORE_HAVE_DIRENT_H
275#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000276#endif
277
278/* Define if you have the GNU dld library. */
279/* #undef HAVE_DLD */
280
281/* Define to 1 if you have the <dld.h> header file. */
282/* #undef HAVE_DLD_H */
283
284/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000285#ifndef MAGICKCORE_HAVE_DLERROR
286#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000287#endif
288
289/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000290#ifndef MAGICKCORE_HAVE_DLFCN_H
291#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000292#endif
293
294/* Define to 1 if you have the <dl.h> header file. */
295/* #undef HAVE_DL_H */
296
297/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
298/* #undef HAVE_DOPRNT */
299
300/* Define if you have the _dyld_func_lookup function. */
301/* #undef HAVE_DYLD */
302
303/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000304#ifndef MAGICKCORE_HAVE_ERRNO_H
305#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000306#endif
307
308/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000309#ifndef MAGICKCORE_HAVE_ERROR_T
310#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000311#endif
312
313/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000314#ifndef MAGICKCORE_HAVE_EXECVP
315#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000316#endif
317
cristyf1440cb2010-02-23 02:24:21 +0000318/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000319#ifndef MAGICKCORE_HAVE_FCHMOD
320#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000321#endif
322
cristy3ed852e2009-09-05 21:47:34 +0000323/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000324#ifndef MAGICKCORE_HAVE_FCNTL_H
325#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000326#endif
327
328/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000329#ifndef MAGICKCORE_HAVE_FLOOR
330#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000331#endif
cristy3ed852e2009-09-05 21:47:34 +0000332
333/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000334#ifndef MAGICKCORE_HAVE_FORK
335#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000336#endif
337
338/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000339#ifndef MAGICKCORE_HAVE_FSEEKO
340#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000341#endif
342
cristy81beccd2011-10-03 18:17:24 +0000343/* Define to 1 if you have the <ft2build.h> header file. */
cristy945364f2012-03-14 11:13:17 +0000344/* #undef HAVE_FT2BUILD_H */
cristy81beccd2011-10-03 18:17:24 +0000345
cristy3ed852e2009-09-05 21:47:34 +0000346/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000347#ifndef MAGICKCORE_HAVE_FTIME
348#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000349#endif
350
351/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000352#ifndef MAGICKCORE_HAVE_FTRUNCATE
353#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000354#endif
355
356/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000357#ifndef MAGICKCORE_HAVE_GETCWD
358#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000359#endif
360
cristyc5baf4f2010-08-31 15:05:33 +0000361/* Define to 1 if you have the `getc_unlocked' function. */
362#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
363#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
364#endif
365
cristy3ed852e2009-09-05 21:47:34 +0000366/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000367#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
368#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000369#endif
370
371/* Define to 1 if you have the `getexecname' function. */
372/* #undef HAVE_GETEXECNAME */
373
374/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000375#ifndef MAGICKCORE_HAVE_GETPAGESIZE
376#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000377#endif
378
379/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000380#ifndef MAGICKCORE_HAVE_GETPID
381#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000382#endif
383
cristyd3ef0102009-09-12 18:11:06 +0000384/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000385#ifndef MAGICKCORE_HAVE_GETRLIMIT
386#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000387#endif
388
cristy3ed852e2009-09-05 21:47:34 +0000389/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000390#ifndef MAGICKCORE_HAVE_GETRUSAGE
391#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000392#endif
393
394/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000395#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
396#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000397#endif
398
399/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000400#ifndef MAGICKCORE_HAVE_GMTIME_R
401#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000402#endif
403
cristy501c8042011-05-26 17:46:28 +0000404/* Define to 1 if the system has the type `intmax_t'. */
405#ifndef MAGICKCORE_HAVE_INTMAX_T
406#define MAGICKCORE_HAVE_INTMAX_T 1
407#endif
408
409/* Define to 1 if the system has the type `intptr_t'. */
410#ifndef MAGICKCORE_HAVE_INTPTR_T
411#define MAGICKCORE_HAVE_INTPTR_T 1
412#endif
413
cristy3ed852e2009-09-05 21:47:34 +0000414/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000415#ifndef MAGICKCORE_HAVE_INTTYPES_H
416#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000417#endif
418
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. */
cristy945364f2012-03-14 11:13:17 +0000435/* #undef HAVE_LCMS2_H */
cristyd09bcf92010-03-25 03:04:45 +0000436
cristy71203402010-06-18 13:12:03 +0000437/* Define if you have the <lcms2/lcms2.h> header file. */
438/* #undef HAVE_LCMS2_LCMS2_H */
439
cristy3ed852e2009-09-05 21:47:34 +0000440/* Define if you have the <lcms.h> header file. */
cristy7247bba2012-02-05 16:37:27 +0000441/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000442
443/* Define if you have the <lcms/lcms.h> header file. */
444/* #undef HAVE_LCMS_LCMS_H */
445
446/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000447#ifndef MAGICKCORE_HAVE_LIBDL
448#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000449#endif
450
451/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000452#ifndef MAGICKCORE_HAVE_LIBDLLOADER
453#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000454#endif
455
456/* Define to 1 if you have the `gcov' library (-lgcov). */
457/* #undef HAVE_LIBGCOV */
458
459/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000460#ifndef MAGICKCORE_HAVE_LIMITS_H
461#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000462#endif
463
464/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy945364f2012-03-14 11:13:17 +0000465/* #undef HAVE_LINUX_UNISTD_H */
cristy3ed852e2009-09-05 21:47:34 +0000466
cristyc5baf4f2010-08-31 15:05:33 +0000467/* Define to 1 if you have the `lltostr' function. */
468/* #undef HAVE_LLTOSTR */
469
cristy3ed852e2009-09-05 21:47:34 +0000470/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000471#ifndef MAGICKCORE_HAVE_LOCALE_H
472#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000473#endif
474
475/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000476#ifndef MAGICKCORE_HAVE_LOCALTIME_R
477#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000478#endif
479
cristy501c8042011-05-26 17:46:28 +0000480/* Define to 1 if the system has the type `long double'. */
481#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
482#define MAGICKCORE_HAVE_LONG_DOUBLE 1
483#endif
484
cristy3ed852e2009-09-05 21:47:34 +0000485/* Define to 1 if the type `long double' works and has more range or precision
486 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000487#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
488#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000489#endif
490
cristy501c8042011-05-26 17:46:28 +0000491/* Define to 1 if the system has the type `long long int'. */
492#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
493#define MAGICKCORE_HAVE_LONG_LONG_INT 1
494#endif
495
cristy3ed852e2009-09-05 21:47:34 +0000496/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000497#ifndef MAGICKCORE_HAVE_LSTAT
498#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000499#endif
500
cristy3ed852e2009-09-05 21:47:34 +0000501/* Define this if a modern libltdl is already installed */
cristy945364f2012-03-14 11:13:17 +0000502/* #undef HAVE_LTDL */
cristy3ed852e2009-09-05 21:47:34 +0000503
504/* Define to 1 if you have the <machine/param.h> header file. */
cristy945364f2012-03-14 11:13:17 +0000505#ifndef MAGICKCORE_HAVE_MACHINE_PARAM_H
506#define MAGICKCORE_HAVE_MACHINE_PARAM_H 1
507#endif
cristy3ed852e2009-09-05 21:47:34 +0000508
509/* Define to 1 if you have the <mach-o/dyld.h> header file. */
510/* #undef HAVE_MACH_O_DYLD_H */
511
cristy501c8042011-05-26 17:46:28 +0000512/* Define to 1 if <wchar.h> declares mbstate_t. */
513#ifndef MAGICKCORE_HAVE_MBSTATE_T
514#define MAGICKCORE_HAVE_MBSTATE_T 1
515#endif
516
cristy3ed852e2009-09-05 21:47:34 +0000517/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000518#ifndef MAGICKCORE_HAVE_MEMMOVE
519#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000520#endif
521
522/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000523#ifndef MAGICKCORE_HAVE_MEMORY_H
524#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000525#endif
526
527/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000528#ifndef MAGICKCORE_HAVE_MEMSET
529#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000530#endif
531
532/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000533#ifndef MAGICKCORE_HAVE_MKSTEMP
534#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000535#endif
536
537/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000538#ifndef MAGICKCORE_HAVE_MMAP
539#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000540#endif
541
542/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000543#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
544#define MAGICKCORE_HAVE_MMAP_FILEIO 1
545#endif
cristy3ed852e2009-09-05 21:47:34 +0000546
547/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000548#ifndef MAGICKCORE_HAVE_MUNMAP
549#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000550#endif
551
552/* define if the compiler implements namespaces */
cristy00e93b42012-01-18 17:40:03 +0000553#ifndef MAGICKCORE_HAVE_NAMESPACES
554#define MAGICKCORE_HAVE_NAMESPACES /**/
555#endif
cristy964cb7f2010-04-25 23:18:00 +0000556
557/* Define if g++ supports namespace std. */
cristy00e93b42012-01-18 17:40:03 +0000558#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
559#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
560#endif
cristy3ed852e2009-09-05 21:47:34 +0000561
cristya21afde2010-07-02 00:45:40 +0000562/* Define to 1 if you have the `nanosleep' function. */
563#ifndef MAGICKCORE_HAVE_NANOSLEEP
564#define MAGICKCORE_HAVE_NANOSLEEP 1
565#endif
566
cristy3ed852e2009-09-05 21:47:34 +0000567/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
568/* #undef HAVE_NDIR_H */
569
cristya8549b12011-05-18 19:05:08 +0000570/* Define to 1 if you have the `newlocale' function. */
cristy945364f2012-03-14 11:13:17 +0000571/* #undef HAVE_NEWLOCALE */
cristya8549b12011-05-18 19:05:08 +0000572
cristyfe2e68f2010-01-09 19:16:03 +0000573/* Define to 1 if you have the <OpenCL/cl.h> header file. */
574/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000575
cristy3ed852e2009-09-05 21:47:34 +0000576/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000577#ifndef MAGICKCORE_HAVE_OPENDIR
578#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000579#endif
580
581/* Define to 1 if you have the <OS.h> header file. */
582/* #undef HAVE_OS_H */
583
584/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000585#ifndef MAGICKCORE_HAVE_PCLOSE
586#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000587#endif
588
589/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000590#ifndef MAGICKCORE_HAVE_POLL
591#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000592#endif
593
594/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000595#ifndef MAGICKCORE_HAVE_POPEN
596#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000597#endif
598
599/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000600#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
601#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000602#endif
603
604/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000605#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
606#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000607#endif
608
609/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000610#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
611#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000612#endif
613
614/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000615#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
616#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000617#endif
618
cristy5c40fb42010-08-05 16:12:44 +0000619/* Define to 1 if you have the `posix_spawnp' function. */
cristy945364f2012-03-14 11:13:17 +0000620/* #undef HAVE_POSIX_SPAWNP */
cristy5c40fb42010-08-05 16:12:44 +0000621
cristy3ed852e2009-09-05 21:47:34 +0000622/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000623#ifndef MAGICKCORE_HAVE_POW
624#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000625#endif
cristy3ed852e2009-09-05 21:47:34 +0000626
627/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000628#ifndef MAGICKCORE_HAVE_PREAD
629#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000630#endif
631
632/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000633#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
634#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000635#endif
636
cristy98e91bd2010-01-12 01:11:42 +0000637/* Define to 1 if you have the <process.h> header file. */
cristy945364f2012-03-14 11:13:17 +0000638#ifndef MAGICKCORE_HAVE_PROCESS_H
639#define MAGICKCORE_HAVE_PROCESS_H 1
640#endif
cristy98e91bd2010-01-12 01:11:42 +0000641
cristy3ed852e2009-09-05 21:47:34 +0000642/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000643#ifndef MAGICKCORE_HAVE_PTHREAD
644#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000645#endif
646
cristya316db12011-10-24 00:49:45 +0000647/* Have PTHREAD_PRIO_INHERIT. */
cristy945364f2012-03-14 11:13:17 +0000648/* #undef HAVE_PTHREAD_PRIO_INHERIT */
cristya316db12011-10-24 00:49:45 +0000649
cristy3ed852e2009-09-05 21:47:34 +0000650/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000651#ifndef MAGICKCORE_HAVE_PWRITE
652#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000653#endif
654
cristyc5baf4f2010-08-31 15:05:33 +0000655/* Define to 1 if you have the `qsort_r' function. */
cristy945364f2012-03-14 11:13:17 +0000656/* #undef HAVE_QSORT_R */
cristyc5baf4f2010-08-31 15:05:33 +0000657
cristy3ed852e2009-09-05 21:47:34 +0000658/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000659#ifndef MAGICKCORE_HAVE_RAISE
660#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000661#endif
662
663/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000664#ifndef MAGICKCORE_HAVE_RAND_R
665#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000666#endif
667
668/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000669#ifndef MAGICKCORE_HAVE_READDIR
670#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000671#endif
672
673/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000674#ifndef MAGICKCORE_HAVE_READDIR_R
675#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000676#endif
677
678/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000679#ifndef MAGICKCORE_HAVE_READLINK
680#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000681#endif
682
683/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000684#ifndef MAGICKCORE_HAVE_REALPATH
685#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000686#endif
687
688/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000689#ifndef MAGICKCORE_HAVE_SEEKDIR
690#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000691#endif
692
693/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000694#ifndef MAGICKCORE_HAVE_SELECT
695#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000696#endif
697
698/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000699#ifndef MAGICKCORE_HAVE_SETLOCALE
700#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000701#endif
702
703/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000704#ifndef MAGICKCORE_HAVE_SETVBUF
705#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000706#endif
707
708/* X11 server supports shape extension */
cristy945364f2012-03-14 11:13:17 +0000709/* #undef HAVE_SHAPE */
cristy3ed852e2009-09-05 21:47:34 +0000710
711/* X11 server supports shared memory extension */
cristy945364f2012-03-14 11:13:17 +0000712/* #undef HAVE_SHARED_MEMORY */
cristy3ed852e2009-09-05 21:47:34 +0000713
714/* Define if you have the shl_load function. */
715/* #undef HAVE_SHL_LOAD */
716
717/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000718#ifndef MAGICKCORE_HAVE_SIGACTION
719#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000720#endif
721
722/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000723#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
724#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000725#endif
726
cristy393bbe52010-01-11 16:32:56 +0000727/* Define to 1 if you have the `spawnvp' function. */
cristy945364f2012-03-14 11:13:17 +0000728#ifndef MAGICKCORE_HAVE_SPAWNVP
729#define MAGICKCORE_HAVE_SPAWNVP 1
730#endif
cristy393bbe52010-01-11 16:32:56 +0000731
cristy3ed852e2009-09-05 21:47:34 +0000732/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000733#ifndef MAGICKCORE_HAVE_SQRT
734#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000735#endif
cristy3ed852e2009-09-05 21:47:34 +0000736
737/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000738#ifndef MAGICKCORE_HAVE_STAT
739#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000740#endif
741
742/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000743#ifndef MAGICKCORE_HAVE_STDARG_H
744#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000745#endif
746
747/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000748#ifndef MAGICKCORE_HAVE_STDBOOL_H
749#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000750#endif
751
cristy3ed852e2009-09-05 21:47:34 +0000752/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000753#ifndef MAGICKCORE_HAVE_STDINT_H
754#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000755#endif
756
757/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000758#ifndef MAGICKCORE_HAVE_STDLIB_H
759#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000760#endif
761
762/* define if the compiler supports ISO C++ standard library */
cristy00e93b42012-01-18 17:40:03 +0000763#ifndef MAGICKCORE_HAVE_STD_LIBS
764#define MAGICKCORE_HAVE_STD_LIBS /**/
765#endif
cristy3ed852e2009-09-05 21:47:34 +0000766
767/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000768#ifndef MAGICKCORE_HAVE_STRCASECMP
769#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000770#endif
771
772/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000773#ifndef MAGICKCORE_HAVE_STRCHR
774#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000775#endif
776
777/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000778#ifndef MAGICKCORE_HAVE_STRCSPN
779#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000780#endif
781
782/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000783#ifndef MAGICKCORE_HAVE_STRDUP
784#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000785#endif
786
787/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000788#ifndef MAGICKCORE_HAVE_STRERROR
789#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000790#endif
791
792/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000793#ifndef MAGICKCORE_HAVE_STRERROR_R
794#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000795#endif
796
797/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000798#ifndef MAGICKCORE_HAVE_STRINGIZE
799#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000800#endif
801
802/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000803#ifndef MAGICKCORE_HAVE_STRINGS_H
804#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000805#endif
806
807/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000808#ifndef MAGICKCORE_HAVE_STRING_H
809#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000810#endif
811
812/* Define to 1 if you have the `strlcat' function. */
cristy945364f2012-03-14 11:13:17 +0000813#ifndef MAGICKCORE_HAVE_STRLCAT
814#define MAGICKCORE_HAVE_STRLCAT 1
815#endif
cristy3ed852e2009-09-05 21:47:34 +0000816
817/* Define to 1 if you have the `strlcpy' function. */
cristy945364f2012-03-14 11:13:17 +0000818#ifndef MAGICKCORE_HAVE_STRLCPY
819#define MAGICKCORE_HAVE_STRLCPY 1
820#endif
cristy3ed852e2009-09-05 21:47:34 +0000821
822/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000823#ifndef MAGICKCORE_HAVE_STRNCASECMP
824#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000825#endif
826
827/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000828#ifndef MAGICKCORE_HAVE_STRPBRK
829#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000830#endif
831
832/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000833#ifndef MAGICKCORE_HAVE_STRRCHR
834#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000835#endif
836
837/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000838#ifndef MAGICKCORE_HAVE_STRSPN
839#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000840#endif
841
842/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000843#ifndef MAGICKCORE_HAVE_STRSTR
844#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000845#endif
846
cristy6c1eef12011-05-17 02:13:08 +0000847/* Define to 1 if you have the `strtod' function. */
848#ifndef MAGICKCORE_HAVE_STRTOD
849#define MAGICKCORE_HAVE_STRTOD 1
850#endif
851
852/* Define to 1 if you have the `strtod_l' function. */
cristy945364f2012-03-14 11:13:17 +0000853/* #undef HAVE_STRTOD_L */
cristy6c1eef12011-05-17 02:13:08 +0000854
cristy3ed852e2009-09-05 21:47:34 +0000855/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000856#ifndef MAGICKCORE_HAVE_STRTOL
857#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000858#endif
859
cristy5131f3e2009-12-18 03:09:10 +0000860/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000861#ifndef MAGICKCORE_HAVE_STRTOUL
862#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000863#endif
864
cristy92703d82010-04-26 00:18:18 +0000865/* Define to 1 if `tm_zone' is a member of `struct tm'. */
cristy945364f2012-03-14 11:13:17 +0000866/* #undef HAVE_STRUCT_TM_TM_ZONE */
cristy92703d82010-04-26 00:18:18 +0000867
cristy3ed852e2009-09-05 21:47:34 +0000868/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000869#ifndef MAGICKCORE_HAVE_SYMLINK
870#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000871#endif
872
873/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000874#ifndef MAGICKCORE_HAVE_SYSCONF
875#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000876#endif
877
878/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
879 */
880/* #undef HAVE_SYS_DIR_H */
881
882/* Define to 1 if you have the <sys/dl.h> header file. */
883/* #undef HAVE_SYS_DL_H */
884
885/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000886#ifndef MAGICKCORE_HAVE_SYS_IPC_H
887#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000888#endif
889
890/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
891 */
892/* #undef HAVE_SYS_NDIR_H */
893
cristycd4c5312009-11-22 01:19:08 +0000894/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000895#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
896#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000897#endif
898
cristy3ed852e2009-09-05 21:47:34 +0000899/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000900#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
901#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000902#endif
903
904/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000905#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
906#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000907#endif
908
909/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000910#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
911#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000912#endif
913
914/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000915#ifndef MAGICKCORE_HAVE_SYS_STAT_H
916#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000917#endif
918
919/* Define to 1 if you have the <sys/syslimits.h> header file. */
920/* #undef HAVE_SYS_SYSLIMITS_H */
921
922/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000923#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
924#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000925#endif
926
927/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000928#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
929#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000930#endif
931
932/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000933#ifndef MAGICKCORE_HAVE_SYS_TIME_H
934#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000935#endif
936
937/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000938#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
939#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000940#endif
941
942/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000943#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
944#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000945#endif
946
947/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000948#ifndef MAGICKCORE_HAVE_TELLDIR
949#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000950#endif
951
952/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000953#ifndef MAGICKCORE_HAVE_TEMPNAM
954#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000955#endif
956
957/* Define to 1 if you have the <tiffconf.h> header file. */
cristy945364f2012-03-14 11:13:17 +0000958/* #undef HAVE_TIFFCONF_H */
cristy3ed852e2009-09-05 21:47:34 +0000959
cristy3f590e52011-11-14 14:29:44 +0000960/* Define to 1 if you have the `TIFFIsBigEndian' function. */
cristy945364f2012-03-14 11:13:17 +0000961/* #undef HAVE_TIFFISBIGENDIAN */
cristy3f590e52011-11-14 14:29:44 +0000962
cristy3ed852e2009-09-05 21:47:34 +0000963/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy945364f2012-03-14 11:13:17 +0000964/* #undef HAVE_TIFFISCODECCONFIGURED */
cristy3ed852e2009-09-05 21:47:34 +0000965
966/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy945364f2012-03-14 11:13:17 +0000967/* #undef HAVE_TIFFMERGEFIELDINFO */
cristy3ed852e2009-09-05 21:47:34 +0000968
969/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy945364f2012-03-14 11:13:17 +0000970/* #undef HAVE_TIFFREADEXIFDIRECTORY */
cristy3ed852e2009-09-05 21:47:34 +0000971
972/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy945364f2012-03-14 11:13:17 +0000973/* #undef HAVE_TIFFSETERRORHANDLEREXT */
cristy3ed852e2009-09-05 21:47:34 +0000974
975/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy945364f2012-03-14 11:13:17 +0000976/* #undef HAVE_TIFFSETTAGEXTENDER */
cristy3ed852e2009-09-05 21:47:34 +0000977
978/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy945364f2012-03-14 11:13:17 +0000979/* #undef HAVE_TIFFSETWARNINGHANDLEREXT */
cristy3ed852e2009-09-05 21:47:34 +0000980
981/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy945364f2012-03-14 11:13:17 +0000982/* #undef HAVE_TIFFSWABARRAYOFTRIPLES */
cristy3ed852e2009-09-05 21:47:34 +0000983
984/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000985#ifndef MAGICKCORE_HAVE_TIMES
986#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000987#endif
988
cristy92703d82010-04-26 00:18:18 +0000989/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
990 `HAVE_STRUCT_TM_TM_ZONE' instead. */
cristy945364f2012-03-14 11:13:17 +0000991/* #undef HAVE_TM_ZONE */
cristy92703d82010-04-26 00:18:18 +0000992
993/* Define to 1 if you don't have `tm_zone' but do have the external array
994 `tzname'. */
cristy945364f2012-03-14 11:13:17 +0000995#ifndef MAGICKCORE_HAVE_TZNAME
996#define MAGICKCORE_HAVE_TZNAME 1
997#endif
cristy92703d82010-04-26 00:18:18 +0000998
cristy501c8042011-05-26 17:46:28 +0000999/* Define to 1 if the system has the type `uintmax_t'. */
1000#ifndef MAGICKCORE_HAVE_UINTMAX_T
1001#define MAGICKCORE_HAVE_UINTMAX_T 1
1002#endif
1003
1004/* Define to 1 if the system has the type `uintptr_t'. */
1005#ifndef MAGICKCORE_HAVE_UINTPTR_T
1006#define MAGICKCORE_HAVE_UINTPTR_T 1
1007#endif
1008
cristyc5baf4f2010-08-31 15:05:33 +00001009/* Define to 1 if you have the `ulltostr' function. */
1010/* #undef HAVE_ULLTOSTR */
1011
cristy3ed852e2009-09-05 21:47:34 +00001012/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001013#ifndef MAGICKCORE_HAVE_UNISTD_H
1014#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001015#endif
1016
cristy501c8042011-05-26 17:46:28 +00001017/* Define to 1 if the system has the type `unsigned long long int'. */
1018#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1019#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1020#endif
1021
cristya20c9042011-05-19 13:22:18 +00001022/* Define to 1 if you have the `uselocale' function. */
cristy945364f2012-03-14 11:13:17 +00001023/* #undef HAVE_USELOCALE */
cristya20c9042011-05-19 13:22:18 +00001024
cristy3ed852e2009-09-05 21:47:34 +00001025/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001026#ifndef MAGICKCORE_HAVE_USLEEP
1027#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001028#endif
1029
cristyf1440cb2010-02-23 02:24:21 +00001030/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001031#ifndef MAGICKCORE_HAVE_UTIME
1032#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001033#endif
1034
cristy3ed852e2009-09-05 21:47:34 +00001035/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001036#ifndef MAGICKCORE_HAVE_VFORK
1037#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001038#endif
1039
1040/* Define to 1 if you have the <vfork.h> header file. */
1041/* #undef HAVE_VFORK_H */
1042
cristy5d0cd952011-05-19 21:21:41 +00001043/* Define to 1 if you have the `vfprintf' function. */
1044#ifndef MAGICKCORE_HAVE_VFPRINTF
1045#define MAGICKCORE_HAVE_VFPRINTF 1
1046#endif
1047
1048/* Define to 1 if you have the `vfprintf_l' function. */
1049/* #undef HAVE_VFPRINTF_L */
1050
cristy3ed852e2009-09-05 21:47:34 +00001051/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001052#ifndef MAGICKCORE_HAVE_VPRINTF
1053#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001054#endif
1055
1056/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001057#ifndef MAGICKCORE_HAVE_VSNPRINTF
1058#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001059#endif
1060
cristyb51dff52011-05-19 16:55:47 +00001061/* Define to 1 if you have the `vsnprintf_l' function. */
1062/* #undef HAVE_VSNPRINTF_L */
1063
cristy3ed852e2009-09-05 21:47:34 +00001064/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001065#ifndef MAGICKCORE_HAVE_VSPRINTF
1066#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001067#endif
1068
1069/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001070#ifndef MAGICKCORE_HAVE_WAITPID
1071#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001072#endif
1073
1074/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001075#ifndef MAGICKCORE_HAVE_WCHAR_H
1076#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001077#endif
1078
cristy736173a2009-09-20 21:18:22 +00001079/* Define to 1 if you have the <windows.h> header file. */
cristy945364f2012-03-14 11:13:17 +00001080#ifndef MAGICKCORE_HAVE_WINDOWS_H
1081#define MAGICKCORE_HAVE_WINDOWS_H 1
1082#endif
cristy736173a2009-09-20 21:18:22 +00001083
cristy739df912009-10-24 16:10:18 +00001084/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001085#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1086#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001087#endif
1088
1089/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001090#ifndef MAGICKCORE_HAVE_WORKING_FORK
1091#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001092#endif
1093
1094/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001095#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1096#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001097#endif
1098
cristya8549b12011-05-18 19:05:08 +00001099/* Define to 1 if you have the <xlocale.h> header file. */
cristy945364f2012-03-14 11:13:17 +00001100/* #undef HAVE_XLOCALE_H */
cristya8549b12011-05-18 19:05:08 +00001101
cristy3ed852e2009-09-05 21:47:34 +00001102/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001103#ifndef MAGICKCORE_HAVE__BOOL
1104#define MAGICKCORE_HAVE__BOOL 1
1105#endif
cristy3ed852e2009-09-05 21:47:34 +00001106
1107/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001108#ifndef MAGICKCORE_HAVE__EXIT
1109#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001110#endif
1111
1112/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1113/* #undef HAVE__NSGETEXECUTABLEPATH */
1114
1115/* Define to 1 if you have the `_pclose' function. */
cristy945364f2012-03-14 11:13:17 +00001116#ifndef MAGICKCORE_HAVE__PCLOSE
1117#define MAGICKCORE_HAVE__PCLOSE 1
1118#endif
cristy3ed852e2009-09-05 21:47:34 +00001119
1120/* Define to 1 if you have the `_popen' function. */
cristy945364f2012-03-14 11:13:17 +00001121#ifndef MAGICKCORE_HAVE__POPEN
1122#define MAGICKCORE_HAVE__POPEN 1
1123#endif
cristy3ed852e2009-09-05 21:47:34 +00001124
1125/* Define to 1 if you have the `_wfopen' function. */
1126/* #undef HAVE__WFOPEN */
1127
1128/* Define to 1 if you have the `_wstat' function. */
1129/* #undef HAVE__WSTAT */
1130
cristy92703d82010-04-26 00:18:18 +00001131/* define if your compiler has __attribute__ */
1132#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1133#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1134#endif
1135
cristy3ed852e2009-09-05 21:47:34 +00001136/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001137/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001138
1139/* Define if you have umem memory allocation library */
1140/* #undef HasUMEM */
1141
cristy2a11bef2011-10-28 18:33:11 +00001142/* Directory where ImageMagick headers live. */
1143#ifndef MAGICKCORE_INCLUDE_PATH
1144#define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
cristy0151ae12011-10-28 16:32:29 +00001145#endif
1146
cristy3ed852e2009-09-05 21:47:34 +00001147/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001148#ifndef MAGICKCORE_INSTALLED_SUPPORT
1149#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001150#endif
1151
1152/* Define if you have JBIG library */
cristy4bb5dbb2012-02-07 14:07:25 +00001153/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001154
1155/* Define if you have JPEG version 2 "Jasper" library */
cristy945364f2012-03-14 11:13:17 +00001156/* #undef JP2_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001157
1158/* Define if you have JPEG library */
cristy945364f2012-03-14 11:13:17 +00001159/* #undef JPEG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001160
cristy71203402010-06-18 13:12:03 +00001161/* Define if you have LCMS (v1.11 or later) library */
cristy945364f2012-03-14 11:13:17 +00001162/* #undef LCMS_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001163
1164/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001165#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001166#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001167#endif
1168
1169/* Subdirectory of lib where ImageMagick architecture dependent files are
1170 installed */
cristy964cb7f2010-04-25 23:18:00 +00001171#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001172#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001173#endif
1174
1175/* Define if you have LQR library */
cristy7247bba2012-02-05 16:37:27 +00001176/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001177
1178/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001179#ifndef MAGICKCORE_LTDL_DELEGATE
1180#define MAGICKCORE_LTDL_DELEGATE 1
1181#endif
cristy3ed852e2009-09-05 21:47:34 +00001182
1183/* Define if the OS needs help to load dependent libraries for dlopen(). */
cristy945364f2012-03-14 11:13:17 +00001184#ifndef MAGICKCORE_LTDL_DLOPEN_DEPLIBS
1185#define MAGICKCORE_LTDL_DLOPEN_DEPLIBS 1
1186#endif
cristy3ed852e2009-09-05 21:47:34 +00001187
1188/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001189#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy945364f2012-03-14 11:13:17 +00001190#define MAGICKCORE_LT_DLSEARCH_PATH "/lib:/usr/lib"
cristy3ed852e2009-09-05 21:47:34 +00001191#endif
1192
1193/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001194#ifndef MAGICKCORE_LT_LIBEXT
1195#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001196#endif
1197
cristyda16f162011-02-19 23:52:17 +00001198/* The archive prefix */
1199#ifndef MAGICKCORE_LT_LIBPREFIX
1200#define MAGICKCORE_LT_LIBPREFIX "lib"
1201#endif
1202
cristy3ed852e2009-09-05 21:47:34 +00001203/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001204#ifndef MAGICKCORE_LT_MODULE_EXT
cristy945364f2012-03-14 11:13:17 +00001205#define MAGICKCORE_LT_MODULE_EXT ".dll"
cristy3ed852e2009-09-05 21:47:34 +00001206#endif
1207
1208/* Define to the name of the environment variable that determines the run-time
1209 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001210#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
cristy945364f2012-03-14 11:13:17 +00001211#define MAGICKCORE_LT_MODULE_PATH_VAR "PATH"
cristy3ed852e2009-09-05 21:47:34 +00001212#endif
1213
1214/* Define to the sub-directory in which libtool stores uninstalled libraries.
1215 */
cristy964cb7f2010-04-25 23:18:00 +00001216#ifndef MAGICKCORE_LT_OBJDIR
1217#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001218#endif
1219
cristy99bd5232011-12-07 14:38:20 +00001220/* Define to the shared library suffix, say, ".dylib". */
1221/* #undef LT_SHARED_EXT */
1222
cristy3f590e52011-11-14 14:29:44 +00001223/* Define if you have LZMA library */
cristy945364f2012-03-14 11:13:17 +00001224/* #undef LZMA_DELEGATE */
cristyfbb0ef02010-12-19 02:32:11 +00001225
cristy3ed852e2009-09-05 21:47:34 +00001226/* Define to prepend to default font search path. */
1227/* #undef MAGICK_FONT_PATH */
1228
1229/* Magick API method prefix */
1230/* #undef NAMESPACE_PREFIX */
1231
cristya0b81c32010-01-22 02:54:33 +00001232/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001233/* #undef NDEBUG */
1234
1235/* Define if dlsym() requires a leading underscore in symbol names. */
1236/* #undef NEED_USCORE */
1237
1238/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1239/* #undef NO_MINUS_C_MINUS_O */
1240
1241/* Define if you have OPENEXR library */
cristy4bb5dbb2012-02-07 14:07:25 +00001242/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001243
cristya448bd22011-10-14 12:38:13 +00001244/* Name of package */
1245#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001246#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001247#endif
1248
cristy3ed852e2009-09-05 21:47:34 +00001249/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001250#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1251#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001252#endif
1253
1254/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001255#ifndef MAGICKCORE_PACKAGE_NAME
1256#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001257#endif
1258
1259/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001260#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001261#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001262#endif
1263
1264/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001265#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001266#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001267#endif
1268
cristy8b350f62009-11-15 23:12:43 +00001269/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001270#ifndef MAGICKCORE_PACKAGE_URL
1271#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001272#endif
1273
cristy3ed852e2009-09-05 21:47:34 +00001274/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001275#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001276#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001277#endif
1278
cristy41cbe8a2011-10-27 01:35:18 +00001279/* Define if you have PANGOFT2 library */
cristy945364f2012-03-14 11:13:17 +00001280/* #undef PANGOFT2_DELEGATE */
cristy41cbe8a2011-10-27 01:35:18 +00001281
1282/* Define if you have PANGO library */
cristy945364f2012-03-14 11:13:17 +00001283/* #undef PANGO_DELEGATE */
cristy41cbe8a2011-10-27 01:35:18 +00001284
cristy3ed852e2009-09-05 21:47:34 +00001285/* Define if you have PNG library */
cristy945364f2012-03-14 11:13:17 +00001286/* #undef PNG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001287
1288/* Define to necessary symbol if this constant uses a non-standard name on
1289 your system. */
1290/* #undef PTHREAD_CREATE_JOINABLE */
1291
1292/* Pixel cache threshold in MB (defaults to available memory) */
1293/* #undef PixelCacheThreshold */
1294
1295/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001296#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001297#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001298#endif
1299
1300/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001301#ifndef MAGICKCORE_RETSIGTYPE
1302#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001303#endif
1304
1305/* Define if you have RSVG library */
cristy4bb5dbb2012-02-07 14:07:25 +00001306/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001307
1308/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001309#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1310#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001311#endif
1312
1313/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001314#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1315#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001316#endif
1317
1318/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001319#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1320#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001321#endif
1322
1323/* Directory where architecture-independent configuration files live. */
cristy670aa3c2011-11-03 00:54:00 +00001324#ifndef MAGICKCORE_SHAREARCH_PATH
cristy408ebcd2011-11-14 01:36:57 +00001325#define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
cristy670aa3c2011-11-03 00:54:00 +00001326#endif
1327
1328/* Subdirectory of lib where architecture-independent configuration files
1329 live. */
1330#ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
cristy408ebcd2011-11-14 01:36:57 +00001331#define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
cristy670aa3c2011-11-03 00:54:00 +00001332#endif
1333
1334/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001335#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001336#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001337#endif
1338
1339/* Subdirectory of lib where architecture-independent configuration files
1340 live. */
cristy4f820712011-04-01 12:35:43 +00001341#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001342#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001343#endif
1344
1345/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001346#ifndef MAGICKCORE_SIZEOF_OFF_T
1347#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001348#endif
1349
1350/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001351#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1352#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001353#endif
1354
1355/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001356#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
cristy945364f2012-03-14 11:13:17 +00001357#define MAGICKCORE_SIZEOF_SIGNED_LONG 4
cristy3ed852e2009-09-05 21:47:34 +00001358#endif
1359
1360/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001361#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1362#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001363#endif
1364
1365/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001366#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1367#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001368#endif
1369
1370/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001371#ifndef MAGICKCORE_SIZEOF_SIZE_T
cristy945364f2012-03-14 11:13:17 +00001372#define MAGICKCORE_SIZEOF_SIZE_T 4
cristy3ed852e2009-09-05 21:47:34 +00001373#endif
1374
cristy330e9352010-06-01 18:42:49 +00001375/* The size of `ssize_t', as computed by sizeof. */
1376#ifndef MAGICKCORE_SIZEOF_SSIZE_T
cristy945364f2012-03-14 11:13:17 +00001377#define MAGICKCORE_SIZEOF_SSIZE_T 4
cristy330e9352010-06-01 18:42:49 +00001378#endif
1379
cristy3ed852e2009-09-05 21:47:34 +00001380/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001381#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1382#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001383#endif
1384
1385/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001386#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
cristy945364f2012-03-14 11:13:17 +00001387#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 4
cristy3ed852e2009-09-05 21:47:34 +00001388#endif
1389
1390/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001391#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
cristy945364f2012-03-14 11:13:17 +00001392#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 4
cristy3ed852e2009-09-05 21:47:34 +00001393#endif
1394
1395/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001396#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1397#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001398#endif
1399
1400/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001401#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1402#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001403#endif
1404
1405/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1406/* #undef STAT_MACROS_BROKEN */
1407
1408/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001409#ifndef MAGICKCORE_STDC_HEADERS
1410#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001411#endif
1412
cristy7d4a1d62011-10-13 15:54:12 +00001413/* Define to 1 if strerror_r returns char *. */
1414#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1415#define MAGICKCORE_STRERROR_R_CHAR_P 1
1416#endif
1417
cristy55bf91c2010-09-24 00:29:41 +00001418/* Define if you have POSIX threads libraries and header files. */
1419#ifndef MAGICKCORE_THREAD_SUPPORT
1420#define MAGICKCORE_THREAD_SUPPORT 1
1421#endif
1422
cristy3ed852e2009-09-05 21:47:34 +00001423/* Define if you have TIFF library */
cristy945364f2012-03-14 11:13:17 +00001424/* #undef TIFF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001425
1426/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001427#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1428#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001429#endif
1430
1431/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1432/* #undef TM_IN_SYS_TIME */
1433
1434/* Enable extensions on AIX 3, Interix. */
1435#ifndef _ALL_SOURCE
1436# define _ALL_SOURCE 1
1437#endif
1438/* Enable GNU extensions on systems that have them. */
1439#ifndef _GNU_SOURCE
1440# define _GNU_SOURCE 1
1441#endif
1442/* Enable threading extensions on Solaris. */
1443#ifndef _POSIX_PTHREAD_SEMANTICS
1444# define _POSIX_PTHREAD_SEMANTICS 1
1445#endif
1446/* Enable extensions on HP NonStop. */
1447#ifndef _TANDEM_SOURCE
1448# define _TANDEM_SOURCE 1
1449#endif
1450/* Enable general extensions on Solaris. */
1451#ifndef __EXTENSIONS__
1452# define __EXTENSIONS__ 1
1453#endif
1454
1455
cristya448bd22011-10-14 12:38:13 +00001456/* Version number of package */
1457#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001458#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001459#endif
1460
cristyb1860752011-03-14 00:27:46 +00001461/* Define if you have WEBP library */
cristy7247bba2012-02-05 16:37:27 +00001462/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001463
cristy3ed852e2009-09-05 21:47:34 +00001464/* Define to use the Windows GDI32 library */
cristy945364f2012-03-14 11:13:17 +00001465#ifndef MAGICKCORE_WINGDI32_DELEGATE
1466#define MAGICKCORE_WINGDI32_DELEGATE 1
1467#endif
cristy3ed852e2009-09-05 21:47:34 +00001468
1469/* Define if using the dmalloc debugging malloc package */
1470/* #undef WITH_DMALLOC */
1471
cristy03f7cf92011-12-15 01:40:41 +00001472/* Define if you have wmflite library */
cristyfc3d0222012-02-07 15:05:57 +00001473/* #undef WMFLITE_DELEGATE */
cristy03f7cf92011-12-15 01:40:41 +00001474
1475/* Define if you have wmf library */
cristy2542fc62011-12-06 17:50:25 +00001476/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001477
cristy3ed852e2009-09-05 21:47:34 +00001478/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1479 significant byte first (like Motorola and SPARC, unlike Intel). */
1480#if defined AC_APPLE_UNIVERSAL_BUILD
1481# if defined __BIG_ENDIAN__
1482# define WORDS_BIGENDIAN 1
1483# endif
1484#else
1485# ifndef WORDS_BIGENDIAN
1486/* # undef WORDS_BIGENDIAN */
1487# endif
1488#endif
1489
1490/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001491#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1492#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001493#endif
1494
1495/* Define if you have X11 library */
cristy945364f2012-03-14 11:13:17 +00001496/* #undef X11_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001497
1498/* Define if you have XML library */
cristy945364f2012-03-14 11:13:17 +00001499/* #undef XML_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001500
1501/* Define to 1 if the X Window System is missing or not being used. */
cristy945364f2012-03-14 11:13:17 +00001502#ifndef MAGICKCORE_X_DISPLAY_MISSING
1503#define MAGICKCORE_X_DISPLAY_MISSING 1
1504#endif
cristy3ed852e2009-09-05 21:47:34 +00001505
cristy6e3607c2011-09-13 13:59:17 +00001506/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy945364f2012-03-14 11:13:17 +00001507#ifndef MAGICKCORE_ZERO_CONFIGURATION_SUPPORT
1508#define MAGICKCORE_ZERO_CONFIGURATION_SUPPORT 1
1509#endif
cristy6e3607c2011-09-13 13:59:17 +00001510
cristy3ed852e2009-09-05 21:47:34 +00001511/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001512#ifndef MAGICKCORE_ZLIB_DELEGATE
1513#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001514#endif
1515
1516/* Number of bits in a file offset, on hosts where this is settable. */
cristy00e93b42012-01-18 17:40:03 +00001517/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001518
1519/* enable run-time bounds-checking */
1520/* #undef _FORTIFY_SOURCE */
1521
1522/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1523/* #undef _LARGEFILE_SOURCE */
1524
1525/* Define for large files, on AIX-style hosts. */
1526/* #undef _LARGE_FILES */
1527
1528/* Define to 1 if on MINIX. */
1529/* #undef _MINIX */
1530
cristy99cc3002010-01-21 14:50:11 +00001531/* Define this for the OpenCL Accelerator */
cristy4bb5dbb2012-02-07 14:07:25 +00001532/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001533
cristy3ed852e2009-09-05 21:47:34 +00001534/* Define to 2 if the system does not provide POSIX.1 features except with
1535 this defined. */
1536/* #undef _POSIX_1_SOURCE */
1537
1538/* Define to 1 if you need to in order for `stat' and other things to work. */
1539/* #undef _POSIX_SOURCE */
1540
cristy501c8042011-05-26 17:46:28 +00001541/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1542 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1543 #define below would cause a syntax error. */
1544/* #undef _UINT32_T */
1545
1546/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1547 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1548 #define below would cause a syntax error. */
1549/* #undef _UINT64_T */
1550
1551/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1552 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1553 #define below would cause a syntax error. */
1554/* #undef _UINT8_T */
1555
cristy3ed852e2009-09-05 21:47:34 +00001556/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1557#ifndef __CHAR_UNSIGNED__
1558/* # undef __CHAR_UNSIGNED__ */
1559#endif
1560
1561/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1562/* #undef __error_t_defined */
1563
1564/* Define to appropriate substitue if compiler does not have __func__ */
1565/* #undef __func__ */
1566
cristy3ed852e2009-09-05 21:47:34 +00001567/* Define to a type to use for `error_t' if it is not otherwise available. */
1568/* #undef error_t */
1569
cristy501c8042011-05-26 17:46:28 +00001570/* Define to `int' if <sys/types.h> doesn't define. */
1571/* #undef gid_t */
1572
cristy3ed852e2009-09-05 21:47:34 +00001573/* Define to `__inline__' or `__inline' if that's what the C compiler
1574 calls it, or to nothing if 'inline' is not supported under any name. */
1575#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001576/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001577#endif
1578
cristy501c8042011-05-26 17:46:28 +00001579/* Define to the type of a signed integer type of width exactly 16 bits if
1580 such a type exists and the standard includes do not define it. */
1581/* #undef int16_t */
1582
1583/* Define to the type of a signed integer type of width exactly 32 bits if
1584 such a type exists and the standard includes do not define it. */
1585/* #undef int32_t */
1586
1587/* Define to the type of a signed integer type of width exactly 64 bits if
1588 such a type exists and the standard includes do not define it. */
1589/* #undef int64_t */
1590
1591/* Define to the type of a signed integer type of width exactly 8 bits if such
1592 a type exists and the standard includes do not define it. */
1593/* #undef int8_t */
1594
1595/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1596 not define. */
1597/* #undef intmax_t */
1598
1599/* Define to the type of a signed integer type wide enough to hold a pointer,
1600 if such a type exists, and if the system does not define it. */
1601/* #undef intptr_t */
1602
1603/* Define to a type if <wchar.h> does not define. */
1604/* #undef mbstate_t */
1605
cristy3ed852e2009-09-05 21:47:34 +00001606/* Define to `int' if <sys/types.h> does not define. */
1607/* #undef mode_t */
1608
1609/* Define to `long int' if <sys/types.h> does not define. */
1610/* #undef off_t */
1611
1612/* Define to `int' if <sys/types.h> does not define. */
1613/* #undef pid_t */
1614
1615/* Define to the equivalent of the C99 'restrict' keyword, or to
1616 nothing if this is not supported. Do not define if restrict is
1617 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001618#ifndef _magickcore_restrict
1619#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001620#endif
cristy8b350f62009-11-15 23:12:43 +00001621/* Work around a bug in Sun C++: it does not support _Restrict or
1622 __restrict__, even though the corresponding Sun C compiler ends up with
1623 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1624 previous line. Perhaps some future version of Sun C++ will work with
1625 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001626#if defined __SUNPRO_CC && !defined __RESTRICT
1627# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001628# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001629#endif
1630
1631/* Define to `unsigned int' if <sys/types.h> does not define. */
1632/* #undef size_t */
1633
1634/* Define to `int' if <sys/types.h> does not define. */
1635/* #undef ssize_t */
1636
cristy501c8042011-05-26 17:46:28 +00001637/* Define to `int' if <sys/types.h> doesn't define. */
1638/* #undef uid_t */
1639
1640/* Define to the type of an unsigned integer type of width exactly 16 bits if
1641 such a type exists and the standard includes do not define it. */
1642/* #undef uint16_t */
1643
1644/* Define to the type of an unsigned integer type of width exactly 32 bits if
1645 such a type exists and the standard includes do not define it. */
1646/* #undef uint32_t */
1647
1648/* Define to the type of an unsigned integer type of width exactly 64 bits if
1649 such a type exists and the standard includes do not define it. */
1650/* #undef uint64_t */
1651
1652/* Define to the type of an unsigned integer type of width exactly 8 bits if
1653 such a type exists and the standard includes do not define it. */
1654/* #undef uint8_t */
1655
1656/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1657 do not define. */
1658/* #undef uintmax_t */
1659
1660/* Define to the type of an unsigned integer type wide enough to hold a
1661 pointer, if such a type exists, and if the system does not define it. */
1662/* #undef uintptr_t */
1663
cristy3ed852e2009-09-05 21:47:34 +00001664/* Define as `fork' if `vfork' does not work. */
1665/* #undef vfork */
1666
1667/* Define to empty if the keyword `volatile' does not work. Warning: valid
1668 code using `volatile' can become incorrect without. Disable with care. */
1669/* #undef volatile */
1670
cristy4c08aed2011-07-01 19:47:50 +00001671/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001672#endif