1100ae103Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2100ae103Smrg 3165cb819Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 4165cb819Smrg#undef HAVE_INTTYPES_H 5165cb819Smrg 6165cb819Smrg/* Define to 1 if you have the <stdint.h> header file. */ 7165cb819Smrg#undef HAVE_STDINT_H 8165cb819Smrg 90103645bSmrg/* Define to 1 if you have the <stdio.h> header file. */ 100103645bSmrg#undef HAVE_STDIO_H 110103645bSmrg 12165cb819Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 13165cb819Smrg#undef HAVE_STDLIB_H 14165cb819Smrg 15165cb819Smrg/* Define to 1 if you have the <strings.h> header file. */ 16165cb819Smrg#undef HAVE_STRINGS_H 17165cb819Smrg 18165cb819Smrg/* Define to 1 if you have the <string.h> header file. */ 19165cb819Smrg#undef HAVE_STRING_H 20165cb819Smrg 21165cb819Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 22165cb819Smrg#undef HAVE_SYS_STAT_H 23165cb819Smrg 24165cb819Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 25165cb819Smrg#undef HAVE_SYS_TYPES_H 26165cb819Smrg 27165cb819Smrg/* Define to 1 if you have the <unistd.h> header file. */ 28165cb819Smrg#undef HAVE_UNISTD_H 29165cb819Smrg 30100ae103Smrg/* Name of package */ 31100ae103Smrg#undef PACKAGE 32100ae103Smrg 33100ae103Smrg/* Define to the address where bug reports for this package should be sent. */ 34100ae103Smrg#undef PACKAGE_BUGREPORT 35100ae103Smrg 36100ae103Smrg/* Define to the full name of this package. */ 37100ae103Smrg#undef PACKAGE_NAME 38100ae103Smrg 39100ae103Smrg/* Define to the full name and version of this package. */ 40100ae103Smrg#undef PACKAGE_STRING 41100ae103Smrg 42100ae103Smrg/* Define to the one symbol short name of this package. */ 43100ae103Smrg#undef PACKAGE_TARNAME 44100ae103Smrg 45165cb819Smrg/* Define to the home page for this package. */ 46165cb819Smrg#undef PACKAGE_URL 47165cb819Smrg 48100ae103Smrg/* Define to the version of this package. */ 49100ae103Smrg#undef PACKAGE_VERSION 50100ae103Smrg 51100ae103Smrg/* Major version of this package */ 52100ae103Smrg#undef PACKAGE_VERSION_MAJOR 53100ae103Smrg 54100ae103Smrg/* Minor version of this package */ 55100ae103Smrg#undef PACKAGE_VERSION_MINOR 56100ae103Smrg 57100ae103Smrg/* Patch version of this package */ 58100ae103Smrg#undef PACKAGE_VERSION_PATCHLEVEL 59100ae103Smrg 6014a67432Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 610103645bSmrg required in a freestanding environment). This macro is provided for 620103645bSmrg backward compatibility; new code need not use it. */ 63165cb819Smrg#undef STDC_HEADERS 64165cb819Smrg 65100ae103Smrg/* Version number of package */ 66100ae103Smrg#undef VERSION 6714a67432Smrg 6814a67432Smrg/* Number of bits in a file offset, on hosts where this is settable. */ 6914a67432Smrg#undef _FILE_OFFSET_BITS 7014a67432Smrg 7114a67432Smrg/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 7214a67432Smrg#undef _LARGE_FILES 7314a67432Smrg 7414a67432Smrg/* Number of bits in time_t, on hosts where this is settable. */ 7514a67432Smrg#undef _TIME_BITS 7614a67432Smrg 7714a67432Smrg/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 7814a67432Smrg#undef __MINGW_USE_VC2005_COMPAT 79