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