Home | History | Annotate | Download | only in MagickCore
      1 /* magick/config.h.in.  Generated automatically from configure.in by autoheader.  */
      2 
      3 /* Define if you don't have vprintf but do have _doprnt.  */
      4 #undef MAGICKCORE_HAVE_DOPRNT
      5 
      6 /* Define if you have a working `mmap' system call.  */
      7 #define MAGICKCORE_HAVE_MMAP 1
      8 
      9 /* Define if you have the vprintf function.  */
     10 #define MAGICKCORE_HAVE_VPRINTF 1
     11 
     12 /* Define as __inline if that's what the C compiler calls it.  */
     13 #define MAGICKCORE_inline __inline
     14 
     15 /* Define as the return type of signal handlers (int or void).  */
     16 #define MAGICKCORE_RETSIGTYPE void
     17 
     18 /* Define if the `S_IS*' macros in <sys/stat.h> do not work properly.  */
     19 #undef MAGICKCORE_STAT_MACROS_BROKEN
     20 
     21 /* Define if you have the ANSI C header files.  */
     22 #define MAGICKCORE_STDC_HEADERS 1
     23 
     24 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
     25 #define MAGICKCORE_TIME_WITH_SYS_TIME 1
     26 
     27 /* Define if your processor stores words with the most significant
     28    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
     29 #undef MAGICKCORE_WORDS_BIGENDIAN
     30 
     31 /* Define if the X Window System is missing or not being used.  */
     32 #undef MAGICKCORE_X_DISPLAY_MISSING
     33 
     34 /* The number of bytes in a int.  */
     35 #define MAGICKCORE_SIZEOF_INT 4
     36 
     37 /* The number of bytes in a long long.  */
     38 #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8
     39 
     40 /* Define if you have the getcwd function.  */
     41 #define MAGICKCORE_HAVE_GETCWD 1
     42 
     43 /* Define if you have the getexecname function.  */
     44 #undef MAGICKCORE_HAVE_GETEXECNAME
     45 
     46 /* Define if you have the getpagesize function.  */
     47 #define MAGICKCORE_HAVE_GETPAGESIZE 1
     48 
     49 /* Define if you have the gettimeofday function.  */
     50 #define MAGICKCORE_HAVE_GETTIMEOFDAY 1
     51 
     52 /* Define if you have the mkdir function.  */
     53 #define MAGICKCORE_HAVE_MKDIR 1
     54 
     55 /* Define if you have the poll function.  */
     56 #undef MAGICKCORE_HAVE_POLL
     57 
     58 /* Define if you have the select function.  */
     59 #undef MAGICKCORE_HAVE_SELECT
     60 
     61 /* Define if you have the snprintf function.  */
     62 #undef MAGICKCORE_HAVE_SNPRINTF
     63 
     64 /* Define if you have the strchr function.  */
     65 #define MAGICKCORE_HAVE_STRCHR 1
     66 
     67 /* Define if you have the strerror function.  */
     68 #define MAGICKCORE_HAVE_STRERROR 1
     69 
     70 /* Define if you have the strtol function.  */
     71 #define MAGICKCORE_HAVE_STRTOL 1
     72 
     73 /* Define if you have the sysconf function.  */
     74 #define MAGICKCORE_HAVE_SYSCONF 1
     75 
     76 /* Define if you have the tempnam function.  */
     77 #define MAGICKCORE_HAVE_TEMPNAM 1
     78 
     79 /* Define if you have the vsnprintf function.  */
     80 #undef MAGICKCORE_HAVE_VSNPRINTF
     81 
     82 /* Define if you have the <dirent.h> header file.  */
     83 #define MAGICKCORE_HAVE_DIRENT_H 1
     84 
     85 /* Define if you have the <errno.h> header file.  */
     86 #define MAGICKCORE_HAVE_ERRNO_H 1
     87 
     88 /* Define if you have the <fcntl.h> header file.  */
     89 #define MAGICKCORE_HAVE_FCNTL_H 1
     90 
     91 /* Define if you have the <ft2build.h> header file.  */
     92 #define MAGICKCORE_HAVE_FT2BUILD_H 1
     93 
     94 /* Define if you have the <freetype/freetype.h> header file.  */
     95 #define MAGICKCORE_HAVE_FREETYPE_FREETYPE_H 1
     96 
     97 /* Define if you have the <hdf.h> header file.  */
     98 #define MAGICKCORE_HAVE_HDF_H 1
     99 
    100 /* Define if you have the <hdf/hdf.h> header file.  */
    101 #undef MAGICKCORE_HAVE_HDF_HDF_H
    102 
    103 /* Define if you have the <libxml/xml-error.h> header file.  */
    104 #undef MAGICKCORE_HAVE_LIBXML_XML_ERROR_H
    105 
    106 /* Define if you have the <libxml/xmlerror.h> header file.  */
    107 #undef MAGICKCORE_HAVE_LIBXML_XMLERROR_H
    108 
    109 /* Define if you have the <jp2conf.h> header file.  */
    110 #undef MAGICKCORE_HAVE_JP2CONF_H
    111 
    112 /* Define if you have the <malloc.h> header file.  */
    113 #undef MAGICKCORE_HAVE_MALLOC_H
    114 
    115 /* Define if you have the <math.h> header file.  */
    116 #define MAGICKCORE_HAVE_MATH_H 1
    117 
    118 /* Define if you have the <memory.h> header file.  */
    119 #define MAGICKCORE_HAVE_MEMORY_H 1
    120 
    121 /* Define if you have the <ndir.h> header file.  */
    122 #undef MAGICKCORE_HAVE_NDIR_H
    123 
    124 /* Define if you have the <pwd.h> header file.  */
    125 #define MAGICKCORE_HAVE_PWD_H 1
    126 
    127 /* Define if you have the <stdarg.h> header file.  */
    128 #define MAGICKCORE_HAVE_STDARG_H 1
    129 
    130 /* Define if you have the <stdint.h> header file.  */
    131 #undef MAGICKCORE_HAVE_STDINT_H
    132 
    133 /* Define if you have the <string.h> header file.  */
    134 #define MAGICKCORE_HAVE_STRING_H 1
    135 
    136 /* Define if you have the <sys/dir.h> header file.  */
    137 #undef MAGICKCORE_HAVE_SYS_DIR_H
    138 
    139 /* Define if you have the <sys/ndir.h> header file.  */
    140 #undef MAGICKCORE_HAVE_SYS_NDIR_H
    141 
    142 /* Define if you have the <sys/select.h> header file.  */
    143 #define MAGICKCORE_HAVE_SYS_SELECT_H 1
    144 
    145 /* Define if you have the <sys/stat.h> header file.  */
    146 #define MAGICKCORE_HAVE_SYS_STAT_H 1
    147 
    148 /* Define if you have the <sys/time.h> header file.  */
    149 #define MAGICKCORE_HAVE_SYS_TIME_H 1
    150 
    151 /* Define if you have the <sys/types.h> header file.  */
    152 #define MAGICKCORE_HAVE_SYS_TYPES_H 1
    153 
    154 /* Define if you have the <tiffconf.h> header file.  */
    155 #define MAGICKCORE_HAVE_TIFFCONF_H 1
    156 
    157 /* Define if you have the <unistd.h> header file.  */
    158 #define MAGICKCORE_HAVE_UNISTD_H 1
    159 
    160 /* Define if you have the <varargs.h> header file.  */
    161 #undef MAGICKCORE_HAVE_VARARGS_H
    162 
    163 /* Define if using libltdl to create dynamically loadable modules */
    164 #undef MAGICKCORE_LTDL_DELEGATE
    165 
    166 /* Location of coder modules */
    167 #undef MAGICKCORE_MagickModulesPath
    168 
    169 /* Number of bits in a pixel Quantum (8 or 16) */
    170 #define MAGICKCORE_QUANTUM_DEPTH 16
    171 
    172 /* Pixel cache threshold (default 2047MB) */
    173 #undef MAGICKCORE_PixelCacheThreshold
    174 
    175 /* Define to specify default TrueType font path. */
    176 #undef MAGICKCORE_TT_FONT_PATH
    177 
    178 /* Location of X11 configure files */
    179 #undef MAGICKCORE_X11ConfigurePath
    180 
    181 /* Define if you have Posix thread methods. */
    182 #undef MAGICKCORE_HasPTHREADS
    183 
    184 /* Define if you have zlib compression library */
    185 #define MAGICKCORE_ZLIB_DELEGATE 1
    186 
    187 /* Define if you have the bzip2 library */
    188 #define MAGICKCORE_BZLIB_DELEGATE 1
    189 
    190 /* Define if you have X11 library */
    191 #define MAGICKCORE_X11_DELEGATE 1
    192 
    193 /* X11 server supports shared memory extension */
    194 #undef MAGICKCORE_HAVE_SHARED_MEMORY
    195 
    196 /* X11 server supports shape extension */
    197 #undef MAGICKCORE_HAVE_SHAPE
    198 
    199 /* Define if you have Display Postscript */
    200 #undef MAGICKCORE_DPS_DELEGATE
    201 
    202 /* Define if you have FlashPIX library */
    203 #undef MAGICKCORE_FPX_DELEGATE
    204 
    205 /* Define if you have LCMS library */
    206 #undef MAGICKCORE_LCMS_DELEGATE
    207 
    208 /* Define if you have PNG library */
    209 #define MAGICKCORE_PNG_DELEGATE 1
    210 
    211 /* Define if you have JPEG library */
    212 #define MAGICKCORE_JPEG_DELEGATE 1
    213 
    214 /* Define if you have JPEG version 2 Jasper library */
    215 #define MAGICKCORE_JP2_DELEGATE 1
    216 /* #define MAGICKCORE_LIBOPENJP2_DELEGATE 1 */
    217 
    218 /* Define if you have Ghostscript library */
    219 #undef MAGICKCORE_GS_DELEGATE
    220 
    221 /* Define if you have FreeType (TrueType font) library */
    222 #define MAGICKCORE_FREETYPE_DELEGATE 1
    223 
    224 /* Define if you have TIFF library */
    225 #define MAGICKCORE_TIFF_DELEGATE 1
    226 
    227 /* Define if you have HDF4 library */
    228 #define MAGICKCORE_HDF_DELEGATE 1
    229 
    230 /* Define if you have JBIG library */
    231 #define MAGICKCORE_JBIG_DELEGATE 1
    232 
    233 /* Define if you have XML library */
    234 #undef MAGICKCORE_XML_DELEGATE
    235 
    236 /* Define if you have WMF library */
    237 #undef MAGICKCORE_WMF_DELEGATE
    238 
    239 /* Define if you have sys_errlist in libc */
    240 #undef MAGICKCORE_HAVE_SYS_ERRLIST
    241 
    242 /* Define directory where ImageMagick/delegates.xml lives. */
    243 #undef MAGICKCORE_MagickConfigurePath
    244 
    245 /* define MAGICKCORE_if bool is a built-in type */
    246 #define MAGICKCORE_HAVE_BOOL 1
    247 
    248 /* define MAGICKCORE_if the compiler supports const_cast<> */
    249 #undef MAGICKCORE_HAVE_CONST_CAST
    250 
    251 /* define MAGICKCORE_if the compiler supports default template parameters */
    252 #undef MAGICKCORE_HAVE_DEFAULT_TEMPLATE_PARAMETERS
    253 
    254 /* define MAGICKCORE_if the compiler supports exceptions */
    255 #undef MAGICKCORE_HAVE_EXCEPTIONS
    256 
    257 /* define MAGICKCORE_if the compiler implements namespaces */
    258 #undef MAGICKCORE_HAVE_NAMESPACES
    259 
    260 /* define MAGICKCORE_if the compiler supports the explicit keyword */
    261 #undef MAGICKCORE_HAVE_EXPLICIT
    262 
    263 /* define MAGICKCORE_if the compiler supports ISO C++ standard library */
    264 #define MAGICKCORE_HAVE_STD 1
    265 
    266 /* define MAGICKCORE_if the compiler supports Standard Template Library */
    267 #define MAGICKCORE_HAVE_STL 1
    268 
    269 /* define MAGICKCORE_if the compiler supports the mutable keyword */
    270 #undef MAGICKCORE_HAVE_MUTABLE
    271 
    272 /* define MAGICKCORE_if the compiler accepts the new for scoping rules */
    273 #undef MAGICKCORE_HAVE_NEW_FOR_SCOPING
    274 
    275 /* define MAGICKCORE_if the compiler supports static_cast<> */
    276 #undef MAGICKCORE_HAVE_STATIC_CAST
    277 
    278 /* define MAGICKCORE_if the compiler supports basic templates */
    279 #undef MAGICKCORE_HAVE_TEMPLATES
    280 
    281 #define MAGICKCORE_LIBRARY_RELATIVE_PATH "/"
    282 
    283 #define MAGICKCORE_HAVE_MKSTEMP 1
    284 
    285 #define round nint
    286 
    287 #define MAGICKCORE_CIPHER_SUPPORT 1
    288 
    289 #define MAGICKCORE_HDRI_ENABLE 1
    290 
    291 #define MAGICKCORE_HAVE_STRCASECMP 1
    292 #define MAGICKCORE_HAVE_STRNCASECMP 1
    293