12c7c4e3dSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 22c7c4e3dSmrg 38650bb69Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 48650bb69Smrg#undef HAVE_INTTYPES_H 58650bb69Smrg 68650bb69Smrg/* Define to 1 if you have the <stdint.h> header file. */ 78650bb69Smrg#undef HAVE_STDINT_H 88650bb69Smrg 93458e6c2Smrg/* Define to 1 if you have the <stdio.h> header file. */ 103458e6c2Smrg#undef HAVE_STDIO_H 113458e6c2Smrg 128650bb69Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 138650bb69Smrg#undef HAVE_STDLIB_H 148650bb69Smrg 158650bb69Smrg/* Define to 1 if you have the <strings.h> header file. */ 168650bb69Smrg#undef HAVE_STRINGS_H 178650bb69Smrg 188650bb69Smrg/* Define to 1 if you have the <string.h> header file. */ 198650bb69Smrg#undef HAVE_STRING_H 208650bb69Smrg 218650bb69Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 228650bb69Smrg#undef HAVE_SYS_STAT_H 238650bb69Smrg 248650bb69Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 258650bb69Smrg#undef HAVE_SYS_TYPES_H 268650bb69Smrg 278650bb69Smrg/* Define to 1 if you have the <unistd.h> header file. */ 288650bb69Smrg#undef HAVE_UNISTD_H 298650bb69Smrg 302c7c4e3dSmrg/* Name of package */ 312c7c4e3dSmrg#undef PACKAGE 322c7c4e3dSmrg 332c7c4e3dSmrg/* Define to the address where bug reports for this package should be sent. */ 342c7c4e3dSmrg#undef PACKAGE_BUGREPORT 352c7c4e3dSmrg 362c7c4e3dSmrg/* Define to the full name of this package. */ 372c7c4e3dSmrg#undef PACKAGE_NAME 382c7c4e3dSmrg 392c7c4e3dSmrg/* Define to the full name and version of this package. */ 402c7c4e3dSmrg#undef PACKAGE_STRING 412c7c4e3dSmrg 422c7c4e3dSmrg/* Define to the one symbol short name of this package. */ 432c7c4e3dSmrg#undef PACKAGE_TARNAME 442c7c4e3dSmrg 4516d7e2f1Smrg/* Define to the home page for this package. */ 4616d7e2f1Smrg#undef PACKAGE_URL 4716d7e2f1Smrg 482c7c4e3dSmrg/* Define to the version of this package. */ 492c7c4e3dSmrg#undef PACKAGE_VERSION 502c7c4e3dSmrg 518650bb69Smrg/* Major version of this package */ 528650bb69Smrg#undef PACKAGE_VERSION_MAJOR 538650bb69Smrg 548650bb69Smrg/* Minor version of this package */ 558650bb69Smrg#undef PACKAGE_VERSION_MINOR 568650bb69Smrg 578650bb69Smrg/* Patch version of this package */ 588650bb69Smrg#undef PACKAGE_VERSION_PATCHLEVEL 598650bb69Smrg 60c1e8faa6Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 613458e6c2Smrg required in a freestanding environment). This macro is provided for 623458e6c2Smrg backward compatibility; new code need not use it. */ 638650bb69Smrg#undef STDC_HEADERS 648650bb69Smrg 652c7c4e3dSmrg/* Version number of package */ 662c7c4e3dSmrg#undef VERSION 67c1e8faa6Smrg 68c1e8faa6Smrg/* Number of bits in a file offset, on hosts where this is settable. */ 69c1e8faa6Smrg#undef _FILE_OFFSET_BITS 70c1e8faa6Smrg 71c1e8faa6Smrg/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 72c1e8faa6Smrg#undef _LARGE_FILES 73c1e8faa6Smrg 74c1e8faa6Smrg/* Number of bits in time_t, on hosts where this is settable. */ 75c1e8faa6Smrg#undef _TIME_BITS 76c1e8faa6Smrg 77c1e8faa6Smrg/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 78c1e8faa6Smrg#undef __MINGW_USE_VC2005_COMPAT 79