magick-config.h

Go to the documentation of this file.
00001 #ifndef _MAGICK_MAGICK_CONFIG_H
00002 #define _MAGICK_MAGICK_CONFIG_H 1
00003  
00004 /* magick/magick-config.h. Generated automatically at end of configure. */
00005 /* config/config.h.  Generated from config.h.in by configure.  */
00006 /* config/config.h.in.  Generated from configure.ac by autoheader.  */
00007 
00008 /* Define if building universal (internal helper macro) */
00009 /* #undef AC_APPLE_UNIVERSAL_BUILD */
00010 
00011 /* Define if you have AUTOTRACE library */
00012 /* #undef AUTOTRACE_DELEGATE */
00013 
00014 /* Define if coders and filters are to be built as modules. */
00015 #ifndef MAGICKCORE_BUILD_MODULES 
00016 #define MAGICKCORE_BUILD_MODULES  1 
00017 #endif
00018 
00019 /* Define if you have the bzip2 library */
00020 #ifndef MAGICKCORE_BZLIB_DELEGATE 
00021 #define MAGICKCORE_BZLIB_DELEGATE  1 
00022 #endif
00023 
00024 /* Define if you have CAIRO library */
00025 #ifndef MAGICKCORE_CAIRO_DELEGATE 
00026 #define MAGICKCORE_CAIRO_DELEGATE  1 
00027 #endif
00028 
00029 /* permit enciphering and deciphering image pixels */
00030 #ifndef MAGICKCORE_CIPHER_SUPPORT 
00031 #define MAGICKCORE_CIPHER_SUPPORT  1 
00032 #endif
00033 
00034 /* Define to 1 if the `closedir' function returns void instead of `int'. */
00035 /* #undef CLOSEDIR_VOID */
00036 
00037 /* Location of coder modules */
00038 #ifndef MAGICKCORE_CODER_PATH 
00039 #define MAGICKCORE_CODER_PATH  "/usr/local/lib/ImageMagick-6.5.4/modules-Q16/coders/" 
00040 #endif
00041 
00042 /* Subdirectory of lib where coder modules are installed */
00043 #ifndef MAGICKCORE_CODER_RELATIVE_PATH 
00044 #define MAGICKCORE_CODER_RELATIVE_PATH  "ImageMagick-6.5.4/modules-Q16/coders" 
00045 #endif
00046 
00047 /* Directory where architecture-dependent configuration files live. */
00048 #ifndef MAGICKCORE_CONFIGURE_PATH 
00049 #define MAGICKCORE_CONFIGURE_PATH  "/usr/local/lib/ImageMagick-6.5.4/config/" 
00050 #endif
00051 
00052 /* Subdirectory of lib where architecture-dependent configuration files live.
00053    */
00054 #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH 
00055 #define MAGICKCORE_CONFIGURE_RELATIVE_PATH  "ImageMagick-6.5.4/config" 
00056 #endif
00057 
00058 /* Define if you have DJVU library */
00059 #ifndef MAGICKCORE_DJVU_DELEGATE 
00060 #define MAGICKCORE_DJVU_DELEGATE  1 
00061 #endif
00062 
00063 /* Directory where ImageMagick documents live. */
00064 #ifndef MAGICKCORE_DOCUMENTATION_PATH 
00065 #define MAGICKCORE_DOCUMENTATION_PATH  "/usr/local/share/doc/ImageMagick-6.5.4/" 
00066 #endif
00067 
00068 /* Define if you have Display Postscript */
00069 /* #undef DPS_DELEGATE */
00070 
00071 /* Build self-contained, embeddable, zero-configuration ImageMagick
00072    (experimental) */
00073 /* #undef EMBEDDABLE_SUPPORT */
00074 
00075 /* exclude deprecated methods in MagickCore API */
00076 /* #undef EXCLUDE_DEPRECATED */
00077 
00078 /* Directory where executables are installed. */
00079 #ifndef MAGICKCORE_EXECUTABLE_PATH 
00080 #define MAGICKCORE_EXECUTABLE_PATH  "/usr/local/bin/" 
00081 #endif
00082 
00083 /* Location of filter modules */
00084 #ifndef MAGICKCORE_FILTER_PATH 
00085 #define MAGICKCORE_FILTER_PATH  "/usr/local/lib/ImageMagick-6.5.4/modules-Q16/filters/" 
00086 #endif
00087 
00088 /* Subdirectory of lib where filter modules are installed */
00089 #ifndef MAGICKCORE_FILTER_RELATIVE_PATH 
00090 #define MAGICKCORE_FILTER_RELATIVE_PATH  "ImageMagick-6.5.4/modules-Q16/filters" 
00091 #endif
00092 
00093 /* Define if you have FONTCONFIG library */
00094 #ifndef MAGICKCORE_FONTCONFIG_DELEGATE 
00095 #define MAGICKCORE_FONTCONFIG_DELEGATE  1 
00096 #endif
00097 
00098 /* Define if you have FlashPIX library */
00099 /* #undef FPX_DELEGATE */
00100 
00101 /* Define if you have FreeType (TrueType font) library */
00102 #ifndef MAGICKCORE_FREETYPE_DELEGATE 
00103 #define MAGICKCORE_FREETYPE_DELEGATE  1 
00104 #endif
00105 
00106 /* Define if you have Ghostscript library or framework */
00107 /* #undef GS_DELEGATE */
00108 
00109 /* Define if you have GVC library */
00110 /* #undef GVC_DELEGATE */
00111 
00112 /* Define to 1 if you have the `argz_add' function. */
00113 #ifndef MAGICKCORE_HAVE_ARGZ_ADD 
00114 #define MAGICKCORE_HAVE_ARGZ_ADD  1 
00115 #endif
00116 
00117 /* Define to 1 if you have the `argz_append' function. */
00118 #ifndef MAGICKCORE_HAVE_ARGZ_APPEND 
00119 #define MAGICKCORE_HAVE_ARGZ_APPEND  1 
00120 #endif
00121 
00122 /* Define to 1 if you have the `argz_count' function. */
00123 #ifndef MAGICKCORE_HAVE_ARGZ_COUNT 
00124 #define MAGICKCORE_HAVE_ARGZ_COUNT  1 
00125 #endif
00126 
00127 /* Define to 1 if you have the `argz_create_sep' function. */
00128 #ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP 
00129 #define MAGICKCORE_HAVE_ARGZ_CREATE_SEP  1 
00130 #endif
00131 
00132 /* Define to 1 if you have the <argz.h> header file. */
00133 #ifndef MAGICKCORE_HAVE_ARGZ_H 
00134 #define MAGICKCORE_HAVE_ARGZ_H  1 
00135 #endif
00136 
00137 /* Define to 1 if you have the `argz_insert' function. */
00138 #ifndef MAGICKCORE_HAVE_ARGZ_INSERT 
00139 #define MAGICKCORE_HAVE_ARGZ_INSERT  1 
00140 #endif
00141 
00142 /* Define to 1 if you have the `argz_next' function. */
00143 #ifndef MAGICKCORE_HAVE_ARGZ_NEXT 
00144 #define MAGICKCORE_HAVE_ARGZ_NEXT  1 
00145 #endif
00146 
00147 /* Define to 1 if you have the `argz_stringify' function. */
00148 #ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY 
00149 #define MAGICKCORE_HAVE_ARGZ_STRINGIFY  1 
00150 #endif
00151 
00152 /* Define to 1 if you have the <arm/limits.h> header file. */
00153 /* #undef HAVE_ARM_LIMITS_H */
00154 
00155 /* Define to 1 if you have the `atexit' function. */
00156 #ifndef MAGICKCORE_HAVE_ATEXIT 
00157 #define MAGICKCORE_HAVE_ATEXIT  1 
00158 #endif
00159 
00160 /* define if bool is a built-in type */
00161 #ifndef MAGICKCORE_HAVE_BOOL 
00162 #define MAGICKCORE_HAVE_BOOL   
00163 #endif
00164 
00165 /* Define to 1 if you have the `clock' function. */
00166 #ifndef MAGICKCORE_HAVE_CLOCK 
00167 #define MAGICKCORE_HAVE_CLOCK  1 
00168 #endif
00169 
00170 /* Define to 1 if you have the `clock_gettime' function. */
00171 #ifndef MAGICKCORE_HAVE_CLOCK_GETTIME 
00172 #define MAGICKCORE_HAVE_CLOCK_GETTIME  1 
00173 #endif
00174 
00175 /* Define to 1 if you have the `closedir' function. */
00176 #ifndef MAGICKCORE_HAVE_CLOSEDIR 
00177 #define MAGICKCORE_HAVE_CLOSEDIR  1 
00178 #endif
00179 
00180 /* Define to 1 if you have the <complex.h> header file. */
00181 #ifndef MAGICKCORE_HAVE_COMPLEX_H 
00182 #define MAGICKCORE_HAVE_COMPLEX_H  1 
00183 #endif
00184 
00185 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
00186    you don't. */
00187 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
00188 
00189 /* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
00190    */
00191 #ifndef MAGICKCORE_HAVE_DECL_PREAD 
00192 #define MAGICKCORE_HAVE_DECL_PREAD  1 
00193 #endif
00194 
00195 /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
00196    */
00197 #ifndef MAGICKCORE_HAVE_DECL_PWRITE 
00198 #define MAGICKCORE_HAVE_DECL_PWRITE  1 
00199 #endif
00200 
00201 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
00202    don't. */
00203 #ifndef MAGICKCORE_HAVE_DECL_STRLCPY 
00204 #define MAGICKCORE_HAVE_DECL_STRLCPY  0 
00205 #endif
00206 
00207 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
00208    don't. */
00209 #ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF 
00210 #define MAGICKCORE_HAVE_DECL_VSNPRINTF  1 
00211 #endif
00212 
00213 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00214    */
00215 #ifndef MAGICKCORE_HAVE_DIRENT_H 
00216 #define MAGICKCORE_HAVE_DIRENT_H  1 
00217 #endif
00218 
00219 /* Define if you have the GNU dld library. */
00220 /* #undef HAVE_DLD */
00221 
00222 /* Define to 1 if you have the <dld.h> header file. */
00223 /* #undef HAVE_DLD_H */
00224 
00225 /* Define to 1 if you have the `dlerror' function. */
00226 #ifndef MAGICKCORE_HAVE_DLERROR 
00227 #define MAGICKCORE_HAVE_DLERROR  1 
00228 #endif
00229 
00230 /* Define to 1 if you have the <dlfcn.h> header file. */
00231 #ifndef MAGICKCORE_HAVE_DLFCN_H 
00232 #define MAGICKCORE_HAVE_DLFCN_H  1 
00233 #endif
00234 
00235 /* Define to 1 if you have the <dl.h> header file. */
00236 /* #undef HAVE_DL_H */
00237 
00238 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00239 /* #undef HAVE_DOPRNT */
00240 
00241 /* Define if you have the _dyld_func_lookup function. */
00242 /* #undef HAVE_DYLD */
00243 
00244 /* Define to 1 if you have the <errno.h> header file. */
00245 #ifndef MAGICKCORE_HAVE_ERRNO_H 
00246 #define MAGICKCORE_HAVE_ERRNO_H  1 
00247 #endif
00248 
00249 /* Define to 1 if the system has the type `error_t'. */
00250 #ifndef MAGICKCORE_HAVE_ERROR_T 
00251 #define MAGICKCORE_HAVE_ERROR_T  1 
00252 #endif
00253 
00254 /* Define to 1 if you have the `execvp' function. */
00255 #ifndef MAGICKCORE_HAVE_EXECVP 
00256 #define MAGICKCORE_HAVE_EXECVP  1 
00257 #endif
00258 
00259 /* Define to 1 if you have the <fcntl.h> header file. */
00260 #ifndef MAGICKCORE_HAVE_FCNTL_H 
00261 #define MAGICKCORE_HAVE_FCNTL_H  1 
00262 #endif
00263 
00264 /* Define to 1 if you have the `floor' function. */
00265 /* #undef HAVE_FLOOR */
00266 
00267 /* Define to 1 if you have the `fork' function. */
00268 #ifndef MAGICKCORE_HAVE_FORK 
00269 #define MAGICKCORE_HAVE_FORK  1 
00270 #endif
00271 
00272 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
00273 #ifndef MAGICKCORE_HAVE_FSEEKO 
00274 #define MAGICKCORE_HAVE_FSEEKO  1 
00275 #endif
00276 
00277 /* Define to 1 if you have the <ft2build.h> header file. */
00278 #ifndef MAGICKCORE_HAVE_FT2BUILD_H 
00279 #define MAGICKCORE_HAVE_FT2BUILD_H  1 
00280 #endif
00281 
00282 /* Define to 1 if you have the `ftime' function. */
00283 #ifndef MAGICKCORE_HAVE_FTIME 
00284 #define MAGICKCORE_HAVE_FTIME  1 
00285 #endif
00286 
00287 /* Define to 1 if you have the `ftruncate' function. */
00288 #ifndef MAGICKCORE_HAVE_FTRUNCATE 
00289 #define MAGICKCORE_HAVE_FTRUNCATE  1 
00290 #endif
00291 
00292 /* Define to 1 if you have the `getcwd' function. */
00293 #ifndef MAGICKCORE_HAVE_GETCWD 
00294 #define MAGICKCORE_HAVE_GETCWD  1 
00295 #endif
00296 
00297 /* Define to 1 if you have the `getdtablesize' function. */
00298 #ifndef MAGICKCORE_HAVE_GETDTABLESIZE 
00299 #define MAGICKCORE_HAVE_GETDTABLESIZE  1 
00300 #endif
00301 
00302 /* Define to 1 if you have the `getexecname' function. */
00303 /* #undef HAVE_GETEXECNAME */
00304 
00305 /* Define to 1 if you have the `getpagesize' function. */
00306 #ifndef MAGICKCORE_HAVE_GETPAGESIZE 
00307 #define MAGICKCORE_HAVE_GETPAGESIZE  1 
00308 #endif
00309 
00310 /* Define to 1 if you have the `getpid' function. */
00311 #ifndef MAGICKCORE_HAVE_GETPID 
00312 #define MAGICKCORE_HAVE_GETPID  1 
00313 #endif
00314 
00315 /* Define to 1 if you have the `gettimeofday' function. */
00316 #ifndef MAGICKCORE_HAVE_GETTIMEOFDAY 
00317 #define MAGICKCORE_HAVE_GETTIMEOFDAY  1 
00318 #endif
00319 
00320 /* Define to 1 if you have the `gmtime_r' function. */
00321 #ifndef MAGICKCORE_HAVE_GMTIME_R 
00322 #define MAGICKCORE_HAVE_GMTIME_R  1 
00323 #endif
00324 
00325 /* Define to 1 if you have the <inttypes.h> header file. */
00326 #ifndef MAGICKCORE_HAVE_INTTYPES_H 
00327 #define MAGICKCORE_HAVE_INTTYPES_H  1 
00328 #endif
00329 
00330 /* Define if you have the <lcms.h> header file. */
00331 #ifndef MAGICKCORE_HAVE_LCMS_H 
00332 #define MAGICKCORE_HAVE_LCMS_H  1 
00333 #endif
00334 
00335 /* Define if you have the <lcms/lcms.h> header file. */
00336 /* #undef HAVE_LCMS_LCMS_H */
00337 
00338 /* Define if you have the libdl library or equivalent. */
00339 #ifndef MAGICKCORE_HAVE_LIBDL 
00340 #define MAGICKCORE_HAVE_LIBDL  1 
00341 #endif
00342 
00343 /* Define if libdlloader will be built on this platform */
00344 #ifndef MAGICKCORE_HAVE_LIBDLLOADER 
00345 #define MAGICKCORE_HAVE_LIBDLLOADER  1 
00346 #endif
00347 
00348 /* Define to 1 if you have the `gcov' library (-lgcov). */
00349 /* #undef HAVE_LIBGCOV */
00350 
00351 /* Define to 1 if you have the <limits.h> header file. */
00352 #ifndef MAGICKCORE_HAVE_LIMITS_H 
00353 #define MAGICKCORE_HAVE_LIMITS_H  1 
00354 #endif
00355 
00356 /* Define to 1 if you have the <linux/unistd.h> header file. */
00357 #ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H 
00358 #define MAGICKCORE_HAVE_LINUX_UNISTD_H  1 
00359 #endif
00360 
00361 /* Define to 1 if you have the <locale.h> header file. */
00362 #ifndef MAGICKCORE_HAVE_LOCALE_H 
00363 #define MAGICKCORE_HAVE_LOCALE_H  1 
00364 #endif
00365 
00366 /* Define to 1 if you have the `localtime_r' function. */
00367 #ifndef MAGICKCORE_HAVE_LOCALTIME_R 
00368 #define MAGICKCORE_HAVE_LOCALTIME_R  1 
00369 #endif
00370 
00371 /* Define to 1 if the type `long double' works and has more range or precision
00372    than `double'. */
00373 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 
00374 #define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER  1 
00375 #endif
00376 
00377 /* Define to 1 if you have the `lstat' function. */
00378 #ifndef MAGICKCORE_HAVE_LSTAT 
00379 #define MAGICKCORE_HAVE_LSTAT  1 
00380 #endif
00381 
00382 /* define if the compiler implements L"widestring" */
00383 #ifndef MAGICKCORE_HAVE_LSTRING 
00384 #define MAGICKCORE_HAVE_LSTRING   
00385 #endif
00386 
00387 /* Define this if a modern libltdl is already installed */
00388 #ifndef MAGICKCORE_HAVE_LTDL 
00389 #define MAGICKCORE_HAVE_LTDL  1 
00390 #endif
00391 
00392 /* Define to 1 if you have the <machine/param.h> header file. */
00393 /* #undef HAVE_MACHINE_PARAM_H */
00394 
00395 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
00396 /* #undef HAVE_MACH_O_DYLD_H */
00397 
00398 /* Define to 1 if you have the `memmove' function. */
00399 #ifndef MAGICKCORE_HAVE_MEMMOVE 
00400 #define MAGICKCORE_HAVE_MEMMOVE  1 
00401 #endif
00402 
00403 /* Define to 1 if you have the <memory.h> header file. */
00404 #ifndef MAGICKCORE_HAVE_MEMORY_H 
00405 #define MAGICKCORE_HAVE_MEMORY_H  1 
00406 #endif
00407 
00408 /* Define to 1 if you have the `memset' function. */
00409 #ifndef MAGICKCORE_HAVE_MEMSET 
00410 #define MAGICKCORE_HAVE_MEMSET  1 
00411 #endif
00412 
00413 /* Define to 1 if you have the `mkstemp' function. */
00414 #ifndef MAGICKCORE_HAVE_MKSTEMP 
00415 #define MAGICKCORE_HAVE_MKSTEMP  1 
00416 #endif
00417 
00418 /* Define to 1 if you have a working `mmap' system call. */
00419 #ifndef MAGICKCORE_HAVE_MMAP 
00420 #define MAGICKCORE_HAVE_MMAP  1 
00421 #endif
00422 
00423 /* Define to 1 if you have a working `mmap' system call. */
00424 #ifndef MAGICKCORE_HAVE_MMAP_FILEIO 
00425 #define MAGICKCORE_HAVE_MMAP_FILEIO  1 
00426 #endif
00427 
00428 /* Define to 1 if you have the `munmap' function. */
00429 #ifndef MAGICKCORE_HAVE_MUNMAP 
00430 #define MAGICKCORE_HAVE_MUNMAP  1 
00431 #endif
00432 
00433 /* define if the compiler implements namespaces */
00434 #ifndef MAGICKCORE_HAVE_NAMESPACES 
00435 #define MAGICKCORE_HAVE_NAMESPACES   
00436 #endif
00437 
00438 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00439 /* #undef HAVE_NDIR_H */
00440 
00441 /* Define to 1 if you have the `opendir' function. */
00442 #ifndef MAGICKCORE_HAVE_OPENDIR 
00443 #define MAGICKCORE_HAVE_OPENDIR  1 
00444 #endif
00445 
00446 /* Define to 1 if you have the <OS.h> header file. */
00447 /* #undef HAVE_OS_H */
00448 
00449 /* Define to 1 if you have the `pclose' function. */
00450 #ifndef MAGICKCORE_HAVE_PCLOSE 
00451 #define MAGICKCORE_HAVE_PCLOSE  1 
00452 #endif
00453 
00454 /* Define to 1 if you have the `poll' function. */
00455 #ifndef MAGICKCORE_HAVE_POLL 
00456 #define MAGICKCORE_HAVE_POLL  1 
00457 #endif
00458 
00459 /* Define to 1 if you have the `popen' function. */
00460 #ifndef MAGICKCORE_HAVE_POPEN 
00461 #define MAGICKCORE_HAVE_POPEN  1 
00462 #endif
00463 
00464 /* Define to 1 if you have the `posix_fallocate' function. */
00465 #ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE 
00466 #define MAGICKCORE_HAVE_POSIX_FALLOCATE  1 
00467 #endif
00468 
00469 /* Define to 1 if you have the `pow' function. */
00470 /* #undef HAVE_POW */
00471 
00472 /* Define to 1 if you have the `pread' function. */
00473 #ifndef MAGICKCORE_HAVE_PREAD 
00474 #define MAGICKCORE_HAVE_PREAD  1 
00475 #endif
00476 
00477 /* Define if libtool can extract symbol lists from object files. */
00478 #ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS 
00479 #define MAGICKCORE_HAVE_PRELOADED_SYMBOLS  1 
00480 #endif
00481 
00482 /* Define if you have POSIX threads libraries and header files. */
00483 #ifndef MAGICKCORE_HAVE_PTHREAD 
00484 #define MAGICKCORE_HAVE_PTHREAD  1 
00485 #endif
00486 
00487 /* Define to 1 if you have the `pwrite' function. */
00488 #ifndef MAGICKCORE_HAVE_PWRITE 
00489 #define MAGICKCORE_HAVE_PWRITE  1 
00490 #endif
00491 
00492 /* Define to 1 if you have the `raise' function. */
00493 #ifndef MAGICKCORE_HAVE_RAISE 
00494 #define MAGICKCORE_HAVE_RAISE  1 
00495 #endif
00496 
00497 /* Define to 1 if you have the `rand_r' function. */
00498 #ifndef MAGICKCORE_HAVE_RAND_R 
00499 #define MAGICKCORE_HAVE_RAND_R  1 
00500 #endif
00501 
00502 /* Define to 1 if you have the `readdir' function. */
00503 #ifndef MAGICKCORE_HAVE_READDIR 
00504 #define MAGICKCORE_HAVE_READDIR  1 
00505 #endif
00506 
00507 /* Define to 1 if you have the `readdir_r' function. */
00508 #ifndef MAGICKCORE_HAVE_READDIR_R 
00509 #define MAGICKCORE_HAVE_READDIR_R  1 
00510 #endif
00511 
00512 /* Define to 1 if you have the `readlink' function. */
00513 #ifndef MAGICKCORE_HAVE_READLINK 
00514 #define MAGICKCORE_HAVE_READLINK  1 
00515 #endif
00516 
00517 /* Define to 1 if you have the `realpath' function. */
00518 #ifndef MAGICKCORE_HAVE_REALPATH 
00519 #define MAGICKCORE_HAVE_REALPATH  1 
00520 #endif
00521 
00522 /* Define to 1 if you have the `seekdir' function. */
00523 #ifndef MAGICKCORE_HAVE_SEEKDIR 
00524 #define MAGICKCORE_HAVE_SEEKDIR  1 
00525 #endif
00526 
00527 /* Define to 1 if you have the `select' function. */
00528 #ifndef MAGICKCORE_HAVE_SELECT 
00529 #define MAGICKCORE_HAVE_SELECT  1 
00530 #endif
00531 
00532 /* Define to 1 if you have the `setlocale' function. */
00533 #ifndef MAGICKCORE_HAVE_SETLOCALE 
00534 #define MAGICKCORE_HAVE_SETLOCALE  1 
00535 #endif
00536 
00537 /* Define to 1 if you have the `setvbuf' function. */
00538 #ifndef MAGICKCORE_HAVE_SETVBUF 
00539 #define MAGICKCORE_HAVE_SETVBUF  1 
00540 #endif
00541 
00542 /* X11 server supports shape extension */
00543 #ifndef MAGICKCORE_HAVE_SHAPE 
00544 #define MAGICKCORE_HAVE_SHAPE  1 
00545 #endif
00546 
00547 /* X11 server supports shared memory extension */
00548 #ifndef MAGICKCORE_HAVE_SHARED_MEMORY 
00549 #define MAGICKCORE_HAVE_SHARED_MEMORY  1 
00550 #endif
00551 
00552 /* Define if you have the shl_load function. */
00553 /* #undef HAVE_SHL_LOAD */
00554 
00555 /* Define to 1 if you have the `sigaction' function. */
00556 #ifndef MAGICKCORE_HAVE_SIGACTION 
00557 #define MAGICKCORE_HAVE_SIGACTION  1 
00558 #endif
00559 
00560 /* Define to 1 if you have the `sigemptyset' function. */
00561 #ifndef MAGICKCORE_HAVE_SIGEMPTYSET 
00562 #define MAGICKCORE_HAVE_SIGEMPTYSET  1 
00563 #endif
00564 
00565 /* Define to 1 if you have the `sqrt' function. */
00566 /* #undef HAVE_SQRT */
00567 
00568 /* Define to 1 if you have the `stat' function. */
00569 #ifndef MAGICKCORE_HAVE_STAT 
00570 #define MAGICKCORE_HAVE_STAT  1 
00571 #endif
00572 
00573 /* Define to 1 if you have the <stdarg.h> header file. */
00574 #ifndef MAGICKCORE_HAVE_STDARG_H 
00575 #define MAGICKCORE_HAVE_STDARG_H  1 
00576 #endif
00577 
00578 /* Define to 1 if stdbool.h conforms to C99. */
00579 #ifndef MAGICKCORE_HAVE_STDBOOL_H 
00580 #define MAGICKCORE_HAVE_STDBOOL_H  1 
00581 #endif
00582 
00583 /* Define to 1 if you have the <stddef.h> header file. */
00584 #ifndef MAGICKCORE_HAVE_STDDEF_H 
00585 #define MAGICKCORE_HAVE_STDDEF_H  1 
00586 #endif
00587 
00588 /* Define to 1 if you have the <stdint.h> header file. */
00589 #ifndef MAGICKCORE_HAVE_STDINT_H 
00590 #define MAGICKCORE_HAVE_STDINT_H  1 
00591 #endif
00592 
00593 /* Define to 1 if you have the <stdlib.h> header file. */
00594 #ifndef MAGICKCORE_HAVE_STDLIB_H 
00595 #define MAGICKCORE_HAVE_STDLIB_H  1 
00596 #endif
00597 
00598 /* define if the compiler supports ISO C++ standard library */
00599 #ifndef MAGICKCORE_HAVE_STD_LIBS 
00600 #define MAGICKCORE_HAVE_STD_LIBS   
00601 #endif
00602 
00603 /* define if the compiler supports the std namespace */
00604 #ifndef MAGICKCORE_HAVE_STD_NAMESPACE 
00605 #define MAGICKCORE_HAVE_STD_NAMESPACE   
00606 #endif
00607 
00608 /* Define to 1 if you have the `strcasecmp' function. */
00609 #ifndef MAGICKCORE_HAVE_STRCASECMP 
00610 #define MAGICKCORE_HAVE_STRCASECMP  1 
00611 #endif
00612 
00613 /* Define to 1 if you have the `strchr' function. */
00614 #ifndef MAGICKCORE_HAVE_STRCHR 
00615 #define MAGICKCORE_HAVE_STRCHR  1 
00616 #endif
00617 
00618 /* Define to 1 if you have the `strcspn' function. */
00619 #ifndef MAGICKCORE_HAVE_STRCSPN 
00620 #define MAGICKCORE_HAVE_STRCSPN  1 
00621 #endif
00622 
00623 /* Define to 1 if you have the `strdup' function. */
00624 #ifndef MAGICKCORE_HAVE_STRDUP 
00625 #define MAGICKCORE_HAVE_STRDUP  1 
00626 #endif
00627 
00628 /* Define to 1 if you have the `strerror' function. */
00629 #ifndef MAGICKCORE_HAVE_STRERROR 
00630 #define MAGICKCORE_HAVE_STRERROR  1 
00631 #endif
00632 
00633 /* Define to 1 if you have the `strerror_r' function. */
00634 #ifndef MAGICKCORE_HAVE_STRERROR_R 
00635 #define MAGICKCORE_HAVE_STRERROR_R  1 
00636 #endif
00637 
00638 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
00639 #ifndef MAGICKCORE_HAVE_STRINGIZE 
00640 #define MAGICKCORE_HAVE_STRINGIZE  1 
00641 #endif
00642 
00643 /* Define to 1 if you have the <strings.h> header file. */
00644 #ifndef MAGICKCORE_HAVE_STRINGS_H 
00645 #define MAGICKCORE_HAVE_STRINGS_H  1 
00646 #endif
00647 
00648 /* Define to 1 if you have the <string.h> header file. */
00649 #ifndef MAGICKCORE_HAVE_STRING_H 
00650 #define MAGICKCORE_HAVE_STRING_H  1 
00651 #endif
00652 
00653 /* Define to 1 if you have the `strlcat' function. */
00654 /* #undef HAVE_STRLCAT */
00655 
00656 /* Define to 1 if you have the `strlcpy' function. */
00657 /* #undef HAVE_STRLCPY */
00658 
00659 /* Define to 1 if you have the `strncasecmp' function. */
00660 #ifndef MAGICKCORE_HAVE_STRNCASECMP 
00661 #define MAGICKCORE_HAVE_STRNCASECMP  1 
00662 #endif
00663 
00664 /* Define to 1 if you have the `strpbrk' function. */
00665 #ifndef MAGICKCORE_HAVE_STRPBRK 
00666 #define MAGICKCORE_HAVE_STRPBRK  1 
00667 #endif
00668 
00669 /* Define to 1 if you have the `strrchr' function. */
00670 #ifndef MAGICKCORE_HAVE_STRRCHR 
00671 #define MAGICKCORE_HAVE_STRRCHR  1 
00672 #endif
00673 
00674 /* Define to 1 if you have the `strspn' function. */
00675 #ifndef MAGICKCORE_HAVE_STRSPN 
00676 #define MAGICKCORE_HAVE_STRSPN  1 
00677 #endif
00678 
00679 /* Define to 1 if you have the `strstr' function. */
00680 #ifndef MAGICKCORE_HAVE_STRSTR 
00681 #define MAGICKCORE_HAVE_STRSTR  1 
00682 #endif
00683 
00684 /* Define to 1 if you have the `strtol' function. */
00685 #ifndef MAGICKCORE_HAVE_STRTOL 
00686 #define MAGICKCORE_HAVE_STRTOL  1 
00687 #endif
00688 
00689 /* Define to 1 if you have the `symlink' function. */
00690 #ifndef MAGICKCORE_HAVE_SYMLINK 
00691 #define MAGICKCORE_HAVE_SYMLINK  1 
00692 #endif
00693 
00694 /* Define to 1 if you have the `sysconf' function. */
00695 #ifndef MAGICKCORE_HAVE_SYSCONF 
00696 #define MAGICKCORE_HAVE_SYSCONF  1 
00697 #endif
00698 
00699 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00700    */
00701 /* #undef HAVE_SYS_DIR_H */
00702 
00703 /* Define to 1 if you have the <sys/dl.h> header file. */
00704 /* #undef HAVE_SYS_DL_H */
00705 
00706 /* Define to 1 if you have the <sys/ipc.h> header file. */
00707 #ifndef MAGICKCORE_HAVE_SYS_IPC_H 
00708 #define MAGICKCORE_HAVE_SYS_IPC_H  1 
00709 #endif
00710 
00711 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00712    */
00713 /* #undef HAVE_SYS_NDIR_H */
00714 
00715 /* Define to 1 if you have the <sys/resource.h> header file. */
00716 #ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H 
00717 #define MAGICKCORE_HAVE_SYS_RESOURCE_H  1 
00718 #endif
00719 
00720 /* Define to 1 if you have the <sys/select.h> header file. */
00721 #ifndef MAGICKCORE_HAVE_SYS_SELECT_H 
00722 #define MAGICKCORE_HAVE_SYS_SELECT_H  1 
00723 #endif
00724 
00725 /* Define to 1 if you have the <sys/socket.h> header file. */
00726 #ifndef MAGICKCORE_HAVE_SYS_SOCKET_H 
00727 #define MAGICKCORE_HAVE_SYS_SOCKET_H  1 
00728 #endif
00729 
00730 /* Define to 1 if you have the <sys/stat.h> header file. */
00731 #ifndef MAGICKCORE_HAVE_SYS_STAT_H 
00732 #define MAGICKCORE_HAVE_SYS_STAT_H  1 
00733 #endif
00734 
00735 /* Define to 1 if you have the <sys/syslimits.h> header file. */
00736 /* #undef HAVE_SYS_SYSLIMITS_H */
00737 
00738 /* Define to 1 if you have the <sys/timeb.h> header file. */
00739 #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H 
00740 #define MAGICKCORE_HAVE_SYS_TIMEB_H  1 
00741 #endif
00742 
00743 /* Define to 1 if you have the <sys/times.h> header file. */
00744 #ifndef MAGICKCORE_HAVE_SYS_TIMES_H 
00745 #define MAGICKCORE_HAVE_SYS_TIMES_H  1 
00746 #endif
00747 
00748 /* Define to 1 if you have the <sys/time.h> header file. */
00749 #ifndef MAGICKCORE_HAVE_SYS_TIME_H 
00750 #define MAGICKCORE_HAVE_SYS_TIME_H  1 
00751 #endif
00752 
00753 /* Define to 1 if you have the <sys/types.h> header file. */
00754 #ifndef MAGICKCORE_HAVE_SYS_TYPES_H 
00755 #define MAGICKCORE_HAVE_SYS_TYPES_H  1 
00756 #endif
00757 
00758 /* Define to 1 if you have the <sys/wait.h> header file. */
00759 #ifndef MAGICKCORE_HAVE_SYS_WAIT_H 
00760 #define MAGICKCORE_HAVE_SYS_WAIT_H  1 
00761 #endif
00762 
00763 /* Define to 1 if you have the `telldir' function. */
00764 #ifndef MAGICKCORE_HAVE_TELLDIR 
00765 #define MAGICKCORE_HAVE_TELLDIR  1 
00766 #endif
00767 
00768 /* Define to 1 if you have the `tempnam' function. */
00769 #ifndef MAGICKCORE_HAVE_TEMPNAM 
00770 #define MAGICKCORE_HAVE_TEMPNAM  1 
00771 #endif
00772 
00773 /* Define to 1 if you have the <tiffconf.h> header file. */
00774 #ifndef MAGICKCORE_HAVE_TIFFCONF_H 
00775 #define MAGICKCORE_HAVE_TIFFCONF_H  1 
00776 #endif
00777 
00778 /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
00779 #ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 
00780 #define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED  1 
00781 #endif
00782 
00783 /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
00784 #ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 
00785 #define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO  1 
00786 #endif
00787 
00788 /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
00789 #ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 
00790 #define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY  1 
00791 #endif
00792 
00793 /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
00794 #ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 
00795 #define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT  1 
00796 #endif
00797 
00798 /* Define to 1 if you have the `TIFFSetTagExtender' function. */
00799 #ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 
00800 #define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER  1 
00801 #endif
00802 
00803 /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
00804 #ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 
00805 #define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT  1 
00806 #endif
00807 
00808 /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
00809 #ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 
00810 #define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES  1 
00811 #endif
00812 
00813 /* Define to 1 if you have the `times' function. */
00814 #ifndef MAGICKCORE_HAVE_TIMES 
00815 #define MAGICKCORE_HAVE_TIMES  1 
00816 #endif
00817 
00818 /* Define to 1 if you have the <unistd.h> header file. */
00819 #ifndef MAGICKCORE_HAVE_UNISTD_H 
00820 #define MAGICKCORE_HAVE_UNISTD_H  1 
00821 #endif
00822 
00823 /* Define to 1 if you have the `usleep' function. */
00824 #ifndef MAGICKCORE_HAVE_USLEEP 
00825 #define MAGICKCORE_HAVE_USLEEP  1 
00826 #endif
00827 
00828 /* Define to 1 if you have the `vfork' function. */
00829 #ifndef MAGICKCORE_HAVE_VFORK 
00830 #define MAGICKCORE_HAVE_VFORK  1 
00831 #endif
00832 
00833 /* Define to 1 if you have the <vfork.h> header file. */
00834 /* #undef HAVE_VFORK_H */
00835 
00836 /* Define to 1 if you have the `vprintf' function. */
00837 #ifndef MAGICKCORE_HAVE_VPRINTF 
00838 #define MAGICKCORE_HAVE_VPRINTF  1 
00839 #endif
00840 
00841 /* Define to 1 if you have the `vsnprintf' function. */
00842 #ifndef MAGICKCORE_HAVE_VSNPRINTF 
00843 #define MAGICKCORE_HAVE_VSNPRINTF  1 
00844 #endif
00845 
00846 /* Define to 1 if you have the `vsprintf' function. */
00847 #ifndef MAGICKCORE_HAVE_VSPRINTF 
00848 #define MAGICKCORE_HAVE_VSPRINTF  1 
00849 #endif
00850 
00851 /* Define to 1 if you have the `waitpid' function. */
00852 #ifndef MAGICKCORE_HAVE_WAITPID 
00853 #define MAGICKCORE_HAVE_WAITPID  1 
00854 #endif
00855 
00856 /* Define to 1 if you have the <wchar.h> header file. */
00857 #ifndef MAGICKCORE_HAVE_WCHAR_H 
00858 #define MAGICKCORE_HAVE_WCHAR_H  1 
00859 #endif
00860 
00861 /* This value is set to 1 to indicate that the system argz facility works */
00862 #ifndef MAGICKCORE_HAVE_WORKING_ARGZ 
00863 #define MAGICKCORE_HAVE_WORKING_ARGZ  1 
00864 #endif
00865 
00866 /* Define to 1 if `fork' works. */
00867 #ifndef MAGICKCORE_HAVE_WORKING_FORK 
00868 #define MAGICKCORE_HAVE_WORKING_FORK  1 
00869 #endif
00870 
00871 /* Define to 1 if `vfork' works. */
00872 #ifndef MAGICKCORE_HAVE_WORKING_VFORK 
00873 #define MAGICKCORE_HAVE_WORKING_VFORK  1 
00874 #endif
00875 
00876 /* Define to 1 if the system has the type `_Bool'. */
00877 #ifndef MAGICKCORE_HAVE__BOOL 
00878 #define MAGICKCORE_HAVE__BOOL  1 
00879 #endif
00880 
00881 /* Define to 1 if you have the `_exit' function. */
00882 #ifndef MAGICKCORE_HAVE__EXIT 
00883 #define MAGICKCORE_HAVE__EXIT  1 
00884 #endif
00885 
00886 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
00887 /* #undef HAVE__NSGETEXECUTABLEPATH */
00888 
00889 /* Define to 1 if you have the `_pclose' function. */
00890 /* #undef HAVE__PCLOSE */
00891 
00892 /* Define to 1 if you have the `_popen' function. */
00893 /* #undef HAVE__POPEN */
00894 
00895 /* Define to 1 if you have the `_wfopen' function. */
00896 /* #undef HAVE__WFOPEN */
00897 
00898 /* Define to 1 if you have the `_wstat' function. */
00899 /* #undef HAVE__WSTAT */
00900 
00901 /* accurately represent the wide range of intensity levels in real scenes */
00902 /* #undef HDRI_SUPPORT */
00903 
00904 /* Define if you have umem memory allocation library */
00905 /* #undef HasUMEM */
00906 
00907 /* ImageMagick is formally installed under prefix */
00908 #ifndef MAGICKCORE_INSTALLED_SUPPORT 
00909 #define MAGICKCORE_INSTALLED_SUPPORT  1 
00910 #endif
00911 
00912 /* Define if you have JBIG library */
00913 /* #undef JBIG_DELEGATE */
00914 
00915 /* Define if you have JPEG version 2 "Jasper" library */
00916 #ifndef MAGICKCORE_JP2_DELEGATE 
00917 #define MAGICKCORE_JP2_DELEGATE  1 
00918 #endif
00919 
00920 /* Define if you have JPEG library */
00921 #ifndef MAGICKCORE_JPEG_DELEGATE 
00922 #define MAGICKCORE_JPEG_DELEGATE  1 
00923 #endif
00924 
00925 /* Define if you have LCMS library */
00926 #ifndef MAGICKCORE_LCMS_DELEGATE 
00927 #define MAGICKCORE_LCMS_DELEGATE  1 
00928 #endif
00929 
00930 /* Directory where architecture-dependent files live. */
00931 #ifndef MAGICKCORE_LIBRARY_PATH 
00932 #define MAGICKCORE_LIBRARY_PATH  "/usr/local/lib/ImageMagick-6.5.4/" 
00933 #endif
00934 
00935 /* Subdirectory of lib where ImageMagick architecture dependent files are
00936    installed */
00937 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH 
00938 #define MAGICKCORE_LIBRARY_RELATIVE_PATH  "ImageMagick-6.5.4" 
00939 #endif
00940 
00941 /* Define if you have LQR library */
00942 /* #undef LQR_DELEGATE */
00943 
00944 /* Define if using libltdl to support dynamically loadable modules */
00945 #ifndef MAGICKCORE_LTDL_DELEGATE 
00946 #define MAGICKCORE_LTDL_DELEGATE  1 
00947 #endif
00948 
00949 /* Define if the OS needs help to load dependent libraries for dlopen(). */
00950 /* #undef LTDL_DLOPEN_DEPLIBS */
00951 
00952 /* Define to the system default library search path. */
00953 #ifndef MAGICKCORE_LT_DLSEARCH_PATH 
00954 #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/xulrunner-1.9.1" 
00955 #endif
00956 
00957 /* The archive extension */
00958 #ifndef MAGICKCORE_LT_LIBEXT 
00959 #define MAGICKCORE_LT_LIBEXT  "a" 
00960 #endif
00961 
00962 /* Define to the extension used for runtime loadable modules, say, ".so". */
00963 #ifndef MAGICKCORE_LT_MODULE_EXT 
00964 #define MAGICKCORE_LT_MODULE_EXT  ".so" 
00965 #endif
00966 
00967 /* Define to the name of the environment variable that determines the run-time
00968    module search path. */
00969 #ifndef MAGICKCORE_LT_MODULE_PATH_VAR 
00970 #define MAGICKCORE_LT_MODULE_PATH_VAR  "LD_LIBRARY_PATH" 
00971 #endif
00972 
00973 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00974    */
00975 #ifndef MAGICKCORE_LT_OBJDIR 
00976 #define MAGICKCORE_LT_OBJDIR  ".libs/" 
00977 #endif
00978 
00979 /* Define to prepend to default font search path. */
00980 /* #undef MAGICK_FONT_PATH */
00981 
00982 /* Magick API method prefix */
00983 /* #undef NAMESPACE_PREFIX */
00984 
00985 /* Turn off assert statements */
00986 /* #undef NDEBUG */
00987 
00988 /* Define if dlsym() requires a leading underscore in symbol names. */
00989 /* #undef NEED_USCORE */
00990 
00991 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
00992 /* #undef NO_MINUS_C_MINUS_O */
00993 
00994 /* Define if you have OPENEXR library */
00995 /* #undef OPENEXR_DELEGATE */
00996 
00997 /* Define to the address where bug reports for this package should be sent. */
00998 #ifndef MAGICKCORE_PACKAGE_BUGREPORT 
00999 #define MAGICKCORE_PACKAGE_BUGREPORT  "http://www.imagemagick.org" 
01000 #endif
01001 
01002 /* Define to the full name of this package. */
01003 #ifndef MAGICKCORE_PACKAGE_NAME 
01004 #define MAGICKCORE_PACKAGE_NAME  "ImageMagick" 
01005 #endif
01006 
01007 /* Define to the full name and version of this package. */
01008 #ifndef MAGICKCORE_PACKAGE_STRING 
01009 #define MAGICKCORE_PACKAGE_STRING  "ImageMagick 6.5.4" 
01010 #endif
01011 
01012 /* Define to the one symbol short name of this package. */
01013 #ifndef MAGICKCORE_PACKAGE_TARNAME 
01014 #define MAGICKCORE_PACKAGE_TARNAME  "ImageMagick" 
01015 #endif
01016 
01017 /* Define to the version of this package. */
01018 #ifndef MAGICKCORE_PACKAGE_VERSION 
01019 #define MAGICKCORE_PACKAGE_VERSION  "6.5.4" 
01020 #endif
01021 
01022 /* Define if you have PNG library */
01023 #ifndef MAGICKCORE_PNG_DELEGATE 
01024 #define MAGICKCORE_PNG_DELEGATE  1 
01025 #endif
01026 
01027 /* Define to necessary symbol if this constant uses a non-standard name on
01028    your system. */
01029 /* #undef PTHREAD_CREATE_JOINABLE */
01030 
01031 /* Pixel cache threshold in MB (defaults to available memory) */
01032 /* #undef PixelCacheThreshold */
01033 
01034 /* Number of bits in a pixel Quantum (8/16/32/64) */
01035 #ifndef MAGICKCORE_QUANTUM_DEPTH 
01036 #define MAGICKCORE_QUANTUM_DEPTH  16 
01037 #endif
01038 
01039 /* Define as the return type of signal handlers (`int' or `void'). */
01040 #ifndef MAGICKCORE_RETSIGTYPE 
01041 #define MAGICKCORE_RETSIGTYPE  void 
01042 #endif
01043 
01044 /* Define if you have RSVG library */
01045 #ifndef MAGICKCORE_RSVG_DELEGATE 
01046 #define MAGICKCORE_RSVG_DELEGATE  1 
01047 #endif
01048 
01049 /* Define to the type of arg 1 for `select'. */
01050 #ifndef MAGICKCORE_SELECT_TYPE_ARG1 
01051 #define MAGICKCORE_SELECT_TYPE_ARG1  int 
01052 #endif
01053 
01054 /* Define to the type of args 2, 3 and 4 for `select'. */
01055 #ifndef MAGICKCORE_SELECT_TYPE_ARG234 
01056 #define MAGICKCORE_SELECT_TYPE_ARG234  (fd_set *) 
01057 #endif
01058 
01059 /* Define to the type of arg 5 for `select'. */
01060 #ifndef MAGICKCORE_SELECT_TYPE_ARG5 
01061 #define MAGICKCORE_SELECT_TYPE_ARG5  (struct timeval *) 
01062 #endif
01063 
01064 /* Directory where architecture-independent configuration files live. */
01065 #ifndef MAGICKCORE_SHARE_CONFIGURE_PATH 
01066 #define MAGICKCORE_SHARE_CONFIGURE_PATH  "/usr/local/share/ImageMagick-6.5.4/config/" 
01067 #endif
01068 
01069 /* Subdirectory of lib where architecture-independent configuration files
01070    live. */
01071 #ifndef MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH 
01072 #define MAGICKCORE_SHARE_CONFIGURE_RELATIVE_PATH  "ImageMagick-6.5.4/config" 
01073 #endif
01074 
01075 /* Directory where architecture-independent files live. */
01076 #ifndef MAGICKCORE_SHARE_PATH 
01077 #define MAGICKCORE_SHARE_PATH  "/usr/local/share/ImageMagick-6.5.4/" 
01078 #endif
01079 
01080 /* The size of `off_t', as computed by sizeof. */
01081 #ifndef MAGICKCORE_SIZEOF_OFF_T 
01082 #define MAGICKCORE_SIZEOF_OFF_T  8 
01083 #endif
01084 
01085 /* The size of `signed int', as computed by sizeof. */
01086 #ifndef MAGICKCORE_SIZEOF_SIGNED_INT 
01087 #define MAGICKCORE_SIZEOF_SIGNED_INT  4 
01088 #endif
01089 
01090 /* The size of `signed long', as computed by sizeof. */
01091 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG 
01092 #define MAGICKCORE_SIZEOF_SIGNED_LONG  8 
01093 #endif
01094 
01095 /* The size of `signed long long', as computed by sizeof. */
01096 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 
01097 #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG  8 
01098 #endif
01099 
01100 /* The size of `signed short', as computed by sizeof. */
01101 #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT 
01102 #define MAGICKCORE_SIZEOF_SIGNED_SHORT  2 
01103 #endif
01104 
01105 /* The size of `size_t', as computed by sizeof. */
01106 #ifndef MAGICKCORE_SIZEOF_SIZE_T 
01107 #define MAGICKCORE_SIZEOF_SIZE_T  8 
01108 #endif
01109 
01110 /* The size of `unsigned int', as computed by sizeof. */
01111 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT 
01112 #define MAGICKCORE_SIZEOF_UNSIGNED_INT  4 
01113 #endif
01114 
01115 /* The size of `unsigned int*', as computed by sizeof. */
01116 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP 
01117 #define MAGICKCORE_SIZEOF_UNSIGNED_INTP  8 
01118 #endif
01119 
01120 /* The size of `unsigned long', as computed by sizeof. */
01121 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG 
01122 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG  8 
01123 #endif
01124 
01125 /* The size of `unsigned long long', as computed by sizeof. */
01126 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 
01127 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG  8 
01128 #endif
01129 
01130 /* The size of `unsigned short', as computed by sizeof. */
01131 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT 
01132 #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT  2 
01133 #endif
01134 
01135 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
01136 /* #undef STAT_MACROS_BROKEN */
01137 
01138 /* Define to 1 if you have the ANSI C header files. */
01139 #ifndef MAGICKCORE_STDC_HEADERS 
01140 #define MAGICKCORE_STDC_HEADERS  1 
01141 #endif
01142 
01143 /* Define if you have TIFF library */
01144 #ifndef MAGICKCORE_TIFF_DELEGATE 
01145 #define MAGICKCORE_TIFF_DELEGATE  1 
01146 #endif
01147 
01148 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
01149 #ifndef MAGICKCORE_TIME_WITH_SYS_TIME 
01150 #define MAGICKCORE_TIME_WITH_SYS_TIME  1 
01151 #endif
01152 
01153 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
01154 /* #undef TM_IN_SYS_TIME */
01155 
01156 /* Enable extensions on AIX 3, Interix.  */
01157 #ifndef _ALL_SOURCE
01158 # define _ALL_SOURCE 1
01159 #endif
01160 /* Enable GNU extensions on systems that have them.  */
01161 #ifndef _GNU_SOURCE
01162 # define _GNU_SOURCE 1
01163 #endif
01164 /* Enable threading extensions on Solaris.  */
01165 #ifndef _POSIX_PTHREAD_SEMANTICS
01166 # define _POSIX_PTHREAD_SEMANTICS 1
01167 #endif
01168 /* Enable extensions on HP NonStop.  */
01169 #ifndef _TANDEM_SOURCE
01170 # define _TANDEM_SOURCE 1
01171 #endif
01172 /* Enable general extensions on Solaris.  */
01173 #ifndef __EXTENSIONS__
01174 # define __EXTENSIONS__ 1
01175 #endif
01176 
01177 
01178 /* Define to use the Windows GDI32 library */
01179 /* #undef WINGDI32_DELEGATE */
01180 
01181 /* Define if using the dmalloc debugging malloc package */
01182 /* #undef WITH_DMALLOC */
01183 
01184 /* Define if you have wmflite library */
01185 #ifndef MAGICKCORE_WMFLITE_DELEGATE 
01186 #define MAGICKCORE_WMFLITE_DELEGATE  1 
01187 #endif
01188 
01189 /* Define if you have wmf library */
01190 /* #undef WMF_DELEGATE */
01191 
01192 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
01193    significant byte first (like Motorola and SPARC, unlike Intel). */
01194 #if defined AC_APPLE_UNIVERSAL_BUILD
01195 # if defined __BIG_ENDIAN__
01196 #  define WORDS_BIGENDIAN 1
01197 # endif
01198 #else
01199 # ifndef WORDS_BIGENDIAN
01200 /* #  undef WORDS_BIGENDIAN */
01201 # endif
01202 #endif
01203 
01204 /* Location of X11 configure files */
01205 #ifndef MAGICKCORE_X11_CONFIGURE_PATH 
01206 #define MAGICKCORE_X11_CONFIGURE_PATH  "" 
01207 #endif
01208 
01209 /* Define if you have X11 library */
01210 #ifndef MAGICKCORE_X11_DELEGATE 
01211 #define MAGICKCORE_X11_DELEGATE  1 
01212 #endif
01213 
01214 /* Define if you have XML library */
01215 #ifndef MAGICKCORE_XML_DELEGATE 
01216 #define MAGICKCORE_XML_DELEGATE  1 
01217 #endif
01218 
01219 /* Define to 1 if the X Window System is missing or not being used. */
01220 /* #undef X_DISPLAY_MISSING */
01221 
01222 /* Define if you have zlib compression library */
01223 #ifndef MAGICKCORE_ZLIB_DELEGATE 
01224 #define MAGICKCORE_ZLIB_DELEGATE  1 
01225 #endif
01226 
01227 /* Number of bits in a file offset, on hosts where this is settable. */
01228 #ifndef MAGICKCORE__FILE_OFFSET_BITS 
01229 #define MAGICKCORE__FILE_OFFSET_BITS  64 
01230 #endif
01231 
01232 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
01233 /* #undef _LARGEFILE_SOURCE */
01234 
01235 /* Define for large files, on AIX-style hosts. */
01236 /* #undef _LARGE_FILES */
01237 
01238 /* Define to 1 if on MINIX. */
01239 /* #undef _MINIX */
01240 
01241 /* Define to 2 if the system does not provide POSIX.1 features except with
01242    this defined. */
01243 /* #undef _POSIX_1_SOURCE */
01244 
01245 /* Define to 1 if you need to in order for `stat' and other things to work. */
01246 /* #undef _POSIX_SOURCE */
01247 
01248 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
01249 #ifndef __CHAR_UNSIGNED__
01250 /* # undef __CHAR_UNSIGNED__ */
01251 #endif
01252 
01253 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
01254 /* #undef __error_t_defined */
01255 
01256 /* Define to appropriate substitue if compiler does not have __func__ */
01257 /* #undef __func__ */
01258 
01259 /* Define to empty if `const' does not conform to ANSI C. */
01260 /* #undef const */
01261 
01262 /* Define to a type to use for `error_t' if it is not otherwise available. */
01263 /* #undef error_t */
01264 
01265 /* Define to `__inline__' or `__inline' if that's what the C compiler
01266    calls it, or to nothing if 'inline' is not supported under any name.  */
01267 #ifndef __cplusplus
01268 /* #undef inline */
01269 #endif
01270 
01271 /* Define to `int' if <sys/types.h> does not define. */
01272 /* #undef mode_t */
01273 
01274 /* Define to `long int' if <sys/types.h> does not define. */
01275 /* #undef off_t */
01276 
01277 /* Define to `int' if <sys/types.h> does not define. */
01278 /* #undef pid_t */
01279 
01280 /* Define to the equivalent of the C99 'restrict' keyword, or to
01281    nothing if this is not supported.  Do not define if restrict is
01282    supported directly.  */
01283 #ifndef _magickcore_restrict 
01284 #define _magickcore_restrict  __restrict 
01285 #endif
01286 /* Work around a bug in Sun C++: it does not support _Restrict, even
01287    though the corresponding Sun C compiler does, which causes
01288    "#define restrict _Restrict" in the previous line.  Perhaps some future
01289    version of Sun C++ will work with _Restrict; if so, it'll probably
01290    define __RESTRICT, just as Sun C does.  */
01291 #if defined __SUNPRO_CC && !defined __RESTRICT
01292 # define _Restrict
01293 #endif
01294 
01295 /* Define to `unsigned int' if <sys/types.h> does not define. */
01296 /* #undef size_t */
01297 
01298 /* Define to `int' if <sys/types.h> does not define. */
01299 /* #undef ssize_t */
01300 
01301 /* Define as `fork' if `vfork' does not work. */
01302 /* #undef vfork */
01303 
01304 /* Define to empty if the keyword `volatile' does not work. Warning: valid
01305    code using `volatile' can become incorrect without. Disable with care. */
01306 /* #undef volatile */
01307  
01308 /* once: _MAGICK_MAGICK_CONFIG_H */
01309 #endif

Generated on Thu Jul 2 12:03:20 2009 for MagickCore by  doxygen 1.5.8