| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 1 | #ifndef _MAGICKCORE_MAGICK_CONFIG_H |
| 2 | #define _MAGICKCORE_MAGICK_CONFIG_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 3 | |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 4 | /* MagickCore/magick-config.h. Generated automatically at end of configure. */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 5 | /* config/config.h. Generated from config.h.in by configure. */ |
| 6 | /* config/config.h.in. Generated from configure.ac by autoheader. */ |
| 7 | |
| 8 | /* Define if building universal (internal helper macro) */ |
| 9 | /* #undef AC_APPLE_UNIVERSAL_BUILD */ |
| 10 | |
| 11 | /* Define if you have AUTOTRACE library */ |
| cristy | 00e93b4 | 2012-01-18 17:40:03 +0000 | [diff] [blame] | 12 | /* #undef AUTOTRACE_DELEGATE */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 13 | |
| 14 | /* Define if coders and filters are to be built as modules. */ |
| cristy | 55d6880 | 2012-04-25 22:01:06 +0000 | [diff] [blame] | 15 | /* #undef BUILD_MODULES */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 16 | |
| 17 | /* Define if you have the bzip2 library */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 18 | #ifndef MAGICKCORE_BZLIB_DELEGATE |
| 19 | #define MAGICKCORE_BZLIB_DELEGATE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 20 | #endif |
| 21 | |
| 22 | /* Define if you have CAIRO library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 23 | #ifndef MAGICKCORE_CAIRO_DELEGATE |
| 24 | #define MAGICKCORE_CAIRO_DELEGATE 1 |
| 25 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 26 | |
| 27 | /* permit enciphering and deciphering image pixels */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 28 | #ifndef MAGICKCORE_CIPHER_SUPPORT |
| 29 | #define MAGICKCORE_CIPHER_SUPPORT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 30 | #endif |
| 31 | |
| 32 | /* Define to 1 if the `closedir' function returns void instead of `int'. */ |
| 33 | /* #undef CLOSEDIR_VOID */ |
| 34 | |
| 35 | /* Location of coder modules */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 36 | #ifndef MAGICKCORE_CODER_PATH |
| cristy | 4a3e215 | 2011-07-02 00:59:04 +0000 | [diff] [blame] | 37 | #define MAGICKCORE_CODER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/coders/" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 38 | #endif |
| 39 | |
| 40 | /* Subdirectory of lib where coder modules are installed */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 41 | #ifndef MAGICKCORE_CODER_RELATIVE_PATH |
| cristy | 4a3e215 | 2011-07-02 00:59:04 +0000 | [diff] [blame] | 42 | #define MAGICKCORE_CODER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/coders" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 43 | #endif |
| 44 | |
| 45 | /* Directory where architecture-dependent configuration files live. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 46 | #ifndef MAGICKCORE_CONFIGURE_PATH |
| cristy | ba0f197 | 2011-03-28 12:42:52 +0000 | [diff] [blame] | 47 | #define MAGICKCORE_CONFIGURE_PATH "/usr/local/etc/ImageMagick/" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 48 | #endif |
| 49 | |
| 50 | /* Subdirectory of lib where architecture-dependent configuration files live. |
| 51 | */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 52 | #ifndef MAGICKCORE_CONFIGURE_RELATIVE_PATH |
| cristy | ba0f197 | 2011-03-28 12:42:52 +0000 | [diff] [blame] | 53 | #define MAGICKCORE_CONFIGURE_RELATIVE_PATH "ImageMagick" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 54 | #endif |
| 55 | |
| 56 | /* Define if you have DJVU library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 57 | #ifndef MAGICKCORE_DJVU_DELEGATE |
| 58 | #define MAGICKCORE_DJVU_DELEGATE 1 |
| 59 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 60 | |
| 61 | /* Directory where ImageMagick documents live. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 62 | #ifndef MAGICKCORE_DOCUMENTATION_PATH |
| cristy | 4e65ec2 | 2012-04-08 01:33:27 +0000 | [diff] [blame] | 63 | #define MAGICKCORE_DOCUMENTATION_PATH "/usr/local/share/doc/ImageMagick-7.0.0/" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 64 | #endif |
| 65 | |
| 66 | /* Define if you have Display Postscript */ |
| 67 | /* #undef DPS_DELEGATE */ |
| 68 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 69 | /* exclude deprecated methods in MagickCore API */ |
| 70 | /* #undef EXCLUDE_DEPRECATED */ |
| 71 | |
| 72 | /* Directory where executables are installed. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 73 | #ifndef MAGICKCORE_EXECUTABLE_PATH |
| 74 | #define MAGICKCORE_EXECUTABLE_PATH "/usr/local/bin/" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 75 | #endif |
| 76 | |
| 77 | /* Define if you have FFTW library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 78 | #ifndef MAGICKCORE_FFTW_DELEGATE |
| 79 | #define MAGICKCORE_FFTW_DELEGATE 1 |
| 80 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 81 | |
| 82 | /* Location of filter modules */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 83 | #ifndef MAGICKCORE_FILTER_PATH |
| cristy | 4a3e215 | 2011-07-02 00:59:04 +0000 | [diff] [blame] | 84 | #define MAGICKCORE_FILTER_PATH "/usr/local/lib/ImageMagick-7.0.0/modules-Q16/filters/" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 85 | #endif |
| 86 | |
| 87 | /* Subdirectory of lib where filter modules are installed */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 88 | #ifndef MAGICKCORE_FILTER_RELATIVE_PATH |
| cristy | 4a3e215 | 2011-07-02 00:59:04 +0000 | [diff] [blame] | 89 | #define MAGICKCORE_FILTER_RELATIVE_PATH "ImageMagick-7.0.0/modules-Q16/filters" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 90 | #endif |
| 91 | |
| 92 | /* Define if you have FONTCONFIG library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 93 | #ifndef MAGICKCORE_FONTCONFIG_DELEGATE |
| 94 | #define MAGICKCORE_FONTCONFIG_DELEGATE 1 |
| 95 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 96 | |
| 97 | /* Define if you have FlashPIX library */ |
| cristy | ceb488f | 2012-03-22 10:58:48 +0000 | [diff] [blame] | 98 | /* #undef FPX_DELEGATE */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 99 | |
| cristy | 81beccd | 2011-10-03 18:17:24 +0000 | [diff] [blame] | 100 | /* Define if you have FreeType (TrueType font) library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 101 | #ifndef MAGICKCORE_FREETYPE_DELEGATE |
| 102 | #define MAGICKCORE_FREETYPE_DELEGATE 1 |
| 103 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 104 | |
| 105 | /* Define if you have Ghostscript library or framework */ |
| cristy | 00e93b4 | 2012-01-18 17:40:03 +0000 | [diff] [blame] | 106 | /* #undef GS_DELEGATE */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 107 | |
| 108 | /* Define if you have GVC library */ |
| cristy | 55d6880 | 2012-04-25 22:01:06 +0000 | [diff] [blame] | 109 | #ifndef MAGICKCORE_GVC_DELEGATE |
| 110 | #define MAGICKCORE_GVC_DELEGATE 1 |
| 111 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 112 | |
| cristy | b33454f | 2011-08-03 02:10:45 +0000 | [diff] [blame] | 113 | /* Define to 1 if you have the `acosh' function. */ |
| 114 | #ifndef MAGICKCORE_HAVE_ACOSH |
| 115 | #define MAGICKCORE_HAVE_ACOSH 1 |
| 116 | #endif |
| 117 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 118 | /* Define to 1 if you have the `argz_add' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 119 | #ifndef MAGICKCORE_HAVE_ARGZ_ADD |
| 120 | #define MAGICKCORE_HAVE_ARGZ_ADD 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 121 | #endif |
| 122 | |
| 123 | /* Define to 1 if you have the `argz_append' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 124 | #ifndef MAGICKCORE_HAVE_ARGZ_APPEND |
| 125 | #define MAGICKCORE_HAVE_ARGZ_APPEND 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 126 | #endif |
| 127 | |
| 128 | /* Define to 1 if you have the `argz_count' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 129 | #ifndef MAGICKCORE_HAVE_ARGZ_COUNT |
| 130 | #define MAGICKCORE_HAVE_ARGZ_COUNT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 131 | #endif |
| 132 | |
| 133 | /* Define to 1 if you have the `argz_create_sep' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 134 | #ifndef MAGICKCORE_HAVE_ARGZ_CREATE_SEP |
| 135 | #define MAGICKCORE_HAVE_ARGZ_CREATE_SEP 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 136 | #endif |
| 137 | |
| 138 | /* Define to 1 if you have the <argz.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 139 | #ifndef MAGICKCORE_HAVE_ARGZ_H |
| 140 | #define MAGICKCORE_HAVE_ARGZ_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 141 | #endif |
| 142 | |
| 143 | /* Define to 1 if you have the `argz_insert' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 144 | #ifndef MAGICKCORE_HAVE_ARGZ_INSERT |
| 145 | #define MAGICKCORE_HAVE_ARGZ_INSERT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 146 | #endif |
| 147 | |
| 148 | /* Define to 1 if you have the `argz_next' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 149 | #ifndef MAGICKCORE_HAVE_ARGZ_NEXT |
| 150 | #define MAGICKCORE_HAVE_ARGZ_NEXT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 151 | #endif |
| 152 | |
| 153 | /* Define to 1 if you have the `argz_stringify' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 154 | #ifndef MAGICKCORE_HAVE_ARGZ_STRINGIFY |
| 155 | #define MAGICKCORE_HAVE_ARGZ_STRINGIFY 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 156 | #endif |
| 157 | |
| 158 | /* Define to 1 if you have the <arm/limits.h> header file. */ |
| 159 | /* #undef HAVE_ARM_LIMITS_H */ |
| 160 | |
| cristy | b33454f | 2011-08-03 02:10:45 +0000 | [diff] [blame] | 161 | /* Define to 1 if you have the `asinh' function. */ |
| 162 | #ifndef MAGICKCORE_HAVE_ASINH |
| 163 | #define MAGICKCORE_HAVE_ASINH 1 |
| 164 | #endif |
| 165 | |
| 166 | /* Define to 1 if you have the `atanh' function. */ |
| 167 | #ifndef MAGICKCORE_HAVE_ATANH |
| 168 | #define MAGICKCORE_HAVE_ATANH 1 |
| 169 | #endif |
| 170 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 171 | /* Define to 1 if you have the `atexit' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 172 | #ifndef MAGICKCORE_HAVE_ATEXIT |
| 173 | #define MAGICKCORE_HAVE_ATEXIT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 174 | #endif |
| 175 | |
| cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 176 | /* Define to 1 if you have the `atoll' function. */ |
| 177 | #ifndef MAGICKCORE_HAVE_ATOLL |
| 178 | #define MAGICKCORE_HAVE_ATOLL 1 |
| 179 | #endif |
| 180 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 181 | /* define if bool is a built-in type */ |
| cristy | 00e93b4 | 2012-01-18 17:40:03 +0000 | [diff] [blame] | 182 | #ifndef MAGICKCORE_HAVE_BOOL |
| 183 | #define MAGICKCORE_HAVE_BOOL /**/ |
| 184 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 185 | |
| cristy | 47b022b | 2011-01-18 22:29:21 +0000 | [diff] [blame] | 186 | /* Define to 1 if you have the `cabs' function. */ |
| 187 | #ifndef MAGICKCORE_HAVE_CABS |
| 188 | #define MAGICKCORE_HAVE_CABS 1 |
| 189 | #endif |
| 190 | |
| 191 | /* Define to 1 if you have the `carg' function. */ |
| 192 | #ifndef MAGICKCORE_HAVE_CARG |
| 193 | #define MAGICKCORE_HAVE_CARG 1 |
| 194 | #endif |
| 195 | |
| cristy | 56ed31c | 2010-03-22 00:46:21 +0000 | [diff] [blame] | 196 | /* Define to 1 if you have the `cimag' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 197 | #ifndef MAGICKCORE_HAVE_CIMAG |
| 198 | #define MAGICKCORE_HAVE_CIMAG 1 |
| cristy | 56ed31c | 2010-03-22 00:46:21 +0000 | [diff] [blame] | 199 | #endif |
| 200 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 201 | /* Define to 1 if you have the `clock' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 202 | #ifndef MAGICKCORE_HAVE_CLOCK |
| 203 | #define MAGICKCORE_HAVE_CLOCK 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 204 | #endif |
| 205 | |
| cristy | e43a45e | 2009-09-28 14:49:00 +0000 | [diff] [blame] | 206 | /* Define to 1 if you have clock_gettime. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 207 | #ifndef MAGICKCORE_HAVE_CLOCK_GETTIME |
| 208 | #define MAGICKCORE_HAVE_CLOCK_GETTIME 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 209 | #endif |
| 210 | |
| cristy | e43a45e | 2009-09-28 14:49:00 +0000 | [diff] [blame] | 211 | /* Define to 1 if clock_gettime supports CLOCK_REALTIME. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 212 | #ifndef MAGICKCORE_HAVE_CLOCK_REALTIME |
| 213 | #define MAGICKCORE_HAVE_CLOCK_REALTIME 1 |
| cristy | e43a45e | 2009-09-28 14:49:00 +0000 | [diff] [blame] | 214 | #endif |
| 215 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 216 | /* Define to 1 if you have the `closedir' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 217 | #ifndef MAGICKCORE_HAVE_CLOSEDIR |
| 218 | #define MAGICKCORE_HAVE_CLOSEDIR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 219 | #endif |
| 220 | |
| cristy | fe2e68f | 2010-01-09 19:16:03 +0000 | [diff] [blame] | 221 | /* Define to 1 if you have the <CL/cl.h> header file. */ |
| cristy | 55d6880 | 2012-04-25 22:01:06 +0000 | [diff] [blame] | 222 | /* #undef HAVE_CL_CL_H */ |
| cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 223 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 224 | /* Define to 1 if you have the <complex.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 225 | #ifndef MAGICKCORE_HAVE_COMPLEX_H |
| 226 | #define MAGICKCORE_HAVE_COMPLEX_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 227 | #endif |
| 228 | |
| cristy | 47b022b | 2011-01-18 22:29:21 +0000 | [diff] [blame] | 229 | /* Define to 1 if you have the `creal' function. */ |
| 230 | #ifndef MAGICKCORE_HAVE_CREAL |
| 231 | #define MAGICKCORE_HAVE_CREAL 1 |
| 232 | #endif |
| 233 | |
| cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 234 | /* Define to 1 if you have the `ctime_r' function. */ |
| 235 | #ifndef MAGICKCORE_HAVE_CTIME_R |
| 236 | #define MAGICKCORE_HAVE_CTIME_R 1 |
| 237 | #endif |
| 238 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 239 | /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if |
| 240 | you don't. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 241 | /* #undef HAVE_DECL_CYGWIN_CONV_PATH */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 242 | |
| 243 | /* Define to 1 if you have the declaration of `pread', and to 0 if you don't. |
| 244 | */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 245 | #ifndef MAGICKCORE_HAVE_DECL_PREAD |
| 246 | #define MAGICKCORE_HAVE_DECL_PREAD 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 247 | #endif |
| 248 | |
| 249 | /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't. |
| 250 | */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 251 | #ifndef MAGICKCORE_HAVE_DECL_PWRITE |
| 252 | #define MAGICKCORE_HAVE_DECL_PWRITE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 253 | #endif |
| 254 | |
| cristy | 7d4a1d6 | 2011-10-13 15:54:12 +0000 | [diff] [blame] | 255 | /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you |
| 256 | don't. */ |
| 257 | #ifndef MAGICKCORE_HAVE_DECL_STRERROR_R |
| 258 | #define MAGICKCORE_HAVE_DECL_STRERROR_R 1 |
| 259 | #endif |
| 260 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 261 | /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you |
| 262 | don't. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 263 | #ifndef MAGICKCORE_HAVE_DECL_STRLCPY |
| 264 | #define MAGICKCORE_HAVE_DECL_STRLCPY 0 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 265 | #endif |
| 266 | |
| cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 267 | /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't. |
| 268 | */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 269 | /* #undef HAVE_DECL_TZNAME */ |
| cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 270 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 271 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
| 272 | don't. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 273 | #ifndef MAGICKCORE_HAVE_DECL_VSNPRINTF |
| 274 | #define MAGICKCORE_HAVE_DECL_VSNPRINTF 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 275 | #endif |
| 276 | |
| 277 | /* Define to 1 if you have the `directio' function. */ |
| 278 | /* #undef HAVE_DIRECTIO */ |
| 279 | |
| 280 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 281 | */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 282 | #ifndef MAGICKCORE_HAVE_DIRENT_H |
| 283 | #define MAGICKCORE_HAVE_DIRENT_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 284 | #endif |
| 285 | |
| 286 | /* Define if you have the GNU dld library. */ |
| 287 | /* #undef HAVE_DLD */ |
| 288 | |
| 289 | /* Define to 1 if you have the <dld.h> header file. */ |
| 290 | /* #undef HAVE_DLD_H */ |
| 291 | |
| 292 | /* Define to 1 if you have the `dlerror' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 293 | #ifndef MAGICKCORE_HAVE_DLERROR |
| 294 | #define MAGICKCORE_HAVE_DLERROR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 295 | #endif |
| 296 | |
| 297 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 298 | #ifndef MAGICKCORE_HAVE_DLFCN_H |
| 299 | #define MAGICKCORE_HAVE_DLFCN_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 300 | #endif |
| 301 | |
| 302 | /* Define to 1 if you have the <dl.h> header file. */ |
| 303 | /* #undef HAVE_DL_H */ |
| 304 | |
| 305 | /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ |
| 306 | /* #undef HAVE_DOPRNT */ |
| 307 | |
| 308 | /* Define if you have the _dyld_func_lookup function. */ |
| 309 | /* #undef HAVE_DYLD */ |
| 310 | |
| 311 | /* Define to 1 if you have the <errno.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 312 | #ifndef MAGICKCORE_HAVE_ERRNO_H |
| 313 | #define MAGICKCORE_HAVE_ERRNO_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 314 | #endif |
| 315 | |
| 316 | /* Define to 1 if the system has the type `error_t'. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 317 | #ifndef MAGICKCORE_HAVE_ERROR_T |
| 318 | #define MAGICKCORE_HAVE_ERROR_T 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 319 | #endif |
| 320 | |
| 321 | /* Define to 1 if you have the `execvp' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 322 | #ifndef MAGICKCORE_HAVE_EXECVP |
| 323 | #define MAGICKCORE_HAVE_EXECVP 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 324 | #endif |
| 325 | |
| cristy | f1440cb | 2010-02-23 02:24:21 +0000 | [diff] [blame] | 326 | /* Define to 1 if you have the `fchmod' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 327 | #ifndef MAGICKCORE_HAVE_FCHMOD |
| 328 | #define MAGICKCORE_HAVE_FCHMOD 1 |
| cristy | f1440cb | 2010-02-23 02:24:21 +0000 | [diff] [blame] | 329 | #endif |
| 330 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 331 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 332 | #ifndef MAGICKCORE_HAVE_FCNTL_H |
| 333 | #define MAGICKCORE_HAVE_FCNTL_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 334 | #endif |
| 335 | |
| 336 | /* Define to 1 if you have the `floor' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 337 | #ifndef MAGICKCORE_HAVE_FLOOR |
| 338 | #define MAGICKCORE_HAVE_FLOOR 1 |
| cristy | 161b926 | 2010-03-20 19:34:32 +0000 | [diff] [blame] | 339 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 340 | |
| 341 | /* Define to 1 if you have the `fork' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 342 | #ifndef MAGICKCORE_HAVE_FORK |
| 343 | #define MAGICKCORE_HAVE_FORK 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 344 | #endif |
| 345 | |
| 346 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 347 | #ifndef MAGICKCORE_HAVE_FSEEKO |
| 348 | #define MAGICKCORE_HAVE_FSEEKO 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 349 | #endif |
| 350 | |
| cristy | 81beccd | 2011-10-03 18:17:24 +0000 | [diff] [blame] | 351 | /* Define to 1 if you have the <ft2build.h> header file. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 352 | #ifndef MAGICKCORE_HAVE_FT2BUILD_H |
| 353 | #define MAGICKCORE_HAVE_FT2BUILD_H 1 |
| 354 | #endif |
| cristy | 81beccd | 2011-10-03 18:17:24 +0000 | [diff] [blame] | 355 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 356 | /* Define to 1 if you have the `ftime' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 357 | #ifndef MAGICKCORE_HAVE_FTIME |
| 358 | #define MAGICKCORE_HAVE_FTIME 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 359 | #endif |
| 360 | |
| 361 | /* Define to 1 if you have the `ftruncate' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 362 | #ifndef MAGICKCORE_HAVE_FTRUNCATE |
| 363 | #define MAGICKCORE_HAVE_FTRUNCATE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 364 | #endif |
| 365 | |
| 366 | /* Define to 1 if you have the `getcwd' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 367 | #ifndef MAGICKCORE_HAVE_GETCWD |
| 368 | #define MAGICKCORE_HAVE_GETCWD 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 369 | #endif |
| 370 | |
| cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 371 | /* Define to 1 if you have the `getc_unlocked' function. */ |
| 372 | #ifndef MAGICKCORE_HAVE_GETC_UNLOCKED |
| 373 | #define MAGICKCORE_HAVE_GETC_UNLOCKED 1 |
| 374 | #endif |
| 375 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 376 | /* Define to 1 if you have the `getdtablesize' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 377 | #ifndef MAGICKCORE_HAVE_GETDTABLESIZE |
| 378 | #define MAGICKCORE_HAVE_GETDTABLESIZE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 379 | #endif |
| 380 | |
| 381 | /* Define to 1 if you have the `getexecname' function. */ |
| 382 | /* #undef HAVE_GETEXECNAME */ |
| 383 | |
| 384 | /* Define to 1 if you have the `getpagesize' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 385 | #ifndef MAGICKCORE_HAVE_GETPAGESIZE |
| 386 | #define MAGICKCORE_HAVE_GETPAGESIZE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 387 | #endif |
| 388 | |
| 389 | /* Define to 1 if you have the `getpid' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 390 | #ifndef MAGICKCORE_HAVE_GETPID |
| 391 | #define MAGICKCORE_HAVE_GETPID 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 392 | #endif |
| 393 | |
| cristy | d3ef010 | 2009-09-12 18:11:06 +0000 | [diff] [blame] | 394 | /* Define to 1 if you have the `getrlimit' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 395 | #ifndef MAGICKCORE_HAVE_GETRLIMIT |
| 396 | #define MAGICKCORE_HAVE_GETRLIMIT 1 |
| cristy | d3ef010 | 2009-09-12 18:11:06 +0000 | [diff] [blame] | 397 | #endif |
| 398 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 399 | /* Define to 1 if you have the `getrusage' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 400 | #ifndef MAGICKCORE_HAVE_GETRUSAGE |
| 401 | #define MAGICKCORE_HAVE_GETRUSAGE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 402 | #endif |
| 403 | |
| 404 | /* Define to 1 if you have the `gettimeofday' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 405 | #ifndef MAGICKCORE_HAVE_GETTIMEOFDAY |
| 406 | #define MAGICKCORE_HAVE_GETTIMEOFDAY 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 407 | #endif |
| 408 | |
| 409 | /* Define to 1 if you have the `gmtime_r' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 410 | #ifndef MAGICKCORE_HAVE_GMTIME_R |
| 411 | #define MAGICKCORE_HAVE_GMTIME_R 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 412 | #endif |
| 413 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 414 | /* Define to 1 if the system has the type `intmax_t'. */ |
| 415 | #ifndef MAGICKCORE_HAVE_INTMAX_T |
| 416 | #define MAGICKCORE_HAVE_INTMAX_T 1 |
| 417 | #endif |
| 418 | |
| 419 | /* Define to 1 if the system has the type `intptr_t'. */ |
| 420 | #ifndef MAGICKCORE_HAVE_INTPTR_T |
| 421 | #define MAGICKCORE_HAVE_INTPTR_T 1 |
| 422 | #endif |
| 423 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 424 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 425 | #ifndef MAGICKCORE_HAVE_INTTYPES_H |
| 426 | #define MAGICKCORE_HAVE_INTTYPES_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 427 | #endif |
| 428 | |
| cristy | 82b2072 | 2011-11-05 21:52:36 +0000 | [diff] [blame] | 429 | /* Define to 1 if you have the `isnan' function. */ |
| 430 | #ifndef MAGICKCORE_HAVE_ISNAN |
| 431 | #define MAGICKCORE_HAVE_ISNAN 1 |
| 432 | #endif |
| 433 | |
| cristy | 161b926 | 2010-03-20 19:34:32 +0000 | [diff] [blame] | 434 | /* Define to 1 if you have the `j0' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 435 | #ifndef MAGICKCORE_HAVE_J0 |
| 436 | #define MAGICKCORE_HAVE_J0 1 |
| cristy | 161b926 | 2010-03-20 19:34:32 +0000 | [diff] [blame] | 437 | #endif |
| 438 | |
| 439 | /* Define to 1 if you have the `j1' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 440 | #ifndef MAGICKCORE_HAVE_J1 |
| 441 | #define MAGICKCORE_HAVE_J1 1 |
| cristy | 161b926 | 2010-03-20 19:34:32 +0000 | [diff] [blame] | 442 | #endif |
| 443 | |
| cristy | d09bcf9 | 2010-03-25 03:04:45 +0000 | [diff] [blame] | 444 | /* Define if you have the <lcms2.h> header file. */ |
| cristy | ceb488f | 2012-03-22 10:58:48 +0000 | [diff] [blame] | 445 | #ifndef MAGICKCORE_HAVE_LCMS2_H |
| 446 | #define MAGICKCORE_HAVE_LCMS2_H 1 |
| 447 | #endif |
| cristy | d09bcf9 | 2010-03-25 03:04:45 +0000 | [diff] [blame] | 448 | |
| cristy | 7120340 | 2010-06-18 13:12:03 +0000 | [diff] [blame] | 449 | /* Define if you have the <lcms2/lcms2.h> header file. */ |
| 450 | /* #undef HAVE_LCMS2_LCMS2_H */ |
| 451 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 452 | /* Define if you have the <lcms.h> header file. */ |
| cristy | ceb488f | 2012-03-22 10:58:48 +0000 | [diff] [blame] | 453 | /* #undef HAVE_LCMS_H */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 454 | |
| 455 | /* Define if you have the <lcms/lcms.h> header file. */ |
| 456 | /* #undef HAVE_LCMS_LCMS_H */ |
| 457 | |
| 458 | /* Define if you have the libdl library or equivalent. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 459 | #ifndef MAGICKCORE_HAVE_LIBDL |
| 460 | #define MAGICKCORE_HAVE_LIBDL 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 461 | #endif |
| 462 | |
| 463 | /* Define if libdlloader will be built on this platform */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 464 | #ifndef MAGICKCORE_HAVE_LIBDLLOADER |
| 465 | #define MAGICKCORE_HAVE_LIBDLLOADER 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 466 | #endif |
| 467 | |
| 468 | /* Define to 1 if you have the `gcov' library (-lgcov). */ |
| 469 | /* #undef HAVE_LIBGCOV */ |
| 470 | |
| 471 | /* Define to 1 if you have the <limits.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 472 | #ifndef MAGICKCORE_HAVE_LIMITS_H |
| 473 | #define MAGICKCORE_HAVE_LIMITS_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 474 | #endif |
| 475 | |
| 476 | /* Define to 1 if you have the <linux/unistd.h> header file. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 477 | #ifndef MAGICKCORE_HAVE_LINUX_UNISTD_H |
| 478 | #define MAGICKCORE_HAVE_LINUX_UNISTD_H 1 |
| 479 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 480 | |
| cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 481 | /* Define to 1 if you have the `lltostr' function. */ |
| 482 | /* #undef HAVE_LLTOSTR */ |
| 483 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 484 | /* Define to 1 if you have the <locale.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 485 | #ifndef MAGICKCORE_HAVE_LOCALE_H |
| 486 | #define MAGICKCORE_HAVE_LOCALE_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 487 | #endif |
| 488 | |
| 489 | /* Define to 1 if you have the `localtime_r' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 490 | #ifndef MAGICKCORE_HAVE_LOCALTIME_R |
| 491 | #define MAGICKCORE_HAVE_LOCALTIME_R 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 492 | #endif |
| 493 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 494 | /* Define to 1 if the system has the type `long double'. */ |
| 495 | #ifndef MAGICKCORE_HAVE_LONG_DOUBLE |
| 496 | #define MAGICKCORE_HAVE_LONG_DOUBLE 1 |
| 497 | #endif |
| 498 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 499 | /* Define to 1 if the type `long double' works and has more range or precision |
| 500 | than `double'. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 501 | #ifndef MAGICKCORE_HAVE_LONG_DOUBLE_WIDER |
| 502 | #define MAGICKCORE_HAVE_LONG_DOUBLE_WIDER 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 503 | #endif |
| 504 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 505 | /* Define to 1 if the system has the type `long long int'. */ |
| 506 | #ifndef MAGICKCORE_HAVE_LONG_LONG_INT |
| 507 | #define MAGICKCORE_HAVE_LONG_LONG_INT 1 |
| 508 | #endif |
| 509 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 510 | /* Define to 1 if you have the `lstat' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 511 | #ifndef MAGICKCORE_HAVE_LSTAT |
| 512 | #define MAGICKCORE_HAVE_LSTAT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 513 | #endif |
| 514 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 515 | /* Define this if a modern libltdl is already installed */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 516 | #ifndef MAGICKCORE_HAVE_LTDL |
| 517 | #define MAGICKCORE_HAVE_LTDL 1 |
| 518 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 519 | |
| 520 | /* Define to 1 if you have the <machine/param.h> header file. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 521 | /* #undef HAVE_MACHINE_PARAM_H */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 522 | |
| 523 | /* Define to 1 if you have the <mach-o/dyld.h> header file. */ |
| 524 | /* #undef HAVE_MACH_O_DYLD_H */ |
| 525 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 526 | /* Define to 1 if <wchar.h> declares mbstate_t. */ |
| 527 | #ifndef MAGICKCORE_HAVE_MBSTATE_T |
| 528 | #define MAGICKCORE_HAVE_MBSTATE_T 1 |
| 529 | #endif |
| 530 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 531 | /* Define to 1 if you have the `memmove' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 532 | #ifndef MAGICKCORE_HAVE_MEMMOVE |
| 533 | #define MAGICKCORE_HAVE_MEMMOVE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 534 | #endif |
| 535 | |
| 536 | /* Define to 1 if you have the <memory.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 537 | #ifndef MAGICKCORE_HAVE_MEMORY_H |
| 538 | #define MAGICKCORE_HAVE_MEMORY_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 539 | #endif |
| 540 | |
| 541 | /* Define to 1 if you have the `memset' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 542 | #ifndef MAGICKCORE_HAVE_MEMSET |
| 543 | #define MAGICKCORE_HAVE_MEMSET 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 544 | #endif |
| 545 | |
| 546 | /* Define to 1 if you have the `mkstemp' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 547 | #ifndef MAGICKCORE_HAVE_MKSTEMP |
| 548 | #define MAGICKCORE_HAVE_MKSTEMP 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 549 | #endif |
| 550 | |
| 551 | /* Define to 1 if you have a working `mmap' system call. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 552 | #ifndef MAGICKCORE_HAVE_MMAP |
| 553 | #define MAGICKCORE_HAVE_MMAP 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 554 | #endif |
| 555 | |
| 556 | /* Define to 1 if you have a working `mmap' system call. */ |
| cristy | f7dc44c | 2011-07-20 14:41:15 +0000 | [diff] [blame] | 557 | #ifndef MAGICKCORE_HAVE_MMAP_FILEIO |
| 558 | #define MAGICKCORE_HAVE_MMAP_FILEIO 1 |
| 559 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 560 | |
| 561 | /* Define to 1 if you have the `munmap' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 562 | #ifndef MAGICKCORE_HAVE_MUNMAP |
| 563 | #define MAGICKCORE_HAVE_MUNMAP 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 564 | #endif |
| 565 | |
| 566 | /* define if the compiler implements namespaces */ |
| cristy | 00e93b4 | 2012-01-18 17:40:03 +0000 | [diff] [blame] | 567 | #ifndef MAGICKCORE_HAVE_NAMESPACES |
| 568 | #define MAGICKCORE_HAVE_NAMESPACES /**/ |
| 569 | #endif |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 570 | |
| 571 | /* Define if g++ supports namespace std. */ |
| cristy | 00e93b4 | 2012-01-18 17:40:03 +0000 | [diff] [blame] | 572 | #ifndef MAGICKCORE_HAVE_NAMESPACE_STD |
| 573 | #define MAGICKCORE_HAVE_NAMESPACE_STD /**/ |
| 574 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 575 | |
| cristy | a21afde | 2010-07-02 00:45:40 +0000 | [diff] [blame] | 576 | /* Define to 1 if you have the `nanosleep' function. */ |
| 577 | #ifndef MAGICKCORE_HAVE_NANOSLEEP |
| 578 | #define MAGICKCORE_HAVE_NANOSLEEP 1 |
| 579 | #endif |
| 580 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 581 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 582 | /* #undef HAVE_NDIR_H */ |
| 583 | |
| cristy | a8549b1 | 2011-05-18 19:05:08 +0000 | [diff] [blame] | 584 | /* Define to 1 if you have the `newlocale' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 585 | #ifndef MAGICKCORE_HAVE_NEWLOCALE |
| 586 | #define MAGICKCORE_HAVE_NEWLOCALE 1 |
| 587 | #endif |
| cristy | a8549b1 | 2011-05-18 19:05:08 +0000 | [diff] [blame] | 588 | |
| cristy | fe2e68f | 2010-01-09 19:16:03 +0000 | [diff] [blame] | 589 | /* Define to 1 if you have the <OpenCL/cl.h> header file. */ |
| 590 | /* #undef HAVE_OPENCL_CL_H */ |
| cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 591 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 592 | /* Define to 1 if you have the `opendir' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 593 | #ifndef MAGICKCORE_HAVE_OPENDIR |
| 594 | #define MAGICKCORE_HAVE_OPENDIR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 595 | #endif |
| 596 | |
| 597 | /* Define to 1 if you have the <OS.h> header file. */ |
| 598 | /* #undef HAVE_OS_H */ |
| 599 | |
| 600 | /* Define to 1 if you have the `pclose' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 601 | #ifndef MAGICKCORE_HAVE_PCLOSE |
| 602 | #define MAGICKCORE_HAVE_PCLOSE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 603 | #endif |
| 604 | |
| 605 | /* Define to 1 if you have the `poll' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 606 | #ifndef MAGICKCORE_HAVE_POLL |
| 607 | #define MAGICKCORE_HAVE_POLL 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 608 | #endif |
| 609 | |
| 610 | /* Define to 1 if you have the `popen' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 611 | #ifndef MAGICKCORE_HAVE_POPEN |
| 612 | #define MAGICKCORE_HAVE_POPEN 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 613 | #endif |
| 614 | |
| 615 | /* Define to 1 if you have the `posix_fadvise' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 616 | #ifndef MAGICKCORE_HAVE_POSIX_FADVISE |
| 617 | #define MAGICKCORE_HAVE_POSIX_FADVISE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 618 | #endif |
| 619 | |
| 620 | /* Define to 1 if you have the `posix_fallocate' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 621 | #ifndef MAGICKCORE_HAVE_POSIX_FALLOCATE |
| 622 | #define MAGICKCORE_HAVE_POSIX_FALLOCATE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 623 | #endif |
| 624 | |
| 625 | /* Define to 1 if you have the `posix_madvise' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 626 | #ifndef MAGICKCORE_HAVE_POSIX_MADVISE |
| 627 | #define MAGICKCORE_HAVE_POSIX_MADVISE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 628 | #endif |
| 629 | |
| 630 | /* Define to 1 if you have the `posix_memalign' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 631 | #ifndef MAGICKCORE_HAVE_POSIX_MEMALIGN |
| 632 | #define MAGICKCORE_HAVE_POSIX_MEMALIGN 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 633 | #endif |
| 634 | |
| cristy | 5c40fb4 | 2010-08-05 16:12:44 +0000 | [diff] [blame] | 635 | /* Define to 1 if you have the `posix_spawnp' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 636 | #ifndef MAGICKCORE_HAVE_POSIX_SPAWNP |
| 637 | #define MAGICKCORE_HAVE_POSIX_SPAWNP 1 |
| 638 | #endif |
| cristy | 5c40fb4 | 2010-08-05 16:12:44 +0000 | [diff] [blame] | 639 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 640 | /* Define to 1 if you have the `pow' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 641 | #ifndef MAGICKCORE_HAVE_POW |
| 642 | #define MAGICKCORE_HAVE_POW 1 |
| cristy | 161b926 | 2010-03-20 19:34:32 +0000 | [diff] [blame] | 643 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 644 | |
| 645 | /* Define to 1 if you have the `pread' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 646 | #ifndef MAGICKCORE_HAVE_PREAD |
| 647 | #define MAGICKCORE_HAVE_PREAD 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 648 | #endif |
| 649 | |
| 650 | /* Define if libtool can extract symbol lists from object files. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 651 | #ifndef MAGICKCORE_HAVE_PRELOADED_SYMBOLS |
| 652 | #define MAGICKCORE_HAVE_PRELOADED_SYMBOLS 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 653 | #endif |
| 654 | |
| cristy | 98e91bd | 2010-01-12 01:11:42 +0000 | [diff] [blame] | 655 | /* Define to 1 if you have the <process.h> header file. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 656 | /* #undef HAVE_PROCESS_H */ |
| cristy | 98e91bd | 2010-01-12 01:11:42 +0000 | [diff] [blame] | 657 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 658 | /* Define if you have POSIX threads libraries and header files. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 659 | #ifndef MAGICKCORE_HAVE_PTHREAD |
| 660 | #define MAGICKCORE_HAVE_PTHREAD 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 661 | #endif |
| 662 | |
| cristy | a316db1 | 2011-10-24 00:49:45 +0000 | [diff] [blame] | 663 | /* Have PTHREAD_PRIO_INHERIT. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 664 | #ifndef MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT |
| 665 | #define MAGICKCORE_HAVE_PTHREAD_PRIO_INHERIT 1 |
| 666 | #endif |
| cristy | a316db1 | 2011-10-24 00:49:45 +0000 | [diff] [blame] | 667 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 668 | /* Define to 1 if you have the `pwrite' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 669 | #ifndef MAGICKCORE_HAVE_PWRITE |
| 670 | #define MAGICKCORE_HAVE_PWRITE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 671 | #endif |
| 672 | |
| cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 673 | /* Define to 1 if you have the `qsort_r' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 674 | #ifndef MAGICKCORE_HAVE_QSORT_R |
| 675 | #define MAGICKCORE_HAVE_QSORT_R 1 |
| 676 | #endif |
| cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 677 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 678 | /* Define to 1 if you have the `raise' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 679 | #ifndef MAGICKCORE_HAVE_RAISE |
| 680 | #define MAGICKCORE_HAVE_RAISE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 681 | #endif |
| 682 | |
| 683 | /* Define to 1 if you have the `rand_r' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 684 | #ifndef MAGICKCORE_HAVE_RAND_R |
| 685 | #define MAGICKCORE_HAVE_RAND_R 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 686 | #endif |
| 687 | |
| 688 | /* Define to 1 if you have the `readdir' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 689 | #ifndef MAGICKCORE_HAVE_READDIR |
| 690 | #define MAGICKCORE_HAVE_READDIR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 691 | #endif |
| 692 | |
| 693 | /* Define to 1 if you have the `readdir_r' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 694 | #ifndef MAGICKCORE_HAVE_READDIR_R |
| 695 | #define MAGICKCORE_HAVE_READDIR_R 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 696 | #endif |
| 697 | |
| 698 | /* Define to 1 if you have the `readlink' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 699 | #ifndef MAGICKCORE_HAVE_READLINK |
| 700 | #define MAGICKCORE_HAVE_READLINK 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 701 | #endif |
| 702 | |
| 703 | /* Define to 1 if you have the `realpath' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 704 | #ifndef MAGICKCORE_HAVE_REALPATH |
| 705 | #define MAGICKCORE_HAVE_REALPATH 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 706 | #endif |
| 707 | |
| 708 | /* Define to 1 if you have the `seekdir' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 709 | #ifndef MAGICKCORE_HAVE_SEEKDIR |
| 710 | #define MAGICKCORE_HAVE_SEEKDIR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 711 | #endif |
| 712 | |
| 713 | /* Define to 1 if you have the `select' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 714 | #ifndef MAGICKCORE_HAVE_SELECT |
| 715 | #define MAGICKCORE_HAVE_SELECT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 716 | #endif |
| 717 | |
| 718 | /* Define to 1 if you have the `setlocale' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 719 | #ifndef MAGICKCORE_HAVE_SETLOCALE |
| 720 | #define MAGICKCORE_HAVE_SETLOCALE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 721 | #endif |
| 722 | |
| 723 | /* Define to 1 if you have the `setvbuf' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 724 | #ifndef MAGICKCORE_HAVE_SETVBUF |
| 725 | #define MAGICKCORE_HAVE_SETVBUF 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 726 | #endif |
| 727 | |
| 728 | /* X11 server supports shape extension */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 729 | #ifndef MAGICKCORE_HAVE_SHAPE |
| 730 | #define MAGICKCORE_HAVE_SHAPE 1 |
| 731 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 732 | |
| 733 | /* X11 server supports shared memory extension */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 734 | #ifndef MAGICKCORE_HAVE_SHARED_MEMORY |
| 735 | #define MAGICKCORE_HAVE_SHARED_MEMORY 1 |
| 736 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 737 | |
| 738 | /* Define if you have the shl_load function. */ |
| 739 | /* #undef HAVE_SHL_LOAD */ |
| 740 | |
| 741 | /* Define to 1 if you have the `sigaction' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 742 | #ifndef MAGICKCORE_HAVE_SIGACTION |
| 743 | #define MAGICKCORE_HAVE_SIGACTION 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 744 | #endif |
| 745 | |
| 746 | /* Define to 1 if you have the `sigemptyset' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 747 | #ifndef MAGICKCORE_HAVE_SIGEMPTYSET |
| 748 | #define MAGICKCORE_HAVE_SIGEMPTYSET 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 749 | #endif |
| 750 | |
| cristy | 393bbe5 | 2010-01-11 16:32:56 +0000 | [diff] [blame] | 751 | /* Define to 1 if you have the `spawnvp' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 752 | /* #undef HAVE_SPAWNVP */ |
| cristy | 393bbe5 | 2010-01-11 16:32:56 +0000 | [diff] [blame] | 753 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 754 | /* Define to 1 if you have the `sqrt' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 755 | #ifndef MAGICKCORE_HAVE_SQRT |
| 756 | #define MAGICKCORE_HAVE_SQRT 1 |
| cristy | 161b926 | 2010-03-20 19:34:32 +0000 | [diff] [blame] | 757 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 758 | |
| 759 | /* Define to 1 if you have the `stat' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 760 | #ifndef MAGICKCORE_HAVE_STAT |
| 761 | #define MAGICKCORE_HAVE_STAT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 762 | #endif |
| 763 | |
| 764 | /* Define to 1 if you have the <stdarg.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 765 | #ifndef MAGICKCORE_HAVE_STDARG_H |
| 766 | #define MAGICKCORE_HAVE_STDARG_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 767 | #endif |
| 768 | |
| 769 | /* Define to 1 if stdbool.h conforms to C99. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 770 | #ifndef MAGICKCORE_HAVE_STDBOOL_H |
| 771 | #define MAGICKCORE_HAVE_STDBOOL_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 772 | #endif |
| 773 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 774 | /* Define to 1 if you have the <stdint.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 775 | #ifndef MAGICKCORE_HAVE_STDINT_H |
| 776 | #define MAGICKCORE_HAVE_STDINT_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 777 | #endif |
| 778 | |
| 779 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 780 | #ifndef MAGICKCORE_HAVE_STDLIB_H |
| 781 | #define MAGICKCORE_HAVE_STDLIB_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 782 | #endif |
| 783 | |
| 784 | /* define if the compiler supports ISO C++ standard library */ |
| cristy | 00e93b4 | 2012-01-18 17:40:03 +0000 | [diff] [blame] | 785 | #ifndef MAGICKCORE_HAVE_STD_LIBS |
| 786 | #define MAGICKCORE_HAVE_STD_LIBS /**/ |
| 787 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 788 | |
| 789 | /* Define to 1 if you have the `strcasecmp' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 790 | #ifndef MAGICKCORE_HAVE_STRCASECMP |
| 791 | #define MAGICKCORE_HAVE_STRCASECMP 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 792 | #endif |
| 793 | |
| 794 | /* Define to 1 if you have the `strchr' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 795 | #ifndef MAGICKCORE_HAVE_STRCHR |
| 796 | #define MAGICKCORE_HAVE_STRCHR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 797 | #endif |
| 798 | |
| 799 | /* Define to 1 if you have the `strcspn' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 800 | #ifndef MAGICKCORE_HAVE_STRCSPN |
| 801 | #define MAGICKCORE_HAVE_STRCSPN 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 802 | #endif |
| 803 | |
| 804 | /* Define to 1 if you have the `strdup' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 805 | #ifndef MAGICKCORE_HAVE_STRDUP |
| 806 | #define MAGICKCORE_HAVE_STRDUP 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 807 | #endif |
| 808 | |
| 809 | /* Define to 1 if you have the `strerror' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 810 | #ifndef MAGICKCORE_HAVE_STRERROR |
| 811 | #define MAGICKCORE_HAVE_STRERROR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 812 | #endif |
| 813 | |
| 814 | /* Define to 1 if you have the `strerror_r' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 815 | #ifndef MAGICKCORE_HAVE_STRERROR_R |
| 816 | #define MAGICKCORE_HAVE_STRERROR_R 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 817 | #endif |
| 818 | |
| 819 | /* Define to 1 if cpp supports the ANSI # stringizing operator. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 820 | #ifndef MAGICKCORE_HAVE_STRINGIZE |
| 821 | #define MAGICKCORE_HAVE_STRINGIZE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 822 | #endif |
| 823 | |
| 824 | /* Define to 1 if you have the <strings.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 825 | #ifndef MAGICKCORE_HAVE_STRINGS_H |
| 826 | #define MAGICKCORE_HAVE_STRINGS_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 827 | #endif |
| 828 | |
| 829 | /* Define to 1 if you have the <string.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 830 | #ifndef MAGICKCORE_HAVE_STRING_H |
| 831 | #define MAGICKCORE_HAVE_STRING_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 832 | #endif |
| 833 | |
| 834 | /* Define to 1 if you have the `strlcat' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 835 | /* #undef HAVE_STRLCAT */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 836 | |
| 837 | /* Define to 1 if you have the `strlcpy' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 838 | /* #undef HAVE_STRLCPY */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 839 | |
| 840 | /* Define to 1 if you have the `strncasecmp' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 841 | #ifndef MAGICKCORE_HAVE_STRNCASECMP |
| 842 | #define MAGICKCORE_HAVE_STRNCASECMP 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 843 | #endif |
| 844 | |
| 845 | /* Define to 1 if you have the `strpbrk' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 846 | #ifndef MAGICKCORE_HAVE_STRPBRK |
| 847 | #define MAGICKCORE_HAVE_STRPBRK 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 848 | #endif |
| 849 | |
| 850 | /* Define to 1 if you have the `strrchr' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 851 | #ifndef MAGICKCORE_HAVE_STRRCHR |
| 852 | #define MAGICKCORE_HAVE_STRRCHR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 853 | #endif |
| 854 | |
| 855 | /* Define to 1 if you have the `strspn' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 856 | #ifndef MAGICKCORE_HAVE_STRSPN |
| 857 | #define MAGICKCORE_HAVE_STRSPN 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 858 | #endif |
| 859 | |
| 860 | /* Define to 1 if you have the `strstr' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 861 | #ifndef MAGICKCORE_HAVE_STRSTR |
| 862 | #define MAGICKCORE_HAVE_STRSTR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 863 | #endif |
| 864 | |
| cristy | 6c1eef1 | 2011-05-17 02:13:08 +0000 | [diff] [blame] | 865 | /* Define to 1 if you have the `strtod' function. */ |
| 866 | #ifndef MAGICKCORE_HAVE_STRTOD |
| 867 | #define MAGICKCORE_HAVE_STRTOD 1 |
| 868 | #endif |
| 869 | |
| 870 | /* Define to 1 if you have the `strtod_l' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 871 | #ifndef MAGICKCORE_HAVE_STRTOD_L |
| 872 | #define MAGICKCORE_HAVE_STRTOD_L 1 |
| 873 | #endif |
| cristy | 6c1eef1 | 2011-05-17 02:13:08 +0000 | [diff] [blame] | 874 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 875 | /* Define to 1 if you have the `strtol' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 876 | #ifndef MAGICKCORE_HAVE_STRTOL |
| 877 | #define MAGICKCORE_HAVE_STRTOL 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 878 | #endif |
| 879 | |
| cristy | 5131f3e | 2009-12-18 03:09:10 +0000 | [diff] [blame] | 880 | /* Define to 1 if you have the `strtoul' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 881 | #ifndef MAGICKCORE_HAVE_STRTOUL |
| 882 | #define MAGICKCORE_HAVE_STRTOUL 1 |
| cristy | 5131f3e | 2009-12-18 03:09:10 +0000 | [diff] [blame] | 883 | #endif |
| 884 | |
| cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 885 | /* Define to 1 if `tm_zone' is a member of `struct tm'. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 886 | #ifndef MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE |
| 887 | #define MAGICKCORE_HAVE_STRUCT_TM_TM_ZONE 1 |
| 888 | #endif |
| cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 889 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 890 | /* Define to 1 if you have the `symlink' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 891 | #ifndef MAGICKCORE_HAVE_SYMLINK |
| 892 | #define MAGICKCORE_HAVE_SYMLINK 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 893 | #endif |
| 894 | |
| 895 | /* Define to 1 if you have the `sysconf' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 896 | #ifndef MAGICKCORE_HAVE_SYSCONF |
| 897 | #define MAGICKCORE_HAVE_SYSCONF 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 898 | #endif |
| 899 | |
| 900 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 901 | */ |
| 902 | /* #undef HAVE_SYS_DIR_H */ |
| 903 | |
| 904 | /* Define to 1 if you have the <sys/dl.h> header file. */ |
| 905 | /* #undef HAVE_SYS_DL_H */ |
| 906 | |
| 907 | /* Define to 1 if you have the <sys/ipc.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 908 | #ifndef MAGICKCORE_HAVE_SYS_IPC_H |
| 909 | #define MAGICKCORE_HAVE_SYS_IPC_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 910 | #endif |
| 911 | |
| 912 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 913 | */ |
| 914 | /* #undef HAVE_SYS_NDIR_H */ |
| 915 | |
| cristy | cd4c531 | 2009-11-22 01:19:08 +0000 | [diff] [blame] | 916 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 917 | #ifndef MAGICKCORE_HAVE_SYS_PARAM_H |
| 918 | #define MAGICKCORE_HAVE_SYS_PARAM_H 1 |
| cristy | cd4c531 | 2009-11-22 01:19:08 +0000 | [diff] [blame] | 919 | #endif |
| 920 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 921 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 922 | #ifndef MAGICKCORE_HAVE_SYS_RESOURCE_H |
| 923 | #define MAGICKCORE_HAVE_SYS_RESOURCE_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 924 | #endif |
| 925 | |
| 926 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 927 | #ifndef MAGICKCORE_HAVE_SYS_SELECT_H |
| 928 | #define MAGICKCORE_HAVE_SYS_SELECT_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 929 | #endif |
| 930 | |
| 931 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 932 | #ifndef MAGICKCORE_HAVE_SYS_SOCKET_H |
| 933 | #define MAGICKCORE_HAVE_SYS_SOCKET_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 934 | #endif |
| 935 | |
| 936 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 937 | #ifndef MAGICKCORE_HAVE_SYS_STAT_H |
| 938 | #define MAGICKCORE_HAVE_SYS_STAT_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 939 | #endif |
| 940 | |
| 941 | /* Define to 1 if you have the <sys/syslimits.h> header file. */ |
| 942 | /* #undef HAVE_SYS_SYSLIMITS_H */ |
| 943 | |
| 944 | /* Define to 1 if you have the <sys/timeb.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 945 | #ifndef MAGICKCORE_HAVE_SYS_TIMEB_H |
| 946 | #define MAGICKCORE_HAVE_SYS_TIMEB_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 947 | #endif |
| 948 | |
| 949 | /* Define to 1 if you have the <sys/times.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 950 | #ifndef MAGICKCORE_HAVE_SYS_TIMES_H |
| 951 | #define MAGICKCORE_HAVE_SYS_TIMES_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 952 | #endif |
| 953 | |
| 954 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 955 | #ifndef MAGICKCORE_HAVE_SYS_TIME_H |
| 956 | #define MAGICKCORE_HAVE_SYS_TIME_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 957 | #endif |
| 958 | |
| 959 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 960 | #ifndef MAGICKCORE_HAVE_SYS_TYPES_H |
| 961 | #define MAGICKCORE_HAVE_SYS_TYPES_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 962 | #endif |
| 963 | |
| 964 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 965 | #ifndef MAGICKCORE_HAVE_SYS_WAIT_H |
| 966 | #define MAGICKCORE_HAVE_SYS_WAIT_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 967 | #endif |
| 968 | |
| 969 | /* Define to 1 if you have the `telldir' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 970 | #ifndef MAGICKCORE_HAVE_TELLDIR |
| 971 | #define MAGICKCORE_HAVE_TELLDIR 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 972 | #endif |
| 973 | |
| 974 | /* Define to 1 if you have the `tempnam' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 975 | #ifndef MAGICKCORE_HAVE_TEMPNAM |
| 976 | #define MAGICKCORE_HAVE_TEMPNAM 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 977 | #endif |
| 978 | |
| 979 | /* Define to 1 if you have the <tiffconf.h> header file. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 980 | #ifndef MAGICKCORE_HAVE_TIFFCONF_H |
| 981 | #define MAGICKCORE_HAVE_TIFFCONF_H 1 |
| 982 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 983 | |
| cristy | 3f590e5 | 2011-11-14 14:29:44 +0000 | [diff] [blame] | 984 | /* Define to 1 if you have the `TIFFIsBigEndian' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 985 | #ifndef MAGICKCORE_HAVE_TIFFISBIGENDIAN |
| 986 | #define MAGICKCORE_HAVE_TIFFISBIGENDIAN 1 |
| 987 | #endif |
| cristy | 3f590e5 | 2011-11-14 14:29:44 +0000 | [diff] [blame] | 988 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 989 | /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 990 | #ifndef MAGICKCORE_HAVE_TIFFISCODECCONFIGURED |
| 991 | #define MAGICKCORE_HAVE_TIFFISCODECCONFIGURED 1 |
| 992 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 993 | |
| 994 | /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 995 | #ifndef MAGICKCORE_HAVE_TIFFMERGEFIELDINFO |
| 996 | #define MAGICKCORE_HAVE_TIFFMERGEFIELDINFO 1 |
| 997 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 998 | |
| 999 | /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1000 | #ifndef MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY |
| 1001 | #define MAGICKCORE_HAVE_TIFFREADEXIFDIRECTORY 1 |
| 1002 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1003 | |
| 1004 | /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1005 | #ifndef MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT |
| 1006 | #define MAGICKCORE_HAVE_TIFFSETERRORHANDLEREXT 1 |
| 1007 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1008 | |
| 1009 | /* Define to 1 if you have the `TIFFSetTagExtender' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1010 | #ifndef MAGICKCORE_HAVE_TIFFSETTAGEXTENDER |
| 1011 | #define MAGICKCORE_HAVE_TIFFSETTAGEXTENDER 1 |
| 1012 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1013 | |
| 1014 | /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1015 | #ifndef MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT |
| 1016 | #define MAGICKCORE_HAVE_TIFFSETWARNINGHANDLEREXT 1 |
| 1017 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1018 | |
| 1019 | /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1020 | #ifndef MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES |
| 1021 | #define MAGICKCORE_HAVE_TIFFSWABARRAYOFTRIPLES 1 |
| 1022 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1023 | |
| 1024 | /* Define to 1 if you have the `times' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1025 | #ifndef MAGICKCORE_HAVE_TIMES |
| 1026 | #define MAGICKCORE_HAVE_TIMES 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1027 | #endif |
| 1028 | |
| cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 1029 | /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use |
| 1030 | `HAVE_STRUCT_TM_TM_ZONE' instead. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1031 | #ifndef MAGICKCORE_HAVE_TM_ZONE |
| 1032 | #define MAGICKCORE_HAVE_TM_ZONE 1 |
| 1033 | #endif |
| cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 1034 | |
| 1035 | /* Define to 1 if you don't have `tm_zone' but do have the external array |
| 1036 | `tzname'. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1037 | /* #undef HAVE_TZNAME */ |
| cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 1038 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1039 | /* Define to 1 if the system has the type `uintmax_t'. */ |
| 1040 | #ifndef MAGICKCORE_HAVE_UINTMAX_T |
| 1041 | #define MAGICKCORE_HAVE_UINTMAX_T 1 |
| 1042 | #endif |
| 1043 | |
| 1044 | /* Define to 1 if the system has the type `uintptr_t'. */ |
| 1045 | #ifndef MAGICKCORE_HAVE_UINTPTR_T |
| 1046 | #define MAGICKCORE_HAVE_UINTPTR_T 1 |
| 1047 | #endif |
| 1048 | |
| cristy | c5baf4f | 2010-08-31 15:05:33 +0000 | [diff] [blame] | 1049 | /* Define to 1 if you have the `ulltostr' function. */ |
| 1050 | /* #undef HAVE_ULLTOSTR */ |
| 1051 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1052 | /* Define to 1 if you have the <unistd.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1053 | #ifndef MAGICKCORE_HAVE_UNISTD_H |
| 1054 | #define MAGICKCORE_HAVE_UNISTD_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1055 | #endif |
| 1056 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1057 | /* Define to 1 if the system has the type `unsigned long long int'. */ |
| 1058 | #ifndef MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT |
| 1059 | #define MAGICKCORE_HAVE_UNSIGNED_LONG_LONG_INT 1 |
| 1060 | #endif |
| 1061 | |
| cristy | a20c904 | 2011-05-19 13:22:18 +0000 | [diff] [blame] | 1062 | /* Define to 1 if you have the `uselocale' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1063 | #ifndef MAGICKCORE_HAVE_USELOCALE |
| 1064 | #define MAGICKCORE_HAVE_USELOCALE 1 |
| 1065 | #endif |
| cristy | a20c904 | 2011-05-19 13:22:18 +0000 | [diff] [blame] | 1066 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1067 | /* Define to 1 if you have the `usleep' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1068 | #ifndef MAGICKCORE_HAVE_USLEEP |
| 1069 | #define MAGICKCORE_HAVE_USLEEP 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1070 | #endif |
| 1071 | |
| cristy | f1440cb | 2010-02-23 02:24:21 +0000 | [diff] [blame] | 1072 | /* Define to 1 if you have the `utime' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1073 | #ifndef MAGICKCORE_HAVE_UTIME |
| 1074 | #define MAGICKCORE_HAVE_UTIME 1 |
| cristy | f1440cb | 2010-02-23 02:24:21 +0000 | [diff] [blame] | 1075 | #endif |
| 1076 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1077 | /* Define to 1 if you have the `vfork' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1078 | #ifndef MAGICKCORE_HAVE_VFORK |
| 1079 | #define MAGICKCORE_HAVE_VFORK 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1080 | #endif |
| 1081 | |
| 1082 | /* Define to 1 if you have the <vfork.h> header file. */ |
| 1083 | /* #undef HAVE_VFORK_H */ |
| 1084 | |
| cristy | 5d0cd95 | 2011-05-19 21:21:41 +0000 | [diff] [blame] | 1085 | /* Define to 1 if you have the `vfprintf' function. */ |
| 1086 | #ifndef MAGICKCORE_HAVE_VFPRINTF |
| 1087 | #define MAGICKCORE_HAVE_VFPRINTF 1 |
| 1088 | #endif |
| 1089 | |
| 1090 | /* Define to 1 if you have the `vfprintf_l' function. */ |
| 1091 | /* #undef HAVE_VFPRINTF_L */ |
| 1092 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1093 | /* Define to 1 if you have the `vprintf' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1094 | #ifndef MAGICKCORE_HAVE_VPRINTF |
| 1095 | #define MAGICKCORE_HAVE_VPRINTF 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1096 | #endif |
| 1097 | |
| 1098 | /* Define to 1 if you have the `vsnprintf' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1099 | #ifndef MAGICKCORE_HAVE_VSNPRINTF |
| 1100 | #define MAGICKCORE_HAVE_VSNPRINTF 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1101 | #endif |
| 1102 | |
| cristy | b51dff5 | 2011-05-19 16:55:47 +0000 | [diff] [blame] | 1103 | /* Define to 1 if you have the `vsnprintf_l' function. */ |
| 1104 | /* #undef HAVE_VSNPRINTF_L */ |
| 1105 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1106 | /* Define to 1 if you have the `vsprintf' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1107 | #ifndef MAGICKCORE_HAVE_VSPRINTF |
| 1108 | #define MAGICKCORE_HAVE_VSPRINTF 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1109 | #endif |
| 1110 | |
| 1111 | /* Define to 1 if you have the `waitpid' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1112 | #ifndef MAGICKCORE_HAVE_WAITPID |
| 1113 | #define MAGICKCORE_HAVE_WAITPID 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1114 | #endif |
| 1115 | |
| 1116 | /* Define to 1 if you have the <wchar.h> header file. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1117 | #ifndef MAGICKCORE_HAVE_WCHAR_H |
| 1118 | #define MAGICKCORE_HAVE_WCHAR_H 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1119 | #endif |
| 1120 | |
| cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 1121 | /* Define to 1 if you have the <windows.h> header file. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1122 | /* #undef HAVE_WINDOWS_H */ |
| cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 1123 | |
| cristy | 739df91 | 2009-10-24 16:10:18 +0000 | [diff] [blame] | 1124 | /* This value is set to 1 to indicate that the system argz facility works */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1125 | #ifndef MAGICKCORE_HAVE_WORKING_ARGZ |
| 1126 | #define MAGICKCORE_HAVE_WORKING_ARGZ 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1127 | #endif |
| 1128 | |
| 1129 | /* Define to 1 if `fork' works. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1130 | #ifndef MAGICKCORE_HAVE_WORKING_FORK |
| 1131 | #define MAGICKCORE_HAVE_WORKING_FORK 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1132 | #endif |
| 1133 | |
| 1134 | /* Define to 1 if `vfork' works. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1135 | #ifndef MAGICKCORE_HAVE_WORKING_VFORK |
| 1136 | #define MAGICKCORE_HAVE_WORKING_VFORK 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1137 | #endif |
| 1138 | |
| cristy | a8549b1 | 2011-05-18 19:05:08 +0000 | [diff] [blame] | 1139 | /* Define to 1 if you have the <xlocale.h> header file. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1140 | #ifndef MAGICKCORE_HAVE_XLOCALE_H |
| 1141 | #define MAGICKCORE_HAVE_XLOCALE_H 1 |
| 1142 | #endif |
| cristy | a8549b1 | 2011-05-18 19:05:08 +0000 | [diff] [blame] | 1143 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1144 | /* Define to 1 if the system has the type `_Bool'. */ |
| cristy | f7dc44c | 2011-07-20 14:41:15 +0000 | [diff] [blame] | 1145 | #ifndef MAGICKCORE_HAVE__BOOL |
| 1146 | #define MAGICKCORE_HAVE__BOOL 1 |
| 1147 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1148 | |
| 1149 | /* Define to 1 if you have the `_exit' function. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1150 | #ifndef MAGICKCORE_HAVE__EXIT |
| 1151 | #define MAGICKCORE_HAVE__EXIT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1152 | #endif |
| 1153 | |
| 1154 | /* Define to 1 if you have the `_NSGetExecutablePath' function. */ |
| 1155 | /* #undef HAVE__NSGETEXECUTABLEPATH */ |
| 1156 | |
| 1157 | /* Define to 1 if you have the `_pclose' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1158 | /* #undef HAVE__PCLOSE */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1159 | |
| 1160 | /* Define to 1 if you have the `_popen' function. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1161 | /* #undef HAVE__POPEN */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1162 | |
| 1163 | /* Define to 1 if you have the `_wfopen' function. */ |
| 1164 | /* #undef HAVE__WFOPEN */ |
| 1165 | |
| 1166 | /* Define to 1 if you have the `_wstat' function. */ |
| 1167 | /* #undef HAVE__WSTAT */ |
| 1168 | |
| cristy | 92703d8 | 2010-04-26 00:18:18 +0000 | [diff] [blame] | 1169 | /* define if your compiler has __attribute__ */ |
| 1170 | #ifndef MAGICKCORE_HAVE___ATTRIBUTE__ |
| 1171 | #define MAGICKCORE_HAVE___ATTRIBUTE__ 1 |
| 1172 | #endif |
| 1173 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1174 | /* accurately represent the wide range of intensity levels in real scenes */ |
| cristy | ae56d44 | 2011-05-10 21:10:20 +0000 | [diff] [blame] | 1175 | /* #undef HDRI_SUPPORT */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1176 | |
| 1177 | /* Define if you have umem memory allocation library */ |
| 1178 | /* #undef HasUMEM */ |
| 1179 | |
| cristy | 2a11bef | 2011-10-28 18:33:11 +0000 | [diff] [blame] | 1180 | /* Directory where ImageMagick headers live. */ |
| 1181 | #ifndef MAGICKCORE_INCLUDE_PATH |
| 1182 | #define MAGICKCORE_INCLUDE_PATH "/usr/local/include/ImageMagick/" |
| cristy | 0151ae1 | 2011-10-28 16:32:29 +0000 | [diff] [blame] | 1183 | #endif |
| 1184 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1185 | /* ImageMagick is formally installed under prefix */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1186 | #ifndef MAGICKCORE_INSTALLED_SUPPORT |
| 1187 | #define MAGICKCORE_INSTALLED_SUPPORT 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1188 | #endif |
| 1189 | |
| 1190 | /* Define if you have JBIG library */ |
| cristy | 55d6880 | 2012-04-25 22:01:06 +0000 | [diff] [blame] | 1191 | /* #undef JBIG_DELEGATE */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1192 | |
| 1193 | /* Define if you have JPEG version 2 "Jasper" library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1194 | #ifndef MAGICKCORE_JP2_DELEGATE |
| 1195 | #define MAGICKCORE_JP2_DELEGATE 1 |
| 1196 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1197 | |
| 1198 | /* Define if you have JPEG library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1199 | #ifndef MAGICKCORE_JPEG_DELEGATE |
| 1200 | #define MAGICKCORE_JPEG_DELEGATE 1 |
| 1201 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1202 | |
| cristy | 7120340 | 2010-06-18 13:12:03 +0000 | [diff] [blame] | 1203 | /* Define if you have LCMS (v1.11 or later) library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1204 | #ifndef MAGICKCORE_LCMS_DELEGATE |
| 1205 | #define MAGICKCORE_LCMS_DELEGATE 1 |
| 1206 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1207 | |
| 1208 | /* Directory where architecture-dependent files live. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1209 | #ifndef MAGICKCORE_LIBRARY_PATH |
| cristy | 4a3e215 | 2011-07-02 00:59:04 +0000 | [diff] [blame] | 1210 | #define MAGICKCORE_LIBRARY_PATH "/usr/local/lib/ImageMagick-7.0.0/" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1211 | #endif |
| 1212 | |
| 1213 | /* Subdirectory of lib where ImageMagick architecture dependent files are |
| 1214 | installed */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1215 | #ifndef MAGICKCORE_LIBRARY_RELATIVE_PATH |
| cristy | 4a3e215 | 2011-07-02 00:59:04 +0000 | [diff] [blame] | 1216 | #define MAGICKCORE_LIBRARY_RELATIVE_PATH "ImageMagick-7.0.0" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1217 | #endif |
| 1218 | |
| 1219 | /* Define if you have LQR library */ |
| cristy | ceb488f | 2012-03-22 10:58:48 +0000 | [diff] [blame] | 1220 | /* #undef LQR_DELEGATE */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1221 | |
| 1222 | /* Define if using libltdl to support dynamically loadable modules */ |
| cristy | 7b4457a | 2011-10-25 01:18:30 +0000 | [diff] [blame] | 1223 | #ifndef MAGICKCORE_LTDL_DELEGATE |
| 1224 | #define MAGICKCORE_LTDL_DELEGATE 1 |
| 1225 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1226 | |
| 1227 | /* Define if the OS needs help to load dependent libraries for dlopen(). */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1228 | /* #undef LTDL_DLOPEN_DEPLIBS */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1229 | |
| 1230 | /* Define to the system default library search path. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1231 | #ifndef MAGICKCORE_LT_DLSEARCH_PATH |
| cristy | 55d6880 | 2012-04-25 22:01:06 +0000 | [diff] [blame] | 1232 | #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/nvidia:/usr/lib64/qt-3.3/lib:/usr/lib64/tcl8.5/tclx8.4:/usr/lib64/tcl8.5:/usr/lib64/tracker-0.14:/usr/lib/wine/:/usr/lib64/wine/:/usr/lib64/xulrunner-2" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1233 | #endif |
| 1234 | |
| 1235 | /* The archive extension */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1236 | #ifndef MAGICKCORE_LT_LIBEXT |
| 1237 | #define MAGICKCORE_LT_LIBEXT "a" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1238 | #endif |
| 1239 | |
| cristy | da16f16 | 2011-02-19 23:52:17 +0000 | [diff] [blame] | 1240 | /* The archive prefix */ |
| 1241 | #ifndef MAGICKCORE_LT_LIBPREFIX |
| 1242 | #define MAGICKCORE_LT_LIBPREFIX "lib" |
| 1243 | #endif |
| 1244 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1245 | /* Define to the extension used for runtime loadable modules, say, ".so". */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1246 | #ifndef MAGICKCORE_LT_MODULE_EXT |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1247 | #define MAGICKCORE_LT_MODULE_EXT ".so" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1248 | #endif |
| 1249 | |
| 1250 | /* Define to the name of the environment variable that determines the run-time |
| 1251 | module search path. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1252 | #ifndef MAGICKCORE_LT_MODULE_PATH_VAR |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1253 | #define MAGICKCORE_LT_MODULE_PATH_VAR "LD_LIBRARY_PATH" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1254 | #endif |
| 1255 | |
| 1256 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 1257 | */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1258 | #ifndef MAGICKCORE_LT_OBJDIR |
| 1259 | #define MAGICKCORE_LT_OBJDIR ".libs/" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1260 | #endif |
| 1261 | |
| cristy | 99bd523 | 2011-12-07 14:38:20 +0000 | [diff] [blame] | 1262 | /* Define to the shared library suffix, say, ".dylib". */ |
| 1263 | /* #undef LT_SHARED_EXT */ |
| 1264 | |
| cristy | 3f590e5 | 2011-11-14 14:29:44 +0000 | [diff] [blame] | 1265 | /* Define if you have LZMA library */ |
| cristy | 55d6880 | 2012-04-25 22:01:06 +0000 | [diff] [blame] | 1266 | #ifndef MAGICKCORE_LZMA_DELEGATE |
| 1267 | #define MAGICKCORE_LZMA_DELEGATE 1 |
| 1268 | #endif |
| cristy | fbb0ef0 | 2010-12-19 02:32:11 +0000 | [diff] [blame] | 1269 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1270 | /* Define to prepend to default font search path. */ |
| 1271 | /* #undef MAGICK_FONT_PATH */ |
| 1272 | |
| 1273 | /* Magick API method prefix */ |
| 1274 | /* #undef NAMESPACE_PREFIX */ |
| 1275 | |
| cristy | a0b81c3 | 2010-01-22 02:54:33 +0000 | [diff] [blame] | 1276 | /* Define to 1 if assertions should be disabled. */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1277 | /* #undef NDEBUG */ |
| 1278 | |
| 1279 | /* Define if dlsym() requires a leading underscore in symbol names. */ |
| 1280 | /* #undef NEED_USCORE */ |
| 1281 | |
| 1282 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 1283 | /* #undef NO_MINUS_C_MINUS_O */ |
| 1284 | |
| 1285 | /* Define if you have OPENEXR library */ |
| cristy | 380a11c | 2012-06-02 15:15:22 +0000 | [diff] [blame^] | 1286 | #ifndef MAGICKCORE_OPENEXR_DELEGATE |
| 1287 | #define MAGICKCORE_OPENEXR_DELEGATE 1 |
| 1288 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1289 | |
| cristy | a448bd2 | 2011-10-14 12:38:13 +0000 | [diff] [blame] | 1290 | /* Name of package */ |
| 1291 | #ifndef MAGICKCORE_PACKAGE |
| cristy | 09b53e1 | 2011-10-14 12:47:22 +0000 | [diff] [blame] | 1292 | #define MAGICKCORE_PACKAGE "ImageMagick" |
| cristy | a448bd2 | 2011-10-14 12:38:13 +0000 | [diff] [blame] | 1293 | #endif |
| 1294 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1295 | /* Define to the address where bug reports for this package should be sent. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1296 | #ifndef MAGICKCORE_PACKAGE_BUGREPORT |
| 1297 | #define MAGICKCORE_PACKAGE_BUGREPORT "http://www.imagemagick.org" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1298 | #endif |
| 1299 | |
| 1300 | /* Define to the full name of this package. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1301 | #ifndef MAGICKCORE_PACKAGE_NAME |
| 1302 | #define MAGICKCORE_PACKAGE_NAME "ImageMagick" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1303 | #endif |
| 1304 | |
| 1305 | /* Define to the full name and version of this package. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1306 | #ifndef MAGICKCORE_PACKAGE_STRING |
| cristy | 29eb34e | 2011-10-16 00:46:08 +0000 | [diff] [blame] | 1307 | #define MAGICKCORE_PACKAGE_STRING "ImageMagick 7.0.0-0" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1308 | #endif |
| 1309 | |
| 1310 | /* Define to the one symbol short name of this package. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1311 | #ifndef MAGICKCORE_PACKAGE_TARNAME |
| cristy | 09b53e1 | 2011-10-14 12:47:22 +0000 | [diff] [blame] | 1312 | #define MAGICKCORE_PACKAGE_TARNAME "ImageMagick" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1313 | #endif |
| 1314 | |
| cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 1315 | /* Define to the home page for this package. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1316 | #ifndef MAGICKCORE_PACKAGE_URL |
| 1317 | #define MAGICKCORE_PACKAGE_URL "" |
| cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 1318 | #endif |
| 1319 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1320 | /* Define to the version of this package. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1321 | #ifndef MAGICKCORE_PACKAGE_VERSION |
| cristy | 29eb34e | 2011-10-16 00:46:08 +0000 | [diff] [blame] | 1322 | #define MAGICKCORE_PACKAGE_VERSION "7.0.0-0" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1323 | #endif |
| 1324 | |
| cristy | a054b76 | 2012-03-26 23:16:00 +0000 | [diff] [blame] | 1325 | /* Define if you have PANGOCAIRO library */ |
| 1326 | #ifndef MAGICKCORE_PANGOCAIRO_DELEGATE |
| 1327 | #define MAGICKCORE_PANGOCAIRO_DELEGATE 1 |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1328 | #endif |
| cristy | 41cbe8a | 2011-10-27 01:35:18 +0000 | [diff] [blame] | 1329 | |
| 1330 | /* Define if you have PANGO library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1331 | #ifndef MAGICKCORE_PANGO_DELEGATE |
| 1332 | #define MAGICKCORE_PANGO_DELEGATE 1 |
| 1333 | #endif |
| cristy | 41cbe8a | 2011-10-27 01:35:18 +0000 | [diff] [blame] | 1334 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1335 | /* Define if you have PNG library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1336 | #ifndef MAGICKCORE_PNG_DELEGATE |
| 1337 | #define MAGICKCORE_PNG_DELEGATE 1 |
| 1338 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1339 | |
| 1340 | /* Define to necessary symbol if this constant uses a non-standard name on |
| 1341 | your system. */ |
| 1342 | /* #undef PTHREAD_CREATE_JOINABLE */ |
| 1343 | |
| 1344 | /* Pixel cache threshold in MB (defaults to available memory) */ |
| 1345 | /* #undef PixelCacheThreshold */ |
| 1346 | |
| 1347 | /* Number of bits in a pixel Quantum (8/16/32/64) */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1348 | #ifndef MAGICKCORE_QUANTUM_DEPTH |
| cristy | 71f59e0 | 2010-09-19 22:52:17 +0000 | [diff] [blame] | 1349 | #define MAGICKCORE_QUANTUM_DEPTH 16 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1350 | #endif |
| 1351 | |
| 1352 | /* Define as the return type of signal handlers (`int' or `void'). */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1353 | #ifndef MAGICKCORE_RETSIGTYPE |
| 1354 | #define MAGICKCORE_RETSIGTYPE void |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1355 | #endif |
| 1356 | |
| 1357 | /* Define if you have RSVG library */ |
| cristy | 55d6880 | 2012-04-25 22:01:06 +0000 | [diff] [blame] | 1358 | /* #undef RSVG_DELEGATE */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1359 | |
| 1360 | /* Define to the type of arg 1 for `select'. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1361 | #ifndef MAGICKCORE_SELECT_TYPE_ARG1 |
| 1362 | #define MAGICKCORE_SELECT_TYPE_ARG1 int |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1363 | #endif |
| 1364 | |
| 1365 | /* Define to the type of args 2, 3 and 4 for `select'. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1366 | #ifndef MAGICKCORE_SELECT_TYPE_ARG234 |
| 1367 | #define MAGICKCORE_SELECT_TYPE_ARG234 (fd_set *) |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1368 | #endif |
| 1369 | |
| 1370 | /* Define to the type of arg 5 for `select'. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1371 | #ifndef MAGICKCORE_SELECT_TYPE_ARG5 |
| 1372 | #define MAGICKCORE_SELECT_TYPE_ARG5 (struct timeval *) |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1373 | #endif |
| 1374 | |
| 1375 | /* Directory where architecture-independent configuration files live. */ |
| cristy | 670aa3c | 2011-11-03 00:54:00 +0000 | [diff] [blame] | 1376 | #ifndef MAGICKCORE_SHAREARCH_PATH |
| cristy | 408ebcd | 2011-11-14 01:36:57 +0000 | [diff] [blame] | 1377 | #define MAGICKCORE_SHAREARCH_PATH "/usr/local/lib/ImageMagick-7.0.0/config/" |
| cristy | 670aa3c | 2011-11-03 00:54:00 +0000 | [diff] [blame] | 1378 | #endif |
| 1379 | |
| 1380 | /* Subdirectory of lib where architecture-independent configuration files |
| 1381 | live. */ |
| 1382 | #ifndef MAGICKCORE_SHAREARCH_RELATIVE_PATH |
| cristy | 408ebcd | 2011-11-14 01:36:57 +0000 | [diff] [blame] | 1383 | #define MAGICKCORE_SHAREARCH_RELATIVE_PATH "ImageMagick-7.0.0/config" |
| cristy | 670aa3c | 2011-11-03 00:54:00 +0000 | [diff] [blame] | 1384 | #endif |
| 1385 | |
| 1386 | /* Directory where architecture-independent configuration files live. */ |
| cristy | 4f82071 | 2011-04-01 12:35:43 +0000 | [diff] [blame] | 1387 | #ifndef MAGICKCORE_SHARE_PATH |
| cristy | 4a3e215 | 2011-07-02 00:59:04 +0000 | [diff] [blame] | 1388 | #define MAGICKCORE_SHARE_PATH "/usr/local/share/ImageMagick-7.0.0/" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1389 | #endif |
| 1390 | |
| 1391 | /* Subdirectory of lib where architecture-independent configuration files |
| 1392 | live. */ |
| cristy | 4f82071 | 2011-04-01 12:35:43 +0000 | [diff] [blame] | 1393 | #ifndef MAGICKCORE_SHARE_RELATIVE_PATH |
| cristy | 4a3e215 | 2011-07-02 00:59:04 +0000 | [diff] [blame] | 1394 | #define MAGICKCORE_SHARE_RELATIVE_PATH "ImageMagick-7.0.0" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1395 | #endif |
| 1396 | |
| 1397 | /* The size of `off_t', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1398 | #ifndef MAGICKCORE_SIZEOF_OFF_T |
| 1399 | #define MAGICKCORE_SIZEOF_OFF_T 8 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1400 | #endif |
| 1401 | |
| 1402 | /* The size of `signed int', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1403 | #ifndef MAGICKCORE_SIZEOF_SIGNED_INT |
| 1404 | #define MAGICKCORE_SIZEOF_SIGNED_INT 4 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1405 | #endif |
| 1406 | |
| 1407 | /* The size of `signed long', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1408 | #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1409 | #define MAGICKCORE_SIZEOF_SIGNED_LONG 8 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1410 | #endif |
| 1411 | |
| 1412 | /* The size of `signed long long', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1413 | #ifndef MAGICKCORE_SIZEOF_SIGNED_LONG_LONG |
| 1414 | #define MAGICKCORE_SIZEOF_SIGNED_LONG_LONG 8 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1415 | #endif |
| 1416 | |
| 1417 | /* The size of `signed short', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1418 | #ifndef MAGICKCORE_SIZEOF_SIGNED_SHORT |
| 1419 | #define MAGICKCORE_SIZEOF_SIGNED_SHORT 2 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1420 | #endif |
| 1421 | |
| 1422 | /* The size of `size_t', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1423 | #ifndef MAGICKCORE_SIZEOF_SIZE_T |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1424 | #define MAGICKCORE_SIZEOF_SIZE_T 8 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1425 | #endif |
| 1426 | |
| cristy | 330e935 | 2010-06-01 18:42:49 +0000 | [diff] [blame] | 1427 | /* The size of `ssize_t', as computed by sizeof. */ |
| 1428 | #ifndef MAGICKCORE_SIZEOF_SSIZE_T |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1429 | #define MAGICKCORE_SIZEOF_SSIZE_T 8 |
| cristy | 330e935 | 2010-06-01 18:42:49 +0000 | [diff] [blame] | 1430 | #endif |
| 1431 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1432 | /* The size of `unsigned int', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1433 | #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INT |
| 1434 | #define MAGICKCORE_SIZEOF_UNSIGNED_INT 4 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1435 | #endif |
| 1436 | |
| 1437 | /* The size of `unsigned int*', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1438 | #ifndef MAGICKCORE_SIZEOF_UNSIGNED_INTP |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1439 | #define MAGICKCORE_SIZEOF_UNSIGNED_INTP 8 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1440 | #endif |
| 1441 | |
| 1442 | /* The size of `unsigned long', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1443 | #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1444 | #define MAGICKCORE_SIZEOF_UNSIGNED_LONG 8 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1445 | #endif |
| 1446 | |
| 1447 | /* The size of `unsigned long long', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1448 | #ifndef MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG |
| 1449 | #define MAGICKCORE_SIZEOF_UNSIGNED_LONG_LONG 8 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1450 | #endif |
| 1451 | |
| 1452 | /* The size of `unsigned short', as computed by sizeof. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1453 | #ifndef MAGICKCORE_SIZEOF_UNSIGNED_SHORT |
| 1454 | #define MAGICKCORE_SIZEOF_UNSIGNED_SHORT 2 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1455 | #endif |
| 1456 | |
| 1457 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ |
| 1458 | /* #undef STAT_MACROS_BROKEN */ |
| 1459 | |
| 1460 | /* Define to 1 if you have the ANSI C header files. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1461 | #ifndef MAGICKCORE_STDC_HEADERS |
| 1462 | #define MAGICKCORE_STDC_HEADERS 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1463 | #endif |
| 1464 | |
| cristy | 7d4a1d6 | 2011-10-13 15:54:12 +0000 | [diff] [blame] | 1465 | /* Define to 1 if strerror_r returns char *. */ |
| 1466 | #ifndef MAGICKCORE_STRERROR_R_CHAR_P |
| 1467 | #define MAGICKCORE_STRERROR_R_CHAR_P 1 |
| 1468 | #endif |
| 1469 | |
| cristy | 55bf91c | 2010-09-24 00:29:41 +0000 | [diff] [blame] | 1470 | /* Define if you have POSIX threads libraries and header files. */ |
| 1471 | #ifndef MAGICKCORE_THREAD_SUPPORT |
| 1472 | #define MAGICKCORE_THREAD_SUPPORT 1 |
| 1473 | #endif |
| 1474 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1475 | /* Define if you have TIFF library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1476 | #ifndef MAGICKCORE_TIFF_DELEGATE |
| 1477 | #define MAGICKCORE_TIFF_DELEGATE 1 |
| 1478 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1479 | |
| 1480 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1481 | #ifndef MAGICKCORE_TIME_WITH_SYS_TIME |
| 1482 | #define MAGICKCORE_TIME_WITH_SYS_TIME 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1483 | #endif |
| 1484 | |
| 1485 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 1486 | /* #undef TM_IN_SYS_TIME */ |
| 1487 | |
| 1488 | /* Enable extensions on AIX 3, Interix. */ |
| 1489 | #ifndef _ALL_SOURCE |
| 1490 | # define _ALL_SOURCE 1 |
| 1491 | #endif |
| 1492 | /* Enable GNU extensions on systems that have them. */ |
| 1493 | #ifndef _GNU_SOURCE |
| 1494 | # define _GNU_SOURCE 1 |
| 1495 | #endif |
| 1496 | /* Enable threading extensions on Solaris. */ |
| 1497 | #ifndef _POSIX_PTHREAD_SEMANTICS |
| 1498 | # define _POSIX_PTHREAD_SEMANTICS 1 |
| 1499 | #endif |
| 1500 | /* Enable extensions on HP NonStop. */ |
| 1501 | #ifndef _TANDEM_SOURCE |
| 1502 | # define _TANDEM_SOURCE 1 |
| 1503 | #endif |
| 1504 | /* Enable general extensions on Solaris. */ |
| 1505 | #ifndef __EXTENSIONS__ |
| 1506 | # define __EXTENSIONS__ 1 |
| 1507 | #endif |
| 1508 | |
| 1509 | |
| cristy | a448bd2 | 2011-10-14 12:38:13 +0000 | [diff] [blame] | 1510 | /* Version number of package */ |
| 1511 | #ifndef MAGICKCORE_VERSION |
| cristy | 29eb34e | 2011-10-16 00:46:08 +0000 | [diff] [blame] | 1512 | #define MAGICKCORE_VERSION "7.0.0-0" |
| cristy | a448bd2 | 2011-10-14 12:38:13 +0000 | [diff] [blame] | 1513 | #endif |
| 1514 | |
| cristy | b186075 | 2011-03-14 00:27:46 +0000 | [diff] [blame] | 1515 | /* Define if you have WEBP library */ |
| cristy | ceb488f | 2012-03-22 10:58:48 +0000 | [diff] [blame] | 1516 | /* #undef WEBP_DELEGATE */ |
| cristy | b186075 | 2011-03-14 00:27:46 +0000 | [diff] [blame] | 1517 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1518 | /* Define to use the Windows GDI32 library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1519 | /* #undef WINGDI32_DELEGATE */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1520 | |
| 1521 | /* Define if using the dmalloc debugging malloc package */ |
| 1522 | /* #undef WITH_DMALLOC */ |
| 1523 | |
| cristy | 03f7cf9 | 2011-12-15 01:40:41 +0000 | [diff] [blame] | 1524 | /* Define if you have wmflite library */ |
| cristy | ceb488f | 2012-03-22 10:58:48 +0000 | [diff] [blame] | 1525 | /* #undef WMFLITE_DELEGATE */ |
| cristy | 03f7cf9 | 2011-12-15 01:40:41 +0000 | [diff] [blame] | 1526 | |
| 1527 | /* Define if you have wmf library */ |
| cristy | 2542fc6 | 2011-12-06 17:50:25 +0000 | [diff] [blame] | 1528 | /* #undef WMF_DELEGATE */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1529 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1530 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 1531 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 1532 | #if defined AC_APPLE_UNIVERSAL_BUILD |
| 1533 | # if defined __BIG_ENDIAN__ |
| 1534 | # define WORDS_BIGENDIAN 1 |
| 1535 | # endif |
| 1536 | #else |
| 1537 | # ifndef WORDS_BIGENDIAN |
| 1538 | /* # undef WORDS_BIGENDIAN */ |
| 1539 | # endif |
| 1540 | #endif |
| 1541 | |
| 1542 | /* Location of X11 configure files */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1543 | #ifndef MAGICKCORE_X11_CONFIGURE_PATH |
| 1544 | #define MAGICKCORE_X11_CONFIGURE_PATH "" |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1545 | #endif |
| 1546 | |
| 1547 | /* Define if you have X11 library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1548 | #ifndef MAGICKCORE_X11_DELEGATE |
| 1549 | #define MAGICKCORE_X11_DELEGATE 1 |
| 1550 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1551 | |
| 1552 | /* Define if you have XML library */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1553 | #ifndef MAGICKCORE_XML_DELEGATE |
| 1554 | #define MAGICKCORE_XML_DELEGATE 1 |
| 1555 | #endif |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1556 | |
| 1557 | /* Define to 1 if the X Window System is missing or not being used. */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1558 | /* #undef X_DISPLAY_MISSING */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1559 | |
| cristy | 6e3607c | 2011-09-13 13:59:17 +0000 | [diff] [blame] | 1560 | /* Build self-contained, embeddable, zero-configuration ImageMagick */ |
| cristy | bb06a1a | 2012-03-15 00:16:53 +0000 | [diff] [blame] | 1561 | /* #undef ZERO_CONFIGURATION_SUPPORT */ |
| cristy | 6e3607c | 2011-09-13 13:59:17 +0000 | [diff] [blame] | 1562 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1563 | /* Define if you have zlib compression library */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1564 | #ifndef MAGICKCORE_ZLIB_DELEGATE |
| 1565 | #define MAGICKCORE_ZLIB_DELEGATE 1 |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1566 | #endif |
| 1567 | |
| cristy | 14fefe5 | 2012-05-21 00:59:18 +0000 | [diff] [blame] | 1568 | /* Enable large inode numbers on Mac OS X 10.5. */ |
| 1569 | #ifndef _DARWIN_USE_64_BIT_INODE |
| 1570 | # define _DARWIN_USE_64_BIT_INODE 1 |
| 1571 | #endif |
| 1572 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1573 | /* Number of bits in a file offset, on hosts where this is settable. */ |
| cristy | 00e93b4 | 2012-01-18 17:40:03 +0000 | [diff] [blame] | 1574 | /* #undef _FILE_OFFSET_BITS */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1575 | |
| 1576 | /* enable run-time bounds-checking */ |
| 1577 | /* #undef _FORTIFY_SOURCE */ |
| 1578 | |
| 1579 | /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ |
| 1580 | /* #undef _LARGEFILE_SOURCE */ |
| 1581 | |
| 1582 | /* Define for large files, on AIX-style hosts. */ |
| 1583 | /* #undef _LARGE_FILES */ |
| 1584 | |
| 1585 | /* Define to 1 if on MINIX. */ |
| 1586 | /* #undef _MINIX */ |
| 1587 | |
| cristy | 99cc300 | 2010-01-21 14:50:11 +0000 | [diff] [blame] | 1588 | /* Define this for the OpenCL Accelerator */ |
| cristy | 55d6880 | 2012-04-25 22:01:06 +0000 | [diff] [blame] | 1589 | /* #undef _OPENCL */ |
| cristy | 99cc300 | 2010-01-21 14:50:11 +0000 | [diff] [blame] | 1590 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1591 | /* Define to 2 if the system does not provide POSIX.1 features except with |
| 1592 | this defined. */ |
| 1593 | /* #undef _POSIX_1_SOURCE */ |
| 1594 | |
| 1595 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 1596 | /* #undef _POSIX_SOURCE */ |
| 1597 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1598 | /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>, |
| 1599 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 1600 | #define below would cause a syntax error. */ |
| 1601 | /* #undef _UINT32_T */ |
| 1602 | |
| 1603 | /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>, |
| 1604 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 1605 | #define below would cause a syntax error. */ |
| 1606 | /* #undef _UINT64_T */ |
| 1607 | |
| 1608 | /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>, |
| 1609 | <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the |
| 1610 | #define below would cause a syntax error. */ |
| 1611 | /* #undef _UINT8_T */ |
| 1612 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1613 | /* Define to 1 if type `char' is unsigned and you are not using gcc. */ |
| 1614 | #ifndef __CHAR_UNSIGNED__ |
| 1615 | /* # undef __CHAR_UNSIGNED__ */ |
| 1616 | #endif |
| 1617 | |
| 1618 | /* Define so that glibc/gnulib argp.h does not typedef error_t. */ |
| 1619 | /* #undef __error_t_defined */ |
| 1620 | |
| 1621 | /* Define to appropriate substitue if compiler does not have __func__ */ |
| 1622 | /* #undef __func__ */ |
| 1623 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1624 | /* Define to a type to use for `error_t' if it is not otherwise available. */ |
| 1625 | /* #undef error_t */ |
| 1626 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1627 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1628 | /* #undef gid_t */ |
| 1629 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1630 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 1631 | calls it, or to nothing if 'inline' is not supported under any name. */ |
| 1632 | #ifndef __cplusplus |
| cristy | bcbeec8 | 2010-01-22 03:20:31 +0000 | [diff] [blame] | 1633 | /* #undef inline */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1634 | #endif |
| 1635 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1636 | /* Define to the type of a signed integer type of width exactly 16 bits if |
| 1637 | such a type exists and the standard includes do not define it. */ |
| 1638 | /* #undef int16_t */ |
| 1639 | |
| 1640 | /* Define to the type of a signed integer type of width exactly 32 bits if |
| 1641 | such a type exists and the standard includes do not define it. */ |
| 1642 | /* #undef int32_t */ |
| 1643 | |
| 1644 | /* Define to the type of a signed integer type of width exactly 64 bits if |
| 1645 | such a type exists and the standard includes do not define it. */ |
| 1646 | /* #undef int64_t */ |
| 1647 | |
| 1648 | /* Define to the type of a signed integer type of width exactly 8 bits if such |
| 1649 | a type exists and the standard includes do not define it. */ |
| 1650 | /* #undef int8_t */ |
| 1651 | |
| 1652 | /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do |
| 1653 | not define. */ |
| 1654 | /* #undef intmax_t */ |
| 1655 | |
| 1656 | /* Define to the type of a signed integer type wide enough to hold a pointer, |
| 1657 | if such a type exists, and if the system does not define it. */ |
| 1658 | /* #undef intptr_t */ |
| 1659 | |
| 1660 | /* Define to a type if <wchar.h> does not define. */ |
| 1661 | /* #undef mbstate_t */ |
| 1662 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1663 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1664 | /* #undef mode_t */ |
| 1665 | |
| 1666 | /* Define to `long int' if <sys/types.h> does not define. */ |
| 1667 | /* #undef off_t */ |
| 1668 | |
| 1669 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1670 | /* #undef pid_t */ |
| 1671 | |
| 1672 | /* Define to the equivalent of the C99 'restrict' keyword, or to |
| 1673 | nothing if this is not supported. Do not define if restrict is |
| 1674 | supported directly. */ |
| cristy | 964cb7f | 2010-04-25 23:18:00 +0000 | [diff] [blame] | 1675 | #ifndef _magickcore_restrict |
| 1676 | #define _magickcore_restrict __restrict |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1677 | #endif |
| cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 1678 | /* Work around a bug in Sun C++: it does not support _Restrict or |
| 1679 | __restrict__, even though the corresponding Sun C compiler ends up with |
| 1680 | "#define restrict _Restrict" or "#define restrict __restrict__" in the |
| 1681 | previous line. Perhaps some future version of Sun C++ will work with |
| 1682 | restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1683 | #if defined __SUNPRO_CC && !defined __RESTRICT |
| 1684 | # define _Restrict |
| cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 1685 | # define __restrict__ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1686 | #endif |
| 1687 | |
| 1688 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 1689 | /* #undef size_t */ |
| 1690 | |
| 1691 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1692 | /* #undef ssize_t */ |
| 1693 | |
| cristy | 501c804 | 2011-05-26 17:46:28 +0000 | [diff] [blame] | 1694 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1695 | /* #undef uid_t */ |
| 1696 | |
| 1697 | /* Define to the type of an unsigned integer type of width exactly 16 bits if |
| 1698 | such a type exists and the standard includes do not define it. */ |
| 1699 | /* #undef uint16_t */ |
| 1700 | |
| 1701 | /* Define to the type of an unsigned integer type of width exactly 32 bits if |
| 1702 | such a type exists and the standard includes do not define it. */ |
| 1703 | /* #undef uint32_t */ |
| 1704 | |
| 1705 | /* Define to the type of an unsigned integer type of width exactly 64 bits if |
| 1706 | such a type exists and the standard includes do not define it. */ |
| 1707 | /* #undef uint64_t */ |
| 1708 | |
| 1709 | /* Define to the type of an unsigned integer type of width exactly 8 bits if |
| 1710 | such a type exists and the standard includes do not define it. */ |
| 1711 | /* #undef uint8_t */ |
| 1712 | |
| 1713 | /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h> |
| 1714 | do not define. */ |
| 1715 | /* #undef uintmax_t */ |
| 1716 | |
| 1717 | /* Define to the type of an unsigned integer type wide enough to hold a |
| 1718 | pointer, if such a type exists, and if the system does not define it. */ |
| 1719 | /* #undef uintptr_t */ |
| 1720 | |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1721 | /* Define as `fork' if `vfork' does not work. */ |
| 1722 | /* #undef vfork */ |
| 1723 | |
| 1724 | /* Define to empty if the keyword `volatile' does not work. Warning: valid |
| 1725 | code using `volatile' can become incorrect without. Disable with care. */ |
| 1726 | /* #undef volatile */ |
| 1727 | |
| cristy | 4c08aed | 2011-07-01 19:47:50 +0000 | [diff] [blame] | 1728 | /* once: _MAGICKCORE_MAGICK_CONFIG_H */ |
| cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1729 | #endif |