129459361Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 229459361Smrg 35715adc0Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 45715adc0Smrg#undef HAVE_INTTYPES_H 55715adc0Smrg 65715adc0Smrg/* Define to 1 if you have the <stdint.h> header file. */ 75715adc0Smrg#undef HAVE_STDINT_H 85715adc0Smrg 9291ca6f5Smrg/* Define to 1 if you have the <stdio.h> header file. */ 10291ca6f5Smrg#undef HAVE_STDIO_H 11291ca6f5Smrg 125715adc0Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 135715adc0Smrg#undef HAVE_STDLIB_H 145715adc0Smrg 155715adc0Smrg/* Define to 1 if you have the <strings.h> header file. */ 165715adc0Smrg#undef HAVE_STRINGS_H 175715adc0Smrg 185715adc0Smrg/* Define to 1 if you have the <string.h> header file. */ 195715adc0Smrg#undef HAVE_STRING_H 205715adc0Smrg 215715adc0Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 225715adc0Smrg#undef HAVE_SYS_STAT_H 235715adc0Smrg 245715adc0Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 255715adc0Smrg#undef HAVE_SYS_TYPES_H 265715adc0Smrg 275715adc0Smrg/* Define to 1 if you have the <unistd.h> header file. */ 285715adc0Smrg#undef HAVE_UNISTD_H 295715adc0Smrg 3029459361Smrg/* Name of package */ 3129459361Smrg#undef PACKAGE 3229459361Smrg 3329459361Smrg/* Define to the address where bug reports for this package should be sent. */ 3429459361Smrg#undef PACKAGE_BUGREPORT 3529459361Smrg 3629459361Smrg/* Define to the full name of this package. */ 3729459361Smrg#undef PACKAGE_NAME 3829459361Smrg 3929459361Smrg/* Define to the full name and version of this package. */ 4029459361Smrg#undef PACKAGE_STRING 4129459361Smrg 4229459361Smrg/* Define to the one symbol short name of this package. */ 4329459361Smrg#undef PACKAGE_TARNAME 4429459361Smrg 45c3c9b392Smrg/* Define to the home page for this package. */ 46c3c9b392Smrg#undef PACKAGE_URL 47c3c9b392Smrg 4829459361Smrg/* Define to the version of this package. */ 4929459361Smrg#undef PACKAGE_VERSION 5029459361Smrg 5129459361Smrg/* Major version of this package */ 5229459361Smrg#undef PACKAGE_VERSION_MAJOR 5329459361Smrg 5429459361Smrg/* Minor version of this package */ 5529459361Smrg#undef PACKAGE_VERSION_MINOR 5629459361Smrg 5729459361Smrg/* Patch version of this package */ 5829459361Smrg#undef PACKAGE_VERSION_PATCHLEVEL 5929459361Smrg 609683b4e0Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 61291ca6f5Smrg required in a freestanding environment). This macro is provided for 62291ca6f5Smrg backward compatibility; new code need not use it. */ 635715adc0Smrg#undef STDC_HEADERS 645715adc0Smrg 6529459361Smrg/* Version number of package */ 6629459361Smrg#undef VERSION 67