config.h.in revision 433d0511
1eaef79e5Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 2eaef79e5Smrg 32b32c8f7Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 42b32c8f7Smrg#undef HAVE_INTTYPES_H 52b32c8f7Smrg 6433d0511Smrg/* Define to 1 if you have the 'lrint' function. */ 7cbc4e2beSmrg#undef HAVE_LRINT 8cbc4e2beSmrg 9433d0511Smrg/* Define to 1 if you have the 'mkstemp' function. */ 10cbc4e2beSmrg#undef HAVE_MKSTEMP 11cbc4e2beSmrg 122b32c8f7Smrg/* Define to 1 if you have the <stdint.h> header file. */ 132b32c8f7Smrg#undef HAVE_STDINT_H 142b32c8f7Smrg 15433d0511Smrg/* Define to 1 if you have the <stdio.h> header file. */ 16433d0511Smrg#undef HAVE_STDIO_H 17433d0511Smrg 182b32c8f7Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 192b32c8f7Smrg#undef HAVE_STDLIB_H 202b32c8f7Smrg 212b32c8f7Smrg/* Define to 1 if you have the <strings.h> header file. */ 222b32c8f7Smrg#undef HAVE_STRINGS_H 232b32c8f7Smrg 242b32c8f7Smrg/* Define to 1 if you have the <string.h> header file. */ 252b32c8f7Smrg#undef HAVE_STRING_H 262b32c8f7Smrg 272b32c8f7Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 282b32c8f7Smrg#undef HAVE_SYS_STAT_H 292b32c8f7Smrg 302b32c8f7Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 312b32c8f7Smrg#undef HAVE_SYS_TYPES_H 322b32c8f7Smrg 332b32c8f7Smrg/* Define to 1 if you have the <unistd.h> header file. */ 342b32c8f7Smrg#undef HAVE_UNISTD_H 352b32c8f7Smrg 36eaef79e5Smrg/* Name of package */ 37eaef79e5Smrg#undef PACKAGE 38eaef79e5Smrg 39eaef79e5Smrg/* Define to the address where bug reports for this package should be sent. */ 40eaef79e5Smrg#undef PACKAGE_BUGREPORT 41eaef79e5Smrg 42eaef79e5Smrg/* Define to the full name of this package. */ 43eaef79e5Smrg#undef PACKAGE_NAME 44eaef79e5Smrg 45eaef79e5Smrg/* Define to the full name and version of this package. */ 46eaef79e5Smrg#undef PACKAGE_STRING 47eaef79e5Smrg 48eaef79e5Smrg/* Define to the one symbol short name of this package. */ 49eaef79e5Smrg#undef PACKAGE_TARNAME 50eaef79e5Smrg 5195e0246bSmrg/* Define to the home page for this package. */ 5295e0246bSmrg#undef PACKAGE_URL 5395e0246bSmrg 54eaef79e5Smrg/* Define to the version of this package. */ 55eaef79e5Smrg#undef PACKAGE_VERSION 56eaef79e5Smrg 57eaef79e5Smrg/* Major version of this package */ 58eaef79e5Smrg#undef PACKAGE_VERSION_MAJOR 59eaef79e5Smrg 60eaef79e5Smrg/* Minor version of this package */ 61eaef79e5Smrg#undef PACKAGE_VERSION_MINOR 62eaef79e5Smrg 63eaef79e5Smrg/* Patch version of this package */ 64eaef79e5Smrg#undef PACKAGE_VERSION_PATCHLEVEL 65eaef79e5Smrg 66433d0511Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 67433d0511Smrg required in a freestanding environment). This macro is provided for 68433d0511Smrg backward compatibility; new code need not use it. */ 692b32c8f7Smrg#undef STDC_HEADERS 702b32c8f7Smrg 71eaef79e5Smrg/* Version number of package */ 72eaef79e5Smrg#undef VERSION 73433d0511Smrg 74433d0511Smrg/* Number of bits in a file offset, on hosts where this is settable. */ 75433d0511Smrg#undef _FILE_OFFSET_BITS 76433d0511Smrg 77433d0511Smrg/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 78433d0511Smrg#undef _LARGE_FILES 79433d0511Smrg 80433d0511Smrg/* Number of bits in time_t, on hosts where this is settable. */ 81433d0511Smrg#undef _TIME_BITS 82433d0511Smrg 83433d0511Smrg/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 84433d0511Smrg#undef __MINGW_USE_VC2005_COMPAT 85