blob: 46a194b7716b95f14a5f9cf9e1ba12e2fea6fc50 [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 */
cristy85278ed2010-05-31 15:10:05 +000012/* #undef AUTOTRACE_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000013
14/* Define if coders and filters are to be built as modules. */
cristybd4fb6e2011-10-26 13:10:01 +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 */
cristyc9751442010-09-29 21:34:35 +000023#ifndef MAGICKCORE_CAIRO_DELEGATE
24#define MAGICKCORE_CAIRO_DELEGATE 1
25#endif
cristy3ed852e2009-09-05 21:47:34 +000026
27/* permit enciphering and deciphering image pixels */
cristy964cb7f2010-04-25 23:18:00 +000028#ifndef MAGICKCORE_CIPHER_SUPPORT
29#define MAGICKCORE_CIPHER_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +000030#endif
31
32/* Define to 1 if the `closedir' function returns void instead of `int'. */
33/* #undef CLOSEDIR_VOID */
34
35/* Location of coder modules */
cristy964cb7f2010-04-25 23:18:00 +000036#ifndef MAGICKCORE_CODER_PATH
cristy4a3e2152011-07-02 00:59:04 +000037#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/coders/"
cristy3ed852e2009-09-05 21:47:34 +000038#endif
39
40/* Subdirectory of lib where coder modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000041#ifndef MAGICKCORE_CODER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000042#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/coders"
cristy3ed852e2009-09-05 21:47:34 +000043#endif
44
cristy0151ae12011-10-28 16:32:29 +000045/* ARCH specific config directory */
46#ifndef MAGICKCORE_CONFIGDIR_ARCH
47#define MAGICKCORE_CONFIGDIR_ARCH "/usr/local/lib/ImageMagick-7.0.0"
48#endif
49
cristy3ed852e2009-09-05 21:47:34 +000050/* Directory where architecture-dependent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +000051#ifndef MAGICKCORE_CONFIGURE_PATH
cristyba0f1972011-03-28 12:42:52 +000052#define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
cristy3ed852e2009-09-05 21:47:34 +000053#endif
54
55/* Subdirectory of lib where architecture-dependent configuration files live.
56 */
cristy964cb7f2010-04-25 23:18:00 +000057#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristyba0f1972011-03-28 12:42:52 +000058#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +000059#endif
60
61/* Define if you have DJVU library */
cristyf89cb1d2011-07-07 01:24:37 +000062#ifndef MAGICKCORE_DJVU_DELEGATE
63#define MAGICKCORE_DJVU_DELEGATE 1
64#endif
cristy3ed852e2009-09-05 21:47:34 +000065
66/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000067#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy09b53e12011-10-14 12:47:22 +000068#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick//"
cristy3ed852e2009-09-05 21:47:34 +000069#endif
70
71/* Define if you have Display Postscript */
72/* #undef DPS_DELEGATE */
73
cristy3ed852e2009-09-05 21:47:34 +000074/* exclude deprecated methods in MagickCore API */
75/* #undef EXCLUDE_DEPRECATED */
76
77/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000078#ifndef MAGICKCORE_EXECUTABLE_PATH
79#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000080#endif
81
82/* Define if you have FFTW library */
cristybd4fb6e2011-10-26 13:10:01 +000083/* #undef FFTW_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000084
85/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000086#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000087#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000088#endif
89
90/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000091#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000092#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000093#endif
94
95/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000096#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
97#define MAGICKCORE_FONTCONFIG_DELEGATE 1
98#endif
cristy3ed852e2009-09-05 21:47:34 +000099
100/* Define if you have FlashPIX library */
101/* #undef FPX_DELEGATE */
102
cristy81beccd2011-10-03 18:17:24 +0000103/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000104#ifndef MAGICKCORE_FREETYPE_DELEGATE
105#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000106#endif
107
108/* Define if you have Ghostscript library or framework */
109/* #undef GS_DELEGATE */
110
111/* Define if you have GVC library */
cristyae29c4f2010-12-28 14:45:29 +0000112#ifndef MAGICKCORE_GVC_DELEGATE
113#define MAGICKCORE_GVC_DELEGATE 1
114#endif
cristy3ed852e2009-09-05 21:47:34 +0000115
cristyb33454f2011-08-03 02:10:45 +0000116/* Define to 1 if you have the `acosh' function. */
117#ifndef MAGICKCORE_HAVE_ACOSH
118#define MAGICKCORE_HAVE_ACOSH 1
119#endif
120
cristy3ed852e2009-09-05 21:47:34 +0000121/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000122#ifndef MAGICKCORE_HAVE_ARGZ_ADD
123#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000124#endif
125
126/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000127#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
128#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000129#endif
130
131/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000132#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
133#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000134#endif
135
136/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000137#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
138#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000139#endif
140
141/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000142#ifndef MAGICKCORE_HAVE_ARGZ_H
143#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000144#endif
145
146/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000147#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
148#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000149#endif
150
151/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000152#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
153#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000154#endif
155
156/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000157#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
158#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000159#endif
160
161/* Define to 1 if you have the <arm/limits.h> header file. */
162/* #undef HAVE_ARM_LIMITS_H */
163
cristyb33454f2011-08-03 02:10:45 +0000164/* Define to 1 if you have the `asinh' function. */
165#ifndef MAGICKCORE_HAVE_ASINH
166#define MAGICKCORE_HAVE_ASINH 1
167#endif
168
169/* Define to 1 if you have the `atanh' function. */
170#ifndef MAGICKCORE_HAVE_ATANH
171#define MAGICKCORE_HAVE_ATANH 1
172#endif
173
cristy3ed852e2009-09-05 21:47:34 +0000174/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000175#ifndef MAGICKCORE_HAVE_ATEXIT
176#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000177#endif
178
cristyc5baf4f2010-08-31 15:05:33 +0000179/* Define to 1 if you have the `atoll' function. */
180#ifndef MAGICKCORE_HAVE_ATOLL
181#define MAGICKCORE_HAVE_ATOLL 1
182#endif
183
cristy3ed852e2009-09-05 21:47:34 +0000184/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000185#ifndef MAGICKCORE_HAVE_BOOL
186#define MAGICKCORE_HAVE_BOOL /**/
187#endif
cristy3ed852e2009-09-05 21:47:34 +0000188
cristy47b022b2011-01-18 22:29:21 +0000189/* Define to 1 if you have the `cabs' function. */
190#ifndef MAGICKCORE_HAVE_CABS
191#define MAGICKCORE_HAVE_CABS 1
192#endif
193
194/* Define to 1 if you have the `carg' function. */
195#ifndef MAGICKCORE_HAVE_CARG
196#define MAGICKCORE_HAVE_CARG 1
197#endif
198
cristy56ed31c2010-03-22 00:46:21 +0000199/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000200#ifndef MAGICKCORE_HAVE_CIMAG
201#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000202#endif
203
cristy3ed852e2009-09-05 21:47:34 +0000204/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000205#ifndef MAGICKCORE_HAVE_CLOCK
206#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000207#endif
208
cristye43a45e2009-09-28 14:49:00 +0000209/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000210#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
211#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000212#endif
213
cristye43a45e2009-09-28 14:49:00 +0000214/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000215#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
216#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000217#endif
218
cristy3ed852e2009-09-05 21:47:34 +0000219/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000220#ifndef MAGICKCORE_HAVE_CLOSEDIR
221#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000222#endif
223
cristyfe2e68f2010-01-09 19:16:03 +0000224/* Define to 1 if you have the <CL/cl.h> header file. */
cristybd4fb6e2011-10-26 13:10:01 +0000225/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000226
cristy3ed852e2009-09-05 21:47:34 +0000227/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000228#ifndef MAGICKCORE_HAVE_COMPLEX_H
229#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000230#endif
231
cristy47b022b2011-01-18 22:29:21 +0000232/* Define to 1 if you have the `creal' function. */
233#ifndef MAGICKCORE_HAVE_CREAL
234#define MAGICKCORE_HAVE_CREAL 1
235#endif
236
cristyc5baf4f2010-08-31 15:05:33 +0000237/* Define to 1 if you have the `ctime_r' function. */
238#ifndef MAGICKCORE_HAVE_CTIME_R
239#define MAGICKCORE_HAVE_CTIME_R 1
240#endif
241
cristy3ed852e2009-09-05 21:47:34 +0000242/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
243 you don't. */
244/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
245
246/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
247 */
cristy964cb7f2010-04-25 23:18:00 +0000248#ifndef MAGICKCORE_HAVE_DECL_PREAD
249#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000250#endif
251
252/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
253 */
cristy964cb7f2010-04-25 23:18:00 +0000254#ifndef MAGICKCORE_HAVE_DECL_PWRITE
255#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000256#endif
257
cristy7d4a1d62011-10-13 15:54:12 +0000258/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
259 don't. */
260#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
261#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
262#endif
263
cristy3ed852e2009-09-05 21:47:34 +0000264/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
265 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000266#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
267#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000268#endif
269
cristy92703d82010-04-26 00:18:18 +0000270/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
271 */
272/* #undef HAVE_DECL_TZNAME */
273
cristy3ed852e2009-09-05 21:47:34 +0000274/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
275 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000276#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
277#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000278#endif
279
280/* Define to 1 if you have the `directio' function. */
281/* #undef HAVE_DIRECTIO */
282
283/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
284 */
cristy964cb7f2010-04-25 23:18:00 +0000285#ifndef MAGICKCORE_HAVE_DIRENT_H
286#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000287#endif
288
289/* Define if you have the GNU dld library. */
290/* #undef HAVE_DLD */
291
292/* Define to 1 if you have the <dld.h> header file. */
293/* #undef HAVE_DLD_H */
294
295/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000296#ifndef MAGICKCORE_HAVE_DLERROR
297#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000298#endif
299
300/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000301#ifndef MAGICKCORE_HAVE_DLFCN_H
302#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000303#endif
304
305/* Define to 1 if you have the <dl.h> header file. */
306/* #undef HAVE_DL_H */
307
308/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
309/* #undef HAVE_DOPRNT */
310
311/* Define if you have the _dyld_func_lookup function. */
312/* #undef HAVE_DYLD */
313
314/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000315#ifndef MAGICKCORE_HAVE_ERRNO_H
316#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000317#endif
318
319/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000320#ifndef MAGICKCORE_HAVE_ERROR_T
321#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000322#endif
323
324/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000325#ifndef MAGICKCORE_HAVE_EXECVP
326#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000327#endif
328
cristyf1440cb2010-02-23 02:24:21 +0000329/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000330#ifndef MAGICKCORE_HAVE_FCHMOD
331#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000332#endif
333
cristy3ed852e2009-09-05 21:47:34 +0000334/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000335#ifndef MAGICKCORE_HAVE_FCNTL_H
336#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000337#endif
338
339/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000340#ifndef MAGICKCORE_HAVE_FLOOR
341#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000342#endif
cristy3ed852e2009-09-05 21:47:34 +0000343
344/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000345#ifndef MAGICKCORE_HAVE_FORK
346#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000347#endif
348
349/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000350#ifndef MAGICKCORE_HAVE_FSEEKO
351#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000352#endif
353
cristy81beccd2011-10-03 18:17:24 +0000354/* Define to 1 if you have the <ft2build.h> header file. */
355#ifndef MAGICKCORE_HAVE_FT2BUILD_H
356#define MAGICKCORE_HAVE_FT2BUILD_H 1
357#endif
358
cristy3ed852e2009-09-05 21:47:34 +0000359/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000360#ifndef MAGICKCORE_HAVE_FTIME
361#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000362#endif
363
364/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000365#ifndef MAGICKCORE_HAVE_FTRUNCATE
366#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000367#endif
368
369/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000370#ifndef MAGICKCORE_HAVE_GETCWD
371#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000372#endif
373
cristyc5baf4f2010-08-31 15:05:33 +0000374/* Define to 1 if you have the `getc_unlocked' function. */
375#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
376#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
377#endif
378
cristy3ed852e2009-09-05 21:47:34 +0000379/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000380#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
381#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000382#endif
383
384/* Define to 1 if you have the `getexecname' function. */
385/* #undef HAVE_GETEXECNAME */
386
387/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000388#ifndef MAGICKCORE_HAVE_GETPAGESIZE
389#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000390#endif
391
392/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000393#ifndef MAGICKCORE_HAVE_GETPID
394#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000395#endif
396
cristyd3ef0102009-09-12 18:11:06 +0000397/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000398#ifndef MAGICKCORE_HAVE_GETRLIMIT
399#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000400#endif
401
cristy3ed852e2009-09-05 21:47:34 +0000402/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000403#ifndef MAGICKCORE_HAVE_GETRUSAGE
404#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000405#endif
406
407/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000408#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
409#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000410#endif
411
412/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000413#ifndef MAGICKCORE_HAVE_GMTIME_R
414#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000415#endif
416
cristy501c8042011-05-26 17:46:28 +0000417/* Define to 1 if the system has the type `intmax_t'. */
418#ifndef MAGICKCORE_HAVE_INTMAX_T
419#define MAGICKCORE_HAVE_INTMAX_T 1
420#endif
421
422/* Define to 1 if the system has the type `intptr_t'. */
423#ifndef MAGICKCORE_HAVE_INTPTR_T
424#define MAGICKCORE_HAVE_INTPTR_T 1
425#endif
426
cristy3ed852e2009-09-05 21:47:34 +0000427/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000428#ifndef MAGICKCORE_HAVE_INTTYPES_H
429#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000430#endif
431
cristy161b9262010-03-20 19:34:32 +0000432/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000433#ifndef MAGICKCORE_HAVE_J0
434#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000435#endif
436
437/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000438#ifndef MAGICKCORE_HAVE_J1
439#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000440#endif
441
cristyd09bcf92010-03-25 03:04:45 +0000442/* Define if you have the <lcms2.h> header file. */
cristyf1918832011-10-25 11:40:59 +0000443#ifndef MAGICKCORE_HAVE_LCMS2_H
444#define MAGICKCORE_HAVE_LCMS2_H 1
445#endif
cristyd09bcf92010-03-25 03:04:45 +0000446
cristy71203402010-06-18 13:12:03 +0000447/* Define if you have the <lcms2/lcms2.h> header file. */
448/* #undef HAVE_LCMS2_LCMS2_H */
449
cristy3ed852e2009-09-05 21:47:34 +0000450/* Define if you have the <lcms.h> header file. */
cristyf1918832011-10-25 11:40:59 +0000451/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000452
453/* Define if you have the <lcms/lcms.h> header file. */
454/* #undef HAVE_LCMS_LCMS_H */
455
456/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000457#ifndef MAGICKCORE_HAVE_LIBDL
458#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000459#endif
460
461/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000462#ifndef MAGICKCORE_HAVE_LIBDLLOADER
463#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000464#endif
465
466/* Define to 1 if you have the `gcov' library (-lgcov). */
467/* #undef HAVE_LIBGCOV */
468
469/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000470#ifndef MAGICKCORE_HAVE_LIMITS_H
471#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000472#endif
473
474/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000475#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
476#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000477#endif
478
cristyc5baf4f2010-08-31 15:05:33 +0000479/* Define to 1 if you have the `lltostr' function. */
480/* #undef HAVE_LLTOSTR */
481
cristy3ed852e2009-09-05 21:47:34 +0000482/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000483#ifndef MAGICKCORE_HAVE_LOCALE_H
484#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000485#endif
486
487/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000488#ifndef MAGICKCORE_HAVE_LOCALTIME_R
489#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000490#endif
491
cristy501c8042011-05-26 17:46:28 +0000492/* Define to 1 if the system has the type `long double'. */
493#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
494#define MAGICKCORE_HAVE_LONG_DOUBLE 1
495#endif
496
cristy3ed852e2009-09-05 21:47:34 +0000497/* Define to 1 if the type `long double' works and has more range or precision
498 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000499#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
500#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000501#endif
502
cristy501c8042011-05-26 17:46:28 +0000503/* Define to 1 if the system has the type `long long int'. */
504#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
505#define MAGICKCORE_HAVE_LONG_LONG_INT 1
506#endif
507
cristy3ed852e2009-09-05 21:47:34 +0000508/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000509#ifndef MAGICKCORE_HAVE_LSTAT
510#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000511#endif
512
cristy3ed852e2009-09-05 21:47:34 +0000513/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000514#ifndef MAGICKCORE_HAVE_LTDL
515#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000516#endif
517
518/* Define to 1 if you have the <machine/param.h> header file. */
519/* #undef HAVE_MACHINE_PARAM_H */
520
521/* Define to 1 if you have the <mach-o/dyld.h> header file. */
522/* #undef HAVE_MACH_O_DYLD_H */
523
cristy501c8042011-05-26 17:46:28 +0000524/* Define to 1 if <wchar.h> declares mbstate_t. */
525#ifndef MAGICKCORE_HAVE_MBSTATE_T
526#define MAGICKCORE_HAVE_MBSTATE_T 1
527#endif
528
cristy3ed852e2009-09-05 21:47:34 +0000529/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000530#ifndef MAGICKCORE_HAVE_MEMMOVE
531#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000532#endif
533
534/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000535#ifndef MAGICKCORE_HAVE_MEMORY_H
536#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000537#endif
538
539/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000540#ifndef MAGICKCORE_HAVE_MEMSET
541#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000542#endif
543
544/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000545#ifndef MAGICKCORE_HAVE_MKSTEMP
546#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000547#endif
548
549/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000550#ifndef MAGICKCORE_HAVE_MMAP
551#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000552#endif
553
554/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000555#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
556#define MAGICKCORE_HAVE_MMAP_FILEIO 1
557#endif
cristy3ed852e2009-09-05 21:47:34 +0000558
559/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000560#ifndef MAGICKCORE_HAVE_MUNMAP
561#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000562#endif
563
564/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000565#ifndef MAGICKCORE_HAVE_NAMESPACES
566#define MAGICKCORE_HAVE_NAMESPACES /**/
567#endif
cristy964cb7f2010-04-25 23:18:00 +0000568
569/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000570#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
571#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
572#endif
cristy3ed852e2009-09-05 21:47:34 +0000573
cristya21afde2010-07-02 00:45:40 +0000574/* Define to 1 if you have the `nanosleep' function. */
575#ifndef MAGICKCORE_HAVE_NANOSLEEP
576#define MAGICKCORE_HAVE_NANOSLEEP 1
577#endif
578
cristy3ed852e2009-09-05 21:47:34 +0000579/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
580/* #undef HAVE_NDIR_H */
581
cristya8549b12011-05-18 19:05:08 +0000582/* Define to 1 if you have the `newlocale' function. */
583#ifndef MAGICKCORE_HAVE_NEWLOCALE
584#define MAGICKCORE_HAVE_NEWLOCALE 1
585#endif
586
cristyfe2e68f2010-01-09 19:16:03 +0000587/* Define to 1 if you have the <OpenCL/cl.h> header file. */
588/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000589
cristy3ed852e2009-09-05 21:47:34 +0000590/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000591#ifndef MAGICKCORE_HAVE_OPENDIR
592#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000593#endif
594
595/* Define to 1 if you have the <OS.h> header file. */
596/* #undef HAVE_OS_H */
597
598/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000599#ifndef MAGICKCORE_HAVE_PCLOSE
600#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000601#endif
602
603/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000604#ifndef MAGICKCORE_HAVE_POLL
605#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000606#endif
607
608/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000609#ifndef MAGICKCORE_HAVE_POPEN
610#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000611#endif
612
613/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000614#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
615#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000616#endif
617
618/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000619#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
620#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000621#endif
622
623/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000624#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
625#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000626#endif
627
628/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000629#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
630#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000631#endif
632
cristy5c40fb42010-08-05 16:12:44 +0000633/* Define to 1 if you have the `posix_spawnp' function. */
634#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
635#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
636#endif
637
cristy3ed852e2009-09-05 21:47:34 +0000638/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000639#ifndef MAGICKCORE_HAVE_POW
640#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000641#endif
cristy3ed852e2009-09-05 21:47:34 +0000642
643/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000644#ifndef MAGICKCORE_HAVE_PREAD
645#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000646#endif
647
648/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000649#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
650#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000651#endif
652
cristy98e91bd2010-01-12 01:11:42 +0000653/* Define to 1 if you have the <process.h> header file. */
654/* #undef HAVE_PROCESS_H */
655
cristy3ed852e2009-09-05 21:47:34 +0000656/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000657#ifndef MAGICKCORE_HAVE_PTHREAD
658#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000659#endif
660
cristya316db12011-10-24 00:49:45 +0000661/* Have PTHREAD_PRIO_INHERIT. */
662#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
663#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
664#endif
665
cristy3ed852e2009-09-05 21:47:34 +0000666/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000667#ifndef MAGICKCORE_HAVE_PWRITE
668#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000669#endif
670
cristyc5baf4f2010-08-31 15:05:33 +0000671/* Define to 1 if you have the `qsort_r' function. */
672#ifndef MAGICKCORE_HAVE_QSORT_R
673#define MAGICKCORE_HAVE_QSORT_R 1
674#endif
675
cristy3ed852e2009-09-05 21:47:34 +0000676/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000677#ifndef MAGICKCORE_HAVE_RAISE
678#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000679#endif
680
681/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000682#ifndef MAGICKCORE_HAVE_RAND_R
683#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000684#endif
685
686/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000687#ifndef MAGICKCORE_HAVE_READDIR
688#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000689#endif
690
691/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000692#ifndef MAGICKCORE_HAVE_READDIR_R
693#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000694#endif
695
696/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000697#ifndef MAGICKCORE_HAVE_READLINK
698#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000699#endif
700
701/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000702#ifndef MAGICKCORE_HAVE_REALPATH
703#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000704#endif
705
706/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000707#ifndef MAGICKCORE_HAVE_SEEKDIR
708#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000709#endif
710
711/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000712#ifndef MAGICKCORE_HAVE_SELECT
713#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000714#endif
715
716/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000717#ifndef MAGICKCORE_HAVE_SETLOCALE
718#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000719#endif
720
721/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000722#ifndef MAGICKCORE_HAVE_SETVBUF
723#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000724#endif
725
726/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000727#ifndef MAGICKCORE_HAVE_SHAPE
728#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000729#endif
730
731/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000732#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
733#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000734#endif
735
736/* Define if you have the shl_load function. */
737/* #undef HAVE_SHL_LOAD */
738
739/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000740#ifndef MAGICKCORE_HAVE_SIGACTION
741#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000742#endif
743
744/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000745#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
746#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000747#endif
748
cristy393bbe52010-01-11 16:32:56 +0000749/* Define to 1 if you have the `spawnvp' function. */
750/* #undef HAVE_SPAWNVP */
751
cristy3ed852e2009-09-05 21:47:34 +0000752/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000753#ifndef MAGICKCORE_HAVE_SQRT
754#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000755#endif
cristy3ed852e2009-09-05 21:47:34 +0000756
757/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000758#ifndef MAGICKCORE_HAVE_STAT
759#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000760#endif
761
762/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000763#ifndef MAGICKCORE_HAVE_STDARG_H
764#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000765#endif
766
767/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000768#ifndef MAGICKCORE_HAVE_STDBOOL_H
769#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000770#endif
771
cristy3ed852e2009-09-05 21:47:34 +0000772/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000773#ifndef MAGICKCORE_HAVE_STDINT_H
774#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000775#endif
776
777/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000778#ifndef MAGICKCORE_HAVE_STDLIB_H
779#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000780#endif
781
782/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000783#ifndef MAGICKCORE_HAVE_STD_LIBS
784#define MAGICKCORE_HAVE_STD_LIBS /**/
785#endif
cristy3ed852e2009-09-05 21:47:34 +0000786
787/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000788#ifndef MAGICKCORE_HAVE_STRCASECMP
789#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000790#endif
791
792/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000793#ifndef MAGICKCORE_HAVE_STRCHR
794#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000795#endif
796
797/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000798#ifndef MAGICKCORE_HAVE_STRCSPN
799#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000800#endif
801
802/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000803#ifndef MAGICKCORE_HAVE_STRDUP
804#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000805#endif
806
807/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000808#ifndef MAGICKCORE_HAVE_STRERROR
809#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000810#endif
811
812/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000813#ifndef MAGICKCORE_HAVE_STRERROR_R
814#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000815#endif
816
817/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000818#ifndef MAGICKCORE_HAVE_STRINGIZE
819#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000820#endif
821
822/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000823#ifndef MAGICKCORE_HAVE_STRINGS_H
824#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000825#endif
826
827/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000828#ifndef MAGICKCORE_HAVE_STRING_H
829#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000830#endif
831
832/* Define to 1 if you have the `strlcat' function. */
833/* #undef HAVE_STRLCAT */
834
835/* Define to 1 if you have the `strlcpy' function. */
836/* #undef HAVE_STRLCPY */
837
838/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000839#ifndef MAGICKCORE_HAVE_STRNCASECMP
840#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000841#endif
842
843/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000844#ifndef MAGICKCORE_HAVE_STRPBRK
845#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000846#endif
847
848/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000849#ifndef MAGICKCORE_HAVE_STRRCHR
850#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000851#endif
852
853/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000854#ifndef MAGICKCORE_HAVE_STRSPN
855#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000856#endif
857
858/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000859#ifndef MAGICKCORE_HAVE_STRSTR
860#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000861#endif
862
cristy6c1eef12011-05-17 02:13:08 +0000863/* Define to 1 if you have the `strtod' function. */
864#ifndef MAGICKCORE_HAVE_STRTOD
865#define MAGICKCORE_HAVE_STRTOD 1
866#endif
867
868/* Define to 1 if you have the `strtod_l' function. */
869#ifndef MAGICKCORE_HAVE_STRTOD_L
870#define MAGICKCORE_HAVE_STRTOD_L 1
871#endif
872
cristy3ed852e2009-09-05 21:47:34 +0000873/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000874#ifndef MAGICKCORE_HAVE_STRTOL
875#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000876#endif
877
cristy5131f3e2009-12-18 03:09:10 +0000878/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000879#ifndef MAGICKCORE_HAVE_STRTOUL
880#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000881#endif
882
cristy92703d82010-04-26 00:18:18 +0000883/* Define to 1 if `tm_zone' is a member of `struct tm'. */
884#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
885#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
886#endif
887
cristy3ed852e2009-09-05 21:47:34 +0000888/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000889#ifndef MAGICKCORE_HAVE_SYMLINK
890#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000891#endif
892
893/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000894#ifndef MAGICKCORE_HAVE_SYSCONF
895#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000896#endif
897
898/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
899 */
900/* #undef HAVE_SYS_DIR_H */
901
902/* Define to 1 if you have the <sys/dl.h> header file. */
903/* #undef HAVE_SYS_DL_H */
904
905/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000906#ifndef MAGICKCORE_HAVE_SYS_IPC_H
907#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000908#endif
909
910/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
911 */
912/* #undef HAVE_SYS_NDIR_H */
913
cristycd4c5312009-11-22 01:19:08 +0000914/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000915#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
916#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000917#endif
918
cristy3ed852e2009-09-05 21:47:34 +0000919/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000920#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
921#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000922#endif
923
924/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000925#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
926#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000927#endif
928
929/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000930#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
931#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000932#endif
933
934/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000935#ifndef MAGICKCORE_HAVE_SYS_STAT_H
936#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000937#endif
938
939/* Define to 1 if you have the <sys/syslimits.h> header file. */
940/* #undef HAVE_SYS_SYSLIMITS_H */
941
942/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000943#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
944#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000945#endif
946
947/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000948#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
949#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000950#endif
951
952/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000953#ifndef MAGICKCORE_HAVE_SYS_TIME_H
954#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000955#endif
956
957/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000958#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
959#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000960#endif
961
962/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000963#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
964#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000965#endif
966
967/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000968#ifndef MAGICKCORE_HAVE_TELLDIR
969#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000970#endif
971
972/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000973#ifndef MAGICKCORE_HAVE_TEMPNAM
974#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000975#endif
976
977/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000978#ifndef MAGICKCORE_HAVE_TIFFCONF_H
979#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000980#endif
981
982/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000983#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
984#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000985#endif
986
987/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000988#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
989#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000990#endif
991
992/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000993#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
994#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000995#endif
996
997/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000998#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
999#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001000#endif
1001
1002/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +00001003#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
1004#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +00001005#endif
1006
1007/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +00001008#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1009#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001010#endif
1011
1012/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +00001013#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1014#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +00001015#endif
1016
1017/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001018#ifndef MAGICKCORE_HAVE_TIMES
1019#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001020#endif
1021
cristy92703d82010-04-26 00:18:18 +00001022/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1023 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1024#ifndef MAGICKCORE_HAVE_TM_ZONE
1025#define MAGICKCORE_HAVE_TM_ZONE 1
1026#endif
1027
1028/* Define to 1 if you don't have `tm_zone' but do have the external array
1029 `tzname'. */
1030/* #undef HAVE_TZNAME */
1031
cristy501c8042011-05-26 17:46:28 +00001032/* Define to 1 if the system has the type `uintmax_t'. */
1033#ifndef MAGICKCORE_HAVE_UINTMAX_T
1034#define MAGICKCORE_HAVE_UINTMAX_T 1
1035#endif
1036
1037/* Define to 1 if the system has the type `uintptr_t'. */
1038#ifndef MAGICKCORE_HAVE_UINTPTR_T
1039#define MAGICKCORE_HAVE_UINTPTR_T 1
1040#endif
1041
cristyc5baf4f2010-08-31 15:05:33 +00001042/* Define to 1 if you have the `ulltostr' function. */
1043/* #undef HAVE_ULLTOSTR */
1044
cristy3ed852e2009-09-05 21:47:34 +00001045/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001046#ifndef MAGICKCORE_HAVE_UNISTD_H
1047#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001048#endif
1049
cristy501c8042011-05-26 17:46:28 +00001050/* Define to 1 if the system has the type `unsigned long long int'. */
1051#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1052#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1053#endif
1054
cristya20c9042011-05-19 13:22:18 +00001055/* Define to 1 if you have the `uselocale' function. */
1056#ifndef MAGICKCORE_HAVE_USELOCALE
1057#define MAGICKCORE_HAVE_USELOCALE 1
1058#endif
1059
cristy3ed852e2009-09-05 21:47:34 +00001060/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001061#ifndef MAGICKCORE_HAVE_USLEEP
1062#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001063#endif
1064
cristyf1440cb2010-02-23 02:24:21 +00001065/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001066#ifndef MAGICKCORE_HAVE_UTIME
1067#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001068#endif
1069
cristy3ed852e2009-09-05 21:47:34 +00001070/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001071#ifndef MAGICKCORE_HAVE_VFORK
1072#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001073#endif
1074
1075/* Define to 1 if you have the <vfork.h> header file. */
1076/* #undef HAVE_VFORK_H */
1077
cristy5d0cd952011-05-19 21:21:41 +00001078/* Define to 1 if you have the `vfprintf' function. */
1079#ifndef MAGICKCORE_HAVE_VFPRINTF
1080#define MAGICKCORE_HAVE_VFPRINTF 1
1081#endif
1082
1083/* Define to 1 if you have the `vfprintf_l' function. */
1084/* #undef HAVE_VFPRINTF_L */
1085
cristy3ed852e2009-09-05 21:47:34 +00001086/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001087#ifndef MAGICKCORE_HAVE_VPRINTF
1088#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001089#endif
1090
1091/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001092#ifndef MAGICKCORE_HAVE_VSNPRINTF
1093#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001094#endif
1095
cristyb51dff52011-05-19 16:55:47 +00001096/* Define to 1 if you have the `vsnprintf_l' function. */
1097/* #undef HAVE_VSNPRINTF_L */
1098
cristy3ed852e2009-09-05 21:47:34 +00001099/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001100#ifndef MAGICKCORE_HAVE_VSPRINTF
1101#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001102#endif
1103
1104/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001105#ifndef MAGICKCORE_HAVE_WAITPID
1106#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001107#endif
1108
1109/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001110#ifndef MAGICKCORE_HAVE_WCHAR_H
1111#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001112#endif
1113
cristy736173a2009-09-20 21:18:22 +00001114/* Define to 1 if you have the <windows.h> header file. */
1115/* #undef HAVE_WINDOWS_H */
1116
cristy739df912009-10-24 16:10:18 +00001117/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001118#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1119#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001120#endif
1121
1122/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001123#ifndef MAGICKCORE_HAVE_WORKING_FORK
1124#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001125#endif
1126
1127/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001128#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1129#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001130#endif
1131
cristya8549b12011-05-18 19:05:08 +00001132/* Define to 1 if you have the <xlocale.h> header file. */
1133#ifndef MAGICKCORE_HAVE_XLOCALE_H
1134#define MAGICKCORE_HAVE_XLOCALE_H 1
1135#endif
1136
cristy3ed852e2009-09-05 21:47:34 +00001137/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001138#ifndef MAGICKCORE_HAVE__BOOL
1139#define MAGICKCORE_HAVE__BOOL 1
1140#endif
cristy3ed852e2009-09-05 21:47:34 +00001141
1142/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001143#ifndef MAGICKCORE_HAVE__EXIT
1144#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001145#endif
1146
1147/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1148/* #undef HAVE__NSGETEXECUTABLEPATH */
1149
1150/* Define to 1 if you have the `_pclose' function. */
1151/* #undef HAVE__PCLOSE */
1152
1153/* Define to 1 if you have the `_popen' function. */
1154/* #undef HAVE__POPEN */
1155
1156/* Define to 1 if you have the `_wfopen' function. */
1157/* #undef HAVE__WFOPEN */
1158
1159/* Define to 1 if you have the `_wstat' function. */
1160/* #undef HAVE__WSTAT */
1161
cristy92703d82010-04-26 00:18:18 +00001162/* define if your compiler has __attribute__ */
1163#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1164#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1165#endif
1166
cristy3ed852e2009-09-05 21:47:34 +00001167/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001168/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001169
1170/* Define if you have umem memory allocation library */
1171/* #undef HasUMEM */
1172
cristy0151ae12011-10-28 16:32:29 +00001173/* ARCH specific include directory */
1174#ifndef MAGICKCORE_INCLUDEDIR_ARCH
1175#define MAGICKCORE_INCLUDEDIR_ARCH "/usr/local/include"
1176#endif
1177
cristy3ed852e2009-09-05 21:47:34 +00001178/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001179#ifndef MAGICKCORE_INSTALLED_SUPPORT
1180#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001181#endif
1182
1183/* Define if you have JBIG library */
cristybd4fb6e2011-10-26 13:10:01 +00001184/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001185
1186/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001187#ifndef MAGICKCORE_JP2_DELEGATE
1188#define MAGICKCORE_JP2_DELEGATE 1
1189#endif
cristy3ed852e2009-09-05 21:47:34 +00001190
1191/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001192#ifndef MAGICKCORE_JPEG_DELEGATE
1193#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001194#endif
1195
cristy71203402010-06-18 13:12:03 +00001196/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001197#ifndef MAGICKCORE_LCMS_DELEGATE
1198#define MAGICKCORE_LCMS_DELEGATE 1
1199#endif
cristy3ed852e2009-09-05 21:47:34 +00001200
1201/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001202#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001203#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001204#endif
1205
1206/* Subdirectory of lib where ImageMagick architecture dependent files are
1207 installed */
cristy964cb7f2010-04-25 23:18:00 +00001208#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001209#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001210#endif
1211
1212/* Define if you have LQR library */
cristyf1918832011-10-25 11:40:59 +00001213/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001214
1215/* Define if using libltdl to support dynamically loadable modules */
cristy7b4457a2011-10-25 01:18:30 +00001216#ifndef MAGICKCORE_LTDL_DELEGATE
1217#define MAGICKCORE_LTDL_DELEGATE 1
1218#endif
cristy3ed852e2009-09-05 21:47:34 +00001219
1220/* Define if the OS needs help to load dependent libraries for dlopen(). */
1221/* #undef LTDL_DLOPEN_DEPLIBS */
1222
1223/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001224#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristybd4fb6e2011-10-26 13:10:01 +00001225#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib/llvm:/usr/lib64/llvm:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib64/tracker-0.12:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001226#endif
1227
1228/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001229#ifndef MAGICKCORE_LT_LIBEXT
1230#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001231#endif
1232
cristyda16f162011-02-19 23:52:17 +00001233/* The archive prefix */
1234#ifndef MAGICKCORE_LT_LIBPREFIX
1235#define MAGICKCORE_LT_LIBPREFIX "lib"
1236#endif
1237
cristy3ed852e2009-09-05 21:47:34 +00001238/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001239#ifndef MAGICKCORE_LT_MODULE_EXT
1240#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001241#endif
1242
1243/* Define to the name of the environment variable that determines the run-time
1244 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001245#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1246#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001247#endif
1248
1249/* Define to the sub-directory in which libtool stores uninstalled libraries.
1250 */
cristy964cb7f2010-04-25 23:18:00 +00001251#ifndef MAGICKCORE_LT_OBJDIR
1252#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001253#endif
1254
cristy81beccd2011-10-03 18:17:24 +00001255/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001256#ifndef MAGICKCORE_LZMA_DELEGATE
1257#define MAGICKCORE_LZMA_DELEGATE 1
1258#endif
cristyfbb0ef02010-12-19 02:32:11 +00001259
cristy3ed852e2009-09-05 21:47:34 +00001260/* Define to prepend to default font search path. */
1261/* #undef MAGICK_FONT_PATH */
1262
1263/* Magick API method prefix */
1264/* #undef NAMESPACE_PREFIX */
1265
cristya0b81c32010-01-22 02:54:33 +00001266/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001267/* #undef NDEBUG */
1268
1269/* Define if dlsym() requires a leading underscore in symbol names. */
1270/* #undef NEED_USCORE */
1271
1272/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1273/* #undef NO_MINUS_C_MINUS_O */
1274
1275/* Define if you have OPENEXR library */
cristybd4fb6e2011-10-26 13:10:01 +00001276/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001277
cristya448bd22011-10-14 12:38:13 +00001278/* Name of package */
1279#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001280#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001281#endif
1282
cristy3ed852e2009-09-05 21:47:34 +00001283/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001284#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1285#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001286#endif
1287
1288/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001289#ifndef MAGICKCORE_PACKAGE_NAME
1290#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001291#endif
1292
1293/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001294#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001295#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001296#endif
1297
1298/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001299#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001300#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001301#endif
1302
cristy8b350f62009-11-15 23:12:43 +00001303/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001304#ifndef MAGICKCORE_PACKAGE_URL
1305#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001306#endif
1307
cristy3ed852e2009-09-05 21:47:34 +00001308/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001309#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001310#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001311#endif
1312
cristy41cbe8a2011-10-27 01:35:18 +00001313/* Define if you have PANGOFT2 library */
1314#ifndef MAGICKCORE_PANGOFT2_DELEGATE
1315#define MAGICKCORE_PANGOFT2_DELEGATE 1
1316#endif
1317
1318/* Define if you have PANGO library */
1319#ifndef MAGICKCORE_PANGO_DELEGATE
1320#define MAGICKCORE_PANGO_DELEGATE 1
1321#endif
1322
cristy3ed852e2009-09-05 21:47:34 +00001323/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001324#ifndef MAGICKCORE_PNG_DELEGATE
1325#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001326#endif
1327
1328/* Define to necessary symbol if this constant uses a non-standard name on
1329 your system. */
1330/* #undef PTHREAD_CREATE_JOINABLE */
1331
1332/* Pixel cache threshold in MB (defaults to available memory) */
1333/* #undef PixelCacheThreshold */
1334
1335/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001336#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001337#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001338#endif
1339
1340/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001341#ifndef MAGICKCORE_RETSIGTYPE
1342#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001343#endif
1344
1345/* Define if you have RSVG library */
cristybd4fb6e2011-10-26 13:10:01 +00001346/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001347
1348/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001349#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1350#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001351#endif
1352
1353/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001354#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1355#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001356#endif
1357
1358/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001359#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1360#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001361#endif
1362
1363/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001364#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001365#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001366#endif
1367
1368/* Subdirectory of lib where architecture-independent configuration files
1369 live. */
cristy4f820712011-04-01 12:35:43 +00001370#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001371#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001372#endif
1373
1374/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001375#ifndef MAGICKCORE_SIZEOF_OFF_T
1376#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001377#endif
1378
1379/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001380#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1381#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001382#endif
1383
1384/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001385#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1386#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001387#endif
1388
1389/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001390#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1391#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001392#endif
1393
1394/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001395#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1396#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001397#endif
1398
1399/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001400#ifndef MAGICKCORE_SIZEOF_SIZE_T
1401#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001402#endif
1403
cristy330e9352010-06-01 18:42:49 +00001404/* The size of `ssize_t', as computed by sizeof. */
1405#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1406#define MAGICKCORE_SIZEOF_SSIZE_T 8
1407#endif
1408
cristy3ed852e2009-09-05 21:47:34 +00001409/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001410#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1411#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001412#endif
1413
1414/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001415#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1416#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001417#endif
1418
1419/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001420#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1421#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001422#endif
1423
1424/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001425#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1426#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001427#endif
1428
1429/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001430#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1431#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001432#endif
1433
1434/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1435/* #undef STAT_MACROS_BROKEN */
1436
1437/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001438#ifndef MAGICKCORE_STDC_HEADERS
1439#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001440#endif
1441
cristy7d4a1d62011-10-13 15:54:12 +00001442/* Define to 1 if strerror_r returns char *. */
1443#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1444#define MAGICKCORE_STRERROR_R_CHAR_P 1
1445#endif
1446
cristy55bf91c2010-09-24 00:29:41 +00001447/* Define if you have POSIX threads libraries and header files. */
1448#ifndef MAGICKCORE_THREAD_SUPPORT
1449#define MAGICKCORE_THREAD_SUPPORT 1
1450#endif
1451
cristy3ed852e2009-09-05 21:47:34 +00001452/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001453#ifndef MAGICKCORE_TIFF_DELEGATE
1454#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001455#endif
1456
1457/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001458#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1459#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001460#endif
1461
1462/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1463/* #undef TM_IN_SYS_TIME */
1464
1465/* Enable extensions on AIX 3, Interix. */
1466#ifndef _ALL_SOURCE
1467# define _ALL_SOURCE 1
1468#endif
1469/* Enable GNU extensions on systems that have them. */
1470#ifndef _GNU_SOURCE
1471# define _GNU_SOURCE 1
1472#endif
1473/* Enable threading extensions on Solaris. */
1474#ifndef _POSIX_PTHREAD_SEMANTICS
1475# define _POSIX_PTHREAD_SEMANTICS 1
1476#endif
1477/* Enable extensions on HP NonStop. */
1478#ifndef _TANDEM_SOURCE
1479# define _TANDEM_SOURCE 1
1480#endif
1481/* Enable general extensions on Solaris. */
1482#ifndef __EXTENSIONS__
1483# define __EXTENSIONS__ 1
1484#endif
1485
1486
cristya448bd22011-10-14 12:38:13 +00001487/* Version number of package */
1488#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001489#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001490#endif
1491
cristyb1860752011-03-14 00:27:46 +00001492/* Define if you have WEBP library */
cristyf1918832011-10-25 11:40:59 +00001493/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001494
cristy3ed852e2009-09-05 21:47:34 +00001495/* Define to use the Windows GDI32 library */
1496/* #undef WINGDI32_DELEGATE */
1497
1498/* Define if using the dmalloc debugging malloc package */
1499/* #undef WITH_DMALLOC */
1500
cristy189e84c2011-08-27 18:08:53 +00001501/* Define if you have WMF library */
cristybd4fb6e2011-10-26 13:10:01 +00001502/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001503
cristy3ed852e2009-09-05 21:47:34 +00001504/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1505 significant byte first (like Motorola and SPARC, unlike Intel). */
1506#if defined AC_APPLE_UNIVERSAL_BUILD
1507# if defined __BIG_ENDIAN__
1508# define WORDS_BIGENDIAN 1
1509# endif
1510#else
1511# ifndef WORDS_BIGENDIAN
1512/* # undef WORDS_BIGENDIAN */
1513# endif
1514#endif
1515
1516/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001517#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1518#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001519#endif
1520
1521/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001522#ifndef MAGICKCORE_X11_DELEGATE
1523#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001524#endif
1525
1526/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001527#ifndef MAGICKCORE_XML_DELEGATE
1528#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001529#endif
1530
1531/* Define to 1 if the X Window System is missing or not being used. */
1532/* #undef X_DISPLAY_MISSING */
1533
cristy6e3607c2011-09-13 13:59:17 +00001534/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy633f0c62011-09-15 13:27:36 +00001535/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001536
cristy3ed852e2009-09-05 21:47:34 +00001537/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001538#ifndef MAGICKCORE_ZLIB_DELEGATE
1539#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001540#endif
1541
1542/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001543/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001544
1545/* enable run-time bounds-checking */
1546/* #undef _FORTIFY_SOURCE */
1547
1548/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1549/* #undef _LARGEFILE_SOURCE */
1550
1551/* Define for large files, on AIX-style hosts. */
1552/* #undef _LARGE_FILES */
1553
1554/* Define to 1 if on MINIX. */
1555/* #undef _MINIX */
1556
cristy99cc3002010-01-21 14:50:11 +00001557/* Define this for the OpenCL Accelerator */
cristybd4fb6e2011-10-26 13:10:01 +00001558/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001559
cristy3ed852e2009-09-05 21:47:34 +00001560/* Define to 2 if the system does not provide POSIX.1 features except with
1561 this defined. */
1562/* #undef _POSIX_1_SOURCE */
1563
1564/* Define to 1 if you need to in order for `stat' and other things to work. */
1565/* #undef _POSIX_SOURCE */
1566
cristy501c8042011-05-26 17:46:28 +00001567/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1568 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1569 #define below would cause a syntax error. */
1570/* #undef _UINT32_T */
1571
1572/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1573 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1574 #define below would cause a syntax error. */
1575/* #undef _UINT64_T */
1576
1577/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1578 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1579 #define below would cause a syntax error. */
1580/* #undef _UINT8_T */
1581
cristy3ed852e2009-09-05 21:47:34 +00001582/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1583#ifndef __CHAR_UNSIGNED__
1584/* # undef __CHAR_UNSIGNED__ */
1585#endif
1586
1587/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1588/* #undef __error_t_defined */
1589
1590/* Define to appropriate substitue if compiler does not have __func__ */
1591/* #undef __func__ */
1592
cristy3ed852e2009-09-05 21:47:34 +00001593/* Define to a type to use for `error_t' if it is not otherwise available. */
1594/* #undef error_t */
1595
cristy501c8042011-05-26 17:46:28 +00001596/* Define to `int' if <sys/types.h> doesn't define. */
1597/* #undef gid_t */
1598
cristy3ed852e2009-09-05 21:47:34 +00001599/* Define to `__inline__' or `__inline' if that's what the C compiler
1600 calls it, or to nothing if 'inline' is not supported under any name. */
1601#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001602/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001603#endif
1604
cristy501c8042011-05-26 17:46:28 +00001605/* Define to the type of a signed integer type of width exactly 16 bits if
1606 such a type exists and the standard includes do not define it. */
1607/* #undef int16_t */
1608
1609/* Define to the type of a signed integer type of width exactly 32 bits if
1610 such a type exists and the standard includes do not define it. */
1611/* #undef int32_t */
1612
1613/* Define to the type of a signed integer type of width exactly 64 bits if
1614 such a type exists and the standard includes do not define it. */
1615/* #undef int64_t */
1616
1617/* Define to the type of a signed integer type of width exactly 8 bits if such
1618 a type exists and the standard includes do not define it. */
1619/* #undef int8_t */
1620
1621/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1622 not define. */
1623/* #undef intmax_t */
1624
1625/* Define to the type of a signed integer type wide enough to hold a pointer,
1626 if such a type exists, and if the system does not define it. */
1627/* #undef intptr_t */
1628
1629/* Define to a type if <wchar.h> does not define. */
1630/* #undef mbstate_t */
1631
cristy3ed852e2009-09-05 21:47:34 +00001632/* Define to `int' if <sys/types.h> does not define. */
1633/* #undef mode_t */
1634
1635/* Define to `long int' if <sys/types.h> does not define. */
1636/* #undef off_t */
1637
1638/* Define to `int' if <sys/types.h> does not define. */
1639/* #undef pid_t */
1640
1641/* Define to the equivalent of the C99 'restrict' keyword, or to
1642 nothing if this is not supported. Do not define if restrict is
1643 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001644#ifndef _magickcore_restrict
1645#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001646#endif
cristy8b350f62009-11-15 23:12:43 +00001647/* Work around a bug in Sun C++: it does not support _Restrict or
1648 __restrict__, even though the corresponding Sun C compiler ends up with
1649 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1650 previous line. Perhaps some future version of Sun C++ will work with
1651 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001652#if defined __SUNPRO_CC && !defined __RESTRICT
1653# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001654# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001655#endif
1656
1657/* Define to `unsigned int' if <sys/types.h> does not define. */
1658/* #undef size_t */
1659
1660/* Define to `int' if <sys/types.h> does not define. */
1661/* #undef ssize_t */
1662
cristy501c8042011-05-26 17:46:28 +00001663/* Define to `int' if <sys/types.h> doesn't define. */
1664/* #undef uid_t */
1665
1666/* Define to the type of an unsigned integer type of width exactly 16 bits if
1667 such a type exists and the standard includes do not define it. */
1668/* #undef uint16_t */
1669
1670/* Define to the type of an unsigned integer type of width exactly 32 bits if
1671 such a type exists and the standard includes do not define it. */
1672/* #undef uint32_t */
1673
1674/* Define to the type of an unsigned integer type of width exactly 64 bits if
1675 such a type exists and the standard includes do not define it. */
1676/* #undef uint64_t */
1677
1678/* Define to the type of an unsigned integer type of width exactly 8 bits if
1679 such a type exists and the standard includes do not define it. */
1680/* #undef uint8_t */
1681
1682/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1683 do not define. */
1684/* #undef uintmax_t */
1685
1686/* Define to the type of an unsigned integer type wide enough to hold a
1687 pointer, if such a type exists, and if the system does not define it. */
1688/* #undef uintptr_t */
1689
cristy3ed852e2009-09-05 21:47:34 +00001690/* Define as `fork' if `vfork' does not work. */
1691/* #undef vfork */
1692
1693/* Define to empty if the keyword `volatile' does not work. Warning: valid
1694 code using `volatile' can become incorrect without. Disable with care. */
1695/* #undef volatile */
1696
cristy4c08aed2011-07-01 19:47:50 +00001697/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001698#endif