#define _POSIX_SOURCE #define _BSD_EXTENSION #if defined(T386) || defined(Talpha) || defined(Tamd64) || defined(Tarm) #undef WORDS_BIGENDIAN #define SIZEOF_DOUBLE 8 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_DOUBLE 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_OFF_T 8 #define SIZEOF_SHORT 2 #define SIZEOF_SIZE_T 4 #define SIZEOF_SSIZE_T 4 #define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_UNSIGNED_LONG 4 #define SIZEOF_UNSIGNED_LONG_LONG 8 #define SIZEOF_UNSIGNED_SHORT 2 #ifdef Tamd64 #define SIZEOF_VOID_P 8 #else #define SIZEOF_VOID_P 4 #endif #elif defined(Tmips) || defined(power) #define WORDS_BIGENDIAN 1 #define SIZEOF_DOUBLE 8 #define SIZEOF_INT 4 #define SIZEOF_LONG 4 #define SIZEOF_LONG_DOUBLE 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_OFF_T 8 #define SIZEOF_SHORT 2 #define SIZEOF_SIZE_T 4 #define SIZEOF_SSIZE_T 4 #define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_UNSIGNED_LONG 4 #define SIZEOF_UNSIGNED_LONG_LONG 8 #define SIZEOF_UNSIGNED_SHORT 2 #define SIZEOF_VOID_P 4 #else Error: unknown byte order use -DT$objtype #endif /* T386 */ #define HasBZLIB 1 /* #undef HasDJVU */ /* #undef HasDPS */ /* #undef HasFONTCONFIG */ /* #undef HasFPX */ #define HasFREETYPE 1 #define HAVE_FT2BUILD_H 1 /* #undef HasGS */ /* #undef HasGVC */ #define HasJBIG 1 /* #undef HasJP2 */ #define HasJPEG 1 #define HasLCMS 1 /* #undef HasOPENEXR */ #define HasPNG 1 /* #undef HasRSVG */ #define HasTIFF 1 /* #undef HasWMFlite */ #define HasXML 1 #define HasZLIB 1 /* Define to the sub-directory in which libtool stores uninstalled libraries. */ #define LTDL_OBJDIR "." /* Define to the name of the environment variable that determines the dynamic library search path. */ /* #undef LTDL_SHLIBPATH_VAR */ /* Define to the extension used for shared libraries, say, ".so". */ /* #undef LTDL_SHLIB_EXT */ /* Define to the system default library search path. */ /* #undef LTDL_SYSSEARCHPATH */ /* Define to prepend to default font search path. */ /* #undef MAGICK_FONT_PATH */ /* define if the compiler supports ios::binary */ /* #undef MISSING_STD_IOS_BINARY */ /* Directory where executables are installed. */ #define MagickBinPath "/bin/magick" /* Location of coder modules */ #define MagickImageCodersPath "/lib/magick/modules-Q16/coders/" /* Subdirectory of lib where coder modules are installed */ #define MagickImageCoderModulesSubdir "magick/modules-Q16/coders" /* Directory where ImageMagick documents live. */ #define MagickDocumentPath "/lib/magick/doc" /* Location of filter modules */ #define MagickImageFiltersPath "/lib/magick/modules-Q16/filters/" /* Subdirectory of lib where filter modules are installed */ #define MagickImageFilterModulesSubdir "/magick/modules-Q16/filters" /* Directory where architecture-dependent configuration files live. */ #define MagickLibConfigPath "/usr/local/lib/ImageMagick-6.3.6/config/" /* Subdirectory of lib where architecture-dependent configuration files live. */ #define MagickLibConfigSubDir "magick/config" /* Directory where architecture-dependent files live. */ #define MagickLibPath "/lib/magick" /* Subdirectory of lib where ImageMagick architecture dependent files are installed */ #define MagickLibSubdir "magick" /* Magick API method prefix */ /* #undef MagickMethodPrefix */ /* Directory where architecture-independent configuration files live. */ #define MagickShareConfigPath "/lib/magick/config/" /* Subdirectory of lib where architecture-independent configuration files live. */ #define MagickShareConfigSubDir "/lib/magick/config" /* Directory where architecture-independent files live. */ #define MagickSharePath "/lib/magick" /* Turn off assert statements */ /* #undef NDEBUG */ extern double hypot(double, double);