blob: 85a197c6d30125daa3c0c2a66957a1168a38adcf [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001#ifndef _MAGICK_MAGICK_CONFIG_H
2#define _MAGICK_MAGICK_CONFIG_H 1
3
4/* magick/magick-config.h. Generated automatically at end of configure. */
5/* 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 */
12/* #undef AUTOTRACE_DELEGATE */
13
14/* Define if coders and filters are to be built as modules. */
cristye6378132009-10-26 20:05:17 +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 */
20#ifndef MAGICKCORE_BZLIB_DELEGATE
21#define MAGICKCORE_BZLIB_DELEGATE 1
22#endif
23
24/* Define if you have CAIRO library */
25#ifndef MAGICKCORE_CAIRO_DELEGATE
26#define MAGICKCORE_CAIRO_DELEGATE 1
27#endif
28
29/* permit enciphering and deciphering image pixels */
30#ifndef MAGICKCORE_CIPHER_SUPPORT
31#define MAGICKCORE_CIPHER_SUPPORT 1
32#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 */
38#ifndef MAGICKCORE_CODER_PATH
cristy18304f92009-11-22 15:48:26 +000039#define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-6.5.8/modules-Q16/coders/"
cristy3ed852e2009-09-05 21:47:34 +000040#endif
41
42/* Subdirectory of lib where coder modules are installed */
43#ifndef MAGICKCORE_CODER_RELATIVE_PATH
cristy18304f92009-11-22 15:48:26 +000044#define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-6.5.8/modules-Q16/coders"
cristy3ed852e2009-09-05 21:47:34 +000045#endif
46
47/* Directory where architecture-dependent configuration files live. */
48#ifndef MAGICKCORE_CONFIGURE_PATH
cristy18304f92009-11-22 15:48:26 +000049#define MAGICKCORE_CONFIGURE_PATH "/usr/local/lib/ImageMagick-6.5.8/config/"
cristy3ed852e2009-09-05 21:47:34 +000050#endif
51
52/* Subdirectory of lib where architecture-dependent configuration files live.
53 */
54#ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
cristy18304f92009-11-22 15:48:26 +000055#define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5.8/config"
cristy3ed852e2009-09-05 21:47:34 +000056#endif
57
58/* Define if you have DJVU library */
59#ifndef MAGICKCORE_DJVU_DELEGATE
60#define MAGICKCORE_DJVU_DELEGATE 1
61#endif
62
63/* Directory where ImageMagick documents live. */
64#ifndef MAGICKCORE_DOCUMENTATION_PATH
cristy18304f92009-11-22 15:48:26 +000065#define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-6.5.8/"
cristy3ed852e2009-09-05 21:47:34 +000066#endif
67
68/* Define if you have Display Postscript */
69/* #undef DPS_DELEGATE */
70
71/* Build self-contained, embeddable, zero-configuration ImageMagick
72 (experimental) */
73/* #undef EMBEDDABLE_SUPPORT */
74
75/* exclude deprecated methods in MagickCore API */
76/* #undef EXCLUDE_DEPRECATED */
77
78/* Directory where executables are installed. */
79#ifndef MAGICKCORE_EXECUTABLE_PATH
80#define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
81#endif
82
83/* Define if you have FFTW library */
84#ifndef MAGICKCORE_FFTW_DELEGATE
85#define MAGICKCORE_FFTW_DELEGATE 1
86#endif
87
88/* Location of filter modules */
89#ifndef MAGICKCORE_FILTER_PATH
cristy18304f92009-11-22 15:48:26 +000090#define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-6.5.8/modules-Q16/filters/"
cristy3ed852e2009-09-05 21:47:34 +000091#endif
92
93/* Subdirectory of lib where filter modules are installed */
94#ifndef MAGICKCORE_FILTER_RELATIVE_PATH
cristy18304f92009-11-22 15:48:26 +000095#define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-6.5.8/modules-Q16/filters"
cristy3ed852e2009-09-05 21:47:34 +000096#endif
97
98/* Define if you have FONTCONFIG library */
99#ifndef MAGICKCORE_FONTCONFIG_DELEGATE
100#define MAGICKCORE_FONTCONFIG_DELEGATE 1
101#endif
102
103/* Define if you have FlashPIX library */
104/* #undef FPX_DELEGATE */
105
106/* Define if you have FreeType (TrueType font) library */
107#ifndef MAGICKCORE_FREETYPE_DELEGATE
108#define MAGICKCORE_FREETYPE_DELEGATE 1
109#endif
110
111/* Define if you have Ghostscript library or framework */
112/* #undef GS_DELEGATE */
113
114/* Define if you have GVC library */
115/* #undef GVC_DELEGATE */
116
117/* Define to 1 if you have the `argz_add' function. */
118#ifndef MAGICKCORE_HAVE_ARGZ_ADD
119#define MAGICKCORE_HAVE_ARGZ_ADD 1
120#endif
121
122/* Define to 1 if you have the `argz_append' function. */
123#ifndef MAGICKCORE_HAVE_ARGZ_APPEND
124#define MAGICKCORE_HAVE_ARGZ_APPEND 1
125#endif
126
127/* Define to 1 if you have the `argz_count' function. */
128#ifndef MAGICKCORE_HAVE_ARGZ_COUNT
129#define MAGICKCORE_HAVE_ARGZ_COUNT 1
130#endif
131
132/* Define to 1 if you have the `argz_create_sep' function. */
133#ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
134#define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
135#endif
136
137/* Define to 1 if you have the <argz.h> header file. */
138#ifndef MAGICKCORE_HAVE_ARGZ_H
139#define MAGICKCORE_HAVE_ARGZ_H 1
140#endif
141
142/* Define to 1 if you have the `argz_insert' function. */
143#ifndef MAGICKCORE_HAVE_ARGZ_INSERT
144#define MAGICKCORE_HAVE_ARGZ_INSERT 1
145#endif
146
147/* Define to 1 if you have the `argz_next' function. */
148#ifndef MAGICKCORE_HAVE_ARGZ_NEXT
149#define MAGICKCORE_HAVE_ARGZ_NEXT 1
150#endif
151
152/* Define to 1 if you have the `argz_stringify' function. */
153#ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
154#define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
155#endif
156
157/* Define to 1 if you have the <arm/limits.h> header file. */
158/* #undef HAVE_ARM_LIMITS_H */
159
160/* Define to 1 if you have the `atexit' function. */
161#ifndef MAGICKCORE_HAVE_ATEXIT
162#define MAGICKCORE_HAVE_ATEXIT 1
163#endif
164
165/* define if bool is a built-in type */
166#ifndef MAGICKCORE_HAVE_BOOL
167#define MAGICKCORE_HAVE_BOOL /**/
168#endif
169
170/* Define to 1 if you have the `clock' function. */
171#ifndef MAGICKCORE_HAVE_CLOCK
172#define MAGICKCORE_HAVE_CLOCK 1
173#endif
174
cristye43a45e2009-09-28 14:49:00 +0000175/* Define to 1 if you have clock_gettime. */
cristy3ed852e2009-09-05 21:47:34 +0000176#ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
177#define MAGICKCORE_HAVE_CLOCK_GETTIME 1
178#endif
179
cristye43a45e2009-09-28 14:49:00 +0000180/* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
181#ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
182#define MAGICKCORE_HAVE_CLOCK_REALTIME 1
183#endif
184
cristy3ed852e2009-09-05 21:47:34 +0000185/* Define to 1 if you have the `closedir' function. */
186#ifndef MAGICKCORE_HAVE_CLOSEDIR
187#define MAGICKCORE_HAVE_CLOSEDIR 1
188#endif
189
cristyc7083c12009-10-14 03:16:55 +0000190/* Define to 1 if you have the <CL/opencl.h> header file. */
cristya03a0852009-10-13 02:02:39 +0000191/* #undef HAVE_CL_OPENCL_H */
cristy736173a2009-09-20 21:18:22 +0000192
cristy3ed852e2009-09-05 21:47:34 +0000193/* Define to 1 if you have the <complex.h> header file. */
194#ifndef MAGICKCORE_HAVE_COMPLEX_H
195#define MAGICKCORE_HAVE_COMPLEX_H 1
196#endif
197
198/* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
199 you don't. */
200/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
201
202/* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
203 */
204#ifndef MAGICKCORE_HAVE_DECL_PREAD
205#define MAGICKCORE_HAVE_DECL_PREAD 1
206#endif
207
208/* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
209 */
210#ifndef MAGICKCORE_HAVE_DECL_PWRITE
211#define MAGICKCORE_HAVE_DECL_PWRITE 1
212#endif
213
214/* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
215 don't. */
216#ifndef MAGICKCORE_HAVE_DECL_STRLCPY
217#define MAGICKCORE_HAVE_DECL_STRLCPY 0
218#endif
219
220/* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
221 don't. */
222#ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
223#define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
224#endif
225
226/* Define to 1 if you have the `directio' function. */
227/* #undef HAVE_DIRECTIO */
228
229/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
230 */
231#ifndef MAGICKCORE_HAVE_DIRENT_H
232#define MAGICKCORE_HAVE_DIRENT_H 1
233#endif
234
235/* Define if you have the GNU dld library. */
236/* #undef HAVE_DLD */
237
238/* Define to 1 if you have the <dld.h> header file. */
239/* #undef HAVE_DLD_H */
240
241/* Define to 1 if you have the `dlerror' function. */
242#ifndef MAGICKCORE_HAVE_DLERROR
243#define MAGICKCORE_HAVE_DLERROR 1
244#endif
245
246/* Define to 1 if you have the <dlfcn.h> header file. */
247#ifndef MAGICKCORE_HAVE_DLFCN_H
248#define MAGICKCORE_HAVE_DLFCN_H 1
249#endif
250
251/* Define to 1 if you have the <dl.h> header file. */
252/* #undef HAVE_DL_H */
253
254/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
255/* #undef HAVE_DOPRNT */
256
257/* Define if you have the _dyld_func_lookup function. */
258/* #undef HAVE_DYLD */
259
260/* Define to 1 if you have the <errno.h> header file. */
261#ifndef MAGICKCORE_HAVE_ERRNO_H
262#define MAGICKCORE_HAVE_ERRNO_H 1
263#endif
264
265/* Define to 1 if the system has the type `error_t'. */
266#ifndef MAGICKCORE_HAVE_ERROR_T
267#define MAGICKCORE_HAVE_ERROR_T 1
268#endif
269
270/* Define to 1 if you have the `execvp' function. */
271#ifndef MAGICKCORE_HAVE_EXECVP
272#define MAGICKCORE_HAVE_EXECVP 1
273#endif
274
275/* Define to 1 if you have the <fcntl.h> header file. */
276#ifndef MAGICKCORE_HAVE_FCNTL_H
277#define MAGICKCORE_HAVE_FCNTL_H 1
278#endif
279
280/* Define to 1 if you have the `floor' function. */
281/* #undef HAVE_FLOOR */
282
283/* Define to 1 if you have the `fork' function. */
284#ifndef MAGICKCORE_HAVE_FORK
285#define MAGICKCORE_HAVE_FORK 1
286#endif
287
288/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
289#ifndef MAGICKCORE_HAVE_FSEEKO
290#define MAGICKCORE_HAVE_FSEEKO 1
291#endif
292
293/* Define to 1 if you have the <ft2build.h> header file. */
294#ifndef MAGICKCORE_HAVE_FT2BUILD_H
295#define MAGICKCORE_HAVE_FT2BUILD_H 1
296#endif
297
298/* Define to 1 if you have the `ftime' function. */
299#ifndef MAGICKCORE_HAVE_FTIME
300#define MAGICKCORE_HAVE_FTIME 1
301#endif
302
303/* Define to 1 if you have the `ftruncate' function. */
304#ifndef MAGICKCORE_HAVE_FTRUNCATE
305#define MAGICKCORE_HAVE_FTRUNCATE 1
306#endif
307
308/* Define to 1 if you have the `getcwd' function. */
309#ifndef MAGICKCORE_HAVE_GETCWD
310#define MAGICKCORE_HAVE_GETCWD 1
311#endif
312
313/* Define to 1 if you have the `getdtablesize' function. */
314#ifndef MAGICKCORE_HAVE_GETDTABLESIZE
315#define MAGICKCORE_HAVE_GETDTABLESIZE 1
316#endif
317
318/* Define to 1 if you have the `getexecname' function. */
319/* #undef HAVE_GETEXECNAME */
320
321/* Define to 1 if you have the `getpagesize' function. */
322#ifndef MAGICKCORE_HAVE_GETPAGESIZE
323#define MAGICKCORE_HAVE_GETPAGESIZE 1
324#endif
325
326/* Define to 1 if you have the `getpid' function. */
327#ifndef MAGICKCORE_HAVE_GETPID
328#define MAGICKCORE_HAVE_GETPID 1
329#endif
330
cristyd3ef0102009-09-12 18:11:06 +0000331/* Define to 1 if you have the `getrlimit' function. */
332#ifndef MAGICKCORE_HAVE_GETRLIMIT
333#define MAGICKCORE_HAVE_GETRLIMIT 1
334#endif
335
cristy3ed852e2009-09-05 21:47:34 +0000336/* Define to 1 if you have the `getrusage' function. */
337#ifndef MAGICKCORE_HAVE_GETRUSAGE
338#define MAGICKCORE_HAVE_GETRUSAGE 1
339#endif
340
341/* Define to 1 if you have the `gettimeofday' function. */
342#ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
343#define MAGICKCORE_HAVE_GETTIMEOFDAY 1
344#endif
345
346/* Define to 1 if you have the `gmtime_r' function. */
347#ifndef MAGICKCORE_HAVE_GMTIME_R
348#define MAGICKCORE_HAVE_GMTIME_R 1
349#endif
350
351/* Define to 1 if you have the <inttypes.h> header file. */
352#ifndef MAGICKCORE_HAVE_INTTYPES_H
353#define MAGICKCORE_HAVE_INTTYPES_H 1
354#endif
355
356/* Define if you have the <lcms.h> header file. */
357#ifndef MAGICKCORE_HAVE_LCMS_H
358#define MAGICKCORE_HAVE_LCMS_H 1
359#endif
360
361/* Define if you have the <lcms/lcms.h> header file. */
362/* #undef HAVE_LCMS_LCMS_H */
363
364/* Define if you have the libdl library or equivalent. */
365#ifndef MAGICKCORE_HAVE_LIBDL
366#define MAGICKCORE_HAVE_LIBDL 1
367#endif
368
369/* Define if libdlloader will be built on this platform */
370#ifndef MAGICKCORE_HAVE_LIBDLLOADER
371#define MAGICKCORE_HAVE_LIBDLLOADER 1
372#endif
373
374/* Define to 1 if you have the `gcov' library (-lgcov). */
375/* #undef HAVE_LIBGCOV */
376
377/* Define to 1 if you have the <limits.h> header file. */
378#ifndef MAGICKCORE_HAVE_LIMITS_H
379#define MAGICKCORE_HAVE_LIMITS_H 1
380#endif
381
382/* Define to 1 if you have the <linux/unistd.h> header file. */
383#ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
384#define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
385#endif
386
387/* Define to 1 if you have the <locale.h> header file. */
388#ifndef MAGICKCORE_HAVE_LOCALE_H
389#define MAGICKCORE_HAVE_LOCALE_H 1
390#endif
391
392/* Define to 1 if you have the `localtime_r' function. */
393#ifndef MAGICKCORE_HAVE_LOCALTIME_R
394#define MAGICKCORE_HAVE_LOCALTIME_R 1
395#endif
396
397/* Define to 1 if the type `long double' works and has more range or precision
398 than `double'. */
399#ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
400#define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
401#endif
402
403/* Define to 1 if you have the `lstat' function. */
404#ifndef MAGICKCORE_HAVE_LSTAT
405#define MAGICKCORE_HAVE_LSTAT 1
406#endif
407
408/* define if the compiler implements L"widestring" */
409#ifndef MAGICKCORE_HAVE_LSTRING
410#define MAGICKCORE_HAVE_LSTRING /**/
411#endif
412
413/* Define this if a modern libltdl is already installed */
414#ifndef MAGICKCORE_HAVE_LTDL
415#define MAGICKCORE_HAVE_LTDL 1
416#endif
417
418/* Define to 1 if you have the <machine/param.h> header file. */
419/* #undef HAVE_MACHINE_PARAM_H */
420
421/* Define to 1 if you have the <mach-o/dyld.h> header file. */
422/* #undef HAVE_MACH_O_DYLD_H */
423
424/* Define to 1 if you have the `memmove' function. */
425#ifndef MAGICKCORE_HAVE_MEMMOVE
426#define MAGICKCORE_HAVE_MEMMOVE 1
427#endif
428
429/* Define to 1 if you have the <memory.h> header file. */
430#ifndef MAGICKCORE_HAVE_MEMORY_H
431#define MAGICKCORE_HAVE_MEMORY_H 1
432#endif
433
434/* Define to 1 if you have the `memset' function. */
435#ifndef MAGICKCORE_HAVE_MEMSET
436#define MAGICKCORE_HAVE_MEMSET 1
437#endif
438
439/* Define to 1 if you have the `mkstemp' function. */
440#ifndef MAGICKCORE_HAVE_MKSTEMP
441#define MAGICKCORE_HAVE_MKSTEMP 1
442#endif
443
444/* Define to 1 if you have a working `mmap' system call. */
445#ifndef MAGICKCORE_HAVE_MMAP
446#define MAGICKCORE_HAVE_MMAP 1
447#endif
448
449/* Define to 1 if you have a working `mmap' system call. */
450#ifndef MAGICKCORE_HAVE_MMAP_FILEIO
451#define MAGICKCORE_HAVE_MMAP_FILEIO 1
452#endif
453
454/* Define to 1 if you have the `munmap' function. */
455#ifndef MAGICKCORE_HAVE_MUNMAP
456#define MAGICKCORE_HAVE_MUNMAP 1
457#endif
458
459/* define if the compiler implements namespaces */
460#ifndef MAGICKCORE_HAVE_NAMESPACES
461#define MAGICKCORE_HAVE_NAMESPACES /**/
462#endif
463
464/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
465/* #undef HAVE_NDIR_H */
466
cristya03a0852009-10-13 02:02:39 +0000467/* Define to 1 if you have the <OpenCL/OpenCL.h> header file. */
468/* #undef HAVE_OPENCL_OPENCL_H */
cristy736173a2009-09-20 21:18:22 +0000469
cristy3ed852e2009-09-05 21:47:34 +0000470/* Define to 1 if you have the `opendir' function. */
471#ifndef MAGICKCORE_HAVE_OPENDIR
472#define MAGICKCORE_HAVE_OPENDIR 1
473#endif
474
475/* Define to 1 if you have the <OS.h> header file. */
476/* #undef HAVE_OS_H */
477
478/* Define to 1 if you have the `pclose' function. */
479#ifndef MAGICKCORE_HAVE_PCLOSE
480#define MAGICKCORE_HAVE_PCLOSE 1
481#endif
482
483/* Define to 1 if you have the `poll' function. */
484#ifndef MAGICKCORE_HAVE_POLL
485#define MAGICKCORE_HAVE_POLL 1
486#endif
487
488/* Define to 1 if you have the `popen' function. */
489#ifndef MAGICKCORE_HAVE_POPEN
490#define MAGICKCORE_HAVE_POPEN 1
491#endif
492
493/* Define to 1 if you have the `posix_fadvise' function. */
494#ifndef MAGICKCORE_HAVE_POSIX_FADVISE
495#define MAGICKCORE_HAVE_POSIX_FADVISE 1
496#endif
497
498/* Define to 1 if you have the `posix_fallocate' function. */
499#ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
500#define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
501#endif
502
503/* Define to 1 if you have the `posix_madvise' function. */
504#ifndef MAGICKCORE_HAVE_POSIX_MADVISE
505#define MAGICKCORE_HAVE_POSIX_MADVISE 1
506#endif
507
508/* Define to 1 if you have the `posix_memalign' function. */
509#ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
510#define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
511#endif
512
513/* Define to 1 if you have the `pow' function. */
514/* #undef HAVE_POW */
515
516/* Define to 1 if you have the `pread' function. */
517#ifndef MAGICKCORE_HAVE_PREAD
518#define MAGICKCORE_HAVE_PREAD 1
519#endif
520
521/* Define if libtool can extract symbol lists from object files. */
522#ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
523#define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
524#endif
525
526/* Define if you have POSIX threads libraries and header files. */
527#ifndef MAGICKCORE_HAVE_PTHREAD
528#define MAGICKCORE_HAVE_PTHREAD 1
529#endif
530
531/* Define to 1 if you have the `pwrite' function. */
532#ifndef MAGICKCORE_HAVE_PWRITE
533#define MAGICKCORE_HAVE_PWRITE 1
534#endif
535
536/* Define to 1 if you have the `raise' function. */
537#ifndef MAGICKCORE_HAVE_RAISE
538#define MAGICKCORE_HAVE_RAISE 1
539#endif
540
541/* Define to 1 if you have the `rand_r' function. */
542#ifndef MAGICKCORE_HAVE_RAND_R
543#define MAGICKCORE_HAVE_RAND_R 1
544#endif
545
546/* Define to 1 if you have the `readdir' function. */
547#ifndef MAGICKCORE_HAVE_READDIR
548#define MAGICKCORE_HAVE_READDIR 1
549#endif
550
551/* Define to 1 if you have the `readdir_r' function. */
552#ifndef MAGICKCORE_HAVE_READDIR_R
553#define MAGICKCORE_HAVE_READDIR_R 1
554#endif
555
556/* Define to 1 if you have the `readlink' function. */
557#ifndef MAGICKCORE_HAVE_READLINK
558#define MAGICKCORE_HAVE_READLINK 1
559#endif
560
561/* Define to 1 if you have the `realpath' function. */
562#ifndef MAGICKCORE_HAVE_REALPATH
563#define MAGICKCORE_HAVE_REALPATH 1
564#endif
565
566/* Define to 1 if you have the `seekdir' function. */
567#ifndef MAGICKCORE_HAVE_SEEKDIR
568#define MAGICKCORE_HAVE_SEEKDIR 1
569#endif
570
571/* Define to 1 if you have the `select' function. */
572#ifndef MAGICKCORE_HAVE_SELECT
573#define MAGICKCORE_HAVE_SELECT 1
574#endif
575
576/* Define to 1 if you have the `setlocale' function. */
577#ifndef MAGICKCORE_HAVE_SETLOCALE
578#define MAGICKCORE_HAVE_SETLOCALE 1
579#endif
580
581/* Define to 1 if you have the `setvbuf' function. */
582#ifndef MAGICKCORE_HAVE_SETVBUF
583#define MAGICKCORE_HAVE_SETVBUF 1
584#endif
585
586/* X11 server supports shape extension */
587#ifndef MAGICKCORE_HAVE_SHAPE
588#define MAGICKCORE_HAVE_SHAPE 1
589#endif
590
591/* X11 server supports shared memory extension */
592#ifndef MAGICKCORE_HAVE_SHARED_MEMORY
593#define MAGICKCORE_HAVE_SHARED_MEMORY 1
594#endif
595
596/* Define if you have the shl_load function. */
597/* #undef HAVE_SHL_LOAD */
598
599/* Define to 1 if you have the `sigaction' function. */
600#ifndef MAGICKCORE_HAVE_SIGACTION
601#define MAGICKCORE_HAVE_SIGACTION 1
602#endif
603
604/* Define to 1 if you have the `sigemptyset' function. */
605#ifndef MAGICKCORE_HAVE_SIGEMPTYSET
606#define MAGICKCORE_HAVE_SIGEMPTYSET 1
607#endif
608
609/* Define to 1 if you have the `sqrt' function. */
610/* #undef HAVE_SQRT */
611
612/* Define to 1 if you have the `stat' function. */
613#ifndef MAGICKCORE_HAVE_STAT
614#define MAGICKCORE_HAVE_STAT 1
615#endif
616
617/* Define to 1 if you have the <stdarg.h> header file. */
618#ifndef MAGICKCORE_HAVE_STDARG_H
619#define MAGICKCORE_HAVE_STDARG_H 1
620#endif
621
622/* Define to 1 if stdbool.h conforms to C99. */
623#ifndef MAGICKCORE_HAVE_STDBOOL_H
624#define MAGICKCORE_HAVE_STDBOOL_H 1
625#endif
626
627/* Define to 1 if you have the <stddef.h> header file. */
628#ifndef MAGICKCORE_HAVE_STDDEF_H
629#define MAGICKCORE_HAVE_STDDEF_H 1
630#endif
631
632/* Define to 1 if you have the <stdint.h> header file. */
633#ifndef MAGICKCORE_HAVE_STDINT_H
634#define MAGICKCORE_HAVE_STDINT_H 1
635#endif
636
637/* Define to 1 if you have the <stdlib.h> header file. */
638#ifndef MAGICKCORE_HAVE_STDLIB_H
639#define MAGICKCORE_HAVE_STDLIB_H 1
640#endif
641
642/* define if the compiler supports ISO C++ standard library */
643#ifndef MAGICKCORE_HAVE_STD_LIBS
644#define MAGICKCORE_HAVE_STD_LIBS /**/
645#endif
646
647/* define if the compiler supports the std namespace */
648#ifndef MAGICKCORE_HAVE_STD_NAMESPACE
649#define MAGICKCORE_HAVE_STD_NAMESPACE /**/
650#endif
651
652/* Define to 1 if you have the `strcasecmp' function. */
653#ifndef MAGICKCORE_HAVE_STRCASECMP
654#define MAGICKCORE_HAVE_STRCASECMP 1
655#endif
656
657/* Define to 1 if you have the `strchr' function. */
658#ifndef MAGICKCORE_HAVE_STRCHR
659#define MAGICKCORE_HAVE_STRCHR 1
660#endif
661
662/* Define to 1 if you have the `strcspn' function. */
663#ifndef MAGICKCORE_HAVE_STRCSPN
664#define MAGICKCORE_HAVE_STRCSPN 1
665#endif
666
667/* Define to 1 if you have the `strdup' function. */
668#ifndef MAGICKCORE_HAVE_STRDUP
669#define MAGICKCORE_HAVE_STRDUP 1
670#endif
671
672/* Define to 1 if you have the `strerror' function. */
673#ifndef MAGICKCORE_HAVE_STRERROR
674#define MAGICKCORE_HAVE_STRERROR 1
675#endif
676
677/* Define to 1 if you have the `strerror_r' function. */
678#ifndef MAGICKCORE_HAVE_STRERROR_R
679#define MAGICKCORE_HAVE_STRERROR_R 1
680#endif
681
682/* Define to 1 if cpp supports the ANSI # stringizing operator. */
683#ifndef MAGICKCORE_HAVE_STRINGIZE
684#define MAGICKCORE_HAVE_STRINGIZE 1
685#endif
686
687/* Define to 1 if you have the <strings.h> header file. */
688#ifndef MAGICKCORE_HAVE_STRINGS_H
689#define MAGICKCORE_HAVE_STRINGS_H 1
690#endif
691
692/* Define to 1 if you have the <string.h> header file. */
693#ifndef MAGICKCORE_HAVE_STRING_H
694#define MAGICKCORE_HAVE_STRING_H 1
695#endif
696
697/* Define to 1 if you have the `strlcat' function. */
698/* #undef HAVE_STRLCAT */
699
700/* Define to 1 if you have the `strlcpy' function. */
701/* #undef HAVE_STRLCPY */
702
703/* Define to 1 if you have the `strncasecmp' function. */
704#ifndef MAGICKCORE_HAVE_STRNCASECMP
705#define MAGICKCORE_HAVE_STRNCASECMP 1
706#endif
707
708/* Define to 1 if you have the `strpbrk' function. */
709#ifndef MAGICKCORE_HAVE_STRPBRK
710#define MAGICKCORE_HAVE_STRPBRK 1
711#endif
712
713/* Define to 1 if you have the `strrchr' function. */
714#ifndef MAGICKCORE_HAVE_STRRCHR
715#define MAGICKCORE_HAVE_STRRCHR 1
716#endif
717
718/* Define to 1 if you have the `strspn' function. */
719#ifndef MAGICKCORE_HAVE_STRSPN
720#define MAGICKCORE_HAVE_STRSPN 1
721#endif
722
723/* Define to 1 if you have the `strstr' function. */
724#ifndef MAGICKCORE_HAVE_STRSTR
725#define MAGICKCORE_HAVE_STRSTR 1
726#endif
727
728/* Define to 1 if you have the `strtol' function. */
729#ifndef MAGICKCORE_HAVE_STRTOL
730#define MAGICKCORE_HAVE_STRTOL 1
731#endif
732
733/* Define to 1 if you have the `symlink' function. */
734#ifndef MAGICKCORE_HAVE_SYMLINK
735#define MAGICKCORE_HAVE_SYMLINK 1
736#endif
737
738/* Define to 1 if you have the `sysconf' function. */
739#ifndef MAGICKCORE_HAVE_SYSCONF
740#define MAGICKCORE_HAVE_SYSCONF 1
741#endif
742
743/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
744 */
745/* #undef HAVE_SYS_DIR_H */
746
747/* Define to 1 if you have the <sys/dl.h> header file. */
748/* #undef HAVE_SYS_DL_H */
749
750/* Define to 1 if you have the <sys/ipc.h> header file. */
751#ifndef MAGICKCORE_HAVE_SYS_IPC_H
752#define MAGICKCORE_HAVE_SYS_IPC_H 1
753#endif
754
755/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
756 */
757/* #undef HAVE_SYS_NDIR_H */
758
cristycd4c5312009-11-22 01:19:08 +0000759/* Define to 1 if you have the <sys/param.h> header file. */
760#ifndef MAGICKCORE_HAVE_SYS_PARAM_H
761#define MAGICKCORE_HAVE_SYS_PARAM_H 1
762#endif
763
cristy3ed852e2009-09-05 21:47:34 +0000764/* Define to 1 if you have the <sys/resource.h> header file. */
765#ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
766#define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
767#endif
768
769/* Define to 1 if you have the <sys/select.h> header file. */
770#ifndef MAGICKCORE_HAVE_SYS_SELECT_H
771#define MAGICKCORE_HAVE_SYS_SELECT_H 1
772#endif
773
774/* Define to 1 if you have the <sys/socket.h> header file. */
775#ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
776#define MAGICKCORE_HAVE_SYS_SOCKET_H 1
777#endif
778
779/* Define to 1 if you have the <sys/stat.h> header file. */
780#ifndef MAGICKCORE_HAVE_SYS_STAT_H
781#define MAGICKCORE_HAVE_SYS_STAT_H 1
782#endif
783
784/* Define to 1 if you have the <sys/syslimits.h> header file. */
785/* #undef HAVE_SYS_SYSLIMITS_H */
786
787/* Define to 1 if you have the <sys/timeb.h> header file. */
788#ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
789#define MAGICKCORE_HAVE_SYS_TIMEB_H 1
790#endif
791
792/* Define to 1 if you have the <sys/times.h> header file. */
793#ifndef MAGICKCORE_HAVE_SYS_TIMES_H
794#define MAGICKCORE_HAVE_SYS_TIMES_H 1
795#endif
796
797/* Define to 1 if you have the <sys/time.h> header file. */
798#ifndef MAGICKCORE_HAVE_SYS_TIME_H
799#define MAGICKCORE_HAVE_SYS_TIME_H 1
800#endif
801
802/* Define to 1 if you have the <sys/types.h> header file. */
803#ifndef MAGICKCORE_HAVE_SYS_TYPES_H
804#define MAGICKCORE_HAVE_SYS_TYPES_H 1
805#endif
806
807/* Define to 1 if you have the <sys/wait.h> header file. */
808#ifndef MAGICKCORE_HAVE_SYS_WAIT_H
809#define MAGICKCORE_HAVE_SYS_WAIT_H 1
810#endif
811
812/* Define to 1 if you have the `telldir' function. */
813#ifndef MAGICKCORE_HAVE_TELLDIR
814#define MAGICKCORE_HAVE_TELLDIR 1
815#endif
816
817/* Define to 1 if you have the `tempnam' function. */
818#ifndef MAGICKCORE_HAVE_TEMPNAM
819#define MAGICKCORE_HAVE_TEMPNAM 1
820#endif
821
822/* Define to 1 if you have the <tiffconf.h> header file. */
823#ifndef MAGICKCORE_HAVE_TIFFCONF_H
824#define MAGICKCORE_HAVE_TIFFCONF_H 1
825#endif
826
827/* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
828#ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
829#define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
830#endif
831
832/* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
833#ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
834#define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
835#endif
836
837/* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
838#ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
839#define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
840#endif
841
842/* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
843#ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
844#define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
845#endif
846
847/* Define to 1 if you have the `TIFFSetTagExtender' function. */
848#ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
849#define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
850#endif
851
852/* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
853#ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
854#define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
855#endif
856
857/* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
858#ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
859#define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
860#endif
861
862/* Define to 1 if you have the `times' function. */
863#ifndef MAGICKCORE_HAVE_TIMES
864#define MAGICKCORE_HAVE_TIMES 1
865#endif
866
867/* Define to 1 if you have the <unistd.h> header file. */
868#ifndef MAGICKCORE_HAVE_UNISTD_H
869#define MAGICKCORE_HAVE_UNISTD_H 1
870#endif
871
872/* Define to 1 if you have the `usleep' function. */
873#ifndef MAGICKCORE_HAVE_USLEEP
874#define MAGICKCORE_HAVE_USLEEP 1
875#endif
876
877/* Define to 1 if you have the `vfork' function. */
878#ifndef MAGICKCORE_HAVE_VFORK
879#define MAGICKCORE_HAVE_VFORK 1
880#endif
881
882/* Define to 1 if you have the <vfork.h> header file. */
883/* #undef HAVE_VFORK_H */
884
885/* Define to 1 if you have the `vprintf' function. */
886#ifndef MAGICKCORE_HAVE_VPRINTF
887#define MAGICKCORE_HAVE_VPRINTF 1
888#endif
889
890/* Define to 1 if you have the `vsnprintf' function. */
891#ifndef MAGICKCORE_HAVE_VSNPRINTF
892#define MAGICKCORE_HAVE_VSNPRINTF 1
893#endif
894
895/* Define to 1 if you have the `vsprintf' function. */
896#ifndef MAGICKCORE_HAVE_VSPRINTF
897#define MAGICKCORE_HAVE_VSPRINTF 1
898#endif
899
900/* Define to 1 if you have the `waitpid' function. */
901#ifndef MAGICKCORE_HAVE_WAITPID
902#define MAGICKCORE_HAVE_WAITPID 1
903#endif
904
905/* Define to 1 if you have the <wchar.h> header file. */
906#ifndef MAGICKCORE_HAVE_WCHAR_H
907#define MAGICKCORE_HAVE_WCHAR_H 1
908#endif
909
cristy736173a2009-09-20 21:18:22 +0000910/* Define to 1 if you have the <windows.h> header file. */
911/* #undef HAVE_WINDOWS_H */
912
cristy739df912009-10-24 16:10:18 +0000913/* This value is set to 1 to indicate that the system argz facility works */
cristy3ed852e2009-09-05 21:47:34 +0000914#ifndef MAGICKCORE_HAVE_WORKING_ARGZ
915#define MAGICKCORE_HAVE_WORKING_ARGZ 1
916#endif
917
918/* Define to 1 if `fork' works. */
919#ifndef MAGICKCORE_HAVE_WORKING_FORK
920#define MAGICKCORE_HAVE_WORKING_FORK 1
921#endif
922
923/* Define to 1 if `vfork' works. */
924#ifndef MAGICKCORE_HAVE_WORKING_VFORK
925#define MAGICKCORE_HAVE_WORKING_VFORK 1
926#endif
927
928/* Define to 1 if the system has the type `_Bool'. */
929#ifndef MAGICKCORE_HAVE__BOOL
930#define MAGICKCORE_HAVE__BOOL 1
931#endif
932
933/* Define to 1 if you have the `_exit' function. */
934#ifndef MAGICKCORE_HAVE__EXIT
935#define MAGICKCORE_HAVE__EXIT 1
936#endif
937
938/* Define to 1 if you have the `_NSGetExecutablePath' function. */
939/* #undef HAVE__NSGETEXECUTABLEPATH */
940
941/* Define to 1 if you have the `_pclose' function. */
942/* #undef HAVE__PCLOSE */
943
944/* Define to 1 if you have the `_popen' function. */
945/* #undef HAVE__POPEN */
946
947/* Define to 1 if you have the `_wfopen' function. */
948/* #undef HAVE__WFOPEN */
949
950/* Define to 1 if you have the `_wstat' function. */
951/* #undef HAVE__WSTAT */
952
953/* accurately represent the wide range of intensity levels in real scenes */
954/* #undef HDRI_SUPPORT */
955
956/* Define if you have umem memory allocation library */
957/* #undef HasUMEM */
958
959/* ImageMagick is formally installed under prefix */
960#ifndef MAGICKCORE_INSTALLED_SUPPORT
961#define MAGICKCORE_INSTALLED_SUPPORT 1
962#endif
963
964/* Define if you have JBIG library */
965/* #undef JBIG_DELEGATE */
966
967/* Define if you have JPEG version 2 "Jasper" library */
968#ifndef MAGICKCORE_JP2_DELEGATE
969#define MAGICKCORE_JP2_DELEGATE 1
970#endif
971
972/* Define if you have JPEG library */
973#ifndef MAGICKCORE_JPEG_DELEGATE
974#define MAGICKCORE_JPEG_DELEGATE 1
975#endif
976
977/* Define if you have LCMS library */
978#ifndef MAGICKCORE_LCMS_DELEGATE
979#define MAGICKCORE_LCMS_DELEGATE 1
980#endif
981
982/* Directory where architecture-dependent files live. */
983#ifndef MAGICKCORE_LIBRARY_PATH
cristy18304f92009-11-22 15:48:26 +0000984#define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-6.5.8/"
cristy3ed852e2009-09-05 21:47:34 +0000985#endif
986
987/* Subdirectory of lib where ImageMagick architecture dependent files are
988 installed */
989#ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
cristy18304f92009-11-22 15:48:26 +0000990#define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-6.5.8"
cristy3ed852e2009-09-05 21:47:34 +0000991#endif
992
993/* Define if you have LQR library */
994/* #undef LQR_DELEGATE */
995
996/* Define if using libltdl to support dynamically loadable modules */
cristye6378132009-10-26 20:05:17 +0000997#ifndef MAGICKCORE_LTDL_DELEGATE
998#define MAGICKCORE_LTDL_DELEGATE 1
999#endif
cristy3ed852e2009-09-05 21:47:34 +00001000
1001/* Define if the OS needs help to load dependent libraries for dlopen(). */
1002/* #undef LTDL_DLOPEN_DEPLIBS */
1003
1004/* Define to the system default library search path. */
1005#ifndef MAGICKCORE_LT_DLSEARCH_PATH
cristy679ed8e2009-12-05 02:37:41 +00001006#define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib64/mysql:/usr/lib64/openmotif:/usr/lib64/qt-3.3/lib:/usr/lib64/xulrunner-1.9.2"
cristy3ed852e2009-09-05 21:47:34 +00001007#endif
1008
1009/* The archive extension */
1010#ifndef MAGICKCORE_LT_LIBEXT
1011#define MAGICKCORE_LT_LIBEXT "a"
1012#endif
1013
1014/* Define to the extension used for runtime loadable modules, say, ".so". */
1015#ifndef MAGICKCORE_LT_MODULE_EXT
1016#define MAGICKCORE_LT_MODULE_EXT ".so"
1017#endif
1018
1019/* Define to the name of the environment variable that determines the run-time
1020 module search path. */
1021#ifndef MAGICKCORE_LT_MODULE_PATH_VAR
1022#define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
1023#endif
1024
1025/* Define to the sub-directory in which libtool stores uninstalled libraries.
1026 */
1027#ifndef MAGICKCORE_LT_OBJDIR
1028#define MAGICKCORE_LT_OBJDIR ".libs/"
1029#endif
1030
1031/* Define to prepend to default font search path. */
1032/* #undef MAGICK_FONT_PATH */
1033
1034/* Magick API method prefix */
1035/* #undef NAMESPACE_PREFIX */
1036
1037/* Turn off assert statements */
1038/* #undef NDEBUG */
1039
1040/* Define if dlsym() requires a leading underscore in symbol names. */
1041/* #undef NEED_USCORE */
1042
1043/* Define to 1 if your C compiler doesn't accept -c and -o together. */
1044/* #undef NO_MINUS_C_MINUS_O */
1045
1046/* Define if you have OPENEXR library */
1047/* #undef OPENEXR_DELEGATE */
1048
1049/* Define to the address where bug reports for this package should be sent. */
1050#ifndef MAGICKCORE_PACKAGE_BUGREPORT
1051#define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
1052#endif
1053
1054/* Define to the full name of this package. */
1055#ifndef MAGICKCORE_PACKAGE_NAME
1056#define MAGICKCORE_PACKAGE_NAME "ImageMagick"
1057#endif
1058
1059/* Define to the full name and version of this package. */
1060#ifndef MAGICKCORE_PACKAGE_STRING
cristy89effd22009-11-24 20:56:45 +00001061#define MAGICKCORE_PACKAGE_STRING "ImageMagick 6.5.8"
cristy3ed852e2009-09-05 21:47:34 +00001062#endif
1063
1064/* Define to the one symbol short name of this package. */
1065#ifndef MAGICKCORE_PACKAGE_TARNAME
1066#define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
1067#endif
1068
cristy8b350f62009-11-15 23:12:43 +00001069/* Define to the home page for this package. */
1070#ifndef MAGICKCORE_PACKAGE_URL
1071#define MAGICKCORE_PACKAGE_URL ""
1072#endif
1073
cristy3ed852e2009-09-05 21:47:34 +00001074/* Define to the version of this package. */
1075#ifndef MAGICKCORE_PACKAGE_VERSION
cristy89effd22009-11-24 20:56:45 +00001076#define MAGICKCORE_PACKAGE_VERSION "6.5.8"
cristy3ed852e2009-09-05 21:47:34 +00001077#endif
1078
1079/* Define if you have PNG library */
1080#ifndef MAGICKCORE_PNG_DELEGATE
1081#define MAGICKCORE_PNG_DELEGATE 1
1082#endif
1083
1084/* Define to necessary symbol if this constant uses a non-standard name on
1085 your system. */
1086/* #undef PTHREAD_CREATE_JOINABLE */
1087
1088/* Pixel cache threshold in MB (defaults to available memory) */
1089/* #undef PixelCacheThreshold */
1090
1091/* Number of bits in a pixel Quantum (8/16/32/64) */
1092#ifndef MAGICKCORE_QUANTUM_DEPTH
1093#define MAGICKCORE_QUANTUM_DEPTH 16
1094#endif
1095
1096/* Define as the return type of signal handlers (`int' or `void'). */
1097#ifndef MAGICKCORE_RETSIGTYPE
1098#define MAGICKCORE_RETSIGTYPE void
1099#endif
1100
1101/* Define if you have RSVG library */
1102#ifndef MAGICKCORE_RSVG_DELEGATE
1103#define MAGICKCORE_RSVG_DELEGATE 1
1104#endif
1105
1106/* Define to the type of arg 1 for `select'. */
1107#ifndef MAGICKCORE_SELECT_TYPE_ARG1
1108#define MAGICKCORE_SELECT_TYPE_ARG1 int
1109#endif
1110
1111/* Define to the type of args 2, 3 and 4 for `select'. */
1112#ifndef MAGICKCORE_SELECT_TYPE_ARG234
1113#define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
1114#endif
1115
1116/* Define to the type of arg 5 for `select'. */
1117#ifndef MAGICKCORE_SELECT_TYPE_ARG5
1118#define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
1119#endif
1120
1121/* Directory where architecture-independent configuration files live. */
1122#ifndef MAGICKCORE_SHARE_CONFIGURE_PATH
cristy18304f92009-11-22 15:48:26 +00001123#define MAGICKCORE_SHARE_CONFIGURE_PATH "/usr/local/share/ImageMagick-6.5.8/config/"
cristy3ed852e2009-09-05 21:47:34 +00001124#endif
1125
1126/* Subdirectory of lib where architecture-independent configuration files
1127 live. */
1128#ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH
cristy18304f92009-11-22 15:48:26 +00001129#define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH "ImageMagick-6.5.8/config"
cristy3ed852e2009-09-05 21:47:34 +00001130#endif
1131
1132/* Directory where architecture-independent files live. */
1133#ifndef MAGICKCORE_SHARE_PATH
cristy18304f92009-11-22 15:48:26 +00001134#define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-6.5.8/"
cristy3ed852e2009-09-05 21:47:34 +00001135#endif
1136
1137/* The size of `off_t', as computed by sizeof. */
1138#ifndef MAGICKCORE_SIZEOF_OFF_T
1139#define MAGICKCORE_SIZEOF_OFF_T 8
1140#endif
1141
1142/* The size of `signed int', as computed by sizeof. */
1143#ifndef MAGICKCORE_SIZEOF_SIGNED_INT
1144#define MAGICKCORE_SIZEOF_SIGNED_INT 4
1145#endif
1146
1147/* The size of `signed long', as computed by sizeof. */
1148#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
1149#define MAGICKCORE_SIZEOF_SIGNED_LONG 8
1150#endif
1151
1152/* The size of `signed long long', as computed by sizeof. */
1153#ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
1154#define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
1155#endif
1156
1157/* The size of `signed short', as computed by sizeof. */
1158#ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
1159#define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
1160#endif
1161
1162/* The size of `size_t', as computed by sizeof. */
1163#ifndef MAGICKCORE_SIZEOF_SIZE_T
1164#define MAGICKCORE_SIZEOF_SIZE_T 8
1165#endif
1166
1167/* The size of `unsigned int', as computed by sizeof. */
1168#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
1169#define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
1170#endif
1171
1172/* The size of `unsigned int*', as computed by sizeof. */
1173#ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
1174#define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
1175#endif
1176
1177/* The size of `unsigned long', as computed by sizeof. */
1178#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
1179#define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
1180#endif
1181
1182/* The size of `unsigned long long', as computed by sizeof. */
1183#ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
1184#define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
1185#endif
1186
1187/* The size of `unsigned short', as computed by sizeof. */
1188#ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
1189#define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
1190#endif
1191
1192/* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
1193/* #undef STAT_MACROS_BROKEN */
1194
1195/* Define to 1 if you have the ANSI C header files. */
1196#ifndef MAGICKCORE_STDC_HEADERS
1197#define MAGICKCORE_STDC_HEADERS 1
1198#endif
1199
1200/* Define if you have TIFF library */
1201#ifndef MAGICKCORE_TIFF_DELEGATE
1202#define MAGICKCORE_TIFF_DELEGATE 1
1203#endif
1204
1205/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
1206#ifndef MAGICKCORE_TIME_WITH_SYS_TIME
1207#define MAGICKCORE_TIME_WITH_SYS_TIME 1
1208#endif
1209
1210/* Define to 1 if your <sys/time.h> declares `struct tm'. */
1211/* #undef TM_IN_SYS_TIME */
1212
1213/* Enable extensions on AIX 3, Interix. */
1214#ifndef _ALL_SOURCE
1215# define _ALL_SOURCE 1
1216#endif
1217/* Enable GNU extensions on systems that have them. */
1218#ifndef _GNU_SOURCE
1219# define _GNU_SOURCE 1
1220#endif
1221/* Enable threading extensions on Solaris. */
1222#ifndef _POSIX_PTHREAD_SEMANTICS
1223# define _POSIX_PTHREAD_SEMANTICS 1
1224#endif
1225/* Enable extensions on HP NonStop. */
1226#ifndef _TANDEM_SOURCE
1227# define _TANDEM_SOURCE 1
1228#endif
1229/* Enable general extensions on Solaris. */
1230#ifndef __EXTENSIONS__
1231# define __EXTENSIONS__ 1
1232#endif
1233
1234
1235/* Define to use the Windows GDI32 library */
1236/* #undef WINGDI32_DELEGATE */
1237
1238/* Define if using the dmalloc debugging malloc package */
1239/* #undef WITH_DMALLOC */
1240
1241/* Define if you have wmflite library */
cristye6378132009-10-26 20:05:17 +00001242#ifndef MAGICKCORE_WMFLITE_DELEGATE
1243#define MAGICKCORE_WMFLITE_DELEGATE 1
1244#endif
cristy3ed852e2009-09-05 21:47:34 +00001245
1246/* Define if you have wmf library */
1247/* #undef WMF_DELEGATE */
1248
1249/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1250 significant byte first (like Motorola and SPARC, unlike Intel). */
1251#if defined AC_APPLE_UNIVERSAL_BUILD
1252# if defined __BIG_ENDIAN__
1253# define WORDS_BIGENDIAN 1
1254# endif
1255#else
1256# ifndef WORDS_BIGENDIAN
1257/* # undef WORDS_BIGENDIAN */
1258# endif
1259#endif
1260
1261/* Location of X11 configure files */
1262#ifndef MAGICKCORE_X11_CONFIGURE_PATH
1263#define MAGICKCORE_X11_CONFIGURE_PATH ""
1264#endif
1265
1266/* Define if you have X11 library */
1267#ifndef MAGICKCORE_X11_DELEGATE
1268#define MAGICKCORE_X11_DELEGATE 1
1269#endif
1270
1271/* Define if you have XML library */
1272#ifndef MAGICKCORE_XML_DELEGATE
1273#define MAGICKCORE_XML_DELEGATE 1
1274#endif
1275
1276/* Define to 1 if the X Window System is missing or not being used. */
1277/* #undef X_DISPLAY_MISSING */
1278
1279/* Define if you have zlib compression library */
1280#ifndef MAGICKCORE_ZLIB_DELEGATE
1281#define MAGICKCORE_ZLIB_DELEGATE 1
1282#endif
1283
1284/* Number of bits in a file offset, on hosts where this is settable. */
1285#ifndef MAGICKCORE__FILE_OFFSET_BITS
1286#define MAGICKCORE__FILE_OFFSET_BITS 64
1287#endif
1288
1289/* enable run-time bounds-checking */
1290/* #undef _FORTIFY_SOURCE */
1291
cristy679ed8e2009-12-05 02:37:41 +00001292/* Enable all API extensions (for GNU Linux libc) */
1293#ifndef MAGICKCORE__GNU_SOURCE
1294#define MAGICKCORE__GNU_SOURCE 1
1295#endif
1296
cristy3ed852e2009-09-05 21:47:34 +00001297/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
1298/* #undef _LARGEFILE_SOURCE */
1299
1300/* Define for large files, on AIX-style hosts. */
1301/* #undef _LARGE_FILES */
1302
1303/* Define to 1 if on MINIX. */
1304/* #undef _MINIX */
1305
cristy679ed8e2009-12-05 02:37:41 +00001306/* Enable all API extensions (for NetBSD) */
1307#ifndef MAGICKCORE__NETBSD_SOURCE
1308#define MAGICKCORE__NETBSD_SOURCE 1
1309#endif
1310
cristy3ed852e2009-09-05 21:47:34 +00001311/* Define to 2 if the system does not provide POSIX.1 features except with
1312 this defined. */
1313/* #undef _POSIX_1_SOURCE */
1314
1315/* Define to 1 if you need to in order for `stat' and other things to work. */
1316/* #undef _POSIX_SOURCE */
1317
1318/* Define to 1 if type `char' is unsigned and you are not using gcc. */
1319#ifndef __CHAR_UNSIGNED__
1320/* # undef __CHAR_UNSIGNED__ */
1321#endif
1322
1323/* Define so that glibc/gnulib argp.h does not typedef error_t. */
1324/* #undef __error_t_defined */
1325
1326/* Define to appropriate substitue if compiler does not have __func__ */
1327/* #undef __func__ */
1328
1329/* Define to empty if `const' does not conform to ANSI C. */
1330/* #undef const */
1331
1332/* Define to a type to use for `error_t' if it is not otherwise available. */
1333/* #undef error_t */
1334
1335/* Define to `__inline__' or `__inline' if that's what the C compiler
1336 calls it, or to nothing if 'inline' is not supported under any name. */
1337#ifndef __cplusplus
1338/* #undef inline */
1339#endif
1340
1341/* Define to `int' if <sys/types.h> does not define. */
1342/* #undef mode_t */
1343
1344/* Define to `long int' if <sys/types.h> does not define. */
1345/* #undef off_t */
1346
1347/* Define to `int' if <sys/types.h> does not define. */
1348/* #undef pid_t */
1349
1350/* Define to the equivalent of the C99 'restrict' keyword, or to
1351 nothing if this is not supported. Do not define if restrict is
1352 supported directly. */
1353#ifndef _magickcore_restrict
1354#define _magickcore_restrict __restrict
1355#endif
cristy8b350f62009-11-15 23:12:43 +00001356/* Work around a bug in Sun C++: it does not support _Restrict or
1357 __restrict__, even though the corresponding Sun C compiler ends up with
1358 "#define restrict _Restrict" or "#define restrict __restrict__" in the
1359 previous line. Perhaps some future version of Sun C++ will work with
1360 restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
cristy3ed852e2009-09-05 21:47:34 +00001361#if defined __SUNPRO_CC && !defined __RESTRICT
1362# define _Restrict
cristy8b350f62009-11-15 23:12:43 +00001363# define __restrict__
cristy3ed852e2009-09-05 21:47:34 +00001364#endif
1365
1366/* Define to `unsigned int' if <sys/types.h> does not define. */
1367/* #undef size_t */
1368
1369/* Define to `int' if <sys/types.h> does not define. */
1370/* #undef ssize_t */
1371
1372/* Define as `fork' if `vfork' does not work. */
1373/* #undef vfork */
1374
1375/* Define to empty if the keyword `volatile' does not work. Warning: valid
1376 code using `volatile' can become incorrect without. Disable with care. */
1377/* #undef volatile */
1378
1379/* once: _MAGICK_MAGICK_CONFIG_H */
1380#endif