MagickCore  6.7.5
magick-config.h
Go to the documentation of this file.
00001 #ifndef _MAGICKCORE_MAGICK_CONFIG_H
00002 #define _MAGICKCORE_MAGICK_CONFIG_H 1
00003  
00004 /* MagickCore/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 /* #undef BUILD_MODULES */
00016 
00017 /* Define if you have the bzip2 library */
00018 #ifndef MAGICKCORE_BZLIB_DELEGATE
00019 #define MAGICKCORE_BZLIB_DELEGATE 1
00020 #endif
00021 
00022 /* Define if you have CAIRO library */
00023 #ifndef MAGICKCORE_CAIRO_DELEGATE
00024 #define MAGICKCORE_CAIRO_DELEGATE 1
00025 #endif
00026 
00027 /* permit enciphering and deciphering image pixels */
00028 #ifndef MAGICKCORE_CIPHER_SUPPORT
00029 #define MAGICKCORE_CIPHER_SUPPORT 1
00030 #endif
00031 
00032 /* Define to 1 if the `closedir' function returns void instead of `int'. */
00033 /* #undef CLOSEDIR_VOID */
00034 
00035 /* Location of coder modules */
00036 #ifndef MAGICKCORE_CODER_PATH
00037 #define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/coders/"
00038 #endif
00039 
00040 /* Subdirectory of lib where coder modules are installed */
00041 #ifndef MAGICKCORE_CODER_RELATIVE_PATH
00042 #define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/coders"
00043 #endif
00044 
00045 /* Directory where architecture-dependent configuration files live. */
00046 #ifndef MAGICKCORE_CONFIGURE_PATH
00047 #define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/"
00048 #endif
00049 
00050 /* Subdirectory of lib where architecture-dependent configuration files live.
00051    */
00052 #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH
00053 #define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick"
00054 #endif
00055 
00056 /* Define if you have DJVU library */
00057 #ifndef MAGICKCORE_DJVU_DELEGATE
00058 #define MAGICKCORE_DJVU_DELEGATE 1
00059 #endif
00060 
00061 /* Directory where ImageMagick documents live. */
00062 #ifndef MAGICKCORE_DOCUMENTATION_PATH
00063 #define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick//"
00064 #endif
00065 
00066 /* Define if you have Display Postscript */
00067 /* #undef DPS_DELEGATE */
00068 
00069 /* exclude deprecated methods in MagickCore API */
00070 /* #undef EXCLUDE_DEPRECATED */
00071 
00072 /* Directory where executables are installed. */
00073 #ifndef MAGICKCORE_EXECUTABLE_PATH
00074 #define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/"
00075 #endif
00076 
00077 /* Define if you have FFTW library */
00078 #ifndef MAGICKCORE_FFTW_DELEGATE
00079 #define MAGICKCORE_FFTW_DELEGATE 1
00080 #endif
00081 
00082 /* Location of filter modules */
00083 #ifndef MAGICKCORE_FILTER_PATH
00084 #define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/"
00085 #endif
00086 
00087 /* Subdirectory of lib where filter modules are installed */
00088 #ifndef MAGICKCORE_FILTER_RELATIVE_PATH
00089 #define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters"
00090 #endif
00091 
00092 /* Define if you have FONTCONFIG library */
00093 #ifndef MAGICKCORE_FONTCONFIG_DELEGATE
00094 #define MAGICKCORE_FONTCONFIG_DELEGATE 1
00095 #endif
00096 
00097 /* Define if you have FlashPIX library */
00098 /* #undef FPX_DELEGATE */
00099 
00100 /* Define if you have FreeType (TrueType font) library */
00101 #ifndef MAGICKCORE_FREETYPE_DELEGATE
00102 #define MAGICKCORE_FREETYPE_DELEGATE 1
00103 #endif
00104 
00105 /* Define if you have Ghostscript library or framework */
00106 /* #undef GS_DELEGATE */
00107 
00108 /* Define if you have GVC library */
00109 #ifndef MAGICKCORE_GVC_DELEGATE
00110 #define MAGICKCORE_GVC_DELEGATE 1
00111 #endif
00112 
00113 /* Define to 1 if you have the `acosh' function. */
00114 #ifndef MAGICKCORE_HAVE_ACOSH
00115 #define MAGICKCORE_HAVE_ACOSH 1
00116 #endif
00117 
00118 /* Define to 1 if you have the `argz_add' function. */
00119 #ifndef MAGICKCORE_HAVE_ARGZ_ADD
00120 #define MAGICKCORE_HAVE_ARGZ_ADD 1
00121 #endif
00122 
00123 /* Define to 1 if you have the `argz_append' function. */
00124 #ifndef MAGICKCORE_HAVE_ARGZ_APPEND
00125 #define MAGICKCORE_HAVE_ARGZ_APPEND 1
00126 #endif
00127 
00128 /* Define to 1 if you have the `argz_count' function. */
00129 #ifndef MAGICKCORE_HAVE_ARGZ_COUNT
00130 #define MAGICKCORE_HAVE_ARGZ_COUNT 1
00131 #endif
00132 
00133 /* Define to 1 if you have the `argz_create_sep' function. */
00134 #ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP
00135 #define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1
00136 #endif
00137 
00138 /* Define to 1 if you have the <argz.h> header file. */
00139 #ifndef MAGICKCORE_HAVE_ARGZ_H
00140 #define MAGICKCORE_HAVE_ARGZ_H 1
00141 #endif
00142 
00143 /* Define to 1 if you have the `argz_insert' function. */
00144 #ifndef MAGICKCORE_HAVE_ARGZ_INSERT
00145 #define MAGICKCORE_HAVE_ARGZ_INSERT 1
00146 #endif
00147 
00148 /* Define to 1 if you have the `argz_next' function. */
00149 #ifndef MAGICKCORE_HAVE_ARGZ_NEXT
00150 #define MAGICKCORE_HAVE_ARGZ_NEXT 1
00151 #endif
00152 
00153 /* Define to 1 if you have the `argz_stringify' function. */
00154 #ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY
00155 #define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1
00156 #endif
00157 
00158 /* Define to 1 if you have the <arm/limits.h> header file. */
00159 /* #undef HAVE_ARM_LIMITS_H */
00160 
00161 /* Define to 1 if you have the `asinh' function. */
00162 #ifndef MAGICKCORE_HAVE_ASINH
00163 #define MAGICKCORE_HAVE_ASINH 1
00164 #endif
00165 
00166 /* Define to 1 if you have the `atanh' function. */
00167 #ifndef MAGICKCORE_HAVE_ATANH
00168 #define MAGICKCORE_HAVE_ATANH 1
00169 #endif
00170 
00171 /* Define to 1 if you have the `atexit' function. */
00172 #ifndef MAGICKCORE_HAVE_ATEXIT
00173 #define MAGICKCORE_HAVE_ATEXIT 1
00174 #endif
00175 
00176 /* Define to 1 if you have the `atoll' function. */
00177 #ifndef MAGICKCORE_HAVE_ATOLL
00178 #define MAGICKCORE_HAVE_ATOLL 1
00179 #endif
00180 
00181 /* define if bool is a built-in type */
00182 #ifndef MAGICKCORE_HAVE_BOOL
00183 #define MAGICKCORE_HAVE_BOOL 
00184 #endif
00185 
00186 /* Define to 1 if you have the `cabs' function. */
00187 #ifndef MAGICKCORE_HAVE_CABS
00188 #define MAGICKCORE_HAVE_CABS 1
00189 #endif
00190 
00191 /* Define to 1 if you have the `carg' function. */
00192 #ifndef MAGICKCORE_HAVE_CARG
00193 #define MAGICKCORE_HAVE_CARG 1
00194 #endif
00195 
00196 /* Define to 1 if you have the `cimag' function. */
00197 #ifndef MAGICKCORE_HAVE_CIMAG
00198 #define MAGICKCORE_HAVE_CIMAG 1
00199 #endif
00200 
00201 /* Define to 1 if you have the `clock' function. */
00202 #ifndef MAGICKCORE_HAVE_CLOCK
00203 #define MAGICKCORE_HAVE_CLOCK 1
00204 #endif
00205 
00206 /* Define to 1 if you have clock_gettime. */
00207 #ifndef MAGICKCORE_HAVE_CLOCK_GETTIME
00208 #define MAGICKCORE_HAVE_CLOCK_GETTIME 1
00209 #endif
00210 
00211 /* Define to 1 if clock_gettime supports CLOCK_REALTIME. */
00212 #ifndef MAGICKCORE_HAVE_CLOCK_REALTIME
00213 #define MAGICKCORE_HAVE_CLOCK_REALTIME 1
00214 #endif
00215 
00216 /* Define to 1 if you have the `closedir' function. */
00217 #ifndef MAGICKCORE_HAVE_CLOSEDIR
00218 #define MAGICKCORE_HAVE_CLOSEDIR 1
00219 #endif
00220 
00221 /* Define to 1 if you have the <CL/cl.h> header file. */
00222 /* #undef HAVE_CL_CL_H */
00223 
00224 /* Define to 1 if you have the <complex.h> header file. */
00225 #ifndef MAGICKCORE_HAVE_COMPLEX_H
00226 #define MAGICKCORE_HAVE_COMPLEX_H 1
00227 #endif
00228 
00229 /* Define to 1 if you have the `creal' function. */
00230 #ifndef MAGICKCORE_HAVE_CREAL
00231 #define MAGICKCORE_HAVE_CREAL 1
00232 #endif
00233 
00234 /* Define to 1 if you have the `ctime_r' function. */
00235 #ifndef MAGICKCORE_HAVE_CTIME_R
00236 #define MAGICKCORE_HAVE_CTIME_R 1
00237 #endif
00238 
00239 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
00240    you don't. */
00241 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
00242 
00243 /* Define to 1 if you have the declaration of `pread', and to 0 if you don't.
00244    */
00245 #ifndef MAGICKCORE_HAVE_DECL_PREAD
00246 #define MAGICKCORE_HAVE_DECL_PREAD 1
00247 #endif
00248 
00249 /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't.
00250    */
00251 #ifndef MAGICKCORE_HAVE_DECL_PWRITE
00252 #define MAGICKCORE_HAVE_DECL_PWRITE 1
00253 #endif
00254 
00255 /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
00256    don't. */
00257 #ifndef MAGICKCORE_HAVE_DECL_STRERROR_R
00258 #define MAGICKCORE_HAVE_DECL_STRERROR_R 1
00259 #endif
00260 
00261 /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you
00262    don't. */
00263 #ifndef MAGICKCORE_HAVE_DECL_STRLCPY
00264 #define MAGICKCORE_HAVE_DECL_STRLCPY 0
00265 #endif
00266 
00267 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
00268    */
00269 /* #undef HAVE_DECL_TZNAME */
00270 
00271 /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you
00272    don't. */
00273 #ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF
00274 #define MAGICKCORE_HAVE_DECL_VSNPRINTF 1
00275 #endif
00276 
00277 /* Define to 1 if you have the `directio' function. */
00278 /* #undef HAVE_DIRECTIO */
00279 
00280 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
00281    */
00282 #ifndef MAGICKCORE_HAVE_DIRENT_H
00283 #define MAGICKCORE_HAVE_DIRENT_H 1
00284 #endif
00285 
00286 /* Define if you have the GNU dld library. */
00287 /* #undef HAVE_DLD */
00288 
00289 /* Define to 1 if you have the <dld.h> header file. */
00290 /* #undef HAVE_DLD_H */
00291 
00292 /* Define to 1 if you have the `dlerror' function. */
00293 #ifndef MAGICKCORE_HAVE_DLERROR
00294 #define MAGICKCORE_HAVE_DLERROR 1
00295 #endif
00296 
00297 /* Define to 1 if you have the <dlfcn.h> header file. */
00298 #ifndef MAGICKCORE_HAVE_DLFCN_H
00299 #define MAGICKCORE_HAVE_DLFCN_H 1
00300 #endif
00301 
00302 /* Define to 1 if you have the <dl.h> header file. */
00303 /* #undef HAVE_DL_H */
00304 
00305 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
00306 /* #undef HAVE_DOPRNT */
00307 
00308 /* Define if you have the _dyld_func_lookup function. */
00309 /* #undef HAVE_DYLD */
00310 
00311 /* Define to 1 if you have the <errno.h> header file. */
00312 #ifndef MAGICKCORE_HAVE_ERRNO_H
00313 #define MAGICKCORE_HAVE_ERRNO_H 1
00314 #endif
00315 
00316 /* Define to 1 if the system has the type `error_t'. */
00317 #ifndef MAGICKCORE_HAVE_ERROR_T
00318 #define MAGICKCORE_HAVE_ERROR_T 1
00319 #endif
00320 
00321 /* Define to 1 if you have the `execvp' function. */
00322 #ifndef MAGICKCORE_HAVE_EXECVP
00323 #define MAGICKCORE_HAVE_EXECVP 1
00324 #endif
00325 
00326 /* Define to 1 if you have the `fchmod' function. */
00327 #ifndef MAGICKCORE_HAVE_FCHMOD
00328 #define MAGICKCORE_HAVE_FCHMOD 1
00329 #endif
00330 
00331 /* Define to 1 if you have the <fcntl.h> header file. */
00332 #ifndef MAGICKCORE_HAVE_FCNTL_H
00333 #define MAGICKCORE_HAVE_FCNTL_H 1
00334 #endif
00335 
00336 /* Define to 1 if you have the `floor' function. */
00337 #ifndef MAGICKCORE_HAVE_FLOOR
00338 #define MAGICKCORE_HAVE_FLOOR 1
00339 #endif
00340 
00341 /* Define to 1 if you have the `fork' function. */
00342 #ifndef MAGICKCORE_HAVE_FORK
00343 #define MAGICKCORE_HAVE_FORK 1
00344 #endif
00345 
00346 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
00347 #ifndef MAGICKCORE_HAVE_FSEEKO
00348 #define MAGICKCORE_HAVE_FSEEKO 1
00349 #endif
00350 
00351 /* Define to 1 if you have the <ft2build.h> header file. */
00352 #ifndef MAGICKCORE_HAVE_FT2BUILD_H
00353 #define MAGICKCORE_HAVE_FT2BUILD_H 1
00354 #endif
00355 
00356 /* Define to 1 if you have the `ftime' function. */
00357 #ifndef MAGICKCORE_HAVE_FTIME
00358 #define MAGICKCORE_HAVE_FTIME 1
00359 #endif
00360 
00361 /* Define to 1 if you have the `ftruncate' function. */
00362 #ifndef MAGICKCORE_HAVE_FTRUNCATE
00363 #define MAGICKCORE_HAVE_FTRUNCATE 1
00364 #endif
00365 
00366 /* Define to 1 if you have the `getcwd' function. */
00367 #ifndef MAGICKCORE_HAVE_GETCWD
00368 #define MAGICKCORE_HAVE_GETCWD 1
00369 #endif
00370 
00371 /* Define to 1 if you have the `getc_unlocked' function. */
00372 #ifndef MAGICKCORE_HAVE_GETC_UNLOCKED
00373 #define MAGICKCORE_HAVE_GETC_UNLOCKED 1
00374 #endif
00375 
00376 /* Define to 1 if you have the `getdtablesize' function. */
00377 #ifndef MAGICKCORE_HAVE_GETDTABLESIZE
00378 #define MAGICKCORE_HAVE_GETDTABLESIZE 1
00379 #endif
00380 
00381 /* Define to 1 if you have the `getexecname' function. */
00382 /* #undef HAVE_GETEXECNAME */
00383 
00384 /* Define to 1 if you have the `getpagesize' function. */
00385 #ifndef MAGICKCORE_HAVE_GETPAGESIZE
00386 #define MAGICKCORE_HAVE_GETPAGESIZE 1
00387 #endif
00388 
00389 /* Define to 1 if you have the `getpid' function. */
00390 #ifndef MAGICKCORE_HAVE_GETPID
00391 #define MAGICKCORE_HAVE_GETPID 1
00392 #endif
00393 
00394 /* Define to 1 if you have the `getrlimit' function. */
00395 #ifndef MAGICKCORE_HAVE_GETRLIMIT
00396 #define MAGICKCORE_HAVE_GETRLIMIT 1
00397 #endif
00398 
00399 /* Define to 1 if you have the `getrusage' function. */
00400 #ifndef MAGICKCORE_HAVE_GETRUSAGE
00401 #define MAGICKCORE_HAVE_GETRUSAGE 1
00402 #endif
00403 
00404 /* Define to 1 if you have the `gettimeofday' function. */
00405 #ifndef MAGICKCORE_HAVE_GETTIMEOFDAY
00406 #define MAGICKCORE_HAVE_GETTIMEOFDAY 1
00407 #endif
00408 
00409 /* Define to 1 if you have the `gmtime_r' function. */
00410 #ifndef MAGICKCORE_HAVE_GMTIME_R
00411 #define MAGICKCORE_HAVE_GMTIME_R 1
00412 #endif
00413 
00414 /* Define to 1 if the system has the type `intmax_t'. */
00415 #ifndef MAGICKCORE_HAVE_INTMAX_T
00416 #define MAGICKCORE_HAVE_INTMAX_T 1
00417 #endif
00418 
00419 /* Define to 1 if the system has the type `intptr_t'. */
00420 #ifndef MAGICKCORE_HAVE_INTPTR_T
00421 #define MAGICKCORE_HAVE_INTPTR_T 1
00422 #endif
00423 
00424 /* Define to 1 if you have the <inttypes.h> header file. */
00425 #ifndef MAGICKCORE_HAVE_INTTYPES_H
00426 #define MAGICKCORE_HAVE_INTTYPES_H 1
00427 #endif
00428 
00429 /* Define to 1 if you have the `isnan' function. */
00430 #ifndef MAGICKCORE_HAVE_ISNAN
00431 #define MAGICKCORE_HAVE_ISNAN 1
00432 #endif
00433 
00434 /* Define to 1 if you have the `j0' function. */
00435 #ifndef MAGICKCORE_HAVE_J0
00436 #define MAGICKCORE_HAVE_J0 1
00437 #endif
00438 
00439 /* Define to 1 if you have the `j1' function. */
00440 #ifndef MAGICKCORE_HAVE_J1
00441 #define MAGICKCORE_HAVE_J1 1
00442 #endif
00443 
00444 /* Define if you have the <lcms2.h> header file. */
00445 #ifndef MAGICKCORE_HAVE_LCMS2_H
00446 #define MAGICKCORE_HAVE_LCMS2_H 1
00447 #endif
00448 
00449 /* Define if you have the <lcms2/lcms2.h> header file. */
00450 /* #undef HAVE_LCMS2_LCMS2_H */
00451 
00452 /* Define if you have the <lcms.h> header file. */
00453 /* #undef HAVE_LCMS_H */
00454 
00455 /* Define if you have the <lcms/lcms.h> header file. */
00456 /* #undef HAVE_LCMS_LCMS_H */
00457 
00458 /* Define if you have the libdl library or equivalent. */
00459 #ifndef MAGICKCORE_HAVE_LIBDL
00460 #define MAGICKCORE_HAVE_LIBDL 1
00461 #endif
00462 
00463 /* Define if libdlloader will be built on this platform */
00464 #ifndef MAGICKCORE_HAVE_LIBDLLOADER
00465 #define MAGICKCORE_HAVE_LIBDLLOADER 1
00466 #endif
00467 
00468 /* Define to 1 if you have the `gcov' library (-lgcov). */
00469 /* #undef HAVE_LIBGCOV */
00470 
00471 /* Define to 1 if you have the <limits.h> header file. */
00472 #ifndef MAGICKCORE_HAVE_LIMITS_H
00473 #define MAGICKCORE_HAVE_LIMITS_H 1
00474 #endif
00475 
00476 /* Define to 1 if you have the <linux/unistd.h> header file. */
00477 #ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H
00478 #define MAGICKCORE_HAVE_LINUX_UNISTD_H 1
00479 #endif
00480 
00481 /* Define to 1 if you have the `lltostr' function. */
00482 /* #undef HAVE_LLTOSTR */
00483 
00484 /* Define to 1 if you have the <locale.h> header file. */
00485 #ifndef MAGICKCORE_HAVE_LOCALE_H
00486 #define MAGICKCORE_HAVE_LOCALE_H 1
00487 #endif
00488 
00489 /* Define to 1 if you have the `localtime_r' function. */
00490 #ifndef MAGICKCORE_HAVE_LOCALTIME_R
00491 #define MAGICKCORE_HAVE_LOCALTIME_R 1
00492 #endif
00493 
00494 /* Define to 1 if the system has the type `long double'. */
00495 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE
00496 #define MAGICKCORE_HAVE_LONG_DOUBLE 1
00497 #endif
00498 
00499 /* Define to 1 if the type `long double' works and has more range or precision
00500    than `double'. */
00501 #ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER
00502 #define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1
00503 #endif
00504 
00505 /* Define to 1 if the system has the type `long long int'. */
00506 #ifndef MAGICKCORE_HAVE_LONG_LONG_INT
00507 #define MAGICKCORE_HAVE_LONG_LONG_INT 1
00508 #endif
00509 
00510 /* Define to 1 if you have the `lstat' function. */
00511 #ifndef MAGICKCORE_HAVE_LSTAT
00512 #define MAGICKCORE_HAVE_LSTAT 1
00513 #endif
00514 
00515 /* Define this if a modern libltdl is already installed */
00516 #ifndef MAGICKCORE_HAVE_LTDL
00517 #define MAGICKCORE_HAVE_LTDL 1
00518 #endif
00519 
00520 /* Define to 1 if you have the <machine/param.h> header file. */
00521 /* #undef HAVE_MACHINE_PARAM_H */
00522 
00523 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
00524 /* #undef HAVE_MACH_O_DYLD_H */
00525 
00526 /* Define to 1 if <wchar.h> declares mbstate_t. */
00527 #ifndef MAGICKCORE_HAVE_MBSTATE_T
00528 #define MAGICKCORE_HAVE_MBSTATE_T 1
00529 #endif
00530 
00531 /* Define to 1 if you have the `memmove' function. */
00532 #ifndef MAGICKCORE_HAVE_MEMMOVE
00533 #define MAGICKCORE_HAVE_MEMMOVE 1
00534 #endif
00535 
00536 /* Define to 1 if you have the <memory.h> header file. */
00537 #ifndef MAGICKCORE_HAVE_MEMORY_H
00538 #define MAGICKCORE_HAVE_MEMORY_H 1
00539 #endif
00540 
00541 /* Define to 1 if you have the `memset' function. */
00542 #ifndef MAGICKCORE_HAVE_MEMSET
00543 #define MAGICKCORE_HAVE_MEMSET 1
00544 #endif
00545 
00546 /* Define to 1 if you have the `mkstemp' function. */
00547 #ifndef MAGICKCORE_HAVE_MKSTEMP
00548 #define MAGICKCORE_HAVE_MKSTEMP 1
00549 #endif
00550 
00551 /* Define to 1 if you have a working `mmap' system call. */
00552 #ifndef MAGICKCORE_HAVE_MMAP
00553 #define MAGICKCORE_HAVE_MMAP 1
00554 #endif
00555 
00556 /* Define to 1 if you have a working `mmap' system call. */
00557 #ifndef MAGICKCORE_HAVE_MMAP_FILEIO
00558 #define MAGICKCORE_HAVE_MMAP_FILEIO 1
00559 #endif
00560 
00561 /* Define to 1 if you have the `munmap' function. */
00562 #ifndef MAGICKCORE_HAVE_MUNMAP
00563 #define MAGICKCORE_HAVE_MUNMAP 1
00564 #endif
00565 
00566 /* define if the compiler implements namespaces */
00567 #ifndef MAGICKCORE_HAVE_NAMESPACES
00568 #define MAGICKCORE_HAVE_NAMESPACES 
00569 #endif
00570 
00571 /* Define if g++ supports namespace std. */
00572 #ifndef MAGICKCORE_HAVE_NAMESPACE_STD
00573 #define MAGICKCORE_HAVE_NAMESPACE_STD 
00574 #endif
00575 
00576 /* Define to 1 if you have the `nanosleep' function. */
00577 #ifndef MAGICKCORE_HAVE_NANOSLEEP
00578 #define MAGICKCORE_HAVE_NANOSLEEP 1
00579 #endif
00580 
00581 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
00582 /* #undef HAVE_NDIR_H */
00583 
00584 /* Define to 1 if you have the `newlocale' function. */
00585 #ifndef MAGICKCORE_HAVE_NEWLOCALE
00586 #define MAGICKCORE_HAVE_NEWLOCALE 1
00587 #endif
00588 
00589 /* Define to 1 if you have the <OpenCL/cl.h> header file. */
00590 /* #undef HAVE_OPENCL_CL_H */
00591 
00592 /* Define to 1 if you have the `opendir' function. */
00593 #ifndef MAGICKCORE_HAVE_OPENDIR
00594 #define MAGICKCORE_HAVE_OPENDIR 1
00595 #endif
00596 
00597 /* Define to 1 if you have the <OS.h> header file. */
00598 /* #undef HAVE_OS_H */
00599 
00600 /* Define to 1 if you have the `pclose' function. */
00601 #ifndef MAGICKCORE_HAVE_PCLOSE
00602 #define MAGICKCORE_HAVE_PCLOSE 1
00603 #endif
00604 
00605 /* Define to 1 if you have the `poll' function. */
00606 #ifndef MAGICKCORE_HAVE_POLL
00607 #define MAGICKCORE_HAVE_POLL 1
00608 #endif
00609 
00610 /* Define to 1 if you have the `popen' function. */
00611 #ifndef MAGICKCORE_HAVE_POPEN
00612 #define MAGICKCORE_HAVE_POPEN 1
00613 #endif
00614 
00615 /* Define to 1 if you have the `posix_fadvise' function. */
00616 #ifndef MAGICKCORE_HAVE_POSIX_FADVISE
00617 #define MAGICKCORE_HAVE_POSIX_FADVISE 1
00618 #endif
00619 
00620 /* Define to 1 if you have the `posix_fallocate' function. */
00621 #ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE
00622 #define MAGICKCORE_HAVE_POSIX_FALLOCATE 1
00623 #endif
00624 
00625 /* Define to 1 if you have the `posix_madvise' function. */
00626 #ifndef MAGICKCORE_HAVE_POSIX_MADVISE
00627 #define MAGICKCORE_HAVE_POSIX_MADVISE 1
00628 #endif
00629 
00630 /* Define to 1 if you have the `posix_memalign' function. */
00631 #ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN
00632 #define MAGICKCORE_HAVE_POSIX_MEMALIGN 1
00633 #endif
00634 
00635 /* Define to 1 if you have the `posix_spawnp' function. */
00636 #ifndef MAGICKCORE_HAVE_POSIX_SPAWNP
00637 #define MAGICKCORE_HAVE_POSIX_SPAWNP 1
00638 #endif
00639 
00640 /* Define to 1 if you have the `pow' function. */
00641 #ifndef MAGICKCORE_HAVE_POW
00642 #define MAGICKCORE_HAVE_POW 1
00643 #endif
00644 
00645 /* Define to 1 if you have the `pread' function. */
00646 #ifndef MAGICKCORE_HAVE_PREAD
00647 #define MAGICKCORE_HAVE_PREAD 1
00648 #endif
00649 
00650 /* Define if libtool can extract symbol lists from object files. */
00651 #ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS
00652 #define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1
00653 #endif
00654 
00655 /* Define to 1 if you have the <process.h> header file. */
00656 /* #undef HAVE_PROCESS_H */
00657 
00658 /* Define if you have POSIX threads libraries and header files. */
00659 #ifndef MAGICKCORE_HAVE_PTHREAD
00660 #define MAGICKCORE_HAVE_PTHREAD 1
00661 #endif
00662 
00663 /* Have PTHREAD_PRIO_INHERIT. */
00664 #ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT
00665 #define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1
00666 #endif
00667 
00668 /* Define to 1 if you have the `pwrite' function. */
00669 #ifndef MAGICKCORE_HAVE_PWRITE
00670 #define MAGICKCORE_HAVE_PWRITE 1
00671 #endif
00672 
00673 /* Define to 1 if you have the `qsort_r' function. */
00674 #ifndef MAGICKCORE_HAVE_QSORT_R
00675 #define MAGICKCORE_HAVE_QSORT_R 1
00676 #endif
00677 
00678 /* Define to 1 if you have the `raise' function. */
00679 #ifndef MAGICKCORE_HAVE_RAISE
00680 #define MAGICKCORE_HAVE_RAISE 1
00681 #endif
00682 
00683 /* Define to 1 if you have the `rand_r' function. */
00684 #ifndef MAGICKCORE_HAVE_RAND_R
00685 #define MAGICKCORE_HAVE_RAND_R 1
00686 #endif
00687 
00688 /* Define to 1 if you have the `readdir' function. */
00689 #ifndef MAGICKCORE_HAVE_READDIR
00690 #define MAGICKCORE_HAVE_READDIR 1
00691 #endif
00692 
00693 /* Define to 1 if you have the `readdir_r' function. */
00694 #ifndef MAGICKCORE_HAVE_READDIR_R
00695 #define MAGICKCORE_HAVE_READDIR_R 1
00696 #endif
00697 
00698 /* Define to 1 if you have the `readlink' function. */
00699 #ifndef MAGICKCORE_HAVE_READLINK
00700 #define MAGICKCORE_HAVE_READLINK 1
00701 #endif
00702 
00703 /* Define to 1 if you have the `realpath' function. */
00704 #ifndef MAGICKCORE_HAVE_REALPATH
00705 #define MAGICKCORE_HAVE_REALPATH 1
00706 #endif
00707 
00708 /* Define to 1 if you have the `seekdir' function. */
00709 #ifndef MAGICKCORE_HAVE_SEEKDIR
00710 #define MAGICKCORE_HAVE_SEEKDIR 1
00711 #endif
00712 
00713 /* Define to 1 if you have the `select' function. */
00714 #ifndef MAGICKCORE_HAVE_SELECT
00715 #define MAGICKCORE_HAVE_SELECT 1
00716 #endif
00717 
00718 /* Define to 1 if you have the `setlocale' function. */
00719 #ifndef MAGICKCORE_HAVE_SETLOCALE
00720 #define MAGICKCORE_HAVE_SETLOCALE 1
00721 #endif
00722 
00723 /* Define to 1 if you have the `setvbuf' function. */
00724 #ifndef MAGICKCORE_HAVE_SETVBUF
00725 #define MAGICKCORE_HAVE_SETVBUF 1
00726 #endif
00727 
00728 /* X11 server supports shape extension */
00729 #ifndef MAGICKCORE_HAVE_SHAPE
00730 #define MAGICKCORE_HAVE_SHAPE 1
00731 #endif
00732 
00733 /* X11 server supports shared memory extension */
00734 #ifndef MAGICKCORE_HAVE_SHARED_MEMORY
00735 #define MAGICKCORE_HAVE_SHARED_MEMORY 1
00736 #endif
00737 
00738 /* Define if you have the shl_load function. */
00739 /* #undef HAVE_SHL_LOAD */
00740 
00741 /* Define to 1 if you have the `sigaction' function. */
00742 #ifndef MAGICKCORE_HAVE_SIGACTION
00743 #define MAGICKCORE_HAVE_SIGACTION 1
00744 #endif
00745 
00746 /* Define to 1 if you have the `sigemptyset' function. */
00747 #ifndef MAGICKCORE_HAVE_SIGEMPTYSET
00748 #define MAGICKCORE_HAVE_SIGEMPTYSET 1
00749 #endif
00750 
00751 /* Define to 1 if you have the `spawnvp' function. */
00752 /* #undef HAVE_SPAWNVP */
00753 
00754 /* Define to 1 if you have the `sqrt' function. */
00755 #ifndef MAGICKCORE_HAVE_SQRT
00756 #define MAGICKCORE_HAVE_SQRT 1
00757 #endif
00758 
00759 /* Define to 1 if you have the `stat' function. */
00760 #ifndef MAGICKCORE_HAVE_STAT
00761 #define MAGICKCORE_HAVE_STAT 1
00762 #endif
00763 
00764 /* Define to 1 if you have the <stdarg.h> header file. */
00765 #ifndef MAGICKCORE_HAVE_STDARG_H
00766 #define MAGICKCORE_HAVE_STDARG_H 1
00767 #endif
00768 
00769 /* Define to 1 if stdbool.h conforms to C99. */
00770 #ifndef MAGICKCORE_HAVE_STDBOOL_H
00771 #define MAGICKCORE_HAVE_STDBOOL_H 1
00772 #endif
00773 
00774 /* Define to 1 if you have the <stdint.h> header file. */
00775 #ifndef MAGICKCORE_HAVE_STDINT_H
00776 #define MAGICKCORE_HAVE_STDINT_H 1
00777 #endif
00778 
00779 /* Define to 1 if you have the <stdlib.h> header file. */
00780 #ifndef MAGICKCORE_HAVE_STDLIB_H
00781 #define MAGICKCORE_HAVE_STDLIB_H 1
00782 #endif
00783 
00784 /* define if the compiler supports ISO C++ standard library */
00785 #ifndef MAGICKCORE_HAVE_STD_LIBS
00786 #define MAGICKCORE_HAVE_STD_LIBS 
00787 #endif
00788 
00789 /* Define to 1 if you have the `strcasecmp' function. */
00790 #ifndef MAGICKCORE_HAVE_STRCASECMP
00791 #define MAGICKCORE_HAVE_STRCASECMP 1
00792 #endif
00793 
00794 /* Define to 1 if you have the `strchr' function. */
00795 #ifndef MAGICKCORE_HAVE_STRCHR
00796 #define MAGICKCORE_HAVE_STRCHR 1
00797 #endif
00798 
00799 /* Define to 1 if you have the `strcspn' function. */
00800 #ifndef MAGICKCORE_HAVE_STRCSPN
00801 #define MAGICKCORE_HAVE_STRCSPN 1
00802 #endif
00803 
00804 /* Define to 1 if you have the `strdup' function. */
00805 #ifndef MAGICKCORE_HAVE_STRDUP
00806 #define MAGICKCORE_HAVE_STRDUP 1
00807 #endif
00808 
00809 /* Define to 1 if you have the `strerror' function. */
00810 #ifndef MAGICKCORE_HAVE_STRERROR
00811 #define MAGICKCORE_HAVE_STRERROR 1
00812 #endif
00813 
00814 /* Define to 1 if you have the `strerror_r' function. */
00815 #ifndef MAGICKCORE_HAVE_STRERROR_R
00816 #define MAGICKCORE_HAVE_STRERROR_R 1
00817 #endif
00818 
00819 /* Define to 1 if cpp supports the ANSI # stringizing operator. */
00820 #ifndef MAGICKCORE_HAVE_STRINGIZE
00821 #define MAGICKCORE_HAVE_STRINGIZE 1
00822 #endif
00823 
00824 /* Define to 1 if you have the <strings.h> header file. */
00825 #ifndef MAGICKCORE_HAVE_STRINGS_H
00826 #define MAGICKCORE_HAVE_STRINGS_H 1
00827 #endif
00828 
00829 /* Define to 1 if you have the <string.h> header file. */
00830 #ifndef MAGICKCORE_HAVE_STRING_H
00831 #define MAGICKCORE_HAVE_STRING_H 1
00832 #endif
00833 
00834 /* Define to 1 if you have the `strlcat' function. */
00835 /* #undef HAVE_STRLCAT */
00836 
00837 /* Define to 1 if you have the `strlcpy' function. */
00838 /* #undef HAVE_STRLCPY */
00839 
00840 /* Define to 1 if you have the `strncasecmp' function. */
00841 #ifndef MAGICKCORE_HAVE_STRNCASECMP
00842 #define MAGICKCORE_HAVE_STRNCASECMP 1
00843 #endif
00844 
00845 /* Define to 1 if you have the `strpbrk' function. */
00846 #ifndef MAGICKCORE_HAVE_STRPBRK
00847 #define MAGICKCORE_HAVE_STRPBRK 1
00848 #endif
00849 
00850 /* Define to 1 if you have the `strrchr' function. */
00851 #ifndef MAGICKCORE_HAVE_STRRCHR
00852 #define MAGICKCORE_HAVE_STRRCHR 1
00853 #endif
00854 
00855 /* Define to 1 if you have the `strspn' function. */
00856 #ifndef MAGICKCORE_HAVE_STRSPN
00857 #define MAGICKCORE_HAVE_STRSPN 1
00858 #endif
00859 
00860 /* Define to 1 if you have the `strstr' function. */
00861 #ifndef MAGICKCORE_HAVE_STRSTR
00862 #define MAGICKCORE_HAVE_STRSTR 1
00863 #endif
00864 
00865 /* Define to 1 if you have the `strtod' function. */
00866 #ifndef MAGICKCORE_HAVE_STRTOD
00867 #define MAGICKCORE_HAVE_STRTOD 1
00868 #endif
00869 
00870 /* Define to 1 if you have the `strtod_l' function. */
00871 #ifndef MAGICKCORE_HAVE_STRTOD_L
00872 #define MAGICKCORE_HAVE_STRTOD_L 1
00873 #endif
00874 
00875 /* Define to 1 if you have the `strtol' function. */
00876 #ifndef MAGICKCORE_HAVE_STRTOL
00877 #define MAGICKCORE_HAVE_STRTOL 1
00878 #endif
00879 
00880 /* Define to 1 if you have the `strtoul' function. */
00881 #ifndef MAGICKCORE_HAVE_STRTOUL
00882 #define MAGICKCORE_HAVE_STRTOUL 1
00883 #endif
00884 
00885 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
00886 #ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE
00887 #define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1
00888 #endif
00889 
00890 /* Define to 1 if you have the `symlink' function. */
00891 #ifndef MAGICKCORE_HAVE_SYMLINK
00892 #define MAGICKCORE_HAVE_SYMLINK 1
00893 #endif
00894 
00895 /* Define to 1 if you have the `sysconf' function. */
00896 #ifndef MAGICKCORE_HAVE_SYSCONF
00897 #define MAGICKCORE_HAVE_SYSCONF 1
00898 #endif
00899 
00900 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
00901    */
00902 /* #undef HAVE_SYS_DIR_H */
00903 
00904 /* Define to 1 if you have the <sys/dl.h> header file. */
00905 /* #undef HAVE_SYS_DL_H */
00906 
00907 /* Define to 1 if you have the <sys/ipc.h> header file. */
00908 #ifndef MAGICKCORE_HAVE_SYS_IPC_H
00909 #define MAGICKCORE_HAVE_SYS_IPC_H 1
00910 #endif
00911 
00912 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
00913    */
00914 /* #undef HAVE_SYS_NDIR_H */
00915 
00916 /* Define to 1 if you have the <sys/param.h> header file. */
00917 #ifndef MAGICKCORE_HAVE_SYS_PARAM_H
00918 #define MAGICKCORE_HAVE_SYS_PARAM_H 1
00919 #endif
00920 
00921 /* Define to 1 if you have the <sys/resource.h> header file. */
00922 #ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H
00923 #define MAGICKCORE_HAVE_SYS_RESOURCE_H 1
00924 #endif
00925 
00926 /* Define to 1 if you have the <sys/select.h> header file. */
00927 #ifndef MAGICKCORE_HAVE_SYS_SELECT_H
00928 #define MAGICKCORE_HAVE_SYS_SELECT_H 1
00929 #endif
00930 
00931 /* Define to 1 if you have the <sys/socket.h> header file. */
00932 #ifndef MAGICKCORE_HAVE_SYS_SOCKET_H
00933 #define MAGICKCORE_HAVE_SYS_SOCKET_H 1
00934 #endif
00935 
00936 /* Define to 1 if you have the <sys/stat.h> header file. */
00937 #ifndef MAGICKCORE_HAVE_SYS_STAT_H
00938 #define MAGICKCORE_HAVE_SYS_STAT_H 1
00939 #endif
00940 
00941 /* Define to 1 if you have the <sys/syslimits.h> header file. */
00942 /* #undef HAVE_SYS_SYSLIMITS_H */
00943 
00944 /* Define to 1 if you have the <sys/timeb.h> header file. */
00945 #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H
00946 #define MAGICKCORE_HAVE_SYS_TIMEB_H 1
00947 #endif
00948 
00949 /* Define to 1 if you have the <sys/times.h> header file. */
00950 #ifndef MAGICKCORE_HAVE_SYS_TIMES_H
00951 #define MAGICKCORE_HAVE_SYS_TIMES_H 1
00952 #endif
00953 
00954 /* Define to 1 if you have the <sys/time.h> header file. */
00955 #ifndef MAGICKCORE_HAVE_SYS_TIME_H
00956 #define MAGICKCORE_HAVE_SYS_TIME_H 1
00957 #endif
00958 
00959 /* Define to 1 if you have the <sys/types.h> header file. */
00960 #ifndef MAGICKCORE_HAVE_SYS_TYPES_H
00961 #define MAGICKCORE_HAVE_SYS_TYPES_H 1
00962 #endif
00963 
00964 /* Define to 1 if you have the <sys/wait.h> header file. */
00965 #ifndef MAGICKCORE_HAVE_SYS_WAIT_H
00966 #define MAGICKCORE_HAVE_SYS_WAIT_H 1
00967 #endif
00968 
00969 /* Define to 1 if you have the `telldir' function. */
00970 #ifndef MAGICKCORE_HAVE_TELLDIR
00971 #define MAGICKCORE_HAVE_TELLDIR 1
00972 #endif
00973 
00974 /* Define to 1 if you have the `tempnam' function. */
00975 #ifndef MAGICKCORE_HAVE_TEMPNAM
00976 #define MAGICKCORE_HAVE_TEMPNAM 1
00977 #endif
00978 
00979 /* Define to 1 if you have the <tiffconf.h> header file. */
00980 #ifndef MAGICKCORE_HAVE_TIFFCONF_H
00981 #define MAGICKCORE_HAVE_TIFFCONF_H 1
00982 #endif
00983 
00984 /* Define to 1 if you have the `TIFFIsBigEndian' function. */
00985 #ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN
00986 #define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1
00987 #endif
00988 
00989 /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */
00990 #ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED
00991 #define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1
00992 #endif
00993 
00994 /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */
00995 #ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO
00996 #define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1
00997 #endif
00998 
00999 /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */
01000 #ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY
01001 #define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1
01002 #endif
01003 
01004 /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */
01005 #ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT
01006 #define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1
01007 #endif
01008 
01009 /* Define to 1 if you have the `TIFFSetTagExtender' function. */
01010 #ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER
01011 #define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1
01012 #endif
01013 
01014 /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */
01015 #ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT
01016 #define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1
01017 #endif
01018 
01019 /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */
01020 #ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES
01021 #define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1
01022 #endif
01023 
01024 /* Define to 1 if you have the `times' function. */
01025 #ifndef MAGICKCORE_HAVE_TIMES
01026 #define MAGICKCORE_HAVE_TIMES 1
01027 #endif
01028 
01029 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
01030    `HAVE_STRUCT_TM_TM_ZONE' instead. */
01031 #ifndef MAGICKCORE_HAVE_TM_ZONE
01032 #define MAGICKCORE_HAVE_TM_ZONE 1
01033 #endif
01034 
01035 /* Define to 1 if you don't have `tm_zone' but do have the external array
01036    `tzname'. */
01037 /* #undef HAVE_TZNAME */
01038 
01039 /* Define to 1 if the system has the type `uintmax_t'. */
01040 #ifndef MAGICKCORE_HAVE_UINTMAX_T
01041 #define MAGICKCORE_HAVE_UINTMAX_T 1
01042 #endif
01043 
01044 /* Define to 1 if the system has the type `uintptr_t'. */
01045 #ifndef MAGICKCORE_HAVE_UINTPTR_T
01046 #define MAGICKCORE_HAVE_UINTPTR_T 1
01047 #endif
01048 
01049 /* Define to 1 if you have the `ulltostr' function. */
01050 /* #undef HAVE_ULLTOSTR */
01051 
01052 /* Define to 1 if you have the <unistd.h> header file. */
01053 #ifndef MAGICKCORE_HAVE_UNISTD_H
01054 #define MAGICKCORE_HAVE_UNISTD_H 1
01055 #endif
01056 
01057 /* Define to 1 if the system has the type `unsigned long long int'. */
01058 #ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT
01059 #define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1
01060 #endif
01061 
01062 /* Define to 1 if you have the `uselocale' function. */
01063 #ifndef MAGICKCORE_HAVE_USELOCALE
01064 #define MAGICKCORE_HAVE_USELOCALE 1
01065 #endif
01066 
01067 /* Define to 1 if you have the `usleep' function. */
01068 #ifndef MAGICKCORE_HAVE_USLEEP
01069 #define MAGICKCORE_HAVE_USLEEP 1
01070 #endif
01071 
01072 /* Define to 1 if you have the `utime' function. */
01073 #ifndef MAGICKCORE_HAVE_UTIME
01074 #define MAGICKCORE_HAVE_UTIME 1
01075 #endif
01076 
01077 /* Define to 1 if you have the `vfork' function. */
01078 #ifndef MAGICKCORE_HAVE_VFORK
01079 #define MAGICKCORE_HAVE_VFORK 1
01080 #endif
01081 
01082 /* Define to 1 if you have the <vfork.h> header file. */
01083 /* #undef HAVE_VFORK_H */
01084 
01085 /* Define to 1 if you have the `vfprintf' function. */
01086 #ifndef MAGICKCORE_HAVE_VFPRINTF
01087 #define MAGICKCORE_HAVE_VFPRINTF 1
01088 #endif
01089 
01090 /* Define to 1 if you have the `vfprintf_l' function. */
01091 /* #undef HAVE_VFPRINTF_L */
01092 
01093 /* Define to 1 if you have the `vprintf' function. */
01094 #ifndef MAGICKCORE_HAVE_VPRINTF
01095 #define MAGICKCORE_HAVE_VPRINTF 1
01096 #endif
01097 
01098 /* Define to 1 if you have the `vsnprintf' function. */
01099 #ifndef MAGICKCORE_HAVE_VSNPRINTF
01100 #define MAGICKCORE_HAVE_VSNPRINTF 1
01101 #endif
01102 
01103 /* Define to 1 if you have the `vsnprintf_l' function. */
01104 /* #undef HAVE_VSNPRINTF_L */
01105 
01106 /* Define to 1 if you have the `vsprintf' function. */
01107 #ifndef MAGICKCORE_HAVE_VSPRINTF
01108 #define MAGICKCORE_HAVE_VSPRINTF 1
01109 #endif
01110 
01111 /* Define to 1 if you have the `waitpid' function. */
01112 #ifndef MAGICKCORE_HAVE_WAITPID
01113 #define MAGICKCORE_HAVE_WAITPID 1
01114 #endif
01115 
01116 /* Define to 1 if you have the <wchar.h> header file. */
01117 #ifndef MAGICKCORE_HAVE_WCHAR_H
01118 #define MAGICKCORE_HAVE_WCHAR_H 1
01119 #endif
01120 
01121 /* Define to 1 if you have the <windows.h> header file. */
01122 /* #undef HAVE_WINDOWS_H */
01123 
01124 /* This value is set to 1 to indicate that the system argz facility works */
01125 #ifndef MAGICKCORE_HAVE_WORKING_ARGZ
01126 #define MAGICKCORE_HAVE_WORKING_ARGZ 1
01127 #endif
01128 
01129 /* Define to 1 if `fork' works. */
01130 #ifndef MAGICKCORE_HAVE_WORKING_FORK
01131 #define MAGICKCORE_HAVE_WORKING_FORK 1
01132 #endif
01133 
01134 /* Define to 1 if `vfork' works. */
01135 #ifndef MAGICKCORE_HAVE_WORKING_VFORK
01136 #define MAGICKCORE_HAVE_WORKING_VFORK 1
01137 #endif
01138 
01139 /* Define to 1 if you have the <xlocale.h> header file. */
01140 #ifndef MAGICKCORE_HAVE_XLOCALE_H
01141 #define MAGICKCORE_HAVE_XLOCALE_H 1
01142 #endif
01143 
01144 /* Define to 1 if the system has the type `_Bool'. */
01145 #ifndef MAGICKCORE_HAVE__BOOL
01146 #define MAGICKCORE_HAVE__BOOL 1
01147 #endif
01148 
01149 /* Define to 1 if you have the `_exit' function. */
01150 #ifndef MAGICKCORE_HAVE__EXIT
01151 #define MAGICKCORE_HAVE__EXIT 1
01152 #endif
01153 
01154 /* Define to 1 if you have the `_NSGetExecutablePath' function. */
01155 /* #undef HAVE__NSGETEXECUTABLEPATH */
01156 
01157 /* Define to 1 if you have the `_pclose' function. */
01158 /* #undef HAVE__PCLOSE */
01159 
01160 /* Define to 1 if you have the `_popen' function. */
01161 /* #undef HAVE__POPEN */
01162 
01163 /* Define to 1 if you have the `_wfopen' function. */
01164 /* #undef HAVE__WFOPEN */
01165 
01166 /* Define to 1 if you have the `_wstat' function. */
01167 /* #undef HAVE__WSTAT */
01168 
01169 /* define if your compiler has __attribute__ */
01170 #ifndef MAGICKCORE_HAVE___ATTRIBUTE__
01171 #define MAGICKCORE_HAVE___ATTRIBUTE__ 1
01172 #endif
01173 
01174 /* accurately represent the wide range of intensity levels in real scenes */
01175 /* #undef HDRI_SUPPORT */
01176 
01177 /* Define if you have umem memory allocation library */
01178 /* #undef HasUMEM */
01179 
01180 /* Directory where ImageMagick headers live. */
01181 #ifndef MAGICKCORE_INCLUDE_PATH
01182 #define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/"
01183 #endif
01184 
01185 /* ImageMagick is formally installed under prefix */
01186 #ifndef MAGICKCORE_INSTALLED_SUPPORT
01187 #define MAGICKCORE_INSTALLED_SUPPORT 1
01188 #endif
01189 
01190 /* Define if you have JBIG library */
01191 /* #undef JBIG_DELEGATE */
01192 
01193 /* Define if you have JPEG version 2 "Jasper" library */
01194 #ifndef MAGICKCORE_JP2_DELEGATE
01195 #define MAGICKCORE_JP2_DELEGATE 1
01196 #endif
01197 
01198 /* Define if you have JPEG library */
01199 #ifndef MAGICKCORE_JPEG_DELEGATE
01200 #define MAGICKCORE_JPEG_DELEGATE 1
01201 #endif
01202 
01203 /* Define if you have LCMS (v1.11 or later) library */
01204 #ifndef MAGICKCORE_LCMS_DELEGATE
01205 #define MAGICKCORE_LCMS_DELEGATE 1
01206 #endif
01207 
01208 /* Directory where architecture-dependent files live. */
01209 #ifndef MAGICKCORE_LIBRARY_PATH
01210 #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/"
01211 #endif
01212 
01213 /* Subdirectory of lib where ImageMagick architecture dependent files are
01214    installed */
01215 #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH
01216 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0"
01217 #endif
01218 
01219 /* Define if you have LQR library */
01220 /* #undef LQR_DELEGATE */
01221 
01222 /* Define if using libltdl to support dynamically loadable modules */
01223 #ifndef MAGICKCORE_LTDL_DELEGATE
01224 #define MAGICKCORE_LTDL_DELEGATE 1
01225 #endif
01226 
01227 /* Define if the OS needs help to load dependent libraries for dlopen(). */
01228 /* #undef LTDL_DLOPEN_DEPLIBS */
01229 
01230 /* Define to the system default library search path. */
01231 #ifndef MAGICKCORE_LT_DLSEARCH_PATH
01232 #define MAGICKCORE_LT_DLSEARCH_PATH "/lib64:/usr/lib64:/lib:/usr/lib:/usr/lib64/atlas:/usr/lib/llvm:/usr/lib64/llvm:/usr/local/lib:/usr/lib64/mysql:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib64/tracker-0.12:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2"
01233 #endif
01234 
01235 /* The archive extension */
01236 #ifndef MAGICKCORE_LT_LIBEXT
01237 #define MAGICKCORE_LT_LIBEXT "a"
01238 #endif
01239 
01240 /* The archive prefix */
01241 #ifndef MAGICKCORE_LT_LIBPREFIX
01242 #define MAGICKCORE_LT_LIBPREFIX "lib"
01243 #endif
01244 
01245 /* Define to the extension used for runtime loadable modules, say, ".so". */
01246 #ifndef MAGICKCORE_LT_MODULE_EXT
01247 #define MAGICKCORE_LT_MODULE_EXT ".so"
01248 #endif
01249 
01250 /* Define to the name of the environment variable that determines the run-time
01251    module search path. */
01252 #ifndef MAGICKCORE_LT_MODULE_PATH_VAR
01253 #define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
01254 #endif
01255 
01256 /* Define to the sub-directory in which libtool stores uninstalled libraries.
01257    */
01258 #ifndef MAGICKCORE_LT_OBJDIR
01259 #define MAGICKCORE_LT_OBJDIR ".libs/"
01260 #endif
01261 
01262 /* Define to the shared library suffix, say, ".dylib". */
01263 /* #undef LT_SHARED_EXT */
01264 
01265 /* Define if you have LZMA library */
01266 #ifndef MAGICKCORE_LZMA_DELEGATE
01267 #define MAGICKCORE_LZMA_DELEGATE 1
01268 #endif
01269 
01270 /* Define to prepend to default font search path. */
01271 /* #undef MAGICK_FONT_PATH */
01272 
01273 /* Magick API method prefix */
01274 /* #undef NAMESPACE_PREFIX */
01275 
01276 /* Define to 1 if assertions should be disabled. */
01277 /* #undef NDEBUG */
01278 
01279 /* Define if dlsym() requires a leading underscore in symbol names. */
01280 /* #undef NEED_USCORE */
01281 
01282 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
01283 /* #undef NO_MINUS_C_MINUS_O */
01284 
01285 /* Define if you have OPENEXR library */
01286 /* #undef OPENEXR_DELEGATE */
01287 
01288 /* Name of package */
01289 #ifndef MAGICKCORE_PACKAGE
01290 #define MAGICKCORE_PACKAGE "ImageMagick"
01291 #endif
01292 
01293 /* Define to the address where bug reports for this package should be sent. */
01294 #ifndef MAGICKCORE_PACKAGE_BUGREPORT
01295 #define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org"
01296 #endif
01297 
01298 /* Define to the full name of this package. */
01299 #ifndef MAGICKCORE_PACKAGE_NAME
01300 #define MAGICKCORE_PACKAGE_NAME "ImageMagick"
01301 #endif
01302 
01303 /* Define to the full name and version of this package. */
01304 #ifndef MAGICKCORE_PACKAGE_STRING
01305 #define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0"
01306 #endif
01307 
01308 /* Define to the one symbol short name of this package. */
01309 #ifndef MAGICKCORE_PACKAGE_TARNAME
01310 #define MAGICKCORE_PACKAGE_TARNAME "ImageMagick"
01311 #endif
01312 
01313 /* Define to the home page for this package. */
01314 #ifndef MAGICKCORE_PACKAGE_URL
01315 #define MAGICKCORE_PACKAGE_URL ""
01316 #endif
01317 
01318 /* Define to the version of this package. */
01319 #ifndef MAGICKCORE_PACKAGE_VERSION
01320 #define MAGICKCORE_PACKAGE_VERSION "7.0.0-0"
01321 #endif
01322 
01323 /* Define if you have PANGOFT2 library */
01324 #ifndef MAGICKCORE_PANGOFT2_DELEGATE
01325 #define MAGICKCORE_PANGOFT2_DELEGATE 1
01326 #endif
01327 
01328 /* Define if you have PANGO library */
01329 #ifndef MAGICKCORE_PANGO_DELEGATE
01330 #define MAGICKCORE_PANGO_DELEGATE 1
01331 #endif
01332 
01333 /* Define if you have PNG library */
01334 #ifndef MAGICKCORE_PNG_DELEGATE
01335 #define MAGICKCORE_PNG_DELEGATE 1
01336 #endif
01337 
01338 /* Define to necessary symbol if this constant uses a non-standard name on
01339    your system. */
01340 /* #undef PTHREAD_CREATE_JOINABLE */
01341 
01342 /* Pixel cache threshold in MB (defaults to available memory) */
01343 /* #undef PixelCacheThreshold */
01344 
01345 /* Number of bits in a pixel Quantum (8/16/32/64) */
01346 #ifndef MAGICKCORE_QUANTUM_DEPTH
01347 #define MAGICKCORE_QUANTUM_DEPTH 16
01348 #endif
01349 
01350 /* Define as the return type of signal handlers (`int' or `void'). */
01351 #ifndef MAGICKCORE_RETSIGTYPE
01352 #define MAGICKCORE_RETSIGTYPE void
01353 #endif
01354 
01355 /* Define if you have RSVG library */
01356 /* #undef RSVG_DELEGATE */
01357 
01358 /* Define to the type of arg 1 for `select'. */
01359 #ifndef MAGICKCORE_SELECT_TYPE_ARG1
01360 #define MAGICKCORE_SELECT_TYPE_ARG1 int
01361 #endif
01362 
01363 /* Define to the type of args 2, 3 and 4 for `select'. */
01364 #ifndef MAGICKCORE_SELECT_TYPE_ARG234
01365 #define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *)
01366 #endif
01367 
01368 /* Define to the type of arg 5 for `select'. */
01369 #ifndef MAGICKCORE_SELECT_TYPE_ARG5
01370 #define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *)
01371 #endif
01372 
01373 /* Directory where architecture-independent configuration files live. */
01374 #ifndef MAGICKCORE_SHAREARCH_PATH
01375 #define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/"
01376 #endif
01377 
01378 /* Subdirectory of lib where architecture-independent configuration files
01379    live. */
01380 #ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH
01381 #define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config"
01382 #endif
01383 
01384 /* Directory where architecture-independent configuration files live. */
01385 #ifndef MAGICKCORE_SHARE_PATH
01386 #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/"
01387 #endif
01388 
01389 /* Subdirectory of lib where architecture-independent configuration files
01390    live. */
01391 #ifndef MAGICKCORE_SHARE_RELATIVE_PATH
01392 #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0"
01393 #endif
01394 
01395 /* The size of `off_t', as computed by sizeof. */
01396 #ifndef MAGICKCORE_SIZEOF_OFF_T
01397 #define MAGICKCORE_SIZEOF_OFF_T 8
01398 #endif
01399 
01400 /* The size of `signed int', as computed by sizeof. */
01401 #ifndef MAGICKCORE_SIZEOF_SIGNED_INT
01402 #define MAGICKCORE_SIZEOF_SIGNED_INT 4
01403 #endif
01404 
01405 /* The size of `signed long', as computed by sizeof. */
01406 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG
01407 #define MAGICKCORE_SIZEOF_SIGNED_LONG 8
01408 #endif
01409 
01410 /* The size of `signed long long', as computed by sizeof. */
01411 #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG
01412 #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8
01413 #endif
01414 
01415 /* The size of `signed short', as computed by sizeof. */
01416 #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT
01417 #define MAGICKCORE_SIZEOF_SIGNED_SHORT 2
01418 #endif
01419 
01420 /* The size of `size_t', as computed by sizeof. */
01421 #ifndef MAGICKCORE_SIZEOF_SIZE_T
01422 #define MAGICKCORE_SIZEOF_SIZE_T 8
01423 #endif
01424 
01425 /* The size of `ssize_t', as computed by sizeof. */
01426 #ifndef MAGICKCORE_SIZEOF_SSIZE_T
01427 #define MAGICKCORE_SIZEOF_SSIZE_T 8
01428 #endif
01429 
01430 /* The size of `unsigned int', as computed by sizeof. */
01431 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT
01432 #define MAGICKCORE_SIZEOF_UNSIGNED_INT 4
01433 #endif
01434 
01435 /* The size of `unsigned int*', as computed by sizeof. */
01436 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP
01437 #define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8
01438 #endif
01439 
01440 /* The size of `unsigned long', as computed by sizeof. */
01441 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG
01442 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8
01443 #endif
01444 
01445 /* The size of `unsigned long long', as computed by sizeof. */
01446 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG
01447 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
01448 #endif
01449 
01450 /* The size of `unsigned short', as computed by sizeof. */
01451 #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT
01452 #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2
01453 #endif
01454 
01455 /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
01456 /* #undef STAT_MACROS_BROKEN */
01457 
01458 /* Define to 1 if you have the ANSI C header files. */
01459 #ifndef MAGICKCORE_STDC_HEADERS
01460 #define MAGICKCORE_STDC_HEADERS 1
01461 #endif
01462 
01463 /* Define to 1 if strerror_r returns char *. */
01464 #ifndef MAGICKCORE_STRERROR_R_CHAR_P
01465 #define MAGICKCORE_STRERROR_R_CHAR_P 1
01466 #endif
01467 
01468 /* Define if you have POSIX threads libraries and header files. */
01469 #ifndef MAGICKCORE_THREAD_SUPPORT
01470 #define MAGICKCORE_THREAD_SUPPORT 1
01471 #endif
01472 
01473 /* Define if you have TIFF library */
01474 #ifndef MAGICKCORE_TIFF_DELEGATE
01475 #define MAGICKCORE_TIFF_DELEGATE 1
01476 #endif
01477 
01478 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
01479 #ifndef MAGICKCORE_TIME_WITH_SYS_TIME
01480 #define MAGICKCORE_TIME_WITH_SYS_TIME 1
01481 #endif
01482 
01483 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
01484 /* #undef TM_IN_SYS_TIME */
01485 
01486 /* Enable extensions on AIX 3, Interix.  */
01487 #ifndef _ALL_SOURCE
01488 # define _ALL_SOURCE 1
01489 #endif
01490 /* Enable GNU extensions on systems that have them.  */
01491 #ifndef _GNU_SOURCE
01492 # define _GNU_SOURCE 1
01493 #endif
01494 /* Enable threading extensions on Solaris.  */
01495 #ifndef _POSIX_PTHREAD_SEMANTICS
01496 # define _POSIX_PTHREAD_SEMANTICS 1
01497 #endif
01498 /* Enable extensions on HP NonStop.  */
01499 #ifndef _TANDEM_SOURCE
01500 # define _TANDEM_SOURCE 1
01501 #endif
01502 /* Enable general extensions on Solaris.  */
01503 #ifndef __EXTENSIONS__
01504 # define __EXTENSIONS__ 1
01505 #endif
01506 
01507 
01508 /* Version number of package */
01509 #ifndef MAGICKCORE_VERSION
01510 #define MAGICKCORE_VERSION "7.0.0-0"
01511 #endif
01512 
01513 /* Define if you have WEBP library */
01514 /* #undef WEBP_DELEGATE */
01515 
01516 /* Define to use the Windows GDI32 library */
01517 /* #undef WINGDI32_DELEGATE */
01518 
01519 /* Define if using the dmalloc debugging malloc package */
01520 /* #undef WITH_DMALLOC */
01521 
01522 /* Define if you have wmflite library */
01523 #ifndef MAGICKCORE_WMFLITE_DELEGATE
01524 #define MAGICKCORE_WMFLITE_DELEGATE 1
01525 #endif
01526 
01527 /* Define if you have wmf library */
01528 /* #undef WMF_DELEGATE */
01529 
01530 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
01531    significant byte first (like Motorola and SPARC, unlike Intel). */
01532 #if defined AC_APPLE_UNIVERSAL_BUILD
01533 # if defined __BIG_ENDIAN__
01534 #  define WORDS_BIGENDIAN 1
01535 # endif
01536 #else
01537 # ifndef WORDS_BIGENDIAN
01538 /* #  undef WORDS_BIGENDIAN */
01539 # endif
01540 #endif
01541 
01542 /* Location of X11 configure files */
01543 #ifndef MAGICKCORE_X11_CONFIGURE_PATH
01544 #define MAGICKCORE_X11_CONFIGURE_PATH ""
01545 #endif
01546 
01547 /* Define if you have X11 library */
01548 #ifndef MAGICKCORE_X11_DELEGATE
01549 #define MAGICKCORE_X11_DELEGATE 1
01550 #endif
01551 
01552 /* Define if you have XML library */
01553 #ifndef MAGICKCORE_XML_DELEGATE
01554 #define MAGICKCORE_XML_DELEGATE 1
01555 #endif
01556 
01557 /* Define to 1 if the X Window System is missing or not being used. */
01558 /* #undef X_DISPLAY_MISSING */
01559 
01560 /* Build self-contained, embeddable, zero-configuration ImageMagick */
01561 /* #undef ZERO_CONFIGURATION_SUPPORT */
01562 
01563 /* Define if you have zlib compression library */
01564 #ifndef MAGICKCORE_ZLIB_DELEGATE
01565 #define MAGICKCORE_ZLIB_DELEGATE 1
01566 #endif
01567 
01568 /* Number of bits in a file offset, on hosts where this is settable. */
01569 /* #undef _FILE_OFFSET_BITS */
01570 
01571 /* enable run-time bounds-checking */
01572 /* #undef _FORTIFY_SOURCE */
01573 
01574 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
01575 /* #undef _LARGEFILE_SOURCE */
01576 
01577 /* Define for large files, on AIX-style hosts. */
01578 /* #undef _LARGE_FILES */
01579 
01580 /* Define to 1 if on MINIX. */
01581 /* #undef _MINIX */
01582 
01583 /* Define this for the OpenCL Accelerator */
01584 /* #undef _OPENCL */
01585 
01586 /* Define to 2 if the system does not provide POSIX.1 features except with
01587    this defined. */
01588 /* #undef _POSIX_1_SOURCE */
01589 
01590 /* Define to 1 if you need to in order for `stat' and other things to work. */
01591 /* #undef _POSIX_SOURCE */
01592 
01593 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
01594    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
01595    #define below would cause a syntax error. */
01596 /* #undef _UINT32_T */
01597 
01598 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
01599    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
01600    #define below would cause a syntax error. */
01601 /* #undef _UINT64_T */
01602 
01603 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
01604    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
01605    #define below would cause a syntax error. */
01606 /* #undef _UINT8_T */
01607 
01608 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
01609 #ifndef __CHAR_UNSIGNED__
01610 /* # undef __CHAR_UNSIGNED__ */
01611 #endif
01612 
01613 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
01614 /* #undef __error_t_defined */
01615 
01616 /* Define to appropriate substitue if compiler does not have __func__ */
01617 /* #undef __func__ */
01618 
01619 /* Define to a type to use for `error_t' if it is not otherwise available. */
01620 /* #undef error_t */
01621 
01622 /* Define to `int' if <sys/types.h> doesn't define. */
01623 /* #undef gid_t */
01624 
01625 /* Define to `__inline__' or `__inline' if that's what the C compiler
01626    calls it, or to nothing if 'inline' is not supported under any name.  */
01627 #ifndef __cplusplus
01628 /* #undef inline */
01629 #endif
01630 
01631 /* Define to the type of a signed integer type of width exactly 16 bits if
01632    such a type exists and the standard includes do not define it. */
01633 /* #undef int16_t */
01634 
01635 /* Define to the type of a signed integer type of width exactly 32 bits if
01636    such a type exists and the standard includes do not define it. */
01637 /* #undef int32_t */
01638 
01639 /* Define to the type of a signed integer type of width exactly 64 bits if
01640    such a type exists and the standard includes do not define it. */
01641 /* #undef int64_t */
01642 
01643 /* Define to the type of a signed integer type of width exactly 8 bits if such
01644    a type exists and the standard includes do not define it. */
01645 /* #undef int8_t */
01646 
01647 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
01648    not define. */
01649 /* #undef intmax_t */
01650 
01651 /* Define to the type of a signed integer type wide enough to hold a pointer,
01652    if such a type exists, and if the system does not define it. */
01653 /* #undef intptr_t */
01654 
01655 /* Define to a type if <wchar.h> does not define. */
01656 /* #undef mbstate_t */
01657 
01658 /* Define to `int' if <sys/types.h> does not define. */
01659 /* #undef mode_t */
01660 
01661 /* Define to `long int' if <sys/types.h> does not define. */
01662 /* #undef off_t */
01663 
01664 /* Define to `int' if <sys/types.h> does not define. */
01665 /* #undef pid_t */
01666 
01667 /* Define to the equivalent of the C99 'restrict' keyword, or to
01668    nothing if this is not supported.  Do not define if restrict is
01669    supported directly.  */
01670 #ifndef _magickcore_restrict
01671 #define _magickcore_restrict __restrict
01672 #endif
01673 /* Work around a bug in Sun C++: it does not support _Restrict or
01674    __restrict__, even though the corresponding Sun C compiler ends up with
01675    "#define restrict _Restrict" or "#define restrict __restrict__" in the
01676    previous line.  Perhaps some future version of Sun C++ will work with
01677    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
01678 #if defined __SUNPRO_CC && !defined __RESTRICT
01679 # define _Restrict
01680 # define __restrict__
01681 #endif
01682 
01683 /* Define to `unsigned int' if <sys/types.h> does not define. */
01684 /* #undef size_t */
01685 
01686 /* Define to `int' if <sys/types.h> does not define. */
01687 /* #undef ssize_t */
01688 
01689 /* Define to `int' if <sys/types.h> doesn't define. */
01690 /* #undef uid_t */
01691 
01692 /* Define to the type of an unsigned integer type of width exactly 16 bits if
01693    such a type exists and the standard includes do not define it. */
01694 /* #undef uint16_t */
01695 
01696 /* Define to the type of an unsigned integer type of width exactly 32 bits if
01697    such a type exists and the standard includes do not define it. */
01698 /* #undef uint32_t */
01699 
01700 /* Define to the type of an unsigned integer type of width exactly 64 bits if
01701    such a type exists and the standard includes do not define it. */
01702 /* #undef uint64_t */
01703 
01704 /* Define to the type of an unsigned integer type of width exactly 8 bits if
01705    such a type exists and the standard includes do not define it. */
01706 /* #undef uint8_t */
01707 
01708 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
01709    do not define. */
01710 /* #undef uintmax_t */
01711 
01712 /* Define to the type of an unsigned integer type wide enough to hold a
01713    pointer, if such a type exists, and if the system does not define it. */
01714 /* #undef uintptr_t */
01715 
01716 /* Define as `fork' if `vfork' does not work. */
01717 /* #undef vfork */
01718 
01719 /* Define to empty if the keyword `volatile' does not work. Warning: valid
01720    code using `volatile' can become incorrect without. Disable with care. */
01721 /* #undef volatile */
01722  
01723 /* once: _MAGICKCORE_MAGICK_CONFIG_H */
01724 #endif