blob: 9002a55f6ee8504fd986a62d36a0ca552edfb250 [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. */
cristyf7dc44c2011-07-20 14:41:15 +000015#ifndef MAGICKCORE_BUILD_MODULES
16#define MAGICKCORE_BUILD_MODULES 1
17#endif
cristy3ed852e2009-09-05 21:47:34 +000018
19/* Define if you have the bzip2 library */
cristy964cb7f2010-04-25 23:18:00 +000020#ifndef MAGICKCORE_BZLIB_DELEGATE
21#define MAGICKCORE_BZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +000022#endif
23
24/* Define if you have CAIRO library */
cristyc9751442010-09-29 21:34:35 +000025#ifndef MAGICKCORE_CAIRO_DELEGATE
26#define MAGICKCORE_CAIRO_DELEGATE 1
27#endif
cristy3ed852e2009-09-05 21:47:34 +000028
29/* permit enciphering and deciphering image pixels */
cristy964cb7f2010-04-25 23:18:00 +000030#ifndef MAGICKCORE_CIPHER_SUPPORT
31#define MAGICKCORE_CIPHER_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +000032#endif
33
34/* Define to 1 if the `closedir' function returns void instead of `int'. */
35/* #undef CLOSEDIR_VOID */
36
37/* Location of coder modules */
cristy964cb7f2010-04-25 23:18:00 +000038#ifndef MAGICKCORE_CODER_PATH
cristy4a3e2152011-07-02 00:59:04 +000039#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/coders/"
cristy3ed852e2009-09-05 21:47:34 +000040#endif
41
42/* Subdirectory of lib where coder modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000043#ifndef MAGICKCORE_CODER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000044#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/coders"
cristy3ed852e2009-09-05 21:47:34 +000045#endif
46
47/* Directory where architecture-dependent configuration files live. */
cristy964cb7f2010-04-25 23:18:00 +000048#ifndef MAGICKCORE_CONFIGURE_PATH
cristyba0f1972011-03-28 12:42:52 +000049#define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
cristy3ed852e2009-09-05 21:47:34 +000050#endif
51
52/* Subdirectory of lib where architecture-dependent configuration files live.
53 */
cristy964cb7f2010-04-25 23:18:00 +000054#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristyba0f1972011-03-28 12:42:52 +000055#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +000056#endif
57
58/* Define if you have DJVU library */
cristyf89cb1d2011-07-07 01:24:37 +000059#ifndef MAGICKCORE_DJVU_DELEGATE
60#define MAGICKCORE_DJVU_DELEGATE 1
61#endif
cristy3ed852e2009-09-05 21:47:34 +000062
63/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000064#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy4c08aed2011-07-01 19:47:50 +000065#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7.0.0//"
cristy3ed852e2009-09-05 21:47:34 +000066#endif
67
68/* Define if you have Display Postscript */
69/* #undef DPS_DELEGATE */
70
cristy161b9262010-03-20 19:34:32 +000071/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy3ed852e2009-09-05 21:47:34 +000072/* #undef EMBEDDABLE_SUPPORT */
73
74/* 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 */
cristy3884f692011-07-08 18:00:18 +000083#ifndef MAGICKCORE_FFTW_DELEGATE
84#define MAGICKCORE_FFTW_DELEGATE 1
85#endif
cristy3ed852e2009-09-05 21:47:34 +000086
87/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000088#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000089#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000090#endif
91
92/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000093#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000094#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000095#endif
96
97/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000098#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
99#define MAGICKCORE_FONTCONFIG_DELEGATE 1
100#endif
cristy3ed852e2009-09-05 21:47:34 +0000101
102/* Define if you have FlashPIX library */
103/* #undef FPX_DELEGATE */
104
105/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000106#ifndef MAGICKCORE_FREETYPE_DELEGATE
107#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000108#endif
109
110/* Define if you have Ghostscript library or framework */
111/* #undef GS_DELEGATE */
112
113/* Define if you have GVC library */
cristyae29c4f2010-12-28 14:45:29 +0000114#ifndef MAGICKCORE_GVC_DELEGATE
115#define MAGICKCORE_GVC_DELEGATE 1
116#endif
cristy3ed852e2009-09-05 21:47:34 +0000117
118/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000119#ifndef MAGICKCORE_HAVE_ARGZ_ADD
120#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000121#endif
122
123/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000124#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
125#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000126#endif
127
128/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000129#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
130#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000131#endif
132
133/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000134#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
135#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000136#endif
137
138/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000139#ifndef MAGICKCORE_HAVE_ARGZ_H
140#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000141#endif
142
143/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000144#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
145#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000146#endif
147
148/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000149#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
150#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000151#endif
152
153/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000154#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
155#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000156#endif
157
158/* Define to 1 if you have the <arm/limits.h> header file. */
159/* #undef HAVE_ARM_LIMITS_H */
160
161/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000162#ifndef MAGICKCORE_HAVE_ATEXIT
163#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000164#endif
165
cristyc5baf4f2010-08-31 15:05:33 +0000166/* Define to 1 if you have the `atoll' function. */
167#ifndef MAGICKCORE_HAVE_ATOLL
168#define MAGICKCORE_HAVE_ATOLL 1
169#endif
170
cristy3ed852e2009-09-05 21:47:34 +0000171/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000172#ifndef MAGICKCORE_HAVE_BOOL
173#define MAGICKCORE_HAVE_BOOL /**/
174#endif
cristy3ed852e2009-09-05 21:47:34 +0000175
cristy47b022b2011-01-18 22:29:21 +0000176/* Define to 1 if you have the `cabs' function. */
177#ifndef MAGICKCORE_HAVE_CABS
178#define MAGICKCORE_HAVE_CABS 1
179#endif
180
181/* Define to 1 if you have the `carg' function. */
182#ifndef MAGICKCORE_HAVE_CARG
183#define MAGICKCORE_HAVE_CARG 1
184#endif
185
cristy56ed31c2010-03-22 00:46:21 +0000186/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000187#ifndef MAGICKCORE_HAVE_CIMAG
188#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000189#endif
190
cristy3ed852e2009-09-05 21:47:34 +0000191/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000192#ifndef MAGICKCORE_HAVE_CLOCK
193#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000194#endif
195
cristye43a45e2009-09-28 14:49:00 +0000196/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000197#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
198#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000199#endif
200
cristye43a45e2009-09-28 14:49:00 +0000201/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000202#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
203#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000204#endif
205
cristy3ed852e2009-09-05 21:47:34 +0000206/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000207#ifndef MAGICKCORE_HAVE_CLOSEDIR
208#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000209#endif
210
cristyfe2e68f2010-01-09 19:16:03 +0000211/* Define to 1 if you have the <CL/cl.h> header file. */
cristy85278ed2010-05-31 15:10:05 +0000212/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000213
cristy3ed852e2009-09-05 21:47:34 +0000214/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000215#ifndef MAGICKCORE_HAVE_COMPLEX_H
216#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000217#endif
218
cristy47b022b2011-01-18 22:29:21 +0000219/* Define to 1 if you have the `creal' function. */
220#ifndef MAGICKCORE_HAVE_CREAL
221#define MAGICKCORE_HAVE_CREAL 1
222#endif
223
cristyc5baf4f2010-08-31 15:05:33 +0000224/* Define to 1 if you have the `ctime_r' function. */
225#ifndef MAGICKCORE_HAVE_CTIME_R
226#define MAGICKCORE_HAVE_CTIME_R 1
227#endif
228
cristy3ed852e2009-09-05 21:47:34 +0000229/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
230 you don't. */
231/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
232
233/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
234 */
cristy964cb7f2010-04-25 23:18:00 +0000235#ifndef MAGICKCORE_HAVE_DECL_PREAD
236#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000237#endif
238
239/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
240 */
cristy964cb7f2010-04-25 23:18:00 +0000241#ifndef MAGICKCORE_HAVE_DECL_PWRITE
242#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000243#endif
244
245/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
246 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000247#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
248#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000249#endif
250
cristy92703d82010-04-26 00:18:18 +0000251/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
252 */
253/* #undef HAVE_DECL_TZNAME */
254
cristy3ed852e2009-09-05 21:47:34 +0000255/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
256 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000257#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
258#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000259#endif
260
261/* Define to 1 if you have the `directio' function. */
262/* #undef HAVE_DIRECTIO */
263
264/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
265 */
cristy964cb7f2010-04-25 23:18:00 +0000266#ifndef MAGICKCORE_HAVE_DIRENT_H
267#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000268#endif
269
270/* Define if you have the GNU dld library. */
271/* #undef HAVE_DLD */
272
273/* Define to 1 if you have the <dld.h> header file. */
274/* #undef HAVE_DLD_H */
275
276/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000277#ifndef MAGICKCORE_HAVE_DLERROR
278#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000279#endif
280
281/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000282#ifndef MAGICKCORE_HAVE_DLFCN_H
283#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000284#endif
285
286/* Define to 1 if you have the <dl.h> header file. */
287/* #undef HAVE_DL_H */
288
289/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
290/* #undef HAVE_DOPRNT */
291
292/* Define if you have the _dyld_func_lookup function. */
293/* #undef HAVE_DYLD */
294
295/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000296#ifndef MAGICKCORE_HAVE_ERRNO_H
297#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000298#endif
299
300/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000301#ifndef MAGICKCORE_HAVE_ERROR_T
302#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000303#endif
304
305/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000306#ifndef MAGICKCORE_HAVE_EXECVP
307#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000308#endif
309
cristyf1440cb2010-02-23 02:24:21 +0000310/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000311#ifndef MAGICKCORE_HAVE_FCHMOD
312#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000313#endif
314
cristy3ed852e2009-09-05 21:47:34 +0000315/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000316#ifndef MAGICKCORE_HAVE_FCNTL_H
317#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000318#endif
319
320/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000321#ifndef MAGICKCORE_HAVE_FLOOR
322#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000323#endif
cristy3ed852e2009-09-05 21:47:34 +0000324
325/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000326#ifndef MAGICKCORE_HAVE_FORK
327#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000328#endif
329
330/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000331#ifndef MAGICKCORE_HAVE_FSEEKO
332#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000333#endif
334
335/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000336#ifndef MAGICKCORE_HAVE_FT2BUILD_H
337#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000338#endif
339
340/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000341#ifndef MAGICKCORE_HAVE_FTIME
342#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000343#endif
344
345/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000346#ifndef MAGICKCORE_HAVE_FTRUNCATE
347#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000348#endif
349
350/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000351#ifndef MAGICKCORE_HAVE_GETCWD
352#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000353#endif
354
cristyc5baf4f2010-08-31 15:05:33 +0000355/* Define to 1 if you have the `getc_unlocked' function. */
356#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
357#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
358#endif
359
cristy3ed852e2009-09-05 21:47:34 +0000360/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000361#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
362#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000363#endif
364
365/* Define to 1 if you have the `getexecname' function. */
366/* #undef HAVE_GETEXECNAME */
367
368/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000369#ifndef MAGICKCORE_HAVE_GETPAGESIZE
370#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000371#endif
372
373/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000374#ifndef MAGICKCORE_HAVE_GETPID
375#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000376#endif
377
cristyd3ef0102009-09-12 18:11:06 +0000378/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000379#ifndef MAGICKCORE_HAVE_GETRLIMIT
380#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000381#endif
382
cristy3ed852e2009-09-05 21:47:34 +0000383/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000384#ifndef MAGICKCORE_HAVE_GETRUSAGE
385#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000386#endif
387
388/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000389#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
390#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000391#endif
392
393/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000394#ifndef MAGICKCORE_HAVE_GMTIME_R
395#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000396#endif
397
cristy501c8042011-05-26 17:46:28 +0000398/* Define to 1 if the system has the type `intmax_t'. */
399#ifndef MAGICKCORE_HAVE_INTMAX_T
400#define MAGICKCORE_HAVE_INTMAX_T 1
401#endif
402
403/* Define to 1 if the system has the type `intptr_t'. */
404#ifndef MAGICKCORE_HAVE_INTPTR_T
405#define MAGICKCORE_HAVE_INTPTR_T 1
406#endif
407
cristy3ed852e2009-09-05 21:47:34 +0000408/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000409#ifndef MAGICKCORE_HAVE_INTTYPES_H
410#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000411#endif
412
cristy161b9262010-03-20 19:34:32 +0000413/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000414#ifndef MAGICKCORE_HAVE_J0
415#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000416#endif
417
418/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000419#ifndef MAGICKCORE_HAVE_J1
420#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000421#endif
422
cristyd09bcf92010-03-25 03:04:45 +0000423/* Define if you have the <lcms2.h> header file. */
cristyed231572011-07-14 02:18:59 +0000424/* #undef HAVE_LCMS2_H */
cristyd09bcf92010-03-25 03:04:45 +0000425
cristy71203402010-06-18 13:12:03 +0000426/* Define if you have the <lcms2/lcms2.h> header file. */
427/* #undef HAVE_LCMS2_LCMS2_H */
428
cristy3ed852e2009-09-05 21:47:34 +0000429/* Define if you have the <lcms.h> header file. */
cristyed231572011-07-14 02:18:59 +0000430#ifndef MAGICKCORE_HAVE_LCMS_H
431#define MAGICKCORE_HAVE_LCMS_H 1
432#endif
cristy3ed852e2009-09-05 21:47:34 +0000433
434/* Define if you have the <lcms/lcms.h> header file. */
435/* #undef HAVE_LCMS_LCMS_H */
436
437/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000438#ifndef MAGICKCORE_HAVE_LIBDL
439#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000440#endif
441
442/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000443#ifndef MAGICKCORE_HAVE_LIBDLLOADER
444#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000445#endif
446
447/* Define to 1 if you have the `gcov' library (-lgcov). */
448/* #undef HAVE_LIBGCOV */
449
450/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000451#ifndef MAGICKCORE_HAVE_LIMITS_H
452#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000453#endif
454
455/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000456#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
457#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000458#endif
459
cristyc5baf4f2010-08-31 15:05:33 +0000460/* Define to 1 if you have the `lltostr' function. */
461/* #undef HAVE_LLTOSTR */
462
cristy3ed852e2009-09-05 21:47:34 +0000463/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000464#ifndef MAGICKCORE_HAVE_LOCALE_H
465#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000466#endif
467
468/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000469#ifndef MAGICKCORE_HAVE_LOCALTIME_R
470#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000471#endif
472
cristy501c8042011-05-26 17:46:28 +0000473/* Define to 1 if the system has the type `long double'. */
474#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
475#define MAGICKCORE_HAVE_LONG_DOUBLE 1
476#endif
477
cristy3ed852e2009-09-05 21:47:34 +0000478/* Define to 1 if the type `long double' works and has more range or precision
479 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000480#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
481#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000482#endif
483
cristy501c8042011-05-26 17:46:28 +0000484/* Define to 1 if the system has the type `long long int'. */
485#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
486#define MAGICKCORE_HAVE_LONG_LONG_INT 1
487#endif
488
cristy3ed852e2009-09-05 21:47:34 +0000489/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000490#ifndef MAGICKCORE_HAVE_LSTAT
491#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000492#endif
493
cristy3ed852e2009-09-05 21:47:34 +0000494/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000495#ifndef MAGICKCORE_HAVE_LTDL
496#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000497#endif
498
499/* Define to 1 if you have the <machine/param.h> header file. */
500/* #undef HAVE_MACHINE_PARAM_H */
501
502/* Define to 1 if you have the <mach-o/dyld.h> header file. */
503/* #undef HAVE_MACH_O_DYLD_H */
504
cristy501c8042011-05-26 17:46:28 +0000505/* Define to 1 if <wchar.h> declares mbstate_t. */
506#ifndef MAGICKCORE_HAVE_MBSTATE_T
507#define MAGICKCORE_HAVE_MBSTATE_T 1
508#endif
509
cristy3ed852e2009-09-05 21:47:34 +0000510/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000511#ifndef MAGICKCORE_HAVE_MEMMOVE
512#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000513#endif
514
515/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000516#ifndef MAGICKCORE_HAVE_MEMORY_H
517#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000518#endif
519
520/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000521#ifndef MAGICKCORE_HAVE_MEMSET
522#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000523#endif
524
525/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000526#ifndef MAGICKCORE_HAVE_MKSTEMP
527#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000528#endif
529
530/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000531#ifndef MAGICKCORE_HAVE_MMAP
532#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000533#endif
534
535/* Define to 1 if you have a working `mmap' system call. */
cristyf7dc44c2011-07-20 14:41:15 +0000536#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
537#define MAGICKCORE_HAVE_MMAP_FILEIO 1
538#endif
cristy3ed852e2009-09-05 21:47:34 +0000539
540/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000541#ifndef MAGICKCORE_HAVE_MUNMAP
542#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000543#endif
544
545/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000546#ifndef MAGICKCORE_HAVE_NAMESPACES
547#define MAGICKCORE_HAVE_NAMESPACES /**/
548#endif
cristy964cb7f2010-04-25 23:18:00 +0000549
550/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000551#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
552#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
553#endif
cristy3ed852e2009-09-05 21:47:34 +0000554
cristya21afde2010-07-02 00:45:40 +0000555/* Define to 1 if you have the `nanosleep' function. */
556#ifndef MAGICKCORE_HAVE_NANOSLEEP
557#define MAGICKCORE_HAVE_NANOSLEEP 1
558#endif
559
cristy3ed852e2009-09-05 21:47:34 +0000560/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
561/* #undef HAVE_NDIR_H */
562
cristya8549b12011-05-18 19:05:08 +0000563/* Define to 1 if you have the `newlocale' function. */
564#ifndef MAGICKCORE_HAVE_NEWLOCALE
565#define MAGICKCORE_HAVE_NEWLOCALE 1
566#endif
567
cristyfe2e68f2010-01-09 19:16:03 +0000568/* Define to 1 if you have the <OpenCL/cl.h> header file. */
569/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000570
cristy3ed852e2009-09-05 21:47:34 +0000571/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000572#ifndef MAGICKCORE_HAVE_OPENDIR
573#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000574#endif
575
576/* Define to 1 if you have the <OS.h> header file. */
577/* #undef HAVE_OS_H */
578
579/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000580#ifndef MAGICKCORE_HAVE_PCLOSE
581#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000582#endif
583
584/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000585#ifndef MAGICKCORE_HAVE_POLL
586#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000587#endif
588
589/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000590#ifndef MAGICKCORE_HAVE_POPEN
591#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000592#endif
593
594/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000595#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
596#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000597#endif
598
599/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000600#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
601#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000602#endif
603
604/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000605#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
606#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000607#endif
608
609/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000610#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
611#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000612#endif
613
cristy5c40fb42010-08-05 16:12:44 +0000614/* Define to 1 if you have the `posix_spawnp' function. */
615#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
616#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
617#endif
618
cristy3ed852e2009-09-05 21:47:34 +0000619/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000620#ifndef MAGICKCORE_HAVE_POW
621#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000622#endif
cristy3ed852e2009-09-05 21:47:34 +0000623
624/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000625#ifndef MAGICKCORE_HAVE_PREAD
626#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000627#endif
628
629/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000630#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
631#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000632#endif
633
cristy98e91bd2010-01-12 01:11:42 +0000634/* Define to 1 if you have the <process.h> header file. */
635/* #undef HAVE_PROCESS_H */
636
cristy3ed852e2009-09-05 21:47:34 +0000637/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000638#ifndef MAGICKCORE_HAVE_PTHREAD
639#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000640#endif
641
642/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000643#ifndef MAGICKCORE_HAVE_PWRITE
644#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000645#endif
646
cristyc5baf4f2010-08-31 15:05:33 +0000647/* Define to 1 if you have the `qsort_r' function. */
648#ifndef MAGICKCORE_HAVE_QSORT_R
649#define MAGICKCORE_HAVE_QSORT_R 1
650#endif
651
cristy3ed852e2009-09-05 21:47:34 +0000652/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000653#ifndef MAGICKCORE_HAVE_RAISE
654#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000655#endif
656
657/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000658#ifndef MAGICKCORE_HAVE_RAND_R
659#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000660#endif
661
662/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000663#ifndef MAGICKCORE_HAVE_READDIR
664#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000665#endif
666
667/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000668#ifndef MAGICKCORE_HAVE_READDIR_R
669#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000670#endif
671
672/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000673#ifndef MAGICKCORE_HAVE_READLINK
674#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000675#endif
676
677/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000678#ifndef MAGICKCORE_HAVE_REALPATH
679#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000680#endif
681
682/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000683#ifndef MAGICKCORE_HAVE_SEEKDIR
684#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000685#endif
686
687/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000688#ifndef MAGICKCORE_HAVE_SELECT
689#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000690#endif
691
692/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000693#ifndef MAGICKCORE_HAVE_SETLOCALE
694#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000695#endif
696
697/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000698#ifndef MAGICKCORE_HAVE_SETVBUF
699#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000700#endif
701
702/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000703#ifndef MAGICKCORE_HAVE_SHAPE
704#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000705#endif
706
707/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000708#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
709#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000710#endif
711
712/* Define if you have the shl_load function. */
713/* #undef HAVE_SHL_LOAD */
714
715/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000716#ifndef MAGICKCORE_HAVE_SIGACTION
717#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000718#endif
719
720/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000721#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
722#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000723#endif
724
cristy393bbe52010-01-11 16:32:56 +0000725/* Define to 1 if you have the `spawnvp' function. */
726/* #undef HAVE_SPAWNVP */
727
cristy3ed852e2009-09-05 21:47:34 +0000728/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000729#ifndef MAGICKCORE_HAVE_SQRT
730#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000731#endif
cristy3ed852e2009-09-05 21:47:34 +0000732
733/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000734#ifndef MAGICKCORE_HAVE_STAT
735#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000736#endif
737
738/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000739#ifndef MAGICKCORE_HAVE_STDARG_H
740#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000741#endif
742
743/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000744#ifndef MAGICKCORE_HAVE_STDBOOL_H
745#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000746#endif
747
cristy3ed852e2009-09-05 21:47:34 +0000748/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000749#ifndef MAGICKCORE_HAVE_STDINT_H
750#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000751#endif
752
753/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000754#ifndef MAGICKCORE_HAVE_STDLIB_H
755#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000756#endif
757
758/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000759#ifndef MAGICKCORE_HAVE_STD_LIBS
760#define MAGICKCORE_HAVE_STD_LIBS /**/
761#endif
cristy3ed852e2009-09-05 21:47:34 +0000762
763/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000764#ifndef MAGICKCORE_HAVE_STRCASECMP
765#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000766#endif
767
768/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000769#ifndef MAGICKCORE_HAVE_STRCHR
770#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000771#endif
772
773/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000774#ifndef MAGICKCORE_HAVE_STRCSPN
775#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000776#endif
777
778/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000779#ifndef MAGICKCORE_HAVE_STRDUP
780#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000781#endif
782
783/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000784#ifndef MAGICKCORE_HAVE_STRERROR
785#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000786#endif
787
788/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000789#ifndef MAGICKCORE_HAVE_STRERROR_R
790#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000791#endif
792
793/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000794#ifndef MAGICKCORE_HAVE_STRINGIZE
795#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000796#endif
797
798/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000799#ifndef MAGICKCORE_HAVE_STRINGS_H
800#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000801#endif
802
803/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000804#ifndef MAGICKCORE_HAVE_STRING_H
805#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000806#endif
807
808/* Define to 1 if you have the `strlcat' function. */
809/* #undef HAVE_STRLCAT */
810
811/* Define to 1 if you have the `strlcpy' function. */
812/* #undef HAVE_STRLCPY */
813
814/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000815#ifndef MAGICKCORE_HAVE_STRNCASECMP
816#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000817#endif
818
819/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000820#ifndef MAGICKCORE_HAVE_STRPBRK
821#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000822#endif
823
824/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000825#ifndef MAGICKCORE_HAVE_STRRCHR
826#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000827#endif
828
829/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000830#ifndef MAGICKCORE_HAVE_STRSPN
831#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000832#endif
833
834/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000835#ifndef MAGICKCORE_HAVE_STRSTR
836#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000837#endif
838
cristy6c1eef12011-05-17 02:13:08 +0000839/* Define to 1 if you have the `strtod' function. */
840#ifndef MAGICKCORE_HAVE_STRTOD
841#define MAGICKCORE_HAVE_STRTOD 1
842#endif
843
844/* Define to 1 if you have the `strtod_l' function. */
845#ifndef MAGICKCORE_HAVE_STRTOD_L
846#define MAGICKCORE_HAVE_STRTOD_L 1
847#endif
848
cristy3ed852e2009-09-05 21:47:34 +0000849/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000850#ifndef MAGICKCORE_HAVE_STRTOL
851#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000852#endif
853
cristy5131f3e2009-12-18 03:09:10 +0000854/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000855#ifndef MAGICKCORE_HAVE_STRTOUL
856#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000857#endif
858
cristy92703d82010-04-26 00:18:18 +0000859/* Define to 1 if `tm_zone' is a member of `struct tm'. */
860#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
861#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
862#endif
863
cristy3ed852e2009-09-05 21:47:34 +0000864/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000865#ifndef MAGICKCORE_HAVE_SYMLINK
866#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000867#endif
868
869/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000870#ifndef MAGICKCORE_HAVE_SYSCONF
871#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000872#endif
873
874/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
875 */
876/* #undef HAVE_SYS_DIR_H */
877
878/* Define to 1 if you have the <sys/dl.h> header file. */
879/* #undef HAVE_SYS_DL_H */
880
881/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000882#ifndef MAGICKCORE_HAVE_SYS_IPC_H
883#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000884#endif
885
886/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
887 */
888/* #undef HAVE_SYS_NDIR_H */
889
cristycd4c5312009-11-22 01:19:08 +0000890/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000891#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
892#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000893#endif
894
cristy3ed852e2009-09-05 21:47:34 +0000895/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000896#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
897#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000898#endif
899
900/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000901#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
902#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000903#endif
904
905/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000906#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
907#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000908#endif
909
910/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000911#ifndef MAGICKCORE_HAVE_SYS_STAT_H
912#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000913#endif
914
915/* Define to 1 if you have the <sys/syslimits.h> header file. */
916/* #undef HAVE_SYS_SYSLIMITS_H */
917
918/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000919#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
920#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000921#endif
922
923/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000924#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
925#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000926#endif
927
928/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000929#ifndef MAGICKCORE_HAVE_SYS_TIME_H
930#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000931#endif
932
933/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000934#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
935#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000936#endif
937
938/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000939#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
940#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000941#endif
942
943/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000944#ifndef MAGICKCORE_HAVE_TELLDIR
945#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000946#endif
947
948/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000949#ifndef MAGICKCORE_HAVE_TEMPNAM
950#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000951#endif
952
953/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000954#ifndef MAGICKCORE_HAVE_TIFFCONF_H
955#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000956#endif
957
958/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000959#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
960#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000961#endif
962
963/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000964#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
965#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000966#endif
967
968/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000969#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
970#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000971#endif
972
973/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000974#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
975#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000976#endif
977
978/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000979#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
980#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000981#endif
982
983/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000984#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
985#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000986#endif
987
988/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +0000989#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
990#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +0000991#endif
992
993/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000994#ifndef MAGICKCORE_HAVE_TIMES
995#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000996#endif
997
cristy92703d82010-04-26 00:18:18 +0000998/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
999 `HAVE_STRUCT_TM_TM_ZONE' instead. */
1000#ifndef MAGICKCORE_HAVE_TM_ZONE
1001#define MAGICKCORE_HAVE_TM_ZONE 1
1002#endif
1003
1004/* Define to 1 if you don't have `tm_zone' but do have the external array
1005 `tzname'. */
1006/* #undef HAVE_TZNAME */
1007
cristy501c8042011-05-26 17:46:28 +00001008/* Define to 1 if the system has the type `uintmax_t'. */
1009#ifndef MAGICKCORE_HAVE_UINTMAX_T
1010#define MAGICKCORE_HAVE_UINTMAX_T 1
1011#endif
1012
1013/* Define to 1 if the system has the type `uintptr_t'. */
1014#ifndef MAGICKCORE_HAVE_UINTPTR_T
1015#define MAGICKCORE_HAVE_UINTPTR_T 1
1016#endif
1017
cristyc5baf4f2010-08-31 15:05:33 +00001018/* Define to 1 if you have the `ulltostr' function. */
1019/* #undef HAVE_ULLTOSTR */
1020
cristy3ed852e2009-09-05 21:47:34 +00001021/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001022#ifndef MAGICKCORE_HAVE_UNISTD_H
1023#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001024#endif
1025
cristy501c8042011-05-26 17:46:28 +00001026/* Define to 1 if the system has the type `unsigned long long int'. */
1027#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1028#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1029#endif
1030
cristya20c9042011-05-19 13:22:18 +00001031/* Define to 1 if you have the `uselocale' function. */
1032#ifndef MAGICKCORE_HAVE_USELOCALE
1033#define MAGICKCORE_HAVE_USELOCALE 1
1034#endif
1035
cristy3ed852e2009-09-05 21:47:34 +00001036/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001037#ifndef MAGICKCORE_HAVE_USLEEP
1038#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001039#endif
1040
cristyf1440cb2010-02-23 02:24:21 +00001041/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001042#ifndef MAGICKCORE_HAVE_UTIME
1043#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001044#endif
1045
cristy3ed852e2009-09-05 21:47:34 +00001046/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001047#ifndef MAGICKCORE_HAVE_VFORK
1048#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001049#endif
1050
1051/* Define to 1 if you have the <vfork.h> header file. */
1052/* #undef HAVE_VFORK_H */
1053
cristy5d0cd952011-05-19 21:21:41 +00001054/* Define to 1 if you have the `vfprintf' function. */
1055#ifndef MAGICKCORE_HAVE_VFPRINTF
1056#define MAGICKCORE_HAVE_VFPRINTF 1
1057#endif
1058
1059/* Define to 1 if you have the `vfprintf_l' function. */
1060/* #undef HAVE_VFPRINTF_L */
1061
cristy3ed852e2009-09-05 21:47:34 +00001062/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001063#ifndef MAGICKCORE_HAVE_VPRINTF
1064#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001065#endif
1066
1067/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001068#ifndef MAGICKCORE_HAVE_VSNPRINTF
1069#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001070#endif
1071
cristyb51dff52011-05-19 16:55:47 +00001072/* Define to 1 if you have the `vsnprintf_l' function. */
1073/* #undef HAVE_VSNPRINTF_L */
1074
cristy3ed852e2009-09-05 21:47:34 +00001075/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001076#ifndef MAGICKCORE_HAVE_VSPRINTF
1077#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001078#endif
1079
1080/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001081#ifndef MAGICKCORE_HAVE_WAITPID
1082#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001083#endif
1084
1085/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001086#ifndef MAGICKCORE_HAVE_WCHAR_H
1087#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001088#endif
1089
cristy736173a2009-09-20 21:18:22 +00001090/* Define to 1 if you have the <windows.h> header file. */
1091/* #undef HAVE_WINDOWS_H */
1092
cristy739df912009-10-24 16:10:18 +00001093/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001094#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1095#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001096#endif
1097
1098/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001099#ifndef MAGICKCORE_HAVE_WORKING_FORK
1100#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001101#endif
1102
1103/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001104#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1105#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001106#endif
1107
cristya8549b12011-05-18 19:05:08 +00001108/* Define to 1 if you have the <xlocale.h> header file. */
1109#ifndef MAGICKCORE_HAVE_XLOCALE_H
1110#define MAGICKCORE_HAVE_XLOCALE_H 1
1111#endif
1112
cristy3ed852e2009-09-05 21:47:34 +00001113/* Define to 1 if the system has the type `_Bool'. */
cristyf7dc44c2011-07-20 14:41:15 +00001114#ifndef MAGICKCORE_HAVE__BOOL
1115#define MAGICKCORE_HAVE__BOOL 1
1116#endif
cristy3ed852e2009-09-05 21:47:34 +00001117
1118/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001119#ifndef MAGICKCORE_HAVE__EXIT
1120#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001121#endif
1122
1123/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1124/* #undef HAVE__NSGETEXECUTABLEPATH */
1125
1126/* Define to 1 if you have the `_pclose' function. */
1127/* #undef HAVE__PCLOSE */
1128
1129/* Define to 1 if you have the `_popen' function. */
1130/* #undef HAVE__POPEN */
1131
1132/* Define to 1 if you have the `_wfopen' function. */
1133/* #undef HAVE__WFOPEN */
1134
1135/* Define to 1 if you have the `_wstat' function. */
1136/* #undef HAVE__WSTAT */
1137
cristy92703d82010-04-26 00:18:18 +00001138/* define if your compiler has __attribute__ */
1139#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1140#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1141#endif
1142
cristy3ed852e2009-09-05 21:47:34 +00001143/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001144/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001145
1146/* Define if you have umem memory allocation library */
1147/* #undef HasUMEM */
1148
1149/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001150#ifndef MAGICKCORE_INSTALLED_SUPPORT
1151#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001152#endif
1153
1154/* Define if you have JBIG library */
cristyed231572011-07-14 02:18:59 +00001155#ifndef MAGICKCORE_JBIG_DELEGATE
1156#define MAGICKCORE_JBIG_DELEGATE 1
1157#endif
cristy3ed852e2009-09-05 21:47:34 +00001158
1159/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001160#ifndef MAGICKCORE_JP2_DELEGATE
1161#define MAGICKCORE_JP2_DELEGATE 1
1162#endif
cristy3ed852e2009-09-05 21:47:34 +00001163
1164/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001165#ifndef MAGICKCORE_JPEG_DELEGATE
1166#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001167#endif
1168
cristy71203402010-06-18 13:12:03 +00001169/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001170#ifndef MAGICKCORE_LCMS_DELEGATE
1171#define MAGICKCORE_LCMS_DELEGATE 1
1172#endif
cristy3ed852e2009-09-05 21:47:34 +00001173
1174/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001175#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001176#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001177#endif
1178
1179/* Subdirectory of lib where ImageMagick architecture dependent files are
1180 installed */
cristy964cb7f2010-04-25 23:18:00 +00001181#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001182#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001183#endif
1184
1185/* Define if you have LQR library */
cristyed231572011-07-14 02:18:59 +00001186#ifndef MAGICKCORE_LQR_DELEGATE
1187#define MAGICKCORE_LQR_DELEGATE 1
1188#endif
cristy3ed852e2009-09-05 21:47:34 +00001189
1190/* Define if using libltdl to support dynamically loadable modules */
cristyf7dc44c2011-07-20 14:41:15 +00001191#ifndef MAGICKCORE_LTDL_DELEGATE
1192#define MAGICKCORE_LTDL_DELEGATE 1
1193#endif
cristy3ed852e2009-09-05 21:47:34 +00001194
1195/* Define if the OS needs help to load dependent libraries for dlopen(). */
1196/* #undef LTDL_DLOPEN_DEPLIBS */
1197
1198/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001199#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristyed231572011-07-14 02:18:59 +00001200#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/R/lib:/usr/lib64/atlas:/opt/modules/pkg/intel/f77/10.0.025/lib:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001201#endif
1202
1203/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001204#ifndef MAGICKCORE_LT_LIBEXT
1205#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001206#endif
1207
cristyda16f162011-02-19 23:52:17 +00001208/* The archive prefix */
1209#ifndef MAGICKCORE_LT_LIBPREFIX
1210#define MAGICKCORE_LT_LIBPREFIX "lib"
1211#endif
1212
cristy3ed852e2009-09-05 21:47:34 +00001213/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001214#ifndef MAGICKCORE_LT_MODULE_EXT
1215#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001216#endif
1217
1218/* Define to the name of the environment variable that determines the run-time
1219 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001220#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1221#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001222#endif
1223
1224/* Define to the sub-directory in which libtool stores uninstalled libraries.
1225 */
cristy964cb7f2010-04-25 23:18:00 +00001226#ifndef MAGICKCORE_LT_OBJDIR
1227#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001228#endif
1229
cristyfbb0ef02010-12-19 02:32:11 +00001230/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001231#ifndef MAGICKCORE_LZMA_DELEGATE
1232#define MAGICKCORE_LZMA_DELEGATE 1
1233#endif
cristyfbb0ef02010-12-19 02:32:11 +00001234
cristy3ed852e2009-09-05 21:47:34 +00001235/* Define to prepend to default font search path. */
1236/* #undef MAGICK_FONT_PATH */
1237
1238/* Magick API method prefix */
1239/* #undef NAMESPACE_PREFIX */
1240
cristya0b81c32010-01-22 02:54:33 +00001241/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001242/* #undef NDEBUG */
1243
1244/* Define if dlsym() requires a leading underscore in symbol names. */
1245/* #undef NEED_USCORE */
1246
1247/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1248/* #undef NO_MINUS_C_MINUS_O */
1249
1250/* Define if you have OPENEXR library */
cristy3884f692011-07-08 18:00:18 +00001251#ifndef MAGICKCORE_OPENEXR_DELEGATE
1252#define MAGICKCORE_OPENEXR_DELEGATE 1
1253#endif
cristy3ed852e2009-09-05 21:47:34 +00001254
1255/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001256#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1257#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001258#endif
1259
1260/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001261#ifndef MAGICKCORE_PACKAGE_NAME
1262#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001263#endif
1264
1265/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001266#ifndef MAGICKCORE_PACKAGE_STRING
cristy4c08aed2011-07-01 19:47:50 +00001267#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001268#endif
1269
1270/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001271#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy4c08aed2011-07-01 19:47:50 +00001272#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001273#endif
1274
cristy8b350f62009-11-15 23:12:43 +00001275/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001276#ifndef MAGICKCORE_PACKAGE_URL
1277#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001278#endif
1279
cristy3ed852e2009-09-05 21:47:34 +00001280/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001281#ifndef MAGICKCORE_PACKAGE_VERSION
cristy4c08aed2011-07-01 19:47:50 +00001282#define MAGICKCORE_PACKAGE_VERSION "7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001283#endif
1284
1285/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001286#ifndef MAGICKCORE_PNG_DELEGATE
1287#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001288#endif
1289
1290/* Define to necessary symbol if this constant uses a non-standard name on
1291 your system. */
1292/* #undef PTHREAD_CREATE_JOINABLE */
1293
1294/* Pixel cache threshold in MB (defaults to available memory) */
1295/* #undef PixelCacheThreshold */
1296
1297/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001298#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001299#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001300#endif
1301
1302/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001303#ifndef MAGICKCORE_RETSIGTYPE
1304#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001305#endif
1306
1307/* Define if you have RSVG library */
cristy3884f692011-07-08 18:00:18 +00001308#ifndef MAGICKCORE_RSVG_DELEGATE
1309#define MAGICKCORE_RSVG_DELEGATE 1
1310#endif
cristy3ed852e2009-09-05 21:47:34 +00001311
1312/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001313#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1314#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001315#endif
1316
1317/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001318#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1319#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001320#endif
1321
1322/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001323#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1324#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001325#endif
1326
1327/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001328#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001329#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001330#endif
1331
1332/* Subdirectory of lib where architecture-independent configuration files
1333 live. */
cristy4f820712011-04-01 12:35:43 +00001334#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001335#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001336#endif
1337
1338/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001339#ifndef MAGICKCORE_SIZEOF_OFF_T
1340#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001341#endif
1342
1343/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001344#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1345#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001346#endif
1347
1348/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001349#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1350#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001351#endif
1352
1353/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001354#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1355#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001356#endif
1357
1358/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001359#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1360#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001361#endif
1362
1363/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001364#ifndef MAGICKCORE_SIZEOF_SIZE_T
1365#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001366#endif
1367
cristy330e9352010-06-01 18:42:49 +00001368/* The size of `ssize_t', as computed by sizeof. */
1369#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1370#define MAGICKCORE_SIZEOF_SSIZE_T 8
1371#endif
1372
cristy3ed852e2009-09-05 21:47:34 +00001373/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001374#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1375#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001376#endif
1377
1378/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001379#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1380#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001381#endif
1382
1383/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001384#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1385#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001386#endif
1387
1388/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001389#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1390#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001391#endif
1392
1393/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001394#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1395#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001396#endif
1397
1398/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1399/* #undef STAT_MACROS_BROKEN */
1400
1401/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001402#ifndef MAGICKCORE_STDC_HEADERS
1403#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001404#endif
1405
cristy55bf91c2010-09-24 00:29:41 +00001406/* Define if you have POSIX threads libraries and header files. */
1407#ifndef MAGICKCORE_THREAD_SUPPORT
1408#define MAGICKCORE_THREAD_SUPPORT 1
1409#endif
1410
cristy3ed852e2009-09-05 21:47:34 +00001411/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001412#ifndef MAGICKCORE_TIFF_DELEGATE
1413#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001414#endif
1415
1416/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001417#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1418#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001419#endif
1420
1421/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1422/* #undef TM_IN_SYS_TIME */
1423
1424/* Enable extensions on AIX 3, Interix. */
1425#ifndef _ALL_SOURCE
1426# define _ALL_SOURCE 1
1427#endif
1428/* Enable GNU extensions on systems that have them. */
1429#ifndef _GNU_SOURCE
1430# define _GNU_SOURCE 1
1431#endif
1432/* Enable threading extensions on Solaris. */
1433#ifndef _POSIX_PTHREAD_SEMANTICS
1434# define _POSIX_PTHREAD_SEMANTICS 1
1435#endif
1436/* Enable extensions on HP NonStop. */
1437#ifndef _TANDEM_SOURCE
1438# define _TANDEM_SOURCE 1
1439#endif
1440/* Enable general extensions on Solaris. */
1441#ifndef __EXTENSIONS__
1442# define __EXTENSIONS__ 1
1443#endif
1444
1445
cristyb1860752011-03-14 00:27:46 +00001446/* Define if you have WEBP library */
cristyed231572011-07-14 02:18:59 +00001447#ifndef MAGICKCORE_WEBP_DELEGATE
1448#define MAGICKCORE_WEBP_DELEGATE 1
1449#endif
cristyb1860752011-03-14 00:27:46 +00001450
cristy3ed852e2009-09-05 21:47:34 +00001451/* Define to use the Windows GDI32 library */
1452/* #undef WINGDI32_DELEGATE */
1453
1454/* Define if using the dmalloc debugging malloc package */
1455/* #undef WITH_DMALLOC */
1456
cristy735e8942010-04-02 20:32:57 +00001457/* Define if you have WMF library */
cristy3884f692011-07-08 18:00:18 +00001458#ifndef MAGICKCORE_WMF_DELEGATE
1459#define MAGICKCORE_WMF_DELEGATE 1
1460#endif
cristy3ed852e2009-09-05 21:47:34 +00001461
cristy3ed852e2009-09-05 21:47:34 +00001462/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1463 significant byte first (like Motorola and SPARC, unlike Intel). */
1464#if defined AC_APPLE_UNIVERSAL_BUILD
1465# if defined __BIG_ENDIAN__
1466# define WORDS_BIGENDIAN 1
1467# endif
1468#else
1469# ifndef WORDS_BIGENDIAN
1470/* # undef WORDS_BIGENDIAN */
1471# endif
1472#endif
1473
1474/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001475#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1476#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001477#endif
1478
1479/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001480#ifndef MAGICKCORE_X11_DELEGATE
1481#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001482#endif
1483
1484/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001485#ifndef MAGICKCORE_XML_DELEGATE
1486#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001487#endif
1488
1489/* Define to 1 if the X Window System is missing or not being used. */
1490/* #undef X_DISPLAY_MISSING */
1491
1492/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001493#ifndef MAGICKCORE_ZLIB_DELEGATE
1494#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001495#endif
1496
1497/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001498/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001499
1500/* enable run-time bounds-checking */
1501/* #undef _FORTIFY_SOURCE */
1502
1503/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1504/* #undef _LARGEFILE_SOURCE */
1505
1506/* Define for large files, on AIX-style hosts. */
1507/* #undef _LARGE_FILES */
1508
1509/* Define to 1 if on MINIX. */
1510/* #undef _MINIX */
1511
cristy99cc3002010-01-21 14:50:11 +00001512/* Define this for the OpenCL Accelerator */
cristy85278ed2010-05-31 15:10:05 +00001513/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001514
cristy3ed852e2009-09-05 21:47:34 +00001515/* Define to 2 if the system does not provide POSIX.1 features except with
1516 this defined. */
1517/* #undef _POSIX_1_SOURCE */
1518
1519/* Define to 1 if you need to in order for `stat' and other things to work. */
1520/* #undef _POSIX_SOURCE */
1521
cristy501c8042011-05-26 17:46:28 +00001522/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1523 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1524 #define below would cause a syntax error. */
1525/* #undef _UINT32_T */
1526
1527/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1528 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1529 #define below would cause a syntax error. */
1530/* #undef _UINT64_T */
1531
1532/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1533 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1534 #define below would cause a syntax error. */
1535/* #undef _UINT8_T */
1536
cristy3ed852e2009-09-05 21:47:34 +00001537/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1538#ifndef __CHAR_UNSIGNED__
1539/* # undef __CHAR_UNSIGNED__ */
1540#endif
1541
1542/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1543/* #undef __error_t_defined */
1544
1545/* Define to appropriate substitue if compiler does not have __func__ */
1546/* #undef __func__ */
1547
cristy3ed852e2009-09-05 21:47:34 +00001548/* Define to a type to use for `error_t' if it is not otherwise available. */
1549/* #undef error_t */
1550
cristy501c8042011-05-26 17:46:28 +00001551/* Define to `int' if <sys/types.h> doesn't define. */
1552/* #undef gid_t */
1553
cristy3ed852e2009-09-05 21:47:34 +00001554/* Define to `__inline__' or `__inline' if that's what the C compiler
1555 calls it, or to nothing if 'inline' is not supported under any name. */
1556#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001557/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001558#endif
1559
cristy501c8042011-05-26 17:46:28 +00001560/* Define to the type of a signed integer type of width exactly 16 bits if
1561 such a type exists and the standard includes do not define it. */
1562/* #undef int16_t */
1563
1564/* Define to the type of a signed integer type of width exactly 32 bits if
1565 such a type exists and the standard includes do not define it. */
1566/* #undef int32_t */
1567
1568/* Define to the type of a signed integer type of width exactly 64 bits if
1569 such a type exists and the standard includes do not define it. */
1570/* #undef int64_t */
1571
1572/* Define to the type of a signed integer type of width exactly 8 bits if such
1573 a type exists and the standard includes do not define it. */
1574/* #undef int8_t */
1575
1576/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1577 not define. */
1578/* #undef intmax_t */
1579
1580/* Define to the type of a signed integer type wide enough to hold a pointer,
1581 if such a type exists, and if the system does not define it. */
1582/* #undef intptr_t */
1583
1584/* Define to a type if <wchar.h> does not define. */
1585/* #undef mbstate_t */
1586
cristy3ed852e2009-09-05 21:47:34 +00001587/* Define to `int' if <sys/types.h> does not define. */
1588/* #undef mode_t */
1589
1590/* Define to `long int' if <sys/types.h> does not define. */
1591/* #undef off_t */
1592
1593/* Define to `int' if <sys/types.h> does not define. */
1594/* #undef pid_t */
1595
1596/* Define to the equivalent of the C99 'restrict' keyword, or to
1597 nothing if this is not supported. Do not define if restrict is
1598 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001599#ifndef _magickcore_restrict
1600#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001601#endif
cristy8b350f62009-11-15 23:12:43 +00001602/* Work around a bug in Sun C++: it does not support _Restrict or
1603 __restrict__, even though the corresponding Sun C compiler ends up with
1604 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1605 previous line. Perhaps some future version of Sun C++ will work with
1606 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001607#if defined __SUNPRO_CC && !defined __RESTRICT
1608# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001609# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001610#endif
1611
1612/* Define to `unsigned int' if <sys/types.h> does not define. */
1613/* #undef size_t */
1614
1615/* Define to `int' if <sys/types.h> does not define. */
1616/* #undef ssize_t */
1617
cristy501c8042011-05-26 17:46:28 +00001618/* Define to `int' if <sys/types.h> doesn't define. */
1619/* #undef uid_t */
1620
1621/* Define to the type of an unsigned integer type of width exactly 16 bits if
1622 such a type exists and the standard includes do not define it. */
1623/* #undef uint16_t */
1624
1625/* Define to the type of an unsigned integer type of width exactly 32 bits if
1626 such a type exists and the standard includes do not define it. */
1627/* #undef uint32_t */
1628
1629/* Define to the type of an unsigned integer type of width exactly 64 bits if
1630 such a type exists and the standard includes do not define it. */
1631/* #undef uint64_t */
1632
1633/* Define to the type of an unsigned integer type of width exactly 8 bits if
1634 such a type exists and the standard includes do not define it. */
1635/* #undef uint8_t */
1636
1637/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1638 do not define. */
1639/* #undef uintmax_t */
1640
1641/* Define to the type of an unsigned integer type wide enough to hold a
1642 pointer, if such a type exists, and if the system does not define it. */
1643/* #undef uintptr_t */
1644
cristy3ed852e2009-09-05 21:47:34 +00001645/* Define as `fork' if `vfork' does not work. */
1646/* #undef vfork */
1647
1648/* Define to empty if the keyword `volatile' does not work. Warning: valid
1649 code using `volatile' can become incorrect without. Disable with care. */
1650/* #undef volatile */
1651
cristy4c08aed2011-07-01 19:47:50 +00001652/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001653#endif