blob: 2f9648ec388052894fc27d24593a384f3abb65e9 [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. */
cristy85278ed2010-05-31 15:10:05 +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 */
cristyae56d442011-05-10 21:10:20 +000057/* #undef DJVU_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000058
59/* Directory where ImageMagick documents live. */
cristy964cb7f2010-04-25 23:18:00 +000060#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy4c08aed2011-07-01 19:47:50 +000061#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7.0.0//"
cristy3ed852e2009-09-05 21:47:34 +000062#endif
63
64/* Define if you have Display Postscript */
65/* #undef DPS_DELEGATE */
66
cristy161b9262010-03-20 19:34:32 +000067/* Build self-contained, embeddable, zero-configuration ImageMagick */
cristy3ed852e2009-09-05 21:47:34 +000068/* #undef EMBEDDABLE_SUPPORT */
69
70/* exclude deprecated methods in MagickCore API */
71/* #undef EXCLUDE_DEPRECATED */
72
73/* Directory where executables are installed. */
cristy964cb7f2010-04-25 23:18:00 +000074#ifndef MAGICKCORE_EXECUTABLE_PATH
75#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
cristy3ed852e2009-09-05 21:47:34 +000076#endif
77
78/* Define if you have FFTW library */
cristyae56d442011-05-10 21:10:20 +000079/* #undef FFTW_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +000080
81/* Location of filter modules */
cristy964cb7f2010-04-25 23:18:00 +000082#ifndef MAGICKCORE_FILTER_PATH
cristy4a3e2152011-07-02 00:59:04 +000083#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000084#endif
85
86/* Subdirectory of lib where filter modules are installed */
cristy964cb7f2010-04-25 23:18:00 +000087#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +000088#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000089#endif
90
91/* Define if you have FONTCONFIG library */
cristyc9751442010-09-29 21:34:35 +000092#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
93#define MAGICKCORE_FONTCONFIG_DELEGATE 1
94#endif
cristy3ed852e2009-09-05 21:47:34 +000095
96/* Define if you have FlashPIX library */
97/* #undef FPX_DELEGATE */
98
99/* Define if you have FreeType (TrueType font) library */
cristy964cb7f2010-04-25 23:18:00 +0000100#ifndef MAGICKCORE_FREETYPE_DELEGATE
101#define MAGICKCORE_FREETYPE_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +0000102#endif
103
104/* Define if you have Ghostscript library or framework */
105/* #undef GS_DELEGATE */
106
107/* Define if you have GVC library */
cristyae29c4f2010-12-28 14:45:29 +0000108#ifndef MAGICKCORE_GVC_DELEGATE
109#define MAGICKCORE_GVC_DELEGATE 1
110#endif
cristy3ed852e2009-09-05 21:47:34 +0000111
112/* Define to 1 if you have the `argz_add' function. */
cristy964cb7f2010-04-25 23:18:00 +0000113#ifndef MAGICKCORE_HAVE_ARGZ_ADD
114#define MAGICKCORE_HAVE_ARGZ_ADD 1
cristy3ed852e2009-09-05 21:47:34 +0000115#endif
116
117/* Define to 1 if you have the `argz_append' function. */
cristy964cb7f2010-04-25 23:18:00 +0000118#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
119#define MAGICKCORE_HAVE_ARGZ_APPEND 1
cristy3ed852e2009-09-05 21:47:34 +0000120#endif
121
122/* Define to 1 if you have the `argz_count' function. */
cristy964cb7f2010-04-25 23:18:00 +0000123#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
124#define MAGICKCORE_HAVE_ARGZ_COUNT 1
cristy3ed852e2009-09-05 21:47:34 +0000125#endif
126
127/* Define to 1 if you have the `argz_create_sep' function. */
cristy964cb7f2010-04-25 23:18:00 +0000128#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
129#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
cristy3ed852e2009-09-05 21:47:34 +0000130#endif
131
132/* Define to 1 if you have the <argz.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000133#ifndef MAGICKCORE_HAVE_ARGZ_H
134#define MAGICKCORE_HAVE_ARGZ_H 1
cristy3ed852e2009-09-05 21:47:34 +0000135#endif
136
137/* Define to 1 if you have the `argz_insert' function. */
cristy964cb7f2010-04-25 23:18:00 +0000138#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
139#define MAGICKCORE_HAVE_ARGZ_INSERT 1
cristy3ed852e2009-09-05 21:47:34 +0000140#endif
141
142/* Define to 1 if you have the `argz_next' function. */
cristy964cb7f2010-04-25 23:18:00 +0000143#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
144#define MAGICKCORE_HAVE_ARGZ_NEXT 1
cristy3ed852e2009-09-05 21:47:34 +0000145#endif
146
147/* Define to 1 if you have the `argz_stringify' function. */
cristy964cb7f2010-04-25 23:18:00 +0000148#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
149#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
cristy3ed852e2009-09-05 21:47:34 +0000150#endif
151
152/* Define to 1 if you have the <arm/limits.h> header file. */
153/* #undef HAVE_ARM_LIMITS_H */
154
155/* Define to 1 if you have the `atexit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000156#ifndef MAGICKCORE_HAVE_ATEXIT
157#define MAGICKCORE_HAVE_ATEXIT 1
cristy3ed852e2009-09-05 21:47:34 +0000158#endif
159
cristyc5baf4f2010-08-31 15:05:33 +0000160/* Define to 1 if you have the `atoll' function. */
161#ifndef MAGICKCORE_HAVE_ATOLL
162#define MAGICKCORE_HAVE_ATOLL 1
163#endif
164
cristy3ed852e2009-09-05 21:47:34 +0000165/* define if bool is a built-in type */
nicolas6237c462010-10-05 06:11:49 +0000166#ifndef MAGICKCORE_HAVE_BOOL
167#define MAGICKCORE_HAVE_BOOL /**/
168#endif
cristy3ed852e2009-09-05 21:47:34 +0000169
cristy47b022b2011-01-18 22:29:21 +0000170/* Define to 1 if you have the `cabs' function. */
171#ifndef MAGICKCORE_HAVE_CABS
172#define MAGICKCORE_HAVE_CABS 1
173#endif
174
175/* Define to 1 if you have the `carg' function. */
176#ifndef MAGICKCORE_HAVE_CARG
177#define MAGICKCORE_HAVE_CARG 1
178#endif
179
cristy56ed31c2010-03-22 00:46:21 +0000180/* Define to 1 if you have the `cimag' function. */
cristy964cb7f2010-04-25 23:18:00 +0000181#ifndef MAGICKCORE_HAVE_CIMAG
182#define MAGICKCORE_HAVE_CIMAG 1
cristy56ed31c2010-03-22 00:46:21 +0000183#endif
184
cristy3ed852e2009-09-05 21:47:34 +0000185/* Define to 1 if you have the `clock' function. */
cristy964cb7f2010-04-25 23:18:00 +0000186#ifndef MAGICKCORE_HAVE_CLOCK
187#define MAGICKCORE_HAVE_CLOCK 1
cristy3ed852e2009-09-05 21:47:34 +0000188#endif
189
cristye43a45e2009-09-28 14:49:00 +0000190/* Define to 1 if you have clock_gettime. */
cristy964cb7f2010-04-25 23:18:00 +0000191#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
192#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000193#endif
194
cristye43a45e2009-09-28 14:49:00 +0000195/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
cristy964cb7f2010-04-25 23:18:00 +0000196#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
197#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
cristye43a45e2009-09-28 14:49:00 +0000198#endif
199
cristy3ed852e2009-09-05 21:47:34 +0000200/* Define to 1 if you have the `closedir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000201#ifndef MAGICKCORE_HAVE_CLOSEDIR
202#define MAGICKCORE_HAVE_CLOSEDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000203#endif
204
cristyfe2e68f2010-01-09 19:16:03 +0000205/* Define to 1 if you have the <CL/cl.h> header file. */
cristy85278ed2010-05-31 15:10:05 +0000206/* #undef HAVE_CL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000207
cristy3ed852e2009-09-05 21:47:34 +0000208/* Define to 1 if you have the <complex.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000209#ifndef MAGICKCORE_HAVE_COMPLEX_H
210#define MAGICKCORE_HAVE_COMPLEX_H 1
cristy3ed852e2009-09-05 21:47:34 +0000211#endif
212
cristy47b022b2011-01-18 22:29:21 +0000213/* Define to 1 if you have the `creal' function. */
214#ifndef MAGICKCORE_HAVE_CREAL
215#define MAGICKCORE_HAVE_CREAL 1
216#endif
217
cristyc5baf4f2010-08-31 15:05:33 +0000218/* Define to 1 if you have the `ctime_r' function. */
219#ifndef MAGICKCORE_HAVE_CTIME_R
220#define MAGICKCORE_HAVE_CTIME_R 1
221#endif
222
cristy3ed852e2009-09-05 21:47:34 +0000223/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
224 you don't. */
225/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
226
227/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
228 */
cristy964cb7f2010-04-25 23:18:00 +0000229#ifndef MAGICKCORE_HAVE_DECL_PREAD
230#define MAGICKCORE_HAVE_DECL_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000231#endif
232
233/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
234 */
cristy964cb7f2010-04-25 23:18:00 +0000235#ifndef MAGICKCORE_HAVE_DECL_PWRITE
236#define MAGICKCORE_HAVE_DECL_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000237#endif
238
239/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
240 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000241#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
242#define MAGICKCORE_HAVE_DECL_STRLCPY 0
cristy3ed852e2009-09-05 21:47:34 +0000243#endif
244
cristy92703d82010-04-26 00:18:18 +0000245/* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
246 */
247/* #undef HAVE_DECL_TZNAME */
248
cristy3ed852e2009-09-05 21:47:34 +0000249/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
250 don't. */
cristy964cb7f2010-04-25 23:18:00 +0000251#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
252#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +0000253#endif
254
255/* Define to 1 if you have the `directio' function. */
256/* #undef HAVE_DIRECTIO */
257
258/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
259 */
cristy964cb7f2010-04-25 23:18:00 +0000260#ifndef MAGICKCORE_HAVE_DIRENT_H
261#define MAGICKCORE_HAVE_DIRENT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000262#endif
263
264/* Define if you have the GNU dld library. */
265/* #undef HAVE_DLD */
266
267/* Define to 1 if you have the <dld.h> header file. */
268/* #undef HAVE_DLD_H */
269
270/* Define to 1 if you have the `dlerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000271#ifndef MAGICKCORE_HAVE_DLERROR
272#define MAGICKCORE_HAVE_DLERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000273#endif
274
275/* Define to 1 if you have the <dlfcn.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000276#ifndef MAGICKCORE_HAVE_DLFCN_H
277#define MAGICKCORE_HAVE_DLFCN_H 1
cristy3ed852e2009-09-05 21:47:34 +0000278#endif
279
280/* Define to 1 if you have the <dl.h> header file. */
281/* #undef HAVE_DL_H */
282
283/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
284/* #undef HAVE_DOPRNT */
285
286/* Define if you have the _dyld_func_lookup function. */
287/* #undef HAVE_DYLD */
288
289/* Define to 1 if you have the <errno.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000290#ifndef MAGICKCORE_HAVE_ERRNO_H
291#define MAGICKCORE_HAVE_ERRNO_H 1
cristy3ed852e2009-09-05 21:47:34 +0000292#endif
293
294/* Define to 1 if the system has the type `error_t'. */
cristy964cb7f2010-04-25 23:18:00 +0000295#ifndef MAGICKCORE_HAVE_ERROR_T
296#define MAGICKCORE_HAVE_ERROR_T 1
cristy3ed852e2009-09-05 21:47:34 +0000297#endif
298
299/* Define to 1 if you have the `execvp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000300#ifndef MAGICKCORE_HAVE_EXECVP
301#define MAGICKCORE_HAVE_EXECVP 1
cristy3ed852e2009-09-05 21:47:34 +0000302#endif
303
cristyf1440cb2010-02-23 02:24:21 +0000304/* Define to 1 if you have the `fchmod' function. */
cristy964cb7f2010-04-25 23:18:00 +0000305#ifndef MAGICKCORE_HAVE_FCHMOD
306#define MAGICKCORE_HAVE_FCHMOD 1
cristyf1440cb2010-02-23 02:24:21 +0000307#endif
308
cristy3ed852e2009-09-05 21:47:34 +0000309/* Define to 1 if you have the <fcntl.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000310#ifndef MAGICKCORE_HAVE_FCNTL_H
311#define MAGICKCORE_HAVE_FCNTL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000312#endif
313
314/* Define to 1 if you have the `floor' function. */
cristy964cb7f2010-04-25 23:18:00 +0000315#ifndef MAGICKCORE_HAVE_FLOOR
316#define MAGICKCORE_HAVE_FLOOR 1
cristy161b9262010-03-20 19:34:32 +0000317#endif
cristy3ed852e2009-09-05 21:47:34 +0000318
319/* Define to 1 if you have the `fork' function. */
cristy964cb7f2010-04-25 23:18:00 +0000320#ifndef MAGICKCORE_HAVE_FORK
321#define MAGICKCORE_HAVE_FORK 1
cristy3ed852e2009-09-05 21:47:34 +0000322#endif
323
324/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
cristy964cb7f2010-04-25 23:18:00 +0000325#ifndef MAGICKCORE_HAVE_FSEEKO
326#define MAGICKCORE_HAVE_FSEEKO 1
cristy3ed852e2009-09-05 21:47:34 +0000327#endif
328
329/* Define to 1 if you have the <ft2build.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000330#ifndef MAGICKCORE_HAVE_FT2BUILD_H
331#define MAGICKCORE_HAVE_FT2BUILD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000332#endif
333
334/* Define to 1 if you have the `ftime' function. */
cristy964cb7f2010-04-25 23:18:00 +0000335#ifndef MAGICKCORE_HAVE_FTIME
336#define MAGICKCORE_HAVE_FTIME 1
cristy3ed852e2009-09-05 21:47:34 +0000337#endif
338
339/* Define to 1 if you have the `ftruncate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000340#ifndef MAGICKCORE_HAVE_FTRUNCATE
341#define MAGICKCORE_HAVE_FTRUNCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000342#endif
343
344/* Define to 1 if you have the `getcwd' function. */
cristy964cb7f2010-04-25 23:18:00 +0000345#ifndef MAGICKCORE_HAVE_GETCWD
346#define MAGICKCORE_HAVE_GETCWD 1
cristy3ed852e2009-09-05 21:47:34 +0000347#endif
348
cristyc5baf4f2010-08-31 15:05:33 +0000349/* Define to 1 if you have the `getc_unlocked' function. */
350#ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
351#define MAGICKCORE_HAVE_GETC_UNLOCKED 1
352#endif
353
cristy3ed852e2009-09-05 21:47:34 +0000354/* Define to 1 if you have the `getdtablesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000355#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
356#define MAGICKCORE_HAVE_GETDTABLESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000357#endif
358
359/* Define to 1 if you have the `getexecname' function. */
360/* #undef HAVE_GETEXECNAME */
361
362/* Define to 1 if you have the `getpagesize' function. */
cristy964cb7f2010-04-25 23:18:00 +0000363#ifndef MAGICKCORE_HAVE_GETPAGESIZE
364#define MAGICKCORE_HAVE_GETPAGESIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000365#endif
366
367/* Define to 1 if you have the `getpid' function. */
cristy964cb7f2010-04-25 23:18:00 +0000368#ifndef MAGICKCORE_HAVE_GETPID
369#define MAGICKCORE_HAVE_GETPID 1
cristy3ed852e2009-09-05 21:47:34 +0000370#endif
371
cristyd3ef0102009-09-12 18:11:06 +0000372/* Define to 1 if you have the `getrlimit' function. */
cristy964cb7f2010-04-25 23:18:00 +0000373#ifndef MAGICKCORE_HAVE_GETRLIMIT
374#define MAGICKCORE_HAVE_GETRLIMIT 1
cristyd3ef0102009-09-12 18:11:06 +0000375#endif
376
cristy3ed852e2009-09-05 21:47:34 +0000377/* Define to 1 if you have the `getrusage' function. */
cristy964cb7f2010-04-25 23:18:00 +0000378#ifndef MAGICKCORE_HAVE_GETRUSAGE
379#define MAGICKCORE_HAVE_GETRUSAGE 1
cristy3ed852e2009-09-05 21:47:34 +0000380#endif
381
382/* Define to 1 if you have the `gettimeofday' function. */
cristy964cb7f2010-04-25 23:18:00 +0000383#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
384#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
cristy3ed852e2009-09-05 21:47:34 +0000385#endif
386
387/* Define to 1 if you have the `gmtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000388#ifndef MAGICKCORE_HAVE_GMTIME_R
389#define MAGICKCORE_HAVE_GMTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000390#endif
391
cristy501c8042011-05-26 17:46:28 +0000392/* Define to 1 if the system has the type `intmax_t'. */
393#ifndef MAGICKCORE_HAVE_INTMAX_T
394#define MAGICKCORE_HAVE_INTMAX_T 1
395#endif
396
397/* Define to 1 if the system has the type `intptr_t'. */
398#ifndef MAGICKCORE_HAVE_INTPTR_T
399#define MAGICKCORE_HAVE_INTPTR_T 1
400#endif
401
cristy3ed852e2009-09-05 21:47:34 +0000402/* Define to 1 if you have the <inttypes.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000403#ifndef MAGICKCORE_HAVE_INTTYPES_H
404#define MAGICKCORE_HAVE_INTTYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000405#endif
406
cristy161b9262010-03-20 19:34:32 +0000407/* Define to 1 if you have the `j0' function. */
cristy964cb7f2010-04-25 23:18:00 +0000408#ifndef MAGICKCORE_HAVE_J0
409#define MAGICKCORE_HAVE_J0 1
cristy161b9262010-03-20 19:34:32 +0000410#endif
411
412/* Define to 1 if you have the `j1' function. */
cristy964cb7f2010-04-25 23:18:00 +0000413#ifndef MAGICKCORE_HAVE_J1
414#define MAGICKCORE_HAVE_J1 1
cristy161b9262010-03-20 19:34:32 +0000415#endif
416
cristyd09bcf92010-03-25 03:04:45 +0000417/* Define if you have the <lcms2.h> header file. */
cristyae56d442011-05-10 21:10:20 +0000418#ifndef MAGICKCORE_HAVE_LCMS2_H
419#define MAGICKCORE_HAVE_LCMS2_H 1
420#endif
cristyd09bcf92010-03-25 03:04:45 +0000421
cristy71203402010-06-18 13:12:03 +0000422/* Define if you have the <lcms2/lcms2.h> header file. */
423/* #undef HAVE_LCMS2_LCMS2_H */
424
cristy3ed852e2009-09-05 21:47:34 +0000425/* Define if you have the <lcms.h> header file. */
cristyae56d442011-05-10 21:10:20 +0000426/* #undef HAVE_LCMS_H */
cristy3ed852e2009-09-05 21:47:34 +0000427
428/* Define if you have the <lcms/lcms.h> header file. */
429/* #undef HAVE_LCMS_LCMS_H */
430
431/* Define if you have the libdl library or equivalent. */
cristy964cb7f2010-04-25 23:18:00 +0000432#ifndef MAGICKCORE_HAVE_LIBDL
433#define MAGICKCORE_HAVE_LIBDL 1
cristy3ed852e2009-09-05 21:47:34 +0000434#endif
435
436/* Define if libdlloader will be built on this platform */
cristy964cb7f2010-04-25 23:18:00 +0000437#ifndef MAGICKCORE_HAVE_LIBDLLOADER
438#define MAGICKCORE_HAVE_LIBDLLOADER 1
cristy3ed852e2009-09-05 21:47:34 +0000439#endif
440
441/* Define to 1 if you have the `gcov' library (-lgcov). */
442/* #undef HAVE_LIBGCOV */
443
444/* Define to 1 if you have the <limits.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000445#ifndef MAGICKCORE_HAVE_LIMITS_H
446#define MAGICKCORE_HAVE_LIMITS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000447#endif
448
449/* Define to 1 if you have the <linux/unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000450#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
451#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +0000452#endif
453
cristyc5baf4f2010-08-31 15:05:33 +0000454/* Define to 1 if you have the `lltostr' function. */
455/* #undef HAVE_LLTOSTR */
456
cristy3ed852e2009-09-05 21:47:34 +0000457/* Define to 1 if you have the <locale.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000458#ifndef MAGICKCORE_HAVE_LOCALE_H
459#define MAGICKCORE_HAVE_LOCALE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000460#endif
461
462/* Define to 1 if you have the `localtime_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000463#ifndef MAGICKCORE_HAVE_LOCALTIME_R
464#define MAGICKCORE_HAVE_LOCALTIME_R 1
cristy3ed852e2009-09-05 21:47:34 +0000465#endif
466
cristy501c8042011-05-26 17:46:28 +0000467/* Define to 1 if the system has the type `long double'. */
468#ifndef MAGICKCORE_HAVE_LONG_DOUBLE
469#define MAGICKCORE_HAVE_LONG_DOUBLE 1
470#endif
471
cristy3ed852e2009-09-05 21:47:34 +0000472/* Define to 1 if the type `long double' works and has more range or precision
473 than `double'. */
cristy964cb7f2010-04-25 23:18:00 +0000474#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
475#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
cristy3ed852e2009-09-05 21:47:34 +0000476#endif
477
cristy501c8042011-05-26 17:46:28 +0000478/* Define to 1 if the system has the type `long long int'. */
479#ifndef MAGICKCORE_HAVE_LONG_LONG_INT
480#define MAGICKCORE_HAVE_LONG_LONG_INT 1
481#endif
482
cristy3ed852e2009-09-05 21:47:34 +0000483/* Define to 1 if you have the `lstat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000484#ifndef MAGICKCORE_HAVE_LSTAT
485#define MAGICKCORE_HAVE_LSTAT 1
cristy3ed852e2009-09-05 21:47:34 +0000486#endif
487
cristy3ed852e2009-09-05 21:47:34 +0000488/* Define this if a modern libltdl is already installed */
cristy964cb7f2010-04-25 23:18:00 +0000489#ifndef MAGICKCORE_HAVE_LTDL
490#define MAGICKCORE_HAVE_LTDL 1
cristy3ed852e2009-09-05 21:47:34 +0000491#endif
492
493/* Define to 1 if you have the <machine/param.h> header file. */
494/* #undef HAVE_MACHINE_PARAM_H */
495
496/* Define to 1 if you have the <mach-o/dyld.h> header file. */
497/* #undef HAVE_MACH_O_DYLD_H */
498
cristy501c8042011-05-26 17:46:28 +0000499/* Define to 1 if <wchar.h> declares mbstate_t. */
500#ifndef MAGICKCORE_HAVE_MBSTATE_T
501#define MAGICKCORE_HAVE_MBSTATE_T 1
502#endif
503
cristy3ed852e2009-09-05 21:47:34 +0000504/* Define to 1 if you have the `memmove' function. */
cristy964cb7f2010-04-25 23:18:00 +0000505#ifndef MAGICKCORE_HAVE_MEMMOVE
506#define MAGICKCORE_HAVE_MEMMOVE 1
cristy3ed852e2009-09-05 21:47:34 +0000507#endif
508
509/* Define to 1 if you have the <memory.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000510#ifndef MAGICKCORE_HAVE_MEMORY_H
511#define MAGICKCORE_HAVE_MEMORY_H 1
cristy3ed852e2009-09-05 21:47:34 +0000512#endif
513
514/* Define to 1 if you have the `memset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000515#ifndef MAGICKCORE_HAVE_MEMSET
516#define MAGICKCORE_HAVE_MEMSET 1
cristy3ed852e2009-09-05 21:47:34 +0000517#endif
518
519/* Define to 1 if you have the `mkstemp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000520#ifndef MAGICKCORE_HAVE_MKSTEMP
521#define MAGICKCORE_HAVE_MKSTEMP 1
cristy3ed852e2009-09-05 21:47:34 +0000522#endif
523
524/* Define to 1 if you have a working `mmap' system call. */
cristy964cb7f2010-04-25 23:18:00 +0000525#ifndef MAGICKCORE_HAVE_MMAP
526#define MAGICKCORE_HAVE_MMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000527#endif
528
529/* Define to 1 if you have a working `mmap' system call. */
cristy439c4df2011-05-25 23:05:49 +0000530#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
531#define MAGICKCORE_HAVE_MMAP_FILEIO 1
532#endif
cristy3ed852e2009-09-05 21:47:34 +0000533
534/* Define to 1 if you have the `munmap' function. */
cristy964cb7f2010-04-25 23:18:00 +0000535#ifndef MAGICKCORE_HAVE_MUNMAP
536#define MAGICKCORE_HAVE_MUNMAP 1
cristy3ed852e2009-09-05 21:47:34 +0000537#endif
538
539/* define if the compiler implements namespaces */
nicolas6237c462010-10-05 06:11:49 +0000540#ifndef MAGICKCORE_HAVE_NAMESPACES
541#define MAGICKCORE_HAVE_NAMESPACES /**/
542#endif
cristy964cb7f2010-04-25 23:18:00 +0000543
544/* Define if g++ supports namespace std. */
nicolas6237c462010-10-05 06:11:49 +0000545#ifndef MAGICKCORE_HAVE_NAMESPACE_STD
546#define MAGICKCORE_HAVE_NAMESPACE_STD /**/
547#endif
cristy3ed852e2009-09-05 21:47:34 +0000548
cristya21afde2010-07-02 00:45:40 +0000549/* Define to 1 if you have the `nanosleep' function. */
550#ifndef MAGICKCORE_HAVE_NANOSLEEP
551#define MAGICKCORE_HAVE_NANOSLEEP 1
552#endif
553
cristy3ed852e2009-09-05 21:47:34 +0000554/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
555/* #undef HAVE_NDIR_H */
556
cristya8549b12011-05-18 19:05:08 +0000557/* Define to 1 if you have the `newlocale' function. */
558#ifndef MAGICKCORE_HAVE_NEWLOCALE
559#define MAGICKCORE_HAVE_NEWLOCALE 1
560#endif
561
cristyfe2e68f2010-01-09 19:16:03 +0000562/* Define to 1 if you have the <OpenCL/cl.h> header file. */
563/* #undef HAVE_OPENCL_CL_H */
cristy736173a2009-09-20 21:18:22 +0000564
cristy3ed852e2009-09-05 21:47:34 +0000565/* Define to 1 if you have the `opendir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000566#ifndef MAGICKCORE_HAVE_OPENDIR
567#define MAGICKCORE_HAVE_OPENDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000568#endif
569
570/* Define to 1 if you have the <OS.h> header file. */
571/* #undef HAVE_OS_H */
572
573/* Define to 1 if you have the `pclose' function. */
cristy964cb7f2010-04-25 23:18:00 +0000574#ifndef MAGICKCORE_HAVE_PCLOSE
575#define MAGICKCORE_HAVE_PCLOSE 1
cristy3ed852e2009-09-05 21:47:34 +0000576#endif
577
578/* Define to 1 if you have the `poll' function. */
cristy964cb7f2010-04-25 23:18:00 +0000579#ifndef MAGICKCORE_HAVE_POLL
580#define MAGICKCORE_HAVE_POLL 1
cristy3ed852e2009-09-05 21:47:34 +0000581#endif
582
583/* Define to 1 if you have the `popen' function. */
cristy964cb7f2010-04-25 23:18:00 +0000584#ifndef MAGICKCORE_HAVE_POPEN
585#define MAGICKCORE_HAVE_POPEN 1
cristy3ed852e2009-09-05 21:47:34 +0000586#endif
587
588/* Define to 1 if you have the `posix_fadvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000589#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
590#define MAGICKCORE_HAVE_POSIX_FADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000591#endif
592
593/* Define to 1 if you have the `posix_fallocate' function. */
cristy964cb7f2010-04-25 23:18:00 +0000594#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
595#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
cristy3ed852e2009-09-05 21:47:34 +0000596#endif
597
598/* Define to 1 if you have the `posix_madvise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000599#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
600#define MAGICKCORE_HAVE_POSIX_MADVISE 1
cristy3ed852e2009-09-05 21:47:34 +0000601#endif
602
603/* Define to 1 if you have the `posix_memalign' function. */
cristy964cb7f2010-04-25 23:18:00 +0000604#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
605#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
cristy3ed852e2009-09-05 21:47:34 +0000606#endif
607
cristy5c40fb42010-08-05 16:12:44 +0000608/* Define to 1 if you have the `posix_spawnp' function. */
609#ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
610#define MAGICKCORE_HAVE_POSIX_SPAWNP 1
611#endif
612
cristy3ed852e2009-09-05 21:47:34 +0000613/* Define to 1 if you have the `pow' function. */
cristy964cb7f2010-04-25 23:18:00 +0000614#ifndef MAGICKCORE_HAVE_POW
615#define MAGICKCORE_HAVE_POW 1
cristy161b9262010-03-20 19:34:32 +0000616#endif
cristy3ed852e2009-09-05 21:47:34 +0000617
618/* Define to 1 if you have the `pread' function. */
cristy964cb7f2010-04-25 23:18:00 +0000619#ifndef MAGICKCORE_HAVE_PREAD
620#define MAGICKCORE_HAVE_PREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000621#endif
622
623/* Define if libtool can extract symbol lists from object files. */
cristy964cb7f2010-04-25 23:18:00 +0000624#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
625#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
cristy3ed852e2009-09-05 21:47:34 +0000626#endif
627
cristy98e91bd2010-01-12 01:11:42 +0000628/* Define to 1 if you have the <process.h> header file. */
629/* #undef HAVE_PROCESS_H */
630
cristy3ed852e2009-09-05 21:47:34 +0000631/* Define if you have POSIX threads libraries and header files. */
cristy964cb7f2010-04-25 23:18:00 +0000632#ifndef MAGICKCORE_HAVE_PTHREAD
633#define MAGICKCORE_HAVE_PTHREAD 1
cristy3ed852e2009-09-05 21:47:34 +0000634#endif
635
636/* Define to 1 if you have the `pwrite' function. */
cristy964cb7f2010-04-25 23:18:00 +0000637#ifndef MAGICKCORE_HAVE_PWRITE
638#define MAGICKCORE_HAVE_PWRITE 1
cristy3ed852e2009-09-05 21:47:34 +0000639#endif
640
cristyc5baf4f2010-08-31 15:05:33 +0000641/* Define to 1 if you have the `qsort_r' function. */
642#ifndef MAGICKCORE_HAVE_QSORT_R
643#define MAGICKCORE_HAVE_QSORT_R 1
644#endif
645
cristy3ed852e2009-09-05 21:47:34 +0000646/* Define to 1 if you have the `raise' function. */
cristy964cb7f2010-04-25 23:18:00 +0000647#ifndef MAGICKCORE_HAVE_RAISE
648#define MAGICKCORE_HAVE_RAISE 1
cristy3ed852e2009-09-05 21:47:34 +0000649#endif
650
651/* Define to 1 if you have the `rand_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000652#ifndef MAGICKCORE_HAVE_RAND_R
653#define MAGICKCORE_HAVE_RAND_R 1
cristy3ed852e2009-09-05 21:47:34 +0000654#endif
655
656/* Define to 1 if you have the `readdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000657#ifndef MAGICKCORE_HAVE_READDIR
658#define MAGICKCORE_HAVE_READDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000659#endif
660
661/* Define to 1 if you have the `readdir_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000662#ifndef MAGICKCORE_HAVE_READDIR_R
663#define MAGICKCORE_HAVE_READDIR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000664#endif
665
666/* Define to 1 if you have the `readlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000667#ifndef MAGICKCORE_HAVE_READLINK
668#define MAGICKCORE_HAVE_READLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000669#endif
670
671/* Define to 1 if you have the `realpath' function. */
cristy964cb7f2010-04-25 23:18:00 +0000672#ifndef MAGICKCORE_HAVE_REALPATH
673#define MAGICKCORE_HAVE_REALPATH 1
cristy3ed852e2009-09-05 21:47:34 +0000674#endif
675
676/* Define to 1 if you have the `seekdir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000677#ifndef MAGICKCORE_HAVE_SEEKDIR
678#define MAGICKCORE_HAVE_SEEKDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000679#endif
680
681/* Define to 1 if you have the `select' function. */
cristy964cb7f2010-04-25 23:18:00 +0000682#ifndef MAGICKCORE_HAVE_SELECT
683#define MAGICKCORE_HAVE_SELECT 1
cristy3ed852e2009-09-05 21:47:34 +0000684#endif
685
686/* Define to 1 if you have the `setlocale' function. */
cristy964cb7f2010-04-25 23:18:00 +0000687#ifndef MAGICKCORE_HAVE_SETLOCALE
688#define MAGICKCORE_HAVE_SETLOCALE 1
cristy3ed852e2009-09-05 21:47:34 +0000689#endif
690
691/* Define to 1 if you have the `setvbuf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000692#ifndef MAGICKCORE_HAVE_SETVBUF
693#define MAGICKCORE_HAVE_SETVBUF 1
cristy3ed852e2009-09-05 21:47:34 +0000694#endif
695
696/* X11 server supports shape extension */
cristy964cb7f2010-04-25 23:18:00 +0000697#ifndef MAGICKCORE_HAVE_SHAPE
698#define MAGICKCORE_HAVE_SHAPE 1
cristy3ed852e2009-09-05 21:47:34 +0000699#endif
700
701/* X11 server supports shared memory extension */
cristy964cb7f2010-04-25 23:18:00 +0000702#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
703#define MAGICKCORE_HAVE_SHARED_MEMORY 1
cristy3ed852e2009-09-05 21:47:34 +0000704#endif
705
706/* Define if you have the shl_load function. */
707/* #undef HAVE_SHL_LOAD */
708
709/* Define to 1 if you have the `sigaction' function. */
cristy964cb7f2010-04-25 23:18:00 +0000710#ifndef MAGICKCORE_HAVE_SIGACTION
711#define MAGICKCORE_HAVE_SIGACTION 1
cristy3ed852e2009-09-05 21:47:34 +0000712#endif
713
714/* Define to 1 if you have the `sigemptyset' function. */
cristy964cb7f2010-04-25 23:18:00 +0000715#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
716#define MAGICKCORE_HAVE_SIGEMPTYSET 1
cristy3ed852e2009-09-05 21:47:34 +0000717#endif
718
cristy393bbe52010-01-11 16:32:56 +0000719/* Define to 1 if you have the `spawnvp' function. */
720/* #undef HAVE_SPAWNVP */
721
cristy3ed852e2009-09-05 21:47:34 +0000722/* Define to 1 if you have the `sqrt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000723#ifndef MAGICKCORE_HAVE_SQRT
724#define MAGICKCORE_HAVE_SQRT 1
cristy161b9262010-03-20 19:34:32 +0000725#endif
cristy3ed852e2009-09-05 21:47:34 +0000726
727/* Define to 1 if you have the `stat' function. */
cristy964cb7f2010-04-25 23:18:00 +0000728#ifndef MAGICKCORE_HAVE_STAT
729#define MAGICKCORE_HAVE_STAT 1
cristy3ed852e2009-09-05 21:47:34 +0000730#endif
731
732/* Define to 1 if you have the <stdarg.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000733#ifndef MAGICKCORE_HAVE_STDARG_H
734#define MAGICKCORE_HAVE_STDARG_H 1
cristy3ed852e2009-09-05 21:47:34 +0000735#endif
736
737/* Define to 1 if stdbool.h conforms to C99. */
cristy964cb7f2010-04-25 23:18:00 +0000738#ifndef MAGICKCORE_HAVE_STDBOOL_H
739#define MAGICKCORE_HAVE_STDBOOL_H 1
cristy3ed852e2009-09-05 21:47:34 +0000740#endif
741
cristy3ed852e2009-09-05 21:47:34 +0000742/* Define to 1 if you have the <stdint.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000743#ifndef MAGICKCORE_HAVE_STDINT_H
744#define MAGICKCORE_HAVE_STDINT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000745#endif
746
747/* Define to 1 if you have the <stdlib.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000748#ifndef MAGICKCORE_HAVE_STDLIB_H
749#define MAGICKCORE_HAVE_STDLIB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000750#endif
751
752/* define if the compiler supports ISO C++ standard library */
nicolas6237c462010-10-05 06:11:49 +0000753#ifndef MAGICKCORE_HAVE_STD_LIBS
754#define MAGICKCORE_HAVE_STD_LIBS /**/
755#endif
cristy3ed852e2009-09-05 21:47:34 +0000756
757/* Define to 1 if you have the `strcasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000758#ifndef MAGICKCORE_HAVE_STRCASECMP
759#define MAGICKCORE_HAVE_STRCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000760#endif
761
762/* Define to 1 if you have the `strchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000763#ifndef MAGICKCORE_HAVE_STRCHR
764#define MAGICKCORE_HAVE_STRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000765#endif
766
767/* Define to 1 if you have the `strcspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000768#ifndef MAGICKCORE_HAVE_STRCSPN
769#define MAGICKCORE_HAVE_STRCSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000770#endif
771
772/* Define to 1 if you have the `strdup' function. */
cristy964cb7f2010-04-25 23:18:00 +0000773#ifndef MAGICKCORE_HAVE_STRDUP
774#define MAGICKCORE_HAVE_STRDUP 1
cristy3ed852e2009-09-05 21:47:34 +0000775#endif
776
777/* Define to 1 if you have the `strerror' function. */
cristy964cb7f2010-04-25 23:18:00 +0000778#ifndef MAGICKCORE_HAVE_STRERROR
779#define MAGICKCORE_HAVE_STRERROR 1
cristy3ed852e2009-09-05 21:47:34 +0000780#endif
781
782/* Define to 1 if you have the `strerror_r' function. */
cristy964cb7f2010-04-25 23:18:00 +0000783#ifndef MAGICKCORE_HAVE_STRERROR_R
784#define MAGICKCORE_HAVE_STRERROR_R 1
cristy3ed852e2009-09-05 21:47:34 +0000785#endif
786
787/* Define to 1 if cpp supports the ANSI # stringizing operator. */
cristy964cb7f2010-04-25 23:18:00 +0000788#ifndef MAGICKCORE_HAVE_STRINGIZE
789#define MAGICKCORE_HAVE_STRINGIZE 1
cristy3ed852e2009-09-05 21:47:34 +0000790#endif
791
792/* Define to 1 if you have the <strings.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000793#ifndef MAGICKCORE_HAVE_STRINGS_H
794#define MAGICKCORE_HAVE_STRINGS_H 1
cristy3ed852e2009-09-05 21:47:34 +0000795#endif
796
797/* Define to 1 if you have the <string.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000798#ifndef MAGICKCORE_HAVE_STRING_H
799#define MAGICKCORE_HAVE_STRING_H 1
cristy3ed852e2009-09-05 21:47:34 +0000800#endif
801
802/* Define to 1 if you have the `strlcat' function. */
803/* #undef HAVE_STRLCAT */
804
805/* Define to 1 if you have the `strlcpy' function. */
806/* #undef HAVE_STRLCPY */
807
808/* Define to 1 if you have the `strncasecmp' function. */
cristy964cb7f2010-04-25 23:18:00 +0000809#ifndef MAGICKCORE_HAVE_STRNCASECMP
810#define MAGICKCORE_HAVE_STRNCASECMP 1
cristy3ed852e2009-09-05 21:47:34 +0000811#endif
812
813/* Define to 1 if you have the `strpbrk' function. */
cristy964cb7f2010-04-25 23:18:00 +0000814#ifndef MAGICKCORE_HAVE_STRPBRK
815#define MAGICKCORE_HAVE_STRPBRK 1
cristy3ed852e2009-09-05 21:47:34 +0000816#endif
817
818/* Define to 1 if you have the `strrchr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000819#ifndef MAGICKCORE_HAVE_STRRCHR
820#define MAGICKCORE_HAVE_STRRCHR 1
cristy3ed852e2009-09-05 21:47:34 +0000821#endif
822
823/* Define to 1 if you have the `strspn' function. */
cristy964cb7f2010-04-25 23:18:00 +0000824#ifndef MAGICKCORE_HAVE_STRSPN
825#define MAGICKCORE_HAVE_STRSPN 1
cristy3ed852e2009-09-05 21:47:34 +0000826#endif
827
828/* Define to 1 if you have the `strstr' function. */
cristy964cb7f2010-04-25 23:18:00 +0000829#ifndef MAGICKCORE_HAVE_STRSTR
830#define MAGICKCORE_HAVE_STRSTR 1
cristy3ed852e2009-09-05 21:47:34 +0000831#endif
832
cristy6c1eef12011-05-17 02:13:08 +0000833/* Define to 1 if you have the `strtod' function. */
834#ifndef MAGICKCORE_HAVE_STRTOD
835#define MAGICKCORE_HAVE_STRTOD 1
836#endif
837
838/* Define to 1 if you have the `strtod_l' function. */
839#ifndef MAGICKCORE_HAVE_STRTOD_L
840#define MAGICKCORE_HAVE_STRTOD_L 1
841#endif
842
cristy3ed852e2009-09-05 21:47:34 +0000843/* Define to 1 if you have the `strtol' function. */
cristy964cb7f2010-04-25 23:18:00 +0000844#ifndef MAGICKCORE_HAVE_STRTOL
845#define MAGICKCORE_HAVE_STRTOL 1
cristy3ed852e2009-09-05 21:47:34 +0000846#endif
847
cristy5131f3e2009-12-18 03:09:10 +0000848/* Define to 1 if you have the `strtoul' function. */
cristy964cb7f2010-04-25 23:18:00 +0000849#ifndef MAGICKCORE_HAVE_STRTOUL
850#define MAGICKCORE_HAVE_STRTOUL 1
cristy5131f3e2009-12-18 03:09:10 +0000851#endif
852
cristy92703d82010-04-26 00:18:18 +0000853/* Define to 1 if `tm_zone' is a member of `struct tm'. */
854#ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
855#define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
856#endif
857
cristy3ed852e2009-09-05 21:47:34 +0000858/* Define to 1 if you have the `symlink' function. */
cristy964cb7f2010-04-25 23:18:00 +0000859#ifndef MAGICKCORE_HAVE_SYMLINK
860#define MAGICKCORE_HAVE_SYMLINK 1
cristy3ed852e2009-09-05 21:47:34 +0000861#endif
862
863/* Define to 1 if you have the `sysconf' function. */
cristy964cb7f2010-04-25 23:18:00 +0000864#ifndef MAGICKCORE_HAVE_SYSCONF
865#define MAGICKCORE_HAVE_SYSCONF 1
cristy3ed852e2009-09-05 21:47:34 +0000866#endif
867
868/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
869 */
870/* #undef HAVE_SYS_DIR_H */
871
872/* Define to 1 if you have the <sys/dl.h> header file. */
873/* #undef HAVE_SYS_DL_H */
874
875/* Define to 1 if you have the <sys/ipc.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000876#ifndef MAGICKCORE_HAVE_SYS_IPC_H
877#define MAGICKCORE_HAVE_SYS_IPC_H 1
cristy3ed852e2009-09-05 21:47:34 +0000878#endif
879
880/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
881 */
882/* #undef HAVE_SYS_NDIR_H */
883
cristycd4c5312009-11-22 01:19:08 +0000884/* Define to 1 if you have the <sys/param.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000885#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
886#define MAGICKCORE_HAVE_SYS_PARAM_H 1
cristycd4c5312009-11-22 01:19:08 +0000887#endif
888
cristy3ed852e2009-09-05 21:47:34 +0000889/* Define to 1 if you have the <sys/resource.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000890#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
891#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
cristy3ed852e2009-09-05 21:47:34 +0000892#endif
893
894/* Define to 1 if you have the <sys/select.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000895#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
896#define MAGICKCORE_HAVE_SYS_SELECT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000897#endif
898
899/* Define to 1 if you have the <sys/socket.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000900#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
901#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
cristy3ed852e2009-09-05 21:47:34 +0000902#endif
903
904/* Define to 1 if you have the <sys/stat.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000905#ifndef MAGICKCORE_HAVE_SYS_STAT_H
906#define MAGICKCORE_HAVE_SYS_STAT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000907#endif
908
909/* Define to 1 if you have the <sys/syslimits.h> header file. */
910/* #undef HAVE_SYS_SYSLIMITS_H */
911
912/* Define to 1 if you have the <sys/timeb.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000913#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
914#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
cristy3ed852e2009-09-05 21:47:34 +0000915#endif
916
917/* Define to 1 if you have the <sys/times.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000918#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
919#define MAGICKCORE_HAVE_SYS_TIMES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000920#endif
921
922/* Define to 1 if you have the <sys/time.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000923#ifndef MAGICKCORE_HAVE_SYS_TIME_H
924#define MAGICKCORE_HAVE_SYS_TIME_H 1
cristy3ed852e2009-09-05 21:47:34 +0000925#endif
926
927/* Define to 1 if you have the <sys/types.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000928#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
929#define MAGICKCORE_HAVE_SYS_TYPES_H 1
cristy3ed852e2009-09-05 21:47:34 +0000930#endif
931
932/* Define to 1 if you have the <sys/wait.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000933#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
934#define MAGICKCORE_HAVE_SYS_WAIT_H 1
cristy3ed852e2009-09-05 21:47:34 +0000935#endif
936
937/* Define to 1 if you have the `telldir' function. */
cristy964cb7f2010-04-25 23:18:00 +0000938#ifndef MAGICKCORE_HAVE_TELLDIR
939#define MAGICKCORE_HAVE_TELLDIR 1
cristy3ed852e2009-09-05 21:47:34 +0000940#endif
941
942/* Define to 1 if you have the `tempnam' function. */
cristy964cb7f2010-04-25 23:18:00 +0000943#ifndef MAGICKCORE_HAVE_TEMPNAM
944#define MAGICKCORE_HAVE_TEMPNAM 1
cristy3ed852e2009-09-05 21:47:34 +0000945#endif
946
947/* Define to 1 if you have the <tiffconf.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +0000948#ifndef MAGICKCORE_HAVE_TIFFCONF_H
949#define MAGICKCORE_HAVE_TIFFCONF_H 1
cristy3ed852e2009-09-05 21:47:34 +0000950#endif
951
952/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
cristy964cb7f2010-04-25 23:18:00 +0000953#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
954#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
cristy3ed852e2009-09-05 21:47:34 +0000955#endif
956
957/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
cristy964cb7f2010-04-25 23:18:00 +0000958#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
959#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
cristy3ed852e2009-09-05 21:47:34 +0000960#endif
961
962/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
cristy964cb7f2010-04-25 23:18:00 +0000963#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
964#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
cristy3ed852e2009-09-05 21:47:34 +0000965#endif
966
967/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000968#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
969#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000970#endif
971
972/* Define to 1 if you have the `TIFFSetTagExtender' function. */
cristy964cb7f2010-04-25 23:18:00 +0000973#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
974#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
cristy3ed852e2009-09-05 21:47:34 +0000975#endif
976
977/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
cristy964cb7f2010-04-25 23:18:00 +0000978#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
979#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
cristy3ed852e2009-09-05 21:47:34 +0000980#endif
981
982/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
cristy964cb7f2010-04-25 23:18:00 +0000983#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
984#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
cristy3ed852e2009-09-05 21:47:34 +0000985#endif
986
987/* Define to 1 if you have the `times' function. */
cristy964cb7f2010-04-25 23:18:00 +0000988#ifndef MAGICKCORE_HAVE_TIMES
989#define MAGICKCORE_HAVE_TIMES 1
cristy3ed852e2009-09-05 21:47:34 +0000990#endif
991
cristy92703d82010-04-26 00:18:18 +0000992/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
993 `HAVE_STRUCT_TM_TM_ZONE' instead. */
994#ifndef MAGICKCORE_HAVE_TM_ZONE
995#define MAGICKCORE_HAVE_TM_ZONE 1
996#endif
997
998/* Define to 1 if you don't have `tm_zone' but do have the external array
999 `tzname'. */
1000/* #undef HAVE_TZNAME */
1001
cristy501c8042011-05-26 17:46:28 +00001002/* Define to 1 if the system has the type `uintmax_t'. */
1003#ifndef MAGICKCORE_HAVE_UINTMAX_T
1004#define MAGICKCORE_HAVE_UINTMAX_T 1
1005#endif
1006
1007/* Define to 1 if the system has the type `uintptr_t'. */
1008#ifndef MAGICKCORE_HAVE_UINTPTR_T
1009#define MAGICKCORE_HAVE_UINTPTR_T 1
1010#endif
1011
cristyc5baf4f2010-08-31 15:05:33 +00001012/* Define to 1 if you have the `ulltostr' function. */
1013/* #undef HAVE_ULLTOSTR */
1014
cristy3ed852e2009-09-05 21:47:34 +00001015/* Define to 1 if you have the <unistd.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001016#ifndef MAGICKCORE_HAVE_UNISTD_H
1017#define MAGICKCORE_HAVE_UNISTD_H 1
cristy3ed852e2009-09-05 21:47:34 +00001018#endif
1019
cristy501c8042011-05-26 17:46:28 +00001020/* Define to 1 if the system has the type `unsigned long long int'. */
1021#ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
1022#define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
1023#endif
1024
cristya20c9042011-05-19 13:22:18 +00001025/* Define to 1 if you have the `uselocale' function. */
1026#ifndef MAGICKCORE_HAVE_USELOCALE
1027#define MAGICKCORE_HAVE_USELOCALE 1
1028#endif
1029
cristy3ed852e2009-09-05 21:47:34 +00001030/* Define to 1 if you have the `usleep' function. */
cristy964cb7f2010-04-25 23:18:00 +00001031#ifndef MAGICKCORE_HAVE_USLEEP
1032#define MAGICKCORE_HAVE_USLEEP 1
cristy3ed852e2009-09-05 21:47:34 +00001033#endif
1034
cristyf1440cb2010-02-23 02:24:21 +00001035/* Define to 1 if you have the `utime' function. */
cristy964cb7f2010-04-25 23:18:00 +00001036#ifndef MAGICKCORE_HAVE_UTIME
1037#define MAGICKCORE_HAVE_UTIME 1
cristyf1440cb2010-02-23 02:24:21 +00001038#endif
1039
cristy3ed852e2009-09-05 21:47:34 +00001040/* Define to 1 if you have the `vfork' function. */
cristy964cb7f2010-04-25 23:18:00 +00001041#ifndef MAGICKCORE_HAVE_VFORK
1042#define MAGICKCORE_HAVE_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001043#endif
1044
1045/* Define to 1 if you have the <vfork.h> header file. */
1046/* #undef HAVE_VFORK_H */
1047
cristy5d0cd952011-05-19 21:21:41 +00001048/* Define to 1 if you have the `vfprintf' function. */
1049#ifndef MAGICKCORE_HAVE_VFPRINTF
1050#define MAGICKCORE_HAVE_VFPRINTF 1
1051#endif
1052
1053/* Define to 1 if you have the `vfprintf_l' function. */
1054/* #undef HAVE_VFPRINTF_L */
1055
cristy3ed852e2009-09-05 21:47:34 +00001056/* Define to 1 if you have the `vprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001057#ifndef MAGICKCORE_HAVE_VPRINTF
1058#define MAGICKCORE_HAVE_VPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001059#endif
1060
1061/* Define to 1 if you have the `vsnprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001062#ifndef MAGICKCORE_HAVE_VSNPRINTF
1063#define MAGICKCORE_HAVE_VSNPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001064#endif
1065
cristyb51dff52011-05-19 16:55:47 +00001066/* Define to 1 if you have the `vsnprintf_l' function. */
1067/* #undef HAVE_VSNPRINTF_L */
1068
cristy3ed852e2009-09-05 21:47:34 +00001069/* Define to 1 if you have the `vsprintf' function. */
cristy964cb7f2010-04-25 23:18:00 +00001070#ifndef MAGICKCORE_HAVE_VSPRINTF
1071#define MAGICKCORE_HAVE_VSPRINTF 1
cristy3ed852e2009-09-05 21:47:34 +00001072#endif
1073
1074/* Define to 1 if you have the `waitpid' function. */
cristy964cb7f2010-04-25 23:18:00 +00001075#ifndef MAGICKCORE_HAVE_WAITPID
1076#define MAGICKCORE_HAVE_WAITPID 1
cristy3ed852e2009-09-05 21:47:34 +00001077#endif
1078
1079/* Define to 1 if you have the <wchar.h> header file. */
cristy964cb7f2010-04-25 23:18:00 +00001080#ifndef MAGICKCORE_HAVE_WCHAR_H
1081#define MAGICKCORE_HAVE_WCHAR_H 1
cristy3ed852e2009-09-05 21:47:34 +00001082#endif
1083
cristy736173a2009-09-20 21:18:22 +00001084/* Define to 1 if you have the <windows.h> header file. */
1085/* #undef HAVE_WINDOWS_H */
1086
cristy739df912009-10-24 16:10:18 +00001087/* This value is set to 1 to indicate that the system argz facility works */
cristy964cb7f2010-04-25 23:18:00 +00001088#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
1089#define MAGICKCORE_HAVE_WORKING_ARGZ 1
cristy3ed852e2009-09-05 21:47:34 +00001090#endif
1091
1092/* Define to 1 if `fork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001093#ifndef MAGICKCORE_HAVE_WORKING_FORK
1094#define MAGICKCORE_HAVE_WORKING_FORK 1
cristy3ed852e2009-09-05 21:47:34 +00001095#endif
1096
1097/* Define to 1 if `vfork' works. */
cristy964cb7f2010-04-25 23:18:00 +00001098#ifndef MAGICKCORE_HAVE_WORKING_VFORK
1099#define MAGICKCORE_HAVE_WORKING_VFORK 1
cristy3ed852e2009-09-05 21:47:34 +00001100#endif
1101
cristya8549b12011-05-18 19:05:08 +00001102/* Define to 1 if you have the <xlocale.h> header file. */
1103#ifndef MAGICKCORE_HAVE_XLOCALE_H
1104#define MAGICKCORE_HAVE_XLOCALE_H 1
1105#endif
1106
cristy3ed852e2009-09-05 21:47:34 +00001107/* Define to 1 if the system has the type `_Bool'. */
cristy439c4df2011-05-25 23:05:49 +00001108#ifndef MAGICKCORE_HAVE__BOOL
1109#define MAGICKCORE_HAVE__BOOL 1
1110#endif
cristy3ed852e2009-09-05 21:47:34 +00001111
1112/* Define to 1 if you have the `_exit' function. */
cristy964cb7f2010-04-25 23:18:00 +00001113#ifndef MAGICKCORE_HAVE__EXIT
1114#define MAGICKCORE_HAVE__EXIT 1
cristy3ed852e2009-09-05 21:47:34 +00001115#endif
1116
1117/* Define to 1 if you have the `_NSGetExecutablePath' function. */
1118/* #undef HAVE__NSGETEXECUTABLEPATH */
1119
1120/* Define to 1 if you have the `_pclose' function. */
1121/* #undef HAVE__PCLOSE */
1122
1123/* Define to 1 if you have the `_popen' function. */
1124/* #undef HAVE__POPEN */
1125
1126/* Define to 1 if you have the `_wfopen' function. */
1127/* #undef HAVE__WFOPEN */
1128
1129/* Define to 1 if you have the `_wstat' function. */
1130/* #undef HAVE__WSTAT */
1131
cristy92703d82010-04-26 00:18:18 +00001132/* define if your compiler has __attribute__ */
1133#ifndef MAGICKCORE_HAVE___ATTRIBUTE__
1134#define MAGICKCORE_HAVE___ATTRIBUTE__ 1
1135#endif
1136
cristy3ed852e2009-09-05 21:47:34 +00001137/* accurately represent the wide range of intensity levels in real scenes */
cristyae56d442011-05-10 21:10:20 +00001138/* #undef HDRI_SUPPORT */
cristy3ed852e2009-09-05 21:47:34 +00001139
1140/* Define if you have umem memory allocation library */
1141/* #undef HasUMEM */
1142
1143/* ImageMagick is formally installed under prefix */
cristy964cb7f2010-04-25 23:18:00 +00001144#ifndef MAGICKCORE_INSTALLED_SUPPORT
1145#define MAGICKCORE_INSTALLED_SUPPORT 1
cristy3ed852e2009-09-05 21:47:34 +00001146#endif
1147
1148/* Define if you have JBIG library */
cristy85278ed2010-05-31 15:10:05 +00001149/* #undef JBIG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001150
1151/* Define if you have JPEG version 2 "Jasper" library */
cristy3c98a4f2010-08-13 20:09:41 +00001152#ifndef MAGICKCORE_JP2_DELEGATE
1153#define MAGICKCORE_JP2_DELEGATE 1
1154#endif
cristy3ed852e2009-09-05 21:47:34 +00001155
1156/* Define if you have JPEG library */
cristy964cb7f2010-04-25 23:18:00 +00001157#ifndef MAGICKCORE_JPEG_DELEGATE
1158#define MAGICKCORE_JPEG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001159#endif
1160
cristy71203402010-06-18 13:12:03 +00001161/* Define if you have LCMS (v1.11 or later) library */
cristyd1f78ea2010-12-12 21:35:47 +00001162#ifndef MAGICKCORE_LCMS_DELEGATE
1163#define MAGICKCORE_LCMS_DELEGATE 1
1164#endif
cristy3ed852e2009-09-05 21:47:34 +00001165
1166/* Directory where architecture-dependent files live. */
cristy964cb7f2010-04-25 23:18:00 +00001167#ifndef MAGICKCORE_LIBRARY_PATH
cristy4a3e2152011-07-02 00:59:04 +00001168#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001169#endif
1170
1171/* Subdirectory of lib where ImageMagick architecture dependent files are
1172 installed */
cristy964cb7f2010-04-25 23:18:00 +00001173#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001174#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001175#endif
1176
1177/* Define if you have LQR library */
cristy85278ed2010-05-31 15:10:05 +00001178/* #undef LQR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001179
1180/* Define if using libltdl to support dynamically loadable modules */
cristy439c4df2011-05-25 23:05:49 +00001181#ifndef MAGICKCORE_LTDL_DELEGATE
1182#define MAGICKCORE_LTDL_DELEGATE 1
1183#endif
cristy3ed852e2009-09-05 21:47:34 +00001184
1185/* Define if the OS needs help to load dependent libraries for dlopen(). */
1186/* #undef LTDL_DLOPEN_DEPLIBS */
1187
1188/* Define to the system default library search path. */
cristy964cb7f2010-04-25 23:18:00 +00001189#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristyae56d442011-05-10 21:10:20 +00001190#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
cristy3ed852e2009-09-05 21:47:34 +00001191#endif
1192
1193/* The archive extension */
cristy964cb7f2010-04-25 23:18:00 +00001194#ifndef MAGICKCORE_LT_LIBEXT
1195#define MAGICKCORE_LT_LIBEXT "a"
cristy3ed852e2009-09-05 21:47:34 +00001196#endif
1197
cristyda16f162011-02-19 23:52:17 +00001198/* The archive prefix */
1199#ifndef MAGICKCORE_LT_LIBPREFIX
1200#define MAGICKCORE_LT_LIBPREFIX "lib"
1201#endif
1202
cristy3ed852e2009-09-05 21:47:34 +00001203/* Define to the extension used for runtime loadable modules, say, ".so". */
cristy964cb7f2010-04-25 23:18:00 +00001204#ifndef MAGICKCORE_LT_MODULE_EXT
1205#define MAGICKCORE_LT_MODULE_EXT ".so"
cristy3ed852e2009-09-05 21:47:34 +00001206#endif
1207
1208/* Define to the name of the environment variable that determines the run-time
1209 module search path. */
cristy964cb7f2010-04-25 23:18:00 +00001210#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1211#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
cristy3ed852e2009-09-05 21:47:34 +00001212#endif
1213
1214/* Define to the sub-directory in which libtool stores uninstalled libraries.
1215 */
cristy964cb7f2010-04-25 23:18:00 +00001216#ifndef MAGICKCORE_LT_OBJDIR
1217#define MAGICKCORE_LT_OBJDIR ".libs/"
cristy3ed852e2009-09-05 21:47:34 +00001218#endif
1219
cristyfbb0ef02010-12-19 02:32:11 +00001220/* Define if you have lzma compression library */
cristyae56d442011-05-10 21:10:20 +00001221#ifndef MAGICKCORE_LZMA_DELEGATE
1222#define MAGICKCORE_LZMA_DELEGATE 1
1223#endif
cristyfbb0ef02010-12-19 02:32:11 +00001224
cristy3ed852e2009-09-05 21:47:34 +00001225/* Define to prepend to default font search path. */
1226/* #undef MAGICK_FONT_PATH */
1227
1228/* Magick API method prefix */
1229/* #undef NAMESPACE_PREFIX */
1230
cristya0b81c32010-01-22 02:54:33 +00001231/* Define to 1 if assertions should be disabled. */
cristy3ed852e2009-09-05 21:47:34 +00001232/* #undef NDEBUG */
1233
1234/* Define if dlsym() requires a leading underscore in symbol names. */
1235/* #undef NEED_USCORE */
1236
1237/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1238/* #undef NO_MINUS_C_MINUS_O */
1239
1240/* Define if you have OPENEXR library */
cristyae56d442011-05-10 21:10:20 +00001241/* #undef OPENEXR_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001242
1243/* Define to the address where bug reports for this package should be sent. */
cristy964cb7f2010-04-25 23:18:00 +00001244#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1245#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
cristy3ed852e2009-09-05 21:47:34 +00001246#endif
1247
1248/* Define to the full name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001249#ifndef MAGICKCORE_PACKAGE_NAME
1250#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
cristy3ed852e2009-09-05 21:47:34 +00001251#endif
1252
1253/* Define to the full name and version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001254#ifndef MAGICKCORE_PACKAGE_STRING
cristy4c08aed2011-07-01 19:47:50 +00001255#define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001256#endif
1257
1258/* Define to the one symbol short name of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001259#ifndef MAGICKCORE_PACKAGE_TARNAME
cristy4c08aed2011-07-01 19:47:50 +00001260#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001261#endif
1262
cristy8b350f62009-11-15 23:12:43 +00001263/* Define to the home page for this package. */
cristy964cb7f2010-04-25 23:18:00 +00001264#ifndef MAGICKCORE_PACKAGE_URL
1265#define MAGICKCORE_PACKAGE_URL ""
cristy8b350f62009-11-15 23:12:43 +00001266#endif
1267
cristy3ed852e2009-09-05 21:47:34 +00001268/* Define to the version of this package. */
cristy964cb7f2010-04-25 23:18:00 +00001269#ifndef MAGICKCORE_PACKAGE_VERSION
cristy4c08aed2011-07-01 19:47:50 +00001270#define MAGICKCORE_PACKAGE_VERSION "7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001271#endif
1272
1273/* Define if you have PNG library */
cristy964cb7f2010-04-25 23:18:00 +00001274#ifndef MAGICKCORE_PNG_DELEGATE
1275#define MAGICKCORE_PNG_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001276#endif
1277
1278/* Define to necessary symbol if this constant uses a non-standard name on
1279 your system. */
1280/* #undef PTHREAD_CREATE_JOINABLE */
1281
1282/* Pixel cache threshold in MB (defaults to available memory) */
1283/* #undef PixelCacheThreshold */
1284
1285/* Number of bits in a pixel Quantum (8/16/32/64) */
cristy964cb7f2010-04-25 23:18:00 +00001286#ifndef MAGICKCORE_QUANTUM_DEPTH
cristy71f59e02010-09-19 22:52:17 +00001287#define MAGICKCORE_QUANTUM_DEPTH 16
cristy3ed852e2009-09-05 21:47:34 +00001288#endif
1289
1290/* Define as the return type of signal handlers (`int' or `void'). */
cristy964cb7f2010-04-25 23:18:00 +00001291#ifndef MAGICKCORE_RETSIGTYPE
1292#define MAGICKCORE_RETSIGTYPE void
cristy3ed852e2009-09-05 21:47:34 +00001293#endif
1294
1295/* Define if you have RSVG library */
cristyae56d442011-05-10 21:10:20 +00001296/* #undef RSVG_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001297
1298/* Define to the type of arg 1 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001299#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1300#define MAGICKCORE_SELECT_TYPE_ARG1 int
cristy3ed852e2009-09-05 21:47:34 +00001301#endif
1302
1303/* Define to the type of args 2, 3 and 4 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001304#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1305#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
cristy3ed852e2009-09-05 21:47:34 +00001306#endif
1307
1308/* Define to the type of arg 5 for `select'. */
cristy964cb7f2010-04-25 23:18:00 +00001309#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1310#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
cristy3ed852e2009-09-05 21:47:34 +00001311#endif
1312
1313/* Directory where architecture-independent configuration files live. */
cristy4f820712011-04-01 12:35:43 +00001314#ifndef MAGICKCORE_SHARE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001315#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
cristy3ed852e2009-09-05 21:47:34 +00001316#endif
1317
1318/* Subdirectory of lib where architecture-independent configuration files
1319 live. */
cristy4f820712011-04-01 12:35:43 +00001320#ifndef MAGICKCORE_SHARE_RELATIVE_PATH
cristy4a3e2152011-07-02 00:59:04 +00001321#define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
cristy3ed852e2009-09-05 21:47:34 +00001322#endif
1323
1324/* The size of `off_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001325#ifndef MAGICKCORE_SIZEOF_OFF_T
1326#define MAGICKCORE_SIZEOF_OFF_T 8
cristy3ed852e2009-09-05 21:47:34 +00001327#endif
1328
1329/* The size of `signed int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001330#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1331#define MAGICKCORE_SIZEOF_SIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001332#endif
1333
1334/* The size of `signed long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001335#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1336#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001337#endif
1338
1339/* The size of `signed long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001340#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1341#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001342#endif
1343
1344/* The size of `signed short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001345#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1346#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001347#endif
1348
1349/* The size of `size_t', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001350#ifndef MAGICKCORE_SIZEOF_SIZE_T
1351#define MAGICKCORE_SIZEOF_SIZE_T 8
cristy3ed852e2009-09-05 21:47:34 +00001352#endif
1353
cristy330e9352010-06-01 18:42:49 +00001354/* The size of `ssize_t', as computed by sizeof. */
1355#ifndef MAGICKCORE_SIZEOF_SSIZE_T
1356#define MAGICKCORE_SIZEOF_SSIZE_T 8
1357#endif
1358
cristy3ed852e2009-09-05 21:47:34 +00001359/* The size of `unsigned int', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001360#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1361#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
cristy3ed852e2009-09-05 21:47:34 +00001362#endif
1363
1364/* The size of `unsigned int*', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001365#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1366#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
cristy3ed852e2009-09-05 21:47:34 +00001367#endif
1368
1369/* The size of `unsigned long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001370#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1371#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001372#endif
1373
1374/* The size of `unsigned long long', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001375#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1376#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
cristy3ed852e2009-09-05 21:47:34 +00001377#endif
1378
1379/* The size of `unsigned short', as computed by sizeof. */
cristy964cb7f2010-04-25 23:18:00 +00001380#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1381#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
cristy3ed852e2009-09-05 21:47:34 +00001382#endif
1383
1384/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1385/* #undef STAT_MACROS_BROKEN */
1386
1387/* Define to 1 if you have the ANSI C header files. */
cristy964cb7f2010-04-25 23:18:00 +00001388#ifndef MAGICKCORE_STDC_HEADERS
1389#define MAGICKCORE_STDC_HEADERS 1
cristy3ed852e2009-09-05 21:47:34 +00001390#endif
1391
cristy55bf91c2010-09-24 00:29:41 +00001392/* Define if you have POSIX threads libraries and header files. */
1393#ifndef MAGICKCORE_THREAD_SUPPORT
1394#define MAGICKCORE_THREAD_SUPPORT 1
1395#endif
1396
cristy3ed852e2009-09-05 21:47:34 +00001397/* Define if you have TIFF library */
cristy964cb7f2010-04-25 23:18:00 +00001398#ifndef MAGICKCORE_TIFF_DELEGATE
1399#define MAGICKCORE_TIFF_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001400#endif
1401
1402/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
cristy964cb7f2010-04-25 23:18:00 +00001403#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1404#define MAGICKCORE_TIME_WITH_SYS_TIME 1
cristy3ed852e2009-09-05 21:47:34 +00001405#endif
1406
1407/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1408/* #undef TM_IN_SYS_TIME */
1409
1410/* Enable extensions on AIX 3, Interix. */
1411#ifndef _ALL_SOURCE
1412# define _ALL_SOURCE 1
1413#endif
1414/* Enable GNU extensions on systems that have them. */
1415#ifndef _GNU_SOURCE
1416# define _GNU_SOURCE 1
1417#endif
1418/* Enable threading extensions on Solaris. */
1419#ifndef _POSIX_PTHREAD_SEMANTICS
1420# define _POSIX_PTHREAD_SEMANTICS 1
1421#endif
1422/* Enable extensions on HP NonStop. */
1423#ifndef _TANDEM_SOURCE
1424# define _TANDEM_SOURCE 1
1425#endif
1426/* Enable general extensions on Solaris. */
1427#ifndef __EXTENSIONS__
1428# define __EXTENSIONS__ 1
1429#endif
1430
1431
cristyb1860752011-03-14 00:27:46 +00001432/* Define if you have WEBP library */
1433/* #undef WEBP_DELEGATE */
1434
cristy3ed852e2009-09-05 21:47:34 +00001435/* Define to use the Windows GDI32 library */
1436/* #undef WINGDI32_DELEGATE */
1437
1438/* Define if using the dmalloc debugging malloc package */
1439/* #undef WITH_DMALLOC */
1440
cristy735e8942010-04-02 20:32:57 +00001441/* Define if you have WMF library */
cristyae56d442011-05-10 21:10:20 +00001442/* #undef WMF_DELEGATE */
cristy3ed852e2009-09-05 21:47:34 +00001443
cristy3ed852e2009-09-05 21:47:34 +00001444/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1445 significant byte first (like Motorola and SPARC, unlike Intel). */
1446#if defined AC_APPLE_UNIVERSAL_BUILD
1447# if defined __BIG_ENDIAN__
1448# define WORDS_BIGENDIAN 1
1449# endif
1450#else
1451# ifndef WORDS_BIGENDIAN
1452/* # undef WORDS_BIGENDIAN */
1453# endif
1454#endif
1455
1456/* Location of X11 configure files */
cristy964cb7f2010-04-25 23:18:00 +00001457#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1458#define MAGICKCORE_X11_CONFIGURE_PATH ""
cristy3ed852e2009-09-05 21:47:34 +00001459#endif
1460
1461/* Define if you have X11 library */
cristy964cb7f2010-04-25 23:18:00 +00001462#ifndef MAGICKCORE_X11_DELEGATE
1463#define MAGICKCORE_X11_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001464#endif
1465
1466/* Define if you have XML library */
cristy964cb7f2010-04-25 23:18:00 +00001467#ifndef MAGICKCORE_XML_DELEGATE
1468#define MAGICKCORE_XML_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001469#endif
1470
1471/* Define to 1 if the X Window System is missing or not being used. */
1472/* #undef X_DISPLAY_MISSING */
1473
1474/* Define if you have zlib compression library */
cristy964cb7f2010-04-25 23:18:00 +00001475#ifndef MAGICKCORE_ZLIB_DELEGATE
1476#define MAGICKCORE_ZLIB_DELEGATE 1
cristy3ed852e2009-09-05 21:47:34 +00001477#endif
1478
1479/* Number of bits in a file offset, on hosts where this is settable. */
cristyda16f162011-02-19 23:52:17 +00001480/* #undef _FILE_OFFSET_BITS */
cristy3ed852e2009-09-05 21:47:34 +00001481
1482/* enable run-time bounds-checking */
1483/* #undef _FORTIFY_SOURCE */
1484
1485/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1486/* #undef _LARGEFILE_SOURCE */
1487
1488/* Define for large files, on AIX-style hosts. */
1489/* #undef _LARGE_FILES */
1490
1491/* Define to 1 if on MINIX. */
1492/* #undef _MINIX */
1493
cristy99cc3002010-01-21 14:50:11 +00001494/* Define this for the OpenCL Accelerator */
cristy85278ed2010-05-31 15:10:05 +00001495/* #undef _OPENCL */
cristy99cc3002010-01-21 14:50:11 +00001496
cristy3ed852e2009-09-05 21:47:34 +00001497/* Define to 2 if the system does not provide POSIX.1 features except with
1498 this defined. */
1499/* #undef _POSIX_1_SOURCE */
1500
1501/* Define to 1 if you need to in order for `stat' and other things to work. */
1502/* #undef _POSIX_SOURCE */
1503
cristy501c8042011-05-26 17:46:28 +00001504/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
1505 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1506 #define below would cause a syntax error. */
1507/* #undef _UINT32_T */
1508
1509/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
1510 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1511 #define below would cause a syntax error. */
1512/* #undef _UINT64_T */
1513
1514/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
1515 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
1516 #define below would cause a syntax error. */
1517/* #undef _UINT8_T */
1518
cristy3ed852e2009-09-05 21:47:34 +00001519/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1520#ifndef __CHAR_UNSIGNED__
1521/* # undef __CHAR_UNSIGNED__ */
1522#endif
1523
1524/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1525/* #undef __error_t_defined */
1526
1527/* Define to appropriate substitue if compiler does not have __func__ */
1528/* #undef __func__ */
1529
cristy3ed852e2009-09-05 21:47:34 +00001530/* Define to a type to use for `error_t' if it is not otherwise available. */
1531/* #undef error_t */
1532
cristy501c8042011-05-26 17:46:28 +00001533/* Define to `int' if <sys/types.h> doesn't define. */
1534/* #undef gid_t */
1535
cristy3ed852e2009-09-05 21:47:34 +00001536/* Define to `__inline__' or `__inline' if that's what the C compiler
1537 calls it, or to nothing if 'inline' is not supported under any name. */
1538#ifndef __cplusplus
cristybcbeec82010-01-22 03:20:31 +00001539/* #undef inline */
cristy3ed852e2009-09-05 21:47:34 +00001540#endif
1541
cristy501c8042011-05-26 17:46:28 +00001542/* Define to the type of a signed integer type of width exactly 16 bits if
1543 such a type exists and the standard includes do not define it. */
1544/* #undef int16_t */
1545
1546/* Define to the type of a signed integer type of width exactly 32 bits if
1547 such a type exists and the standard includes do not define it. */
1548/* #undef int32_t */
1549
1550/* Define to the type of a signed integer type of width exactly 64 bits if
1551 such a type exists and the standard includes do not define it. */
1552/* #undef int64_t */
1553
1554/* Define to the type of a signed integer type of width exactly 8 bits if such
1555 a type exists and the standard includes do not define it. */
1556/* #undef int8_t */
1557
1558/* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
1559 not define. */
1560/* #undef intmax_t */
1561
1562/* Define to the type of a signed integer type wide enough to hold a pointer,
1563 if such a type exists, and if the system does not define it. */
1564/* #undef intptr_t */
1565
1566/* Define to a type if <wchar.h> does not define. */
1567/* #undef mbstate_t */
1568
cristy3ed852e2009-09-05 21:47:34 +00001569/* Define to `int' if <sys/types.h> does not define. */
1570/* #undef mode_t */
1571
1572/* Define to `long int' if <sys/types.h> does not define. */
1573/* #undef off_t */
1574
1575/* Define to `int' if <sys/types.h> does not define. */
1576/* #undef pid_t */
1577
1578/* Define to the equivalent of the C99 'restrict' keyword, or to
1579 nothing if this is not supported. Do not define if restrict is
1580 supported directly. */
cristy964cb7f2010-04-25 23:18:00 +00001581#ifndef _magickcore_restrict
1582#define _magickcore_restrict __restrict
cristy3ed852e2009-09-05 21:47:34 +00001583#endif
cristy8b350f62009-11-15 23:12:43 +00001584/* Work around a bug in Sun C++: it does not support _Restrict or
1585 __restrict__, even though the corresponding Sun C compiler ends up with
1586 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1587 previous line. Perhaps some future version of Sun C++ will work with
1588 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001589#if defined __SUNPRO_CC && !defined __RESTRICT
1590# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001591# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001592#endif
1593
1594/* Define to `unsigned int' if <sys/types.h> does not define. */
1595/* #undef size_t */
1596
1597/* Define to `int' if <sys/types.h> does not define. */
1598/* #undef ssize_t */
1599
cristy501c8042011-05-26 17:46:28 +00001600/* Define to `int' if <sys/types.h> doesn't define. */
1601/* #undef uid_t */
1602
1603/* Define to the type of an unsigned integer type of width exactly 16 bits if
1604 such a type exists and the standard includes do not define it. */
1605/* #undef uint16_t */
1606
1607/* Define to the type of an unsigned integer type of width exactly 32 bits if
1608 such a type exists and the standard includes do not define it. */
1609/* #undef uint32_t */
1610
1611/* Define to the type of an unsigned integer type of width exactly 64 bits if
1612 such a type exists and the standard includes do not define it. */
1613/* #undef uint64_t */
1614
1615/* Define to the type of an unsigned integer type of width exactly 8 bits if
1616 such a type exists and the standard includes do not define it. */
1617/* #undef uint8_t */
1618
1619/* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
1620 do not define. */
1621/* #undef uintmax_t */
1622
1623/* Define to the type of an unsigned integer type wide enough to hold a
1624 pointer, if such a type exists, and if the system does not define it. */
1625/* #undef uintptr_t */
1626
cristy3ed852e2009-09-05 21:47:34 +00001627/* Define as `fork' if `vfork' does not work. */
1628/* #undef vfork */
1629
1630/* Define to empty if the keyword `volatile' does not work. Warning: valid
1631 code using `volatile' can become incorrect without. Disable with care. */
1632/* #undef volatile */
1633
cristy4c08aed2011-07-01 19:47:50 +00001634/* once: _MAGICKCORE_MAGICK_CONFIG_H */
cristy3ed852e2009-09-05 21:47:34 +00001635#endif