cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1 | /* config/config.h.in. Generated from configure.ac by autoheader. */ |
| 2 | |
| 3 | /* Define if building universal (internal helper macro) */ |
| 4 | #undef AC_APPLE_UNIVERSAL_BUILD |
| 5 | |
| 6 | /* Define if you have AUTOTRACE library */ |
| 7 | #undef AUTOTRACE_DELEGATE |
| 8 | |
| 9 | /* Define if coders and filters are to be built as modules. */ |
| 10 | #undef BUILD_MODULES |
| 11 | |
| 12 | /* Define if you have the bzip2 library */ |
| 13 | #undef BZLIB_DELEGATE |
| 14 | |
| 15 | /* Define if you have CAIRO library */ |
| 16 | #undef CAIRO_DELEGATE |
| 17 | |
| 18 | /* permit enciphering and deciphering image pixels */ |
| 19 | #undef CIPHER_SUPPORT |
| 20 | |
| 21 | /* Define to 1 if the `closedir' function returns void instead of `int'. */ |
| 22 | #undef CLOSEDIR_VOID |
| 23 | |
| 24 | /* Location of coder modules */ |
| 25 | #undef CODER_PATH |
| 26 | |
| 27 | /* Subdirectory of lib where coder modules are installed */ |
| 28 | #undef CODER_RELATIVE_PATH |
| 29 | |
| 30 | /* Directory where architecture-dependent configuration files live. */ |
| 31 | #undef CONFIGURE_PATH |
| 32 | |
| 33 | /* Subdirectory of lib where architecture-dependent configuration files live. |
| 34 | */ |
| 35 | #undef CONFIGURE_RELATIVE_PATH |
| 36 | |
| 37 | /* Define if you have DJVU library */ |
| 38 | #undef DJVU_DELEGATE |
| 39 | |
| 40 | /* Directory where ImageMagick documents live. */ |
| 41 | #undef DOCUMENTATION_PATH |
| 42 | |
| 43 | /* Define if you have Display Postscript */ |
| 44 | #undef DPS_DELEGATE |
| 45 | |
cristy | 161b926 | 2010-03-20 19:34:32 +0000 | [diff] [blame] | 46 | /* Build self-contained, embeddable, zero-configuration ImageMagick */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 47 | #undef EMBEDDABLE_SUPPORT |
| 48 | |
| 49 | /* exclude deprecated methods in MagickCore API */ |
| 50 | #undef EXCLUDE_DEPRECATED |
| 51 | |
| 52 | /* Directory where executables are installed. */ |
| 53 | #undef EXECUTABLE_PATH |
| 54 | |
| 55 | /* Define if you have FFTW library */ |
| 56 | #undef FFTW_DELEGATE |
| 57 | |
| 58 | /* Location of filter modules */ |
| 59 | #undef FILTER_PATH |
| 60 | |
| 61 | /* Subdirectory of lib where filter modules are installed */ |
| 62 | #undef FILTER_RELATIVE_PATH |
| 63 | |
| 64 | /* Define if you have FONTCONFIG library */ |
| 65 | #undef FONTCONFIG_DELEGATE |
| 66 | |
| 67 | /* Define if you have FlashPIX library */ |
| 68 | #undef FPX_DELEGATE |
| 69 | |
| 70 | /* Define if you have FreeType (TrueType font) library */ |
| 71 | #undef FREETYPE_DELEGATE |
| 72 | |
| 73 | /* Define if you have Ghostscript library or framework */ |
| 74 | #undef GS_DELEGATE |
| 75 | |
| 76 | /* Define if you have GVC library */ |
| 77 | #undef GVC_DELEGATE |
| 78 | |
| 79 | /* Define to 1 if you have the `argz_add' function. */ |
| 80 | #undef HAVE_ARGZ_ADD |
| 81 | |
| 82 | /* Define to 1 if you have the `argz_append' function. */ |
| 83 | #undef HAVE_ARGZ_APPEND |
| 84 | |
| 85 | /* Define to 1 if you have the `argz_count' function. */ |
| 86 | #undef HAVE_ARGZ_COUNT |
| 87 | |
| 88 | /* Define to 1 if you have the `argz_create_sep' function. */ |
| 89 | #undef HAVE_ARGZ_CREATE_SEP |
| 90 | |
| 91 | /* Define to 1 if you have the <argz.h> header file. */ |
| 92 | #undef HAVE_ARGZ_H |
| 93 | |
| 94 | /* Define to 1 if you have the `argz_insert' function. */ |
| 95 | #undef HAVE_ARGZ_INSERT |
| 96 | |
| 97 | /* Define to 1 if you have the `argz_next' function. */ |
| 98 | #undef HAVE_ARGZ_NEXT |
| 99 | |
| 100 | /* Define to 1 if you have the `argz_stringify' function. */ |
| 101 | #undef HAVE_ARGZ_STRINGIFY |
| 102 | |
| 103 | /* Define to 1 if you have the <arm/limits.h> header file. */ |
| 104 | #undef HAVE_ARM_LIMITS_H |
| 105 | |
| 106 | /* Define to 1 if you have the `atexit' function. */ |
| 107 | #undef HAVE_ATEXIT |
| 108 | |
| 109 | /* define if bool is a built-in type */ |
| 110 | #undef HAVE_BOOL |
| 111 | |
cristy | 56ed31c | 2010-03-22 00:46:21 +0000 | [diff] [blame] | 112 | /* Define to 1 if you have the `cimag' function. */ |
| 113 | #undef HAVE_CIMAG |
| 114 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 115 | /* Define to 1 if you have the `clock' function. */ |
| 116 | #undef HAVE_CLOCK |
| 117 | |
cristy | e43a45e | 2009-09-28 14:49:00 +0000 | [diff] [blame] | 118 | /* Define to 1 if you have clock_gettime. */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 119 | #undef HAVE_CLOCK_GETTIME |
| 120 | |
cristy | e43a45e | 2009-09-28 14:49:00 +0000 | [diff] [blame] | 121 | /* Define to 1 if clock_gettime supports CLOCK_REALTIME. */ |
| 122 | #undef HAVE_CLOCK_REALTIME |
| 123 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 124 | /* Define to 1 if you have the `closedir' function. */ |
| 125 | #undef HAVE_CLOSEDIR |
| 126 | |
cristy | fe2e68f | 2010-01-09 19:16:03 +0000 | [diff] [blame] | 127 | /* Define to 1 if you have the <CL/cl.h> header file. */ |
| 128 | #undef HAVE_CL_CL_H |
cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 129 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 130 | /* Define to 1 if you have the <complex.h> header file. */ |
| 131 | #undef HAVE_COMPLEX_H |
| 132 | |
| 133 | /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if |
| 134 | you don't. */ |
| 135 | #undef HAVE_DECL_CYGWIN_CONV_PATH |
| 136 | |
| 137 | /* Define to 1 if you have the declaration of `pread', and to 0 if you don't. |
| 138 | */ |
| 139 | #undef HAVE_DECL_PREAD |
| 140 | |
| 141 | /* Define to 1 if you have the declaration of `pwrite', and to 0 if you don't. |
| 142 | */ |
| 143 | #undef HAVE_DECL_PWRITE |
| 144 | |
| 145 | /* Define to 1 if you have the declaration of `strlcpy', and to 0 if you |
| 146 | don't. */ |
| 147 | #undef HAVE_DECL_STRLCPY |
| 148 | |
| 149 | /* Define to 1 if you have the declaration of `vsnprintf', and to 0 if you |
| 150 | don't. */ |
| 151 | #undef HAVE_DECL_VSNPRINTF |
| 152 | |
| 153 | /* Define to 1 if you have the `directio' function. */ |
| 154 | #undef HAVE_DIRECTIO |
| 155 | |
| 156 | /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. |
| 157 | */ |
| 158 | #undef HAVE_DIRENT_H |
| 159 | |
| 160 | /* Define if you have the GNU dld library. */ |
| 161 | #undef HAVE_DLD |
| 162 | |
| 163 | /* Define to 1 if you have the <dld.h> header file. */ |
| 164 | #undef HAVE_DLD_H |
| 165 | |
| 166 | /* Define to 1 if you have the `dlerror' function. */ |
| 167 | #undef HAVE_DLERROR |
| 168 | |
| 169 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 170 | #undef HAVE_DLFCN_H |
| 171 | |
| 172 | /* Define to 1 if you have the <dl.h> header file. */ |
| 173 | #undef HAVE_DL_H |
| 174 | |
| 175 | /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ |
| 176 | #undef HAVE_DOPRNT |
| 177 | |
| 178 | /* Define if you have the _dyld_func_lookup function. */ |
| 179 | #undef HAVE_DYLD |
| 180 | |
| 181 | /* Define to 1 if you have the <errno.h> header file. */ |
| 182 | #undef HAVE_ERRNO_H |
| 183 | |
| 184 | /* Define to 1 if the system has the type `error_t'. */ |
| 185 | #undef HAVE_ERROR_T |
| 186 | |
| 187 | /* Define to 1 if you have the `execvp' function. */ |
| 188 | #undef HAVE_EXECVP |
| 189 | |
cristy | f1440cb | 2010-02-23 02:24:21 +0000 | [diff] [blame] | 190 | /* Define to 1 if you have the `fchmod' function. */ |
| 191 | #undef HAVE_FCHMOD |
| 192 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 193 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 194 | #undef HAVE_FCNTL_H |
| 195 | |
| 196 | /* Define to 1 if you have the `floor' function. */ |
| 197 | #undef HAVE_FLOOR |
| 198 | |
| 199 | /* Define to 1 if you have the `fork' function. */ |
| 200 | #undef HAVE_FORK |
| 201 | |
| 202 | /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */ |
| 203 | #undef HAVE_FSEEKO |
| 204 | |
| 205 | /* Define to 1 if you have the <ft2build.h> header file. */ |
| 206 | #undef HAVE_FT2BUILD_H |
| 207 | |
| 208 | /* Define to 1 if you have the `ftime' function. */ |
| 209 | #undef HAVE_FTIME |
| 210 | |
| 211 | /* Define to 1 if you have the `ftruncate' function. */ |
| 212 | #undef HAVE_FTRUNCATE |
| 213 | |
| 214 | /* Define to 1 if you have the `getcwd' function. */ |
| 215 | #undef HAVE_GETCWD |
| 216 | |
| 217 | /* Define to 1 if you have the `getdtablesize' function. */ |
| 218 | #undef HAVE_GETDTABLESIZE |
| 219 | |
| 220 | /* Define to 1 if you have the `getexecname' function. */ |
| 221 | #undef HAVE_GETEXECNAME |
| 222 | |
| 223 | /* Define to 1 if you have the `getpagesize' function. */ |
| 224 | #undef HAVE_GETPAGESIZE |
| 225 | |
| 226 | /* Define to 1 if you have the `getpid' function. */ |
| 227 | #undef HAVE_GETPID |
| 228 | |
cristy | d3ef010 | 2009-09-12 18:11:06 +0000 | [diff] [blame] | 229 | /* Define to 1 if you have the `getrlimit' function. */ |
| 230 | #undef HAVE_GETRLIMIT |
| 231 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 232 | /* Define to 1 if you have the `getrusage' function. */ |
| 233 | #undef HAVE_GETRUSAGE |
| 234 | |
| 235 | /* Define to 1 if you have the `gettimeofday' function. */ |
| 236 | #undef HAVE_GETTIMEOFDAY |
| 237 | |
| 238 | /* Define to 1 if you have the `gmtime_r' function. */ |
| 239 | #undef HAVE_GMTIME_R |
| 240 | |
| 241 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 242 | #undef HAVE_INTTYPES_H |
| 243 | |
cristy | 161b926 | 2010-03-20 19:34:32 +0000 | [diff] [blame] | 244 | /* Define to 1 if you have the `j0' function. */ |
| 245 | #undef HAVE_J0 |
| 246 | |
| 247 | /* Define to 1 if you have the `j1' function. */ |
| 248 | #undef HAVE_J1 |
| 249 | |
cristy | d09bcf9 | 2010-03-25 03:04:45 +0000 | [diff] [blame^] | 250 | /* Define if you have the <lcms2.h> header file. */ |
| 251 | #undef HAVE_LCMS2_H |
| 252 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 253 | /* Define if you have the <lcms.h> header file. */ |
| 254 | #undef HAVE_LCMS_H |
| 255 | |
cristy | d09bcf9 | 2010-03-25 03:04:45 +0000 | [diff] [blame^] | 256 | /* Define if you have the <lcms/lcms2.h> header file. */ |
| 257 | #undef HAVE_LCMS_LCMS2_H |
| 258 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 259 | /* Define if you have the <lcms/lcms.h> header file. */ |
| 260 | #undef HAVE_LCMS_LCMS_H |
| 261 | |
| 262 | /* Define if you have the libdl library or equivalent. */ |
| 263 | #undef HAVE_LIBDL |
| 264 | |
| 265 | /* Define if libdlloader will be built on this platform */ |
| 266 | #undef HAVE_LIBDLLOADER |
| 267 | |
| 268 | /* Define to 1 if you have the `gcov' library (-lgcov). */ |
| 269 | #undef HAVE_LIBGCOV |
| 270 | |
| 271 | /* Define to 1 if you have the <limits.h> header file. */ |
| 272 | #undef HAVE_LIMITS_H |
| 273 | |
| 274 | /* Define to 1 if you have the <linux/unistd.h> header file. */ |
| 275 | #undef HAVE_LINUX_UNISTD_H |
| 276 | |
| 277 | /* Define to 1 if you have the <locale.h> header file. */ |
| 278 | #undef HAVE_LOCALE_H |
| 279 | |
| 280 | /* Define to 1 if you have the `localtime_r' function. */ |
| 281 | #undef HAVE_LOCALTIME_R |
| 282 | |
| 283 | /* Define to 1 if the type `long double' works and has more range or precision |
| 284 | than `double'. */ |
| 285 | #undef HAVE_LONG_DOUBLE_WIDER |
| 286 | |
| 287 | /* Define to 1 if you have the `lstat' function. */ |
| 288 | #undef HAVE_LSTAT |
| 289 | |
| 290 | /* define if the compiler implements L"widestring" */ |
| 291 | #undef HAVE_LSTRING |
| 292 | |
| 293 | /* Define this if a modern libltdl is already installed */ |
| 294 | #undef HAVE_LTDL |
| 295 | |
| 296 | /* Define to 1 if you have the <machine/param.h> header file. */ |
| 297 | #undef HAVE_MACHINE_PARAM_H |
| 298 | |
| 299 | /* Define to 1 if you have the <mach-o/dyld.h> header file. */ |
| 300 | #undef HAVE_MACH_O_DYLD_H |
| 301 | |
| 302 | /* Define to 1 if you have the `memmove' function. */ |
| 303 | #undef HAVE_MEMMOVE |
| 304 | |
| 305 | /* Define to 1 if you have the <memory.h> header file. */ |
| 306 | #undef HAVE_MEMORY_H |
| 307 | |
| 308 | /* Define to 1 if you have the `memset' function. */ |
| 309 | #undef HAVE_MEMSET |
| 310 | |
| 311 | /* Define to 1 if you have the `mkstemp' function. */ |
| 312 | #undef HAVE_MKSTEMP |
| 313 | |
| 314 | /* Define to 1 if you have a working `mmap' system call. */ |
| 315 | #undef HAVE_MMAP |
| 316 | |
| 317 | /* Define to 1 if you have a working `mmap' system call. */ |
| 318 | #undef HAVE_MMAP_FILEIO |
| 319 | |
| 320 | /* Define to 1 if you have the `munmap' function. */ |
| 321 | #undef HAVE_MUNMAP |
| 322 | |
| 323 | /* define if the compiler implements namespaces */ |
| 324 | #undef HAVE_NAMESPACES |
| 325 | |
| 326 | /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */ |
| 327 | #undef HAVE_NDIR_H |
| 328 | |
cristy | fe2e68f | 2010-01-09 19:16:03 +0000 | [diff] [blame] | 329 | /* Define to 1 if you have the <OpenCL/cl.h> header file. */ |
| 330 | #undef HAVE_OPENCL_CL_H |
cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 331 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 332 | /* Define to 1 if you have the `opendir' function. */ |
| 333 | #undef HAVE_OPENDIR |
| 334 | |
| 335 | /* Define to 1 if you have the <OS.h> header file. */ |
| 336 | #undef HAVE_OS_H |
| 337 | |
| 338 | /* Define to 1 if you have the `pclose' function. */ |
| 339 | #undef HAVE_PCLOSE |
| 340 | |
| 341 | /* Define to 1 if you have the `poll' function. */ |
| 342 | #undef HAVE_POLL |
| 343 | |
| 344 | /* Define to 1 if you have the `popen' function. */ |
| 345 | #undef HAVE_POPEN |
| 346 | |
| 347 | /* Define to 1 if you have the `posix_fadvise' function. */ |
| 348 | #undef HAVE_POSIX_FADVISE |
| 349 | |
| 350 | /* Define to 1 if you have the `posix_fallocate' function. */ |
| 351 | #undef HAVE_POSIX_FALLOCATE |
| 352 | |
| 353 | /* Define to 1 if you have the `posix_madvise' function. */ |
| 354 | #undef HAVE_POSIX_MADVISE |
| 355 | |
| 356 | /* Define to 1 if you have the `posix_memalign' function. */ |
| 357 | #undef HAVE_POSIX_MEMALIGN |
| 358 | |
| 359 | /* Define to 1 if you have the `pow' function. */ |
| 360 | #undef HAVE_POW |
| 361 | |
| 362 | /* Define to 1 if you have the `pread' function. */ |
| 363 | #undef HAVE_PREAD |
| 364 | |
| 365 | /* Define if libtool can extract symbol lists from object files. */ |
| 366 | #undef HAVE_PRELOADED_SYMBOLS |
| 367 | |
cristy | 98e91bd | 2010-01-12 01:11:42 +0000 | [diff] [blame] | 368 | /* Define to 1 if you have the <process.h> header file. */ |
| 369 | #undef HAVE_PROCESS_H |
| 370 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 371 | /* Define if you have POSIX threads libraries and header files. */ |
| 372 | #undef HAVE_PTHREAD |
| 373 | |
| 374 | /* Define to 1 if you have the `pwrite' function. */ |
| 375 | #undef HAVE_PWRITE |
| 376 | |
| 377 | /* Define to 1 if you have the `raise' function. */ |
| 378 | #undef HAVE_RAISE |
| 379 | |
| 380 | /* Define to 1 if you have the `rand_r' function. */ |
| 381 | #undef HAVE_RAND_R |
| 382 | |
| 383 | /* Define to 1 if you have the `readdir' function. */ |
| 384 | #undef HAVE_READDIR |
| 385 | |
| 386 | /* Define to 1 if you have the `readdir_r' function. */ |
| 387 | #undef HAVE_READDIR_R |
| 388 | |
| 389 | /* Define to 1 if you have the `readlink' function. */ |
| 390 | #undef HAVE_READLINK |
| 391 | |
| 392 | /* Define to 1 if you have the `realpath' function. */ |
| 393 | #undef HAVE_REALPATH |
| 394 | |
| 395 | /* Define to 1 if you have the `seekdir' function. */ |
| 396 | #undef HAVE_SEEKDIR |
| 397 | |
| 398 | /* Define to 1 if you have the `select' function. */ |
| 399 | #undef HAVE_SELECT |
| 400 | |
| 401 | /* Define to 1 if you have the `setlocale' function. */ |
| 402 | #undef HAVE_SETLOCALE |
| 403 | |
| 404 | /* Define to 1 if you have the `setvbuf' function. */ |
| 405 | #undef HAVE_SETVBUF |
| 406 | |
| 407 | /* X11 server supports shape extension */ |
| 408 | #undef HAVE_SHAPE |
| 409 | |
| 410 | /* X11 server supports shared memory extension */ |
| 411 | #undef HAVE_SHARED_MEMORY |
| 412 | |
| 413 | /* Define if you have the shl_load function. */ |
| 414 | #undef HAVE_SHL_LOAD |
| 415 | |
| 416 | /* Define to 1 if you have the `sigaction' function. */ |
| 417 | #undef HAVE_SIGACTION |
| 418 | |
| 419 | /* Define to 1 if you have the `sigemptyset' function. */ |
| 420 | #undef HAVE_SIGEMPTYSET |
| 421 | |
cristy | 393bbe5 | 2010-01-11 16:32:56 +0000 | [diff] [blame] | 422 | /* Define to 1 if you have the `spawnvp' function. */ |
| 423 | #undef HAVE_SPAWNVP |
| 424 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 425 | /* Define to 1 if you have the `sqrt' function. */ |
| 426 | #undef HAVE_SQRT |
| 427 | |
| 428 | /* Define to 1 if you have the `stat' function. */ |
| 429 | #undef HAVE_STAT |
| 430 | |
| 431 | /* Define to 1 if you have the <stdarg.h> header file. */ |
| 432 | #undef HAVE_STDARG_H |
| 433 | |
| 434 | /* Define to 1 if stdbool.h conforms to C99. */ |
| 435 | #undef HAVE_STDBOOL_H |
| 436 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 437 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 438 | #undef HAVE_STDINT_H |
| 439 | |
| 440 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 441 | #undef HAVE_STDLIB_H |
| 442 | |
| 443 | /* define if the compiler supports ISO C++ standard library */ |
| 444 | #undef HAVE_STD_LIBS |
| 445 | |
| 446 | /* define if the compiler supports the std namespace */ |
| 447 | #undef HAVE_STD_NAMESPACE |
| 448 | |
| 449 | /* Define to 1 if you have the `strcasecmp' function. */ |
| 450 | #undef HAVE_STRCASECMP |
| 451 | |
| 452 | /* Define to 1 if you have the `strchr' function. */ |
| 453 | #undef HAVE_STRCHR |
| 454 | |
| 455 | /* Define to 1 if you have the `strcspn' function. */ |
| 456 | #undef HAVE_STRCSPN |
| 457 | |
| 458 | /* Define to 1 if you have the `strdup' function. */ |
| 459 | #undef HAVE_STRDUP |
| 460 | |
| 461 | /* Define to 1 if you have the `strerror' function. */ |
| 462 | #undef HAVE_STRERROR |
| 463 | |
| 464 | /* Define to 1 if you have the `strerror_r' function. */ |
| 465 | #undef HAVE_STRERROR_R |
| 466 | |
| 467 | /* Define to 1 if cpp supports the ANSI # stringizing operator. */ |
| 468 | #undef HAVE_STRINGIZE |
| 469 | |
| 470 | /* Define to 1 if you have the <strings.h> header file. */ |
| 471 | #undef HAVE_STRINGS_H |
| 472 | |
| 473 | /* Define to 1 if you have the <string.h> header file. */ |
| 474 | #undef HAVE_STRING_H |
| 475 | |
| 476 | /* Define to 1 if you have the `strlcat' function. */ |
| 477 | #undef HAVE_STRLCAT |
| 478 | |
| 479 | /* Define to 1 if you have the `strlcpy' function. */ |
| 480 | #undef HAVE_STRLCPY |
| 481 | |
| 482 | /* Define to 1 if you have the `strncasecmp' function. */ |
| 483 | #undef HAVE_STRNCASECMP |
| 484 | |
| 485 | /* Define to 1 if you have the `strpbrk' function. */ |
| 486 | #undef HAVE_STRPBRK |
| 487 | |
| 488 | /* Define to 1 if you have the `strrchr' function. */ |
| 489 | #undef HAVE_STRRCHR |
| 490 | |
| 491 | /* Define to 1 if you have the `strspn' function. */ |
| 492 | #undef HAVE_STRSPN |
| 493 | |
| 494 | /* Define to 1 if you have the `strstr' function. */ |
| 495 | #undef HAVE_STRSTR |
| 496 | |
| 497 | /* Define to 1 if you have the `strtol' function. */ |
| 498 | #undef HAVE_STRTOL |
| 499 | |
cristy | 5131f3e | 2009-12-18 03:09:10 +0000 | [diff] [blame] | 500 | /* Define to 1 if you have the `strtoul' function. */ |
| 501 | #undef HAVE_STRTOUL |
| 502 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 503 | /* Define to 1 if you have the `symlink' function. */ |
| 504 | #undef HAVE_SYMLINK |
| 505 | |
| 506 | /* Define to 1 if you have the `sysconf' function. */ |
| 507 | #undef HAVE_SYSCONF |
| 508 | |
| 509 | /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'. |
| 510 | */ |
| 511 | #undef HAVE_SYS_DIR_H |
| 512 | |
| 513 | /* Define to 1 if you have the <sys/dl.h> header file. */ |
| 514 | #undef HAVE_SYS_DL_H |
| 515 | |
| 516 | /* Define to 1 if you have the <sys/ipc.h> header file. */ |
| 517 | #undef HAVE_SYS_IPC_H |
| 518 | |
| 519 | /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. |
| 520 | */ |
| 521 | #undef HAVE_SYS_NDIR_H |
| 522 | |
cristy | cd4c531 | 2009-11-22 01:19:08 +0000 | [diff] [blame] | 523 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| 524 | #undef HAVE_SYS_PARAM_H |
| 525 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 526 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 527 | #undef HAVE_SYS_RESOURCE_H |
| 528 | |
| 529 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 530 | #undef HAVE_SYS_SELECT_H |
| 531 | |
| 532 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 533 | #undef HAVE_SYS_SOCKET_H |
| 534 | |
| 535 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 536 | #undef HAVE_SYS_STAT_H |
| 537 | |
| 538 | /* Define to 1 if you have the <sys/syslimits.h> header file. */ |
| 539 | #undef HAVE_SYS_SYSLIMITS_H |
| 540 | |
| 541 | /* Define to 1 if you have the <sys/timeb.h> header file. */ |
| 542 | #undef HAVE_SYS_TIMEB_H |
| 543 | |
| 544 | /* Define to 1 if you have the <sys/times.h> header file. */ |
| 545 | #undef HAVE_SYS_TIMES_H |
| 546 | |
| 547 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 548 | #undef HAVE_SYS_TIME_H |
| 549 | |
| 550 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 551 | #undef HAVE_SYS_TYPES_H |
| 552 | |
| 553 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 554 | #undef HAVE_SYS_WAIT_H |
| 555 | |
| 556 | /* Define to 1 if you have the `telldir' function. */ |
| 557 | #undef HAVE_TELLDIR |
| 558 | |
| 559 | /* Define to 1 if you have the `tempnam' function. */ |
| 560 | #undef HAVE_TEMPNAM |
| 561 | |
| 562 | /* Define to 1 if you have the <tiffconf.h> header file. */ |
| 563 | #undef HAVE_TIFFCONF_H |
| 564 | |
| 565 | /* Define to 1 if you have the `TIFFIsCODECConfigured' function. */ |
| 566 | #undef HAVE_TIFFISCODECCONFIGURED |
| 567 | |
| 568 | /* Define to 1 if you have the `TIFFMergeFieldInfo' function. */ |
| 569 | #undef HAVE_TIFFMERGEFIELDINFO |
| 570 | |
| 571 | /* Define to 1 if you have the `TIFFReadEXIFDirectory' function. */ |
| 572 | #undef HAVE_TIFFREADEXIFDIRECTORY |
| 573 | |
| 574 | /* Define to 1 if you have the `TIFFSetErrorHandlerExt' function. */ |
| 575 | #undef HAVE_TIFFSETERRORHANDLEREXT |
| 576 | |
| 577 | /* Define to 1 if you have the `TIFFSetTagExtender' function. */ |
| 578 | #undef HAVE_TIFFSETTAGEXTENDER |
| 579 | |
| 580 | /* Define to 1 if you have the `TIFFSetWarningHandlerExt' function. */ |
| 581 | #undef HAVE_TIFFSETWARNINGHANDLEREXT |
| 582 | |
| 583 | /* Define to 1 if you have the `TIFFSwabArrayOfTriples' function. */ |
| 584 | #undef HAVE_TIFFSWABARRAYOFTRIPLES |
| 585 | |
| 586 | /* Define to 1 if you have the `times' function. */ |
| 587 | #undef HAVE_TIMES |
| 588 | |
| 589 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 590 | #undef HAVE_UNISTD_H |
| 591 | |
| 592 | /* Define to 1 if you have the `usleep' function. */ |
| 593 | #undef HAVE_USLEEP |
| 594 | |
cristy | f1440cb | 2010-02-23 02:24:21 +0000 | [diff] [blame] | 595 | /* Define to 1 if you have the `utime' function. */ |
| 596 | #undef HAVE_UTIME |
| 597 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 598 | /* Define to 1 if you have the `vfork' function. */ |
| 599 | #undef HAVE_VFORK |
| 600 | |
| 601 | /* Define to 1 if you have the <vfork.h> header file. */ |
| 602 | #undef HAVE_VFORK_H |
| 603 | |
| 604 | /* Define to 1 if you have the `vprintf' function. */ |
| 605 | #undef HAVE_VPRINTF |
| 606 | |
| 607 | /* Define to 1 if you have the `vsnprintf' function. */ |
| 608 | #undef HAVE_VSNPRINTF |
| 609 | |
| 610 | /* Define to 1 if you have the `vsprintf' function. */ |
| 611 | #undef HAVE_VSPRINTF |
| 612 | |
| 613 | /* Define to 1 if you have the `waitpid' function. */ |
| 614 | #undef HAVE_WAITPID |
| 615 | |
| 616 | /* Define to 1 if you have the <wchar.h> header file. */ |
| 617 | #undef HAVE_WCHAR_H |
| 618 | |
cristy | 736173a | 2009-09-20 21:18:22 +0000 | [diff] [blame] | 619 | /* Define to 1 if you have the <windows.h> header file. */ |
| 620 | #undef HAVE_WINDOWS_H |
| 621 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 622 | /* This value is set to 1 to indicate that the system argz facility works */ |
| 623 | #undef HAVE_WORKING_ARGZ |
| 624 | |
| 625 | /* Define to 1 if `fork' works. */ |
| 626 | #undef HAVE_WORKING_FORK |
| 627 | |
| 628 | /* Define to 1 if `vfork' works. */ |
| 629 | #undef HAVE_WORKING_VFORK |
| 630 | |
| 631 | /* Define to 1 if the system has the type `_Bool'. */ |
| 632 | #undef HAVE__BOOL |
| 633 | |
| 634 | /* Define to 1 if you have the `_exit' function. */ |
| 635 | #undef HAVE__EXIT |
| 636 | |
| 637 | /* Define to 1 if you have the `_NSGetExecutablePath' function. */ |
| 638 | #undef HAVE__NSGETEXECUTABLEPATH |
| 639 | |
| 640 | /* Define to 1 if you have the `_pclose' function. */ |
| 641 | #undef HAVE__PCLOSE |
| 642 | |
| 643 | /* Define to 1 if you have the `_popen' function. */ |
| 644 | #undef HAVE__POPEN |
| 645 | |
| 646 | /* Define to 1 if you have the `_wfopen' function. */ |
| 647 | #undef HAVE__WFOPEN |
| 648 | |
| 649 | /* Define to 1 if you have the `_wstat' function. */ |
| 650 | #undef HAVE__WSTAT |
| 651 | |
| 652 | /* accurately represent the wide range of intensity levels in real scenes */ |
| 653 | #undef HDRI_SUPPORT |
| 654 | |
| 655 | /* Define if you have umem memory allocation library */ |
| 656 | #undef HasUMEM |
| 657 | |
| 658 | /* ImageMagick is formally installed under prefix */ |
| 659 | #undef INSTALLED_SUPPORT |
| 660 | |
| 661 | /* Define if you have JBIG library */ |
| 662 | #undef JBIG_DELEGATE |
| 663 | |
| 664 | /* Define if you have JPEG version 2 "Jasper" library */ |
| 665 | #undef JP2_DELEGATE |
| 666 | |
| 667 | /* Define if you have JPEG library */ |
| 668 | #undef JPEG_DELEGATE |
| 669 | |
| 670 | /* Define if you have LCMS library */ |
| 671 | #undef LCMS_DELEGATE |
| 672 | |
| 673 | /* Directory where architecture-dependent files live. */ |
| 674 | #undef LIBRARY_PATH |
| 675 | |
| 676 | /* Subdirectory of lib where ImageMagick architecture dependent files are |
| 677 | installed */ |
| 678 | #undef LIBRARY_RELATIVE_PATH |
| 679 | |
| 680 | /* Define if you have LQR library */ |
| 681 | #undef LQR_DELEGATE |
| 682 | |
| 683 | /* Define if using libltdl to support dynamically loadable modules */ |
| 684 | #undef LTDL_DELEGATE |
| 685 | |
| 686 | /* Define if the OS needs help to load dependent libraries for dlopen(). */ |
| 687 | #undef LTDL_DLOPEN_DEPLIBS |
| 688 | |
| 689 | /* Define to the system default library search path. */ |
| 690 | #undef LT_DLSEARCH_PATH |
| 691 | |
| 692 | /* The archive extension */ |
| 693 | #undef LT_LIBEXT |
| 694 | |
| 695 | /* Define to the extension used for runtime loadable modules, say, ".so". */ |
| 696 | #undef LT_MODULE_EXT |
| 697 | |
| 698 | /* Define to the name of the environment variable that determines the run-time |
| 699 | module search path. */ |
| 700 | #undef LT_MODULE_PATH_VAR |
| 701 | |
| 702 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 703 | */ |
| 704 | #undef LT_OBJDIR |
| 705 | |
| 706 | /* Define to prepend to default font search path. */ |
| 707 | #undef MAGICK_FONT_PATH |
| 708 | |
| 709 | /* Magick API method prefix */ |
| 710 | #undef NAMESPACE_PREFIX |
| 711 | |
cristy | a0b81c3 | 2010-01-22 02:54:33 +0000 | [diff] [blame] | 712 | /* Define to 1 if assertions should be disabled. */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 713 | #undef NDEBUG |
| 714 | |
| 715 | /* Define if dlsym() requires a leading underscore in symbol names. */ |
| 716 | #undef NEED_USCORE |
| 717 | |
| 718 | /* Define to 1 if your C compiler doesn't accept -c and -o together. */ |
| 719 | #undef NO_MINUS_C_MINUS_O |
| 720 | |
| 721 | /* Define if you have OPENEXR library */ |
| 722 | #undef OPENEXR_DELEGATE |
| 723 | |
| 724 | /* Define to the address where bug reports for this package should be sent. */ |
| 725 | #undef PACKAGE_BUGREPORT |
| 726 | |
| 727 | /* Define to the full name of this package. */ |
| 728 | #undef PACKAGE_NAME |
| 729 | |
| 730 | /* Define to the full name and version of this package. */ |
| 731 | #undef PACKAGE_STRING |
| 732 | |
| 733 | /* Define to the one symbol short name of this package. */ |
| 734 | #undef PACKAGE_TARNAME |
| 735 | |
cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 736 | /* Define to the home page for this package. */ |
| 737 | #undef PACKAGE_URL |
| 738 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 739 | /* Define to the version of this package. */ |
| 740 | #undef PACKAGE_VERSION |
| 741 | |
| 742 | /* Define if you have PNG library */ |
| 743 | #undef PNG_DELEGATE |
| 744 | |
| 745 | /* Define to necessary symbol if this constant uses a non-standard name on |
| 746 | your system. */ |
| 747 | #undef PTHREAD_CREATE_JOINABLE |
| 748 | |
| 749 | /* Pixel cache threshold in MB (defaults to available memory) */ |
| 750 | #undef PixelCacheThreshold |
| 751 | |
| 752 | /* Number of bits in a pixel Quantum (8/16/32/64) */ |
| 753 | #undef QUANTUM_DEPTH |
| 754 | |
| 755 | /* Define as the return type of signal handlers (`int' or `void'). */ |
| 756 | #undef RETSIGTYPE |
| 757 | |
| 758 | /* Define if you have RSVG library */ |
| 759 | #undef RSVG_DELEGATE |
| 760 | |
| 761 | /* Define to the type of arg 1 for `select'. */ |
| 762 | #undef SELECT_TYPE_ARG1 |
| 763 | |
| 764 | /* Define to the type of args 2, 3 and 4 for `select'. */ |
| 765 | #undef SELECT_TYPE_ARG234 |
| 766 | |
| 767 | /* Define to the type of arg 5 for `select'. */ |
| 768 | #undef SELECT_TYPE_ARG5 |
| 769 | |
| 770 | /* Directory where architecture-independent configuration files live. */ |
| 771 | #undef SHARE_CONFIGURE_PATH |
| 772 | |
| 773 | /* Subdirectory of lib where architecture-independent configuration files |
| 774 | live. */ |
| 775 | #undef SHARE_CONFIGURE_RELATIVE_PATH |
| 776 | |
| 777 | /* Directory where architecture-independent files live. */ |
| 778 | #undef SHARE_PATH |
| 779 | |
| 780 | /* The size of `off_t', as computed by sizeof. */ |
| 781 | #undef SIZEOF_OFF_T |
| 782 | |
| 783 | /* The size of `signed int', as computed by sizeof. */ |
| 784 | #undef SIZEOF_SIGNED_INT |
| 785 | |
| 786 | /* The size of `signed long', as computed by sizeof. */ |
| 787 | #undef SIZEOF_SIGNED_LONG |
| 788 | |
| 789 | /* The size of `signed long long', as computed by sizeof. */ |
| 790 | #undef SIZEOF_SIGNED_LONG_LONG |
| 791 | |
| 792 | /* The size of `signed short', as computed by sizeof. */ |
| 793 | #undef SIZEOF_SIGNED_SHORT |
| 794 | |
| 795 | /* The size of `size_t', as computed by sizeof. */ |
| 796 | #undef SIZEOF_SIZE_T |
| 797 | |
| 798 | /* The size of `unsigned int', as computed by sizeof. */ |
| 799 | #undef SIZEOF_UNSIGNED_INT |
| 800 | |
| 801 | /* The size of `unsigned int*', as computed by sizeof. */ |
| 802 | #undef SIZEOF_UNSIGNED_INTP |
| 803 | |
| 804 | /* The size of `unsigned long', as computed by sizeof. */ |
| 805 | #undef SIZEOF_UNSIGNED_LONG |
| 806 | |
| 807 | /* The size of `unsigned long long', as computed by sizeof. */ |
| 808 | #undef SIZEOF_UNSIGNED_LONG_LONG |
| 809 | |
| 810 | /* The size of `unsigned short', as computed by sizeof. */ |
| 811 | #undef SIZEOF_UNSIGNED_SHORT |
| 812 | |
| 813 | /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */ |
| 814 | #undef STAT_MACROS_BROKEN |
| 815 | |
| 816 | /* Define to 1 if you have the ANSI C header files. */ |
| 817 | #undef STDC_HEADERS |
| 818 | |
| 819 | /* Define if you have TIFF library */ |
| 820 | #undef TIFF_DELEGATE |
| 821 | |
| 822 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 823 | #undef TIME_WITH_SYS_TIME |
| 824 | |
| 825 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 826 | #undef TM_IN_SYS_TIME |
| 827 | |
| 828 | /* Enable extensions on AIX 3, Interix. */ |
| 829 | #ifndef _ALL_SOURCE |
| 830 | # undef _ALL_SOURCE |
| 831 | #endif |
| 832 | /* Enable GNU extensions on systems that have them. */ |
| 833 | #ifndef _GNU_SOURCE |
| 834 | # undef _GNU_SOURCE |
| 835 | #endif |
| 836 | /* Enable threading extensions on Solaris. */ |
| 837 | #ifndef _POSIX_PTHREAD_SEMANTICS |
| 838 | # undef _POSIX_PTHREAD_SEMANTICS |
| 839 | #endif |
| 840 | /* Enable extensions on HP NonStop. */ |
| 841 | #ifndef _TANDEM_SOURCE |
| 842 | # undef _TANDEM_SOURCE |
| 843 | #endif |
| 844 | /* Enable general extensions on Solaris. */ |
| 845 | #ifndef __EXTENSIONS__ |
| 846 | # undef __EXTENSIONS__ |
| 847 | #endif |
| 848 | |
| 849 | |
| 850 | /* Define to use the Windows GDI32 library */ |
| 851 | #undef WINGDI32_DELEGATE |
| 852 | |
| 853 | /* Define if using the dmalloc debugging malloc package */ |
| 854 | #undef WITH_DMALLOC |
| 855 | |
| 856 | /* Define if you have wmflite library */ |
| 857 | #undef WMFLITE_DELEGATE |
| 858 | |
| 859 | /* Define if you have wmf library */ |
| 860 | #undef WMF_DELEGATE |
| 861 | |
| 862 | /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most |
| 863 | significant byte first (like Motorola and SPARC, unlike Intel). */ |
| 864 | #if defined AC_APPLE_UNIVERSAL_BUILD |
| 865 | # if defined __BIG_ENDIAN__ |
| 866 | # define WORDS_BIGENDIAN 1 |
| 867 | # endif |
| 868 | #else |
| 869 | # ifndef WORDS_BIGENDIAN |
| 870 | # undef WORDS_BIGENDIAN |
| 871 | # endif |
| 872 | #endif |
| 873 | |
| 874 | /* Location of X11 configure files */ |
| 875 | #undef X11_CONFIGURE_PATH |
| 876 | |
| 877 | /* Define if you have X11 library */ |
| 878 | #undef X11_DELEGATE |
| 879 | |
| 880 | /* Define if you have XML library */ |
| 881 | #undef XML_DELEGATE |
| 882 | |
| 883 | /* Define to 1 if the X Window System is missing or not being used. */ |
| 884 | #undef X_DISPLAY_MISSING |
| 885 | |
| 886 | /* Define if you have zlib compression library */ |
| 887 | #undef ZLIB_DELEGATE |
| 888 | |
| 889 | /* Number of bits in a file offset, on hosts where this is settable. */ |
| 890 | #undef _FILE_OFFSET_BITS |
| 891 | |
| 892 | /* enable run-time bounds-checking */ |
| 893 | #undef _FORTIFY_SOURCE |
| 894 | |
| 895 | /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */ |
| 896 | #undef _LARGEFILE_SOURCE |
| 897 | |
| 898 | /* Define for large files, on AIX-style hosts. */ |
| 899 | #undef _LARGE_FILES |
| 900 | |
| 901 | /* Define to 1 if on MINIX. */ |
| 902 | #undef _MINIX |
| 903 | |
cristy | 99cc300 | 2010-01-21 14:50:11 +0000 | [diff] [blame] | 904 | /* Define this for the OpenCL Accelerator */ |
| 905 | #undef _OPENCL |
| 906 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 907 | /* Define to 2 if the system does not provide POSIX.1 features except with |
| 908 | this defined. */ |
| 909 | #undef _POSIX_1_SOURCE |
| 910 | |
| 911 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 912 | #undef _POSIX_SOURCE |
| 913 | |
| 914 | /* Define to 1 if type `char' is unsigned and you are not using gcc. */ |
| 915 | #ifndef __CHAR_UNSIGNED__ |
| 916 | # undef __CHAR_UNSIGNED__ |
| 917 | #endif |
| 918 | |
| 919 | /* Define so that glibc/gnulib argp.h does not typedef error_t. */ |
| 920 | #undef __error_t_defined |
| 921 | |
| 922 | /* Define to appropriate substitue if compiler does not have __func__ */ |
| 923 | #undef __func__ |
| 924 | |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 925 | /* Define to a type to use for `error_t' if it is not otherwise available. */ |
| 926 | #undef error_t |
| 927 | |
| 928 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 929 | calls it, or to nothing if 'inline' is not supported under any name. */ |
| 930 | #ifndef __cplusplus |
| 931 | #undef inline |
| 932 | #endif |
| 933 | |
| 934 | /* Define to `int' if <sys/types.h> does not define. */ |
| 935 | #undef mode_t |
| 936 | |
| 937 | /* Define to `long int' if <sys/types.h> does not define. */ |
| 938 | #undef off_t |
| 939 | |
| 940 | /* Define to `int' if <sys/types.h> does not define. */ |
| 941 | #undef pid_t |
| 942 | |
| 943 | /* Define to the equivalent of the C99 'restrict' keyword, or to |
| 944 | nothing if this is not supported. Do not define if restrict is |
| 945 | supported directly. */ |
| 946 | #undef restrict |
cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 947 | /* Work around a bug in Sun C++: it does not support _Restrict or |
| 948 | __restrict__, even though the corresponding Sun C compiler ends up with |
| 949 | "#define restrict _Restrict" or "#define restrict __restrict__" in the |
| 950 | previous line. Perhaps some future version of Sun C++ will work with |
| 951 | restrict; if so, hopefully it defines __RESTRICT like Sun C does. */ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 952 | #if defined __SUNPRO_CC && !defined __RESTRICT |
| 953 | # define _Restrict |
cristy | 8b350f6 | 2009-11-15 23:12:43 +0000 | [diff] [blame] | 954 | # define __restrict__ |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 955 | #endif |
| 956 | |
| 957 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 958 | #undef size_t |
| 959 | |
| 960 | /* Define to `int' if <sys/types.h> does not define. */ |
| 961 | #undef ssize_t |
| 962 | |
| 963 | /* Define as `fork' if `vfork' does not work. */ |
| 964 | #undef vfork |
| 965 | |
| 966 | /* Define to empty if the keyword `volatile' does not work. Warning: valid |
| 967 | code using `volatile' can become incorrect without. Disable with care. */ |
| 968 | #undef volatile |