blob: feb5a4e24dd5b182d899bb5282a196fc28459080 [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. */
cristya316db12011-10-24 00:49:45 +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
45/* Directory where architecture-dependent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +000046#ifndef MAGICKCORE_CONFIGURE_PATH
cristyba0f1972011-03-28 12:42:52 +000047#define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
cristy3ed852e2009-09-05 21:47:34 +000048#endif
49
50/* Subdirectory of lib where architecture-dependent configuration files live.
51 */
cristy964cb7f2010-04-25 23:18:00 +000052#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristyba0f1972011-03-28 12:42:52 +000053#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +000054#endif
55
56/* Define if you have DJVU library */
cristyf89cb1d2011-07-07 01:24:37 +000057#ifndef MAGICKCORE_DJVU_DELEGATE
58#define MAGICKCORE_DJVU_DELEGATE 1
59#endif
cristy3ed852e2009-09-05 21:47:34 +000060
61/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000062#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy09b53e12011-10-14 12:47:22 +000063#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick//"
cristy3ed852e2009-09-05 21:47:34 +000064#endif
65
66/* Define if you have Display Postscript */
67/* #undef DPS_DELEGATE */
68
cristy3ed852e2009-09-05 21:47:34 +000069/* exclude deprecated methods in MagickCore API */
70/* #undef EXCLUDE_DEPRECATED */
71
72/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000073#ifndef MAGICKCORE_EXECUTABLE_PATH
74#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000075#endif
76
77/* Define if you have FFTW library */
cristya316db12011-10-24 00:49:45 +000078/* #undef FFTW_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000079
80/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000081#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000082#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000083#endif
84
85/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000086#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000087#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000088#endif
89
90/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000091#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
92#define MAGICKCORE_FONTCONFIG_DELEGATE 1
93#endif
cristy3ed852e2009-09-05 21:47:34 +000094
95/* Define if you have FlashPIX library */
96/* #undef FPX_DELEGATE */
97
cristy81beccd2011-10-03 18:17:24 +000098/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +000099#ifndef MAGICKCORE_FREETYPE_DELEGATE
100#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000101#endif
102
103/* Define if you have Ghostscript library or framework */
104/* #undef GS_DELEGATE */
105
106/* Define if you have GVC library */
cristyae29c4f2010-12-28 14:45:29 +0000107#ifndef MAGICKCORE_GVC_DELEGATE
108#define MAGICKCORE_GVC_DELEGATE 1
109#endif
cristy3ed852e2009-09-05 21:47:34 +0000110
cristyb33454f2011-08-03 02:10:45 +0000111/* Define to 1 if you have the `acosh' function. */
112#ifndef MAGICKCORE_HAVE_ACOSH
113#define MAGICKCORE_HAVE_ACOSH 1
114#endif
115
cristy3ed852e2009-09-05 21:47:34 +0000116/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000117#ifndef MAGICKCORE_HAVE_ARGZ_ADD
118#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000119#endif
120
121/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000122#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
123#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000124#endif
125
126/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000127#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
128#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000129#endif
130
131/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000132#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
133#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000134#endif
135
136/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000137#ifndef MAGICKCORE_HAVE_ARGZ_H
138#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000139#endif
140
141/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000142#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
143#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000144#endif
145
146/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000147#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
148#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000149#endif
150
151/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000152#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
153#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000154#endif
155
156/* Define to 1 if you have the <arm/limits.h> header file. */
157/* #undef HAVE_ARM_LIMITS_H */
158
cristyb33454f2011-08-03 02:10:45 +0000159/* Define to 1 if you have the `asinh' function. */
160#ifndef MAGICKCORE_HAVE_ASINH
161#define MAGICKCORE_HAVE_ASINH 1
162#endif
163
164/* Define to 1 if you have the `atanh' function. */
165#ifndef MAGICKCORE_HAVE_ATANH
166#define MAGICKCORE_HAVE_ATANH 1
167#endif
168
cristy3ed852e2009-09-05 21:47:34 +0000169/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000170#ifndef MAGICKCORE_HAVE_ATEXIT
171#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000172#endif
173
cristyc5baf4f2010-08-31 15:05:33 +0000174/* Define to 1 if you have the `atoll' function. */
175#ifndef MAGICKCORE_HAVE_ATOLL
176#define MAGICKCORE_HAVE_ATOLL 1
177#endif
178
cristy3ed852e2009-09-05 21:47:34 +0000179/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000180#ifndef MAGICKCORE_HAVE_BOOL
181#define MAGICKCORE_HAVE_BOOL /**/
182#endif
cristy3ed852e2009-09-05 21:47:34 +0000183
cristy47b022b2011-01-18 22:29:21 +0000184/* Define to 1 if you have the `cabs' function. */
185#ifndef MAGICKCORE_HAVE_CABS
186#define MAGICKCORE_HAVE_CABS 1
187#endif
188
189/* Define to 1 if you have the `carg' function. */
190#ifndef MAGICKCORE_HAVE_CARG
191#define MAGICKCORE_HAVE_CARG 1
192#endif
193
cristy56ed31c2010-03-22 00:46:21 +0000194/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000195#ifndef MAGICKCORE_HAVE_CIMAG
196#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000197#endif
198
cristy3ed852e2009-09-05 21:47:34 +0000199/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000200#ifndef MAGICKCORE_HAVE_CLOCK
201#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000202#endif
203
cristye43a45e2009-09-28 14:49:00 +0000204/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000205#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
206#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000207#endif
208
cristye43a45e2009-09-28 14:49:00 +0000209/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000210#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
211#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000212#endif
213
cristy3ed852e2009-09-05 21:47:34 +0000214/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000215#ifndef MAGICKCORE_HAVE_CLOSEDIR
216#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000217#endif
218
cristyfe2e68f2010-01-09 19:16:03 +0000219/* Define to 1 if you have the <CL/cl.h> header file. */
cristya316db12011-10-24 00:49:45 +0000220/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000221
cristy3ed852e2009-09-05 21:47:34 +0000222/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000223#ifndef MAGICKCORE_HAVE_COMPLEX_H
224#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000225#endif
226
cristy47b022b2011-01-18 22:29:21 +0000227/* Define to 1 if you have the `creal' function. */
228#ifndef MAGICKCORE_HAVE_CREAL
229#define MAGICKCORE_HAVE_CREAL 1
230#endif
231
cristyc5baf4f2010-08-31 15:05:33 +0000232/* Define to 1 if you have the `ctime_r' function. */
233#ifndef MAGICKCORE_HAVE_CTIME_R
234#define MAGICKCORE_HAVE_CTIME_R 1
235#endif
236
cristy3ed852e2009-09-05 21:47:34 +0000237/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
238 you don't. */
239/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
240
241/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
242 */
cristy964cb7f2010-04-25 23:18:00 +0000243#ifndef MAGICKCORE_HAVE_DECL_PREAD
244#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000245#endif
246
247/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
248 */
cristy964cb7f2010-04-25 23:18:00 +0000249#ifndef MAGICKCORE_HAVE_DECL_PWRITE
250#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000251#endif
252
cristy7d4a1d62011-10-13 15:54:12 +0000253/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
254 don't. */
255#ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
256#define MAGICKCORE_HAVE_DECL_STRERROR_R 1
257#endif
258
cristy3ed852e2009-09-05 21:47:34 +0000259/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
260 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000261#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
262#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000263#endif
264
cristy92703d82010-04-26 00:18:18 +0000265/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
266 */
267/* #undef HAVE_DECL_TZNAME */
268
cristy3ed852e2009-09-05 21:47:34 +0000269/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
270 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000271#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
272#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000273#endif
274
275/* Define to 1 if you have the `directio' function. */
276/* #undef HAVE_DIRECTIO */
277
278/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
279 */
cristy964cb7f2010-04-25 23:18:00 +0000280#ifndef MAGICKCORE_HAVE_DIRENT_H
281#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000282#endif
283
284/* Define if you have the GNU dld library. */
285/* #undef HAVE_DLD */
286
287/* Define to 1 if you have the <dld.h> header file. */
288/* #undef HAVE_DLD_H */
289
290/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000291#ifndef MAGICKCORE_HAVE_DLERROR
292#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000293#endif
294
295/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000296#ifndef MAGICKCORE_HAVE_DLFCN_H
297#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000298#endif
299
300/* Define to 1 if you have the <dl.h> header file. */
301/* #undef HAVE_DL_H */
302
303/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
304/* #undef HAVE_DOPRNT */
305
306/* Define if you have the _dyld_func_lookup function. */
307/* #undef HAVE_DYLD */
308
309/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000310#ifndef MAGICKCORE_HAVE_ERRNO_H
311#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000312#endif
313
314/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000315#ifndef MAGICKCORE_HAVE_ERROR_T
316#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000317#endif
318
319/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000320#ifndef MAGICKCORE_HAVE_EXECVP
321#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000322#endif
323
cristyf1440cb2010-02-23 02:24:21 +0000324/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000325#ifndef MAGICKCORE_HAVE_FCHMOD
326#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000327#endif
328
cristy3ed852e2009-09-05 21:47:34 +0000329/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000330#ifndef MAGICKCORE_HAVE_FCNTL_H
331#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000332#endif
333
334/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000335#ifndef MAGICKCORE_HAVE_FLOOR
336#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000337#endif
cristy3ed852e2009-09-05 21:47:34 +0000338
339/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000340#ifndef MAGICKCORE_HAVE_FORK
341#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000342#endif
343
344/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000345#ifndef MAGICKCORE_HAVE_FSEEKO
346#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000347#endif
348
cristy81beccd2011-10-03 18:17:24 +0000349/* Define to 1 if you have the <ft2build.h> header file. */
350#ifndef MAGICKCORE_HAVE_FT2BUILD_H
351#define MAGICKCORE_HAVE_FT2BUILD_H 1
352#endif
353
cristy3ed852e2009-09-05 21:47:34 +0000354/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000355#ifndef MAGICKCORE_HAVE_FTIME
356#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000357#endif
358
359/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000360#ifndef MAGICKCORE_HAVE_FTRUNCATE
361#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000362#endif
363
364/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000365#ifndef MAGICKCORE_HAVE_GETCWD
366#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000367#endif
368
cristyc5baf4f2010-08-31 15:05:33 +0000369/* Define to 1 if you have the `getc_unlocked' function. */
370#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
371#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
372#endif
373
cristy3ed852e2009-09-05 21:47:34 +0000374/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000375#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
376#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000377#endif
378
379/* Define to 1 if you have the `getexecname' function. */
380/* #undef HAVE_GETEXECNAME */
381
382/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000383#ifndef MAGICKCORE_HAVE_GETPAGESIZE
384#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000385#endif
386
387/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000388#ifndef MAGICKCORE_HAVE_GETPID
389#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000390#endif
391
cristyd3ef0102009-09-12 18:11:06 +0000392/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000393#ifndef MAGICKCORE_HAVE_GETRLIMIT
394#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000395#endif
396
cristy3ed852e2009-09-05 21:47:34 +0000397/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000398#ifndef MAGICKCORE_HAVE_GETRUSAGE
399#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000400#endif
401
402/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000403#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
404#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000405#endif
406
407/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000408#ifndef MAGICKCORE_HAVE_GMTIME_R
409#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000410#endif
411
cristy501c8042011-05-26 17:46:28 +0000412/* Define to 1 if the system has the type `intmax_t'. */
413#ifndef MAGICKCORE_HAVE_INTMAX_T
414#define MAGICKCORE_HAVE_INTMAX_T 1
415#endif
416
417/* Define to 1 if the system has the type `intptr_t'. */
418#ifndef MAGICKCORE_HAVE_INTPTR_T
419#define MAGICKCORE_HAVE_INTPTR_T 1
420#endif
421
cristy3ed852e2009-09-05 21:47:34 +0000422/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000423#ifndef MAGICKCORE_HAVE_INTTYPES_H
424#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000425#endif
426
cristy161b9262010-03-20 19:34:32 +0000427/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000428#ifndef MAGICKCORE_HAVE_J0
429#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000430#endif
431
432/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000433#ifndef MAGICKCORE_HAVE_J1
434#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000435#endif
436
cristyd09bcf92010-03-25 03:04:45 +0000437/* Define if you have the <lcms2.h> header file. */
cristya316db12011-10-24 00:49:45 +0000438#ifndef MAGICKCORE_HAVE_LCMS2_H
439#define MAGICKCORE_HAVE_LCMS2_H 1
440#endif
cristyd09bcf92010-03-25 03:04:45 +0000441
cristy71203402010-06-18 13:12:03 +0000442/* Define if you have the <lcms2/lcms2.h> header file. */
443/* #undef HAVE_LCMS2_LCMS2_H */
444
cristy3ed852e2009-09-05 21:47:34 +0000445/* Define if you have the <lcms.h> header file. */
cristya316db12011-10-24 00:49:45 +0000446/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000447
448/* Define if you have the <lcms/lcms.h> header file. */
449/* #undef HAVE_LCMS_LCMS_H */
450
451/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000452#ifndef MAGICKCORE_HAVE_LIBDL
453#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000454#endif
455
456/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000457#ifndef MAGICKCORE_HAVE_LIBDLLOADER
458#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000459#endif
460
461/* Define to 1 if you have the `gcov' library (-lgcov). */
462/* #undef HAVE_LIBGCOV */
463
464/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000465#ifndef MAGICKCORE_HAVE_LIMITS_H
466#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000467#endif
468
469/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000470#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
471#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000472#endif
473
cristyc5baf4f2010-08-31 15:05:33 +0000474/* Define to 1 if you have the `lltostr' function. */
475/* #undef HAVE_LLTOSTR */
476
cristy3ed852e2009-09-05 21:47:34 +0000477/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000478#ifndef MAGICKCORE_HAVE_LOCALE_H
479#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000480#endif
481
482/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000483#ifndef MAGICKCORE_HAVE_LOCALTIME_R
484#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000485#endif
486
cristy501c8042011-05-26 17:46:28 +0000487/* Define to 1 if the system has the type `long double'. */
488#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
489#define MAGICKCORE_HAVE_LONG_DOUBLE 1
490#endif
491
cristy3ed852e2009-09-05 21:47:34 +0000492/* Define to 1 if the type `long double' works and has more range or precision
493 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000494#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
495#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000496#endif
497
cristy501c8042011-05-26 17:46:28 +0000498/* Define to 1 if the system has the type `long long int'. */
499#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
500#define MAGICKCORE_HAVE_LONG_LONG_INT 1
501#endif
502
cristy3ed852e2009-09-05 21:47:34 +0000503/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000504#ifndef MAGICKCORE_HAVE_LSTAT
505#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000506#endif
507
cristy3ed852e2009-09-05 21:47:34 +0000508/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000509#ifndef MAGICKCORE_HAVE_LTDL
510#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000511#endif
512
513/* Define to 1 if you have the <machine/param.h> header file. */
514/* #undef HAVE_MACHINE_PARAM_H */
515
516/* Define to 1 if you have the <mach-o/dyld.h> header file. */
517/* #undef HAVE_MACH_O_DYLD_H */
518
cristy501c8042011-05-26 17:46:28 +0000519/* Define to 1 if <wchar.h> declares mbstate_t. */
520#ifndef MAGICKCORE_HAVE_MBSTATE_T
521#define MAGICKCORE_HAVE_MBSTATE_T 1
522#endif
523
cristy3ed852e2009-09-05 21:47:34 +0000524/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000525#ifndef MAGICKCORE_HAVE_MEMMOVE
526#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000527#endif
528
529/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000530#ifndef MAGICKCORE_HAVE_MEMORY_H
531#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000532#endif
533
534/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000535#ifndef MAGICKCORE_HAVE_MEMSET
536#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000537#endif
538
539/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000540#ifndef MAGICKCORE_HAVE_MKSTEMP
541#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000542#endif
543
544/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000545#ifndef MAGICKCORE_HAVE_MMAP
546#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000547#endif
548
549/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000550#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
551#define MAGICKCORE_HAVE_MMAP_FILEIO 1
552#endif
cristy3ed852e2009-09-05 21:47:34 +0000553
554/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000555#ifndef MAGICKCORE_HAVE_MUNMAP
556#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000557#endif
558
559/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000560#ifndef MAGICKCORE_HAVE_NAMESPACES
561#define MAGICKCORE_HAVE_NAMESPACES /**/
562#endif
cristy964cb7f2010-04-25 23:18:00 +0000563
564/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000565#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
566#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
567#endif
cristy3ed852e2009-09-05 21:47:34 +0000568
cristya21afde2010-07-02 00:45:40 +0000569/* Define to 1 if you have the `nanosleep' function. */
570#ifndef MAGICKCORE_HAVE_NANOSLEEP
571#define MAGICKCORE_HAVE_NANOSLEEP 1
572#endif
573
cristy3ed852e2009-09-05 21:47:34 +0000574/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
575/* #undef HAVE_NDIR_H */
576
cristya8549b12011-05-18 19:05:08 +0000577/* Define to 1 if you have the `newlocale' function. */
578#ifndef MAGICKCORE_HAVE_NEWLOCALE
579#define MAGICKCORE_HAVE_NEWLOCALE 1
580#endif
581
cristyfe2e68f2010-01-09 19:16:03 +0000582/* Define to 1 if you have the <OpenCL/cl.h> header file. */
583/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000584
cristy3ed852e2009-09-05 21:47:34 +0000585/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000586#ifndef MAGICKCORE_HAVE_OPENDIR
587#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000588#endif
589
590/* Define to 1 if you have the <OS.h> header file. */
591/* #undef HAVE_OS_H */
592
593/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000594#ifndef MAGICKCORE_HAVE_PCLOSE
595#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000596#endif
597
598/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000599#ifndef MAGICKCORE_HAVE_POLL
600#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000601#endif
602
603/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000604#ifndef MAGICKCORE_HAVE_POPEN
605#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000606#endif
607
608/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000609#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
610#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000611#endif
612
613/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000614#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
615#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000616#endif
617
618/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000619#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
620#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000621#endif
622
623/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000624#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
625#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000626#endif
627
cristy5c40fb42010-08-05 16:12:44 +0000628/* Define to 1 if you have the `posix_spawnp' function. */
629#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
630#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
631#endif
632
cristy3ed852e2009-09-05 21:47:34 +0000633/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000634#ifndef MAGICKCORE_HAVE_POW
635#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000636#endif
cristy3ed852e2009-09-05 21:47:34 +0000637
638/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000639#ifndef MAGICKCORE_HAVE_PREAD
640#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000641#endif
642
643/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000644#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
645#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000646#endif
647
cristy98e91bd2010-01-12 01:11:42 +0000648/* Define to 1 if you have the <process.h> header file. */
649/* #undef HAVE_PROCESS_H */
650
cristy3ed852e2009-09-05 21:47:34 +0000651/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000652#ifndef MAGICKCORE_HAVE_PTHREAD
653#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000654#endif
655
cristya316db12011-10-24 00:49:45 +0000656/* Have PTHREAD_PRIO_INHERIT. */
657#ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
658#define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
659#endif
660
cristy3ed852e2009-09-05 21:47:34 +0000661/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000662#ifndef MAGICKCORE_HAVE_PWRITE
663#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000664#endif
665
cristyc5baf4f2010-08-31 15:05:33 +0000666/* Define to 1 if you have the `qsort_r' function. */
667#ifndef MAGICKCORE_HAVE_QSORT_R
668#define MAGICKCORE_HAVE_QSORT_R 1
669#endif
670
cristy3ed852e2009-09-05 21:47:34 +0000671/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000672#ifndef MAGICKCORE_HAVE_RAISE
673#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000674#endif
675
676/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000677#ifndef MAGICKCORE_HAVE_RAND_R
678#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000679#endif
680
681/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000682#ifndef MAGICKCORE_HAVE_READDIR
683#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000684#endif
685
686/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000687#ifndef MAGICKCORE_HAVE_READDIR_R
688#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000689#endif
690
691/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000692#ifndef MAGICKCORE_HAVE_READLINK
693#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000694#endif
695
696/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000697#ifndef MAGICKCORE_HAVE_REALPATH
698#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000699#endif
700
701/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000702#ifndef MAGICKCORE_HAVE_SEEKDIR
703#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000704#endif
705
706/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000707#ifndef MAGICKCORE_HAVE_SELECT
708#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000709#endif
710
711/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000712#ifndef MAGICKCORE_HAVE_SETLOCALE
713#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000714#endif
715
716/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000717#ifndef MAGICKCORE_HAVE_SETVBUF
718#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000719#endif
720
721/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000722#ifndef MAGICKCORE_HAVE_SHAPE
723#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000724#endif
725
726/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000727#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
728#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000729#endif
730
731/* Define if you have the shl_load function. */
732/* #undef HAVE_SHL_LOAD */
733
734/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000735#ifndef MAGICKCORE_HAVE_SIGACTION
736#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000737#endif
738
739/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000740#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
741#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000742#endif
743
cristy393bbe52010-01-11 16:32:56 +0000744/* Define to 1 if you have the `spawnvp' function. */
745/* #undef HAVE_SPAWNVP */
746
cristy3ed852e2009-09-05 21:47:34 +0000747/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000748#ifndef MAGICKCORE_HAVE_SQRT
749#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000750#endif
cristy3ed852e2009-09-05 21:47:34 +0000751
752/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000753#ifndef MAGICKCORE_HAVE_STAT
754#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000755#endif
756
757/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000758#ifndef MAGICKCORE_HAVE_STDARG_H
759#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000760#endif
761
762/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000763#ifndef MAGICKCORE_HAVE_STDBOOL_H
764#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000765#endif
766
cristy3ed852e2009-09-05 21:47:34 +0000767/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000768#ifndef MAGICKCORE_HAVE_STDINT_H
769#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000770#endif
771
772/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000773#ifndef MAGICKCORE_HAVE_STDLIB_H
774#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000775#endif
776
777/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000778#ifndef MAGICKCORE_HAVE_STD_LIBS
779#define MAGICKCORE_HAVE_STD_LIBS /**/
780#endif
cristy3ed852e2009-09-05 21:47:34 +0000781
782/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000783#ifndef MAGICKCORE_HAVE_STRCASECMP
784#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000785#endif
786
787/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000788#ifndef MAGICKCORE_HAVE_STRCHR
789#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000790#endif
791
792/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000793#ifndef MAGICKCORE_HAVE_STRCSPN
794#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000795#endif
796
797/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000798#ifndef MAGICKCORE_HAVE_STRDUP
799#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000800#endif
801
802/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000803#ifndef MAGICKCORE_HAVE_STRERROR
804#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000805#endif
806
807/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000808#ifndef MAGICKCORE_HAVE_STRERROR_R
809#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000810#endif
811
812/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000813#ifndef MAGICKCORE_HAVE_STRINGIZE
814#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000815#endif
816
817/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000818#ifndef MAGICKCORE_HAVE_STRINGS_H
819#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000820#endif
821
822/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000823#ifndef MAGICKCORE_HAVE_STRING_H
824#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000825#endif
826
827/* Define to 1 if you have the `strlcat' function. */
828/* #undef HAVE_STRLCAT */
829
830/* Define to 1 if you have the `strlcpy' function. */
831/* #undef HAVE_STRLCPY */
832
833/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000834#ifndef MAGICKCORE_HAVE_STRNCASECMP
835#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000836#endif
837
838/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000839#ifndef MAGICKCORE_HAVE_STRPBRK
840#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000841#endif
842
843/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000844#ifndef MAGICKCORE_HAVE_STRRCHR
845#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000846#endif
847
848/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000849#ifndef MAGICKCORE_HAVE_STRSPN
850#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000851#endif
852
853/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000854#ifndef MAGICKCORE_HAVE_STRSTR
855#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000856#endif
857
cristy6c1eef12011-05-17 02:13:08 +0000858/* Define to 1 if you have the `strtod' function. */
859#ifndef MAGICKCORE_HAVE_STRTOD
860#define MAGICKCORE_HAVE_STRTOD 1
861#endif
862
863/* Define to 1 if you have the `strtod_l' function. */
864#ifndef MAGICKCORE_HAVE_STRTOD_L
865#define MAGICKCORE_HAVE_STRTOD_L 1
866#endif
867
cristy3ed852e2009-09-05 21:47:34 +0000868/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000869#ifndef MAGICKCORE_HAVE_STRTOL
870#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000871#endif
872
cristy5131f3e2009-12-18 03:09:10 +0000873/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000874#ifndef MAGICKCORE_HAVE_STRTOUL
875#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000876#endif
877
cristy92703d82010-04-26 00:18:18 +0000878/* Define to 1 if `tm_zone' is a member of `struct tm'. */
879#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
880#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
881#endif
882
cristy3ed852e2009-09-05 21:47:34 +0000883/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000884#ifndef MAGICKCORE_HAVE_SYMLINK
885#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000886#endif
887
888/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000889#ifndef MAGICKCORE_HAVE_SYSCONF
890#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000891#endif
892
893/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
894 */
895/* #undef HAVE_SYS_DIR_H */
896
897/* Define to 1 if you have the <sys/dl.h> header file. */
898/* #undef HAVE_SYS_DL_H */
899
900/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000901#ifndef MAGICKCORE_HAVE_SYS_IPC_H
902#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000903#endif
904
905/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
906 */
907/* #undef HAVE_SYS_NDIR_H */
908
cristycd4c5312009-11-22 01:19:08 +0000909/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000910#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
911#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000912#endif
913
cristy3ed852e2009-09-05 21:47:34 +0000914/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000915#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
916#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000917#endif
918
919/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000920#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
921#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000922#endif
923
924/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000925#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
926#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000927#endif
928
929/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000930#ifndef MAGICKCORE_HAVE_SYS_STAT_H
931#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000932#endif
933
934/* Define to 1 if you have the <sys/syslimits.h> header file. */
935/* #undef HAVE_SYS_SYSLIMITS_H */
936
937/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000938#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
939#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000940#endif
941
942/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000943#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
944#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000945#endif
946
947/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000948#ifndef MAGICKCORE_HAVE_SYS_TIME_H
949#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000950#endif
951
952/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000953#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
954#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000955#endif
956
957/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000958#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
959#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000960#endif
961
962/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000963#ifndef MAGICKCORE_HAVE_TELLDIR
964#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000965#endif
966
967/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000968#ifndef MAGICKCORE_HAVE_TEMPNAM
969#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000970#endif
971
972/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000973#ifndef MAGICKCORE_HAVE_TIFFCONF_H
974#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000975#endif
976
977/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000978#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
979#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000980#endif
981
982/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000983#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
984#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000985#endif
986
987/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000988#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
989#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000990#endif
991
992/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000993#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
994#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000995#endif
996
997/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000998#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
999#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +00001000#endif
1001
1002/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +00001003#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
1004#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +00001005#endif
1006
1007/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +00001008#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
1009#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +00001010#endif
1011
1012/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +00001013#ifndef MAGICKCORE_HAVE_TIMES
1014#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +00001015#endif
1016
cristy92703d82010-04-26 00:18:18 +00001017/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
1018 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1019#ifndef MAGICKCORE_HAVE_TM_ZONE
1020#define MAGICKCORE_HAVE_TM_ZONE 1
1021#endif
1022
1023/* Define to 1 if you don't have `tm_zone' but do have the external array
1024 `tzname'. */
1025/* #undef HAVE_TZNAME */
1026
cristy501c8042011-05-26 17:46:28 +00001027/* Define to 1 if the system has the type `uintmax_t'. */
1028#ifndef MAGICKCORE_HAVE_UINTMAX_T
1029#define MAGICKCORE_HAVE_UINTMAX_T 1
1030#endif
1031
1032/* Define to 1 if the system has the type `uintptr_t'. */
1033#ifndef MAGICKCORE_HAVE_UINTPTR_T
1034#define MAGICKCORE_HAVE_UINTPTR_T 1
1035#endif
1036
cristyc5baf4f2010-08-31 15:05:33 +00001037/* Define to 1 if you have the `ulltostr' function. */
1038/* #undef HAVE_ULLTOSTR */
1039
cristy3ed852e2009-09-05 21:47:34 +00001040/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001041#ifndef MAGICKCORE_HAVE_UNISTD_H
1042#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001043#endif
1044
cristy501c8042011-05-26 17:46:28 +00001045/* Define to 1 if the system has the type `unsigned long long int'. */
1046#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1047#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1048#endif
1049
cristya20c9042011-05-19 13:22:18 +00001050/* Define to 1 if you have the `uselocale' function. */
1051#ifndef MAGICKCORE_HAVE_USELOCALE
1052#define MAGICKCORE_HAVE_USELOCALE 1
1053#endif
1054
cristy3ed852e2009-09-05 21:47:34 +00001055/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001056#ifndef MAGICKCORE_HAVE_USLEEP
1057#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001058#endif
1059
cristyf1440cb2010-02-23 02:24:21 +00001060/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001061#ifndef MAGICKCORE_HAVE_UTIME
1062#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001063#endif
1064
cristy3ed852e2009-09-05 21:47:34 +00001065/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001066#ifndef MAGICKCORE_HAVE_VFORK
1067#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001068#endif
1069
1070/* Define to 1 if you have the <vfork.h> header file. */
1071/* #undef HAVE_VFORK_H */
1072
cristy5d0cd952011-05-19 21:21:41 +00001073/* Define to 1 if you have the `vfprintf' function. */
1074#ifndef MAGICKCORE_HAVE_VFPRINTF
1075#define MAGICKCORE_HAVE_VFPRINTF 1
1076#endif
1077
1078/* Define to 1 if you have the `vfprintf_l' function. */
1079/* #undef HAVE_VFPRINTF_L */
1080
cristy3ed852e2009-09-05 21:47:34 +00001081/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001082#ifndef MAGICKCORE_HAVE_VPRINTF
1083#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001084#endif
1085
1086/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001087#ifndef MAGICKCORE_HAVE_VSNPRINTF
1088#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001089#endif
1090
cristyb51dff52011-05-19 16:55:47 +00001091/* Define to 1 if you have the `vsnprintf_l' function. */
1092/* #undef HAVE_VSNPRINTF_L */
1093
cristy3ed852e2009-09-05 21:47:34 +00001094/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001095#ifndef MAGICKCORE_HAVE_VSPRINTF
1096#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001097#endif
1098
1099/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001100#ifndef MAGICKCORE_HAVE_WAITPID
1101#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001102#endif
1103
1104/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001105#ifndef MAGICKCORE_HAVE_WCHAR_H
1106#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001107#endif
1108
cristy736173a2009-09-20 21:18:22 +00001109/* Define to 1 if you have the <windows.h> header file. */
1110/* #undef HAVE_WINDOWS_H */
1111
cristy739df912009-10-24 16:10:18 +00001112/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001113#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1114#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001115#endif
1116
1117/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001118#ifndef MAGICKCORE_HAVE_WORKING_FORK
1119#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001120#endif
1121
1122/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001123#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1124#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001125#endif
1126
cristya8549b12011-05-18 19:05:08 +00001127/* Define to 1 if you have the <xlocale.h> header file. */
1128#ifndef MAGICKCORE_HAVE_XLOCALE_H
1129#define MAGICKCORE_HAVE_XLOCALE_H 1
1130#endif
1131
cristy3ed852e2009-09-05 21:47:34 +00001132/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001133#ifndef MAGICKCORE_HAVE__BOOL
1134#define MAGICKCORE_HAVE__BOOL 1
1135#endif
cristy3ed852e2009-09-05 21:47:34 +00001136
1137/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001138#ifndef MAGICKCORE_HAVE__EXIT
1139#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001140#endif
1141
1142/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1143/* #undef HAVE__NSGETEXECUTABLEPATH */
1144
1145/* Define to 1 if you have the `_pclose' function. */
1146/* #undef HAVE__PCLOSE */
1147
1148/* Define to 1 if you have the `_popen' function. */
1149/* #undef HAVE__POPEN */
1150
1151/* Define to 1 if you have the `_wfopen' function. */
1152/* #undef HAVE__WFOPEN */
1153
1154/* Define to 1 if you have the `_wstat' function. */
1155/* #undef HAVE__WSTAT */
1156
cristy92703d82010-04-26 00:18:18 +00001157/* define if your compiler has __attribute__ */
1158#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1159#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1160#endif
1161
cristy3ed852e2009-09-05 21:47:34 +00001162/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001163/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001164
1165/* Define if you have umem memory allocation library */
1166/* #undef HasUMEM */
1167
1168/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001169#ifndef MAGICKCORE_INSTALLED_SUPPORT
1170#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001171#endif
1172
1173/* Define if you have JBIG library */
cristya316db12011-10-24 00:49:45 +00001174/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001175
1176/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001177#ifndef MAGICKCORE_JP2_DELEGATE
1178#define MAGICKCORE_JP2_DELEGATE 1
1179#endif
cristy3ed852e2009-09-05 21:47:34 +00001180
1181/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001182#ifndef MAGICKCORE_JPEG_DELEGATE
1183#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001184#endif
1185
cristy71203402010-06-18 13:12:03 +00001186/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001187#ifndef MAGICKCORE_LCMS_DELEGATE
1188#define MAGICKCORE_LCMS_DELEGATE 1
1189#endif
cristy3ed852e2009-09-05 21:47:34 +00001190
1191/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001192#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001193#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001194#endif
1195
1196/* Subdirectory of lib where ImageMagick architecture dependent files are
1197 installed */
cristy964cb7f2010-04-25 23:18:00 +00001198#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001199#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001200#endif
1201
1202/* Define if you have LQR library */
cristya316db12011-10-24 00:49:45 +00001203/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001204
1205/* Define if using libltdl to support dynamically loadable modules */
cristy4d4ce002011-10-24 23:39:24 +00001206/* #undef LTDL_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001207
1208/* Define if the OS needs help to load dependent libraries for dlopen(). */
1209/* #undef LTDL_DLOPEN_DEPLIBS */
1210
1211/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001212#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristya316db12011-10-24 00:49:45 +00001213#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 +00001214#endif
1215
1216/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001217#ifndef MAGICKCORE_LT_LIBEXT
1218#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001219#endif
1220
cristyda16f162011-02-19 23:52:17 +00001221/* The archive prefix */
1222#ifndef MAGICKCORE_LT_LIBPREFIX
1223#define MAGICKCORE_LT_LIBPREFIX "lib"
1224#endif
1225
cristy3ed852e2009-09-05 21:47:34 +00001226/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001227#ifndef MAGICKCORE_LT_MODULE_EXT
1228#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001229#endif
1230
1231/* Define to the name of the environment variable that determines the run-time
1232 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001233#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1234#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001235#endif
1236
1237/* Define to the sub-directory in which libtool stores uninstalled libraries.
1238 */
cristy964cb7f2010-04-25 23:18:00 +00001239#ifndef MAGICKCORE_LT_OBJDIR
1240#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001241#endif
1242
cristy81beccd2011-10-03 18:17:24 +00001243/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001244#ifndef MAGICKCORE_LZMA_DELEGATE
1245#define MAGICKCORE_LZMA_DELEGATE 1
1246#endif
cristyfbb0ef02010-12-19 02:32:11 +00001247
cristy3ed852e2009-09-05 21:47:34 +00001248/* Define to prepend to default font search path. */
1249/* #undef MAGICK_FONT_PATH */
1250
1251/* Magick API method prefix */
1252/* #undef NAMESPACE_PREFIX */
1253
cristya0b81c32010-01-22 02:54:33 +00001254/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001255/* #undef NDEBUG */
1256
1257/* Define if dlsym() requires a leading underscore in symbol names. */
1258/* #undef NEED_USCORE */
1259
1260/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1261/* #undef NO_MINUS_C_MINUS_O */
1262
1263/* Define if you have OPENEXR library */
cristya316db12011-10-24 00:49:45 +00001264/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001265
cristya448bd22011-10-14 12:38:13 +00001266/* Name of package */
1267#ifndef MAGICKCORE_PACKAGE
cristy09b53e12011-10-14 12:47:22 +00001268#define MAGICKCORE_PACKAGE "ImageMagick"
cristya448bd22011-10-14 12:38:13 +00001269#endif
1270
cristy3ed852e2009-09-05 21:47:34 +00001271/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001272#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1273#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001274#endif
1275
1276/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001277#ifndef MAGICKCORE_PACKAGE_NAME
1278#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001279#endif
1280
1281/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001282#ifndef MAGICKCORE_PACKAGE_STRING
cristy29eb34e2011-10-16 00:46:08 +00001283#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001284#endif
1285
1286/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001287#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy09b53e12011-10-14 12:47:22 +00001288#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001289#endif
1290
cristy8b350f62009-11-15 23:12:43 +00001291/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001292#ifndef MAGICKCORE_PACKAGE_URL
1293#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001294#endif
1295
cristy3ed852e2009-09-05 21:47:34 +00001296/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001297#ifndef MAGICKCORE_PACKAGE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001298#define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
cristy3ed852e2009-09-05 21:47:34 +00001299#endif
1300
1301/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001302#ifndef MAGICKCORE_PNG_DELEGATE
1303#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001304#endif
1305
1306/* Define to necessary symbol if this constant uses a non-standard name on
1307 your system. */
1308/* #undef PTHREAD_CREATE_JOINABLE */
1309
1310/* Pixel cache threshold in MB (defaults to available memory) */
1311/* #undef PixelCacheThreshold */
1312
1313/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001314#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001315#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001316#endif
1317
1318/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001319#ifndef MAGICKCORE_RETSIGTYPE
1320#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001321#endif
1322
1323/* Define if you have RSVG library */
cristya316db12011-10-24 00:49:45 +00001324/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001325
1326/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001327#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1328#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001329#endif
1330
1331/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001332#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1333#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001334#endif
1335
1336/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001337#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1338#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001339#endif
1340
1341/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001342#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001343#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001344#endif
1345
1346/* Subdirectory of lib where architecture-independent configuration files
1347 live. */
cristy4f820712011-04-01 12:35:43 +00001348#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001349#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001350#endif
1351
1352/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001353#ifndef MAGICKCORE_SIZEOF_OFF_T
1354#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001355#endif
1356
1357/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001358#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1359#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001360#endif
1361
1362/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001363#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1364#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001365#endif
1366
1367/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001368#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1369#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001370#endif
1371
1372/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001373#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1374#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001375#endif
1376
1377/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001378#ifndef MAGICKCORE_SIZEOF_SIZE_T
1379#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001380#endif
1381
cristy330e9352010-06-01 18:42:49 +00001382/* The size of `ssize_t', as computed by sizeof. */
1383#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1384#define MAGICKCORE_SIZEOF_SSIZE_T 8
1385#endif
1386
cristy3ed852e2009-09-05 21:47:34 +00001387/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001388#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1389#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001390#endif
1391
1392/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001393#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1394#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001395#endif
1396
1397/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001398#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1399#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001400#endif
1401
1402/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001403#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1404#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001405#endif
1406
1407/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001408#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1409#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001410#endif
1411
1412/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1413/* #undef STAT_MACROS_BROKEN */
1414
1415/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001416#ifndef MAGICKCORE_STDC_HEADERS
1417#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001418#endif
1419
cristy7d4a1d62011-10-13 15:54:12 +00001420/* Define to 1 if strerror_r returns char *. */
1421#ifndef MAGICKCORE_STRERROR_R_CHAR_P
1422#define MAGICKCORE_STRERROR_R_CHAR_P 1
1423#endif
1424
cristy55bf91c2010-09-24 00:29:41 +00001425/* Define if you have POSIX threads libraries and header files. */
1426#ifndef MAGICKCORE_THREAD_SUPPORT
1427#define MAGICKCORE_THREAD_SUPPORT 1
1428#endif
1429
cristy3ed852e2009-09-05 21:47:34 +00001430/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001431#ifndef MAGICKCORE_TIFF_DELEGATE
1432#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001433#endif
1434
1435/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001436#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1437#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001438#endif
1439
1440/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1441/* #undef TM_IN_SYS_TIME */
1442
1443/* Enable extensions on AIX 3, Interix. */
1444#ifndef _ALL_SOURCE
1445# define _ALL_SOURCE 1
1446#endif
1447/* Enable GNU extensions on systems that have them. */
1448#ifndef _GNU_SOURCE
1449# define _GNU_SOURCE 1
1450#endif
1451/* Enable threading extensions on Solaris. */
1452#ifndef _POSIX_PTHREAD_SEMANTICS
1453# define _POSIX_PTHREAD_SEMANTICS 1
1454#endif
1455/* Enable extensions on HP NonStop. */
1456#ifndef _TANDEM_SOURCE
1457# define _TANDEM_SOURCE 1
1458#endif
1459/* Enable general extensions on Solaris. */
1460#ifndef __EXTENSIONS__
1461# define __EXTENSIONS__ 1
1462#endif
1463
1464
cristya448bd22011-10-14 12:38:13 +00001465/* Version number of package */
1466#ifndef MAGICKCORE_VERSION
cristy29eb34e2011-10-16 00:46:08 +00001467#define MAGICKCORE_VERSION "7.0.0-0"
cristya448bd22011-10-14 12:38:13 +00001468#endif
1469
cristyb1860752011-03-14 00:27:46 +00001470/* Define if you have WEBP library */
cristya316db12011-10-24 00:49:45 +00001471/* #undef WEBP_DELEGATE */
cristyb1860752011-03-14 00:27:46 +00001472
cristy3ed852e2009-09-05 21:47:34 +00001473/* Define to use the Windows GDI32 library */
1474/* #undef WINGDI32_DELEGATE */
1475
1476/* Define if using the dmalloc debugging malloc package */
1477/* #undef WITH_DMALLOC */
1478
cristy189e84c2011-08-27 18:08:53 +00001479/* Define if you have WMF library */
cristya316db12011-10-24 00:49:45 +00001480/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001481
cristy3ed852e2009-09-05 21:47:34 +00001482/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1483 significant byte first (like Motorola and SPARC, unlike Intel). */
1484#if defined AC_APPLE_UNIVERSAL_BUILD
1485# if defined __BIG_ENDIAN__
1486# define WORDS_BIGENDIAN 1
1487# endif
1488#else
1489# ifndef WORDS_BIGENDIAN
1490/* # undef WORDS_BIGENDIAN */
1491# endif
1492#endif
1493
1494/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001495#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1496#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001497#endif
1498
1499/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001500#ifndef MAGICKCORE_X11_DELEGATE
1501#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001502#endif
1503
1504/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001505#ifndef MAGICKCORE_XML_DELEGATE
1506#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001507#endif
1508
1509/* Define to 1 if the X Window System is missing or not being used. */
1510/* #undef X_DISPLAY_MISSING */
1511
cristy6e3607c2011-09-13 13:59:17 +00001512/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy633f0c62011-09-15 13:27:36 +00001513/* #undef ZERO_CONFIGURATION_SUPPORT */
cristy6e3607c2011-09-13 13:59:17 +00001514
cristy3ed852e2009-09-05 21:47:34 +00001515/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001516#ifndef MAGICKCORE_ZLIB_DELEGATE
1517#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001518#endif
1519
1520/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001521/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001522
1523/* enable run-time bounds-checking */
1524/* #undef _FORTIFY_SOURCE */
1525
1526/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1527/* #undef _LARGEFILE_SOURCE */
1528
1529/* Define for large files, on AIX-style hosts. */
1530/* #undef _LARGE_FILES */
1531
1532/* Define to 1 if on MINIX. */
1533/* #undef _MINIX */
1534
cristy99cc3002010-01-21 14:50:11 +00001535/* Define this for the OpenCL Accelerator */
cristy8a11cb12011-10-19 23:53:34 +00001536/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001537
cristy3ed852e2009-09-05 21:47:34 +00001538/* Define to 2 if the system does not provide POSIX.1 features except with
1539 this defined. */
1540/* #undef _POSIX_1_SOURCE */
1541
1542/* Define to 1 if you need to in order for `stat' and other things to work. */
1543/* #undef _POSIX_SOURCE */
1544
cristy501c8042011-05-26 17:46:28 +00001545/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1546 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1547 #define below would cause a syntax error. */
1548/* #undef _UINT32_T */
1549
1550/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1551 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1552 #define below would cause a syntax error. */
1553/* #undef _UINT64_T */
1554
1555/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1556 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1557 #define below would cause a syntax error. */
1558/* #undef _UINT8_T */
1559
cristy3ed852e2009-09-05 21:47:34 +00001560/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1561#ifndef __CHAR_UNSIGNED__
1562/* # undef __CHAR_UNSIGNED__ */
1563#endif
1564
1565/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1566/* #undef __error_t_defined */
1567
1568/* Define to appropriate substitue if compiler does not have __func__ */
1569/* #undef __func__ */
1570
cristy3ed852e2009-09-05 21:47:34 +00001571/* Define to a type to use for `error_t' if it is not otherwise available. */
1572/* #undef error_t */
1573
cristy501c8042011-05-26 17:46:28 +00001574/* Define to `int' if <sys/types.h> doesn't define. */
1575/* #undef gid_t */
1576
cristy3ed852e2009-09-05 21:47:34 +00001577/* Define to `__inline__' or `__inline' if that's what the C compiler
1578 calls it, or to nothing if 'inline' is not supported under any name. */
1579#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001580/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001581#endif
1582
cristy501c8042011-05-26 17:46:28 +00001583/* Define to the type of a signed integer type of width exactly 16 bits if
1584 such a type exists and the standard includes do not define it. */
1585/* #undef int16_t */
1586
1587/* Define to the type of a signed integer type of width exactly 32 bits if
1588 such a type exists and the standard includes do not define it. */
1589/* #undef int32_t */
1590
1591/* Define to the type of a signed integer type of width exactly 64 bits if
1592 such a type exists and the standard includes do not define it. */
1593/* #undef int64_t */
1594
1595/* Define to the type of a signed integer type of width exactly 8 bits if such
1596 a type exists and the standard includes do not define it. */
1597/* #undef int8_t */
1598
1599/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1600 not define. */
1601/* #undef intmax_t */
1602
1603/* Define to the type of a signed integer type wide enough to hold a pointer,
1604 if such a type exists, and if the system does not define it. */
1605/* #undef intptr_t */
1606
1607/* Define to a type if <wchar.h> does not define. */
1608/* #undef mbstate_t */
1609
cristy3ed852e2009-09-05 21:47:34 +00001610/* Define to `int' if <sys/types.h> does not define. */
1611/* #undef mode_t */
1612
1613/* Define to `long int' if <sys/types.h> does not define. */
1614/* #undef off_t */
1615
1616/* Define to `int' if <sys/types.h> does not define. */
1617/* #undef pid_t */
1618
1619/* Define to the equivalent of the C99 'restrict' keyword, or to
1620 nothing if this is not supported. Do not define if restrict is
1621 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001622#ifndef _magickcore_restrict
1623#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001624#endif
cristy8b350f62009-11-15 23:12:43 +00001625/* Work around a bug in Sun C++: it does not support _Restrict or
1626 __restrict__, even though the corresponding Sun C compiler ends up with
1627 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1628 previous line. Perhaps some future version of Sun C++ will work with
1629 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001630#if defined __SUNPRO_CC && !defined __RESTRICT
1631# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001632# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001633#endif
1634
1635/* Define to `unsigned int' if <sys/types.h> does not define. */
1636/* #undef size_t */
1637
1638/* Define to `int' if <sys/types.h> does not define. */
1639/* #undef ssize_t */
1640
cristy501c8042011-05-26 17:46:28 +00001641/* Define to `int' if <sys/types.h> doesn't define. */
1642/* #undef uid_t */
1643
1644/* Define to the type of an unsigned integer type of width exactly 16 bits if
1645 such a type exists and the standard includes do not define it. */
1646/* #undef uint16_t */
1647
1648/* Define to the type of an unsigned integer type of width exactly 32 bits if
1649 such a type exists and the standard includes do not define it. */
1650/* #undef uint32_t */
1651
1652/* Define to the type of an unsigned integer type of width exactly 64 bits if
1653 such a type exists and the standard includes do not define it. */
1654/* #undef uint64_t */
1655
1656/* Define to the type of an unsigned integer type of width exactly 8 bits if
1657 such a type exists and the standard includes do not define it. */
1658/* #undef uint8_t */
1659
1660/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1661 do not define. */
1662/* #undef uintmax_t */
1663
1664/* Define to the type of an unsigned integer type wide enough to hold a
1665 pointer, if such a type exists, and if the system does not define it. */
1666/* #undef uintptr_t */
1667
cristy3ed852e2009-09-05 21:47:34 +00001668/* Define as `fork' if `vfork' does not work. */
1669/* #undef vfork */
1670
1671/* Define to empty if the keyword `volatile' does not work. Warning: valid
1672 code using `volatile' can become incorrect without. Disable with care. */
1673/* #undef volatile */
1674
cristy4c08aed2011-07-01 19:47:50 +00001675/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001676#endif