1f80a6dcdSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2f80a6dcdSmrg 365912f00Smrg/* Define to 1 if you have the "mkstemp" function. */ 4f80a6dcdSmrg#undef HAS_MKSTEMP 5f80a6dcdSmrg 665912f00Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 765912f00Smrg#undef HAVE_INTTYPES_H 865912f00Smrg 965912f00Smrg/* Define to 1 if you have the <stdint.h> header file. */ 1065912f00Smrg#undef HAVE_STDINT_H 1165912f00Smrg 128c7c3c7eSmrg/* Define to 1 if you have the <stdio.h> header file. */ 138c7c3c7eSmrg#undef HAVE_STDIO_H 148c7c3c7eSmrg 1565912f00Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 1665912f00Smrg#undef HAVE_STDLIB_H 1765912f00Smrg 1865912f00Smrg/* Define to 1 if you have the <strings.h> header file. */ 1965912f00Smrg#undef HAVE_STRINGS_H 2065912f00Smrg 2165912f00Smrg/* Define to 1 if you have the <string.h> header file. */ 2265912f00Smrg#undef HAVE_STRING_H 2365912f00Smrg 2465912f00Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 2565912f00Smrg#undef HAVE_SYS_STAT_H 2665912f00Smrg 2765912f00Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 2865912f00Smrg#undef HAVE_SYS_TYPES_H 2965912f00Smrg 3065912f00Smrg/* Define to 1 if you have the <unistd.h> header file. */ 3165912f00Smrg#undef HAVE_UNISTD_H 3265912f00Smrg 33f80a6dcdSmrg/* Name of package */ 34f80a6dcdSmrg#undef PACKAGE 35f80a6dcdSmrg 36f80a6dcdSmrg/* Define to the address where bug reports for this package should be sent. */ 37f80a6dcdSmrg#undef PACKAGE_BUGREPORT 38f80a6dcdSmrg 39f80a6dcdSmrg/* Define to the full name of this package. */ 40f80a6dcdSmrg#undef PACKAGE_NAME 41f80a6dcdSmrg 42f80a6dcdSmrg/* Define to the full name and version of this package. */ 43f80a6dcdSmrg#undef PACKAGE_STRING 44f80a6dcdSmrg 45f80a6dcdSmrg/* Define to the one symbol short name of this package. */ 46f80a6dcdSmrg#undef PACKAGE_TARNAME 47f80a6dcdSmrg 4865912f00Smrg/* Define to the home page for this package. */ 4965912f00Smrg#undef PACKAGE_URL 5065912f00Smrg 51f80a6dcdSmrg/* Define to the version of this package. */ 52f80a6dcdSmrg#undef PACKAGE_VERSION 53f80a6dcdSmrg 5465912f00Smrg/* Major version of this package */ 5565912f00Smrg#undef PACKAGE_VERSION_MAJOR 5665912f00Smrg 5765912f00Smrg/* Minor version of this package */ 5865912f00Smrg#undef PACKAGE_VERSION_MINOR 5965912f00Smrg 6065912f00Smrg/* Patch version of this package */ 6165912f00Smrg#undef PACKAGE_VERSION_PATCHLEVEL 6265912f00Smrg 6300994698Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 648c7c3c7eSmrg required in a freestanding environment). This macro is provided for 658c7c3c7eSmrg backward compatibility; new code need not use it. */ 6665912f00Smrg#undef STDC_HEADERS 6765912f00Smrg 6800994698Smrg/* Define to 1 to use Xft for text rendering */ 6900994698Smrg#undef USE_XFT 7000994698Smrg 71f80a6dcdSmrg/* Version number of package */ 72f80a6dcdSmrg#undef VERSION 7300994698Smrg 7400994698Smrg/* Number of bits in a file offset, on hosts where this is settable. */ 7500994698Smrg#undef _FILE_OFFSET_BITS 7600994698Smrg 7700994698Smrg/* Define to 1 on platforms where this makes off_t a 64-bit type. */ 7800994698Smrg#undef _LARGE_FILES 7900994698Smrg 8000994698Smrg/* Number of bits in time_t, on hosts where this is settable. */ 8100994698Smrg#undef _TIME_BITS 8200994698Smrg 8300994698Smrg/* Define to 1 on platforms where this makes time_t a 64-bit type. */ 8400994698Smrg#undef __MINGW_USE_VC2005_COMPAT 85