129459361Smrg/* config.h.in. Generated from configure.ac by autoheader. */ 229459361Smrg 347202d7bSmrg/* Define to 1 if you have the <inttypes.h> header file. */ 447202d7bSmrg#undef HAVE_INTTYPES_H 547202d7bSmrg 647202d7bSmrg/* Define to 1 if you have the <stdint.h> header file. */ 747202d7bSmrg#undef HAVE_STDINT_H 847202d7bSmrg 9e24f450bSmrg/* Define to 1 if you have the <stdio.h> header file. */ 10e24f450bSmrg#undef HAVE_STDIO_H 11e24f450bSmrg 1247202d7bSmrg/* Define to 1 if you have the <stdlib.h> header file. */ 1347202d7bSmrg#undef HAVE_STDLIB_H 1447202d7bSmrg 1547202d7bSmrg/* Define to 1 if you have the <strings.h> header file. */ 1647202d7bSmrg#undef HAVE_STRINGS_H 1747202d7bSmrg 1847202d7bSmrg/* Define to 1 if you have the <string.h> header file. */ 1947202d7bSmrg#undef HAVE_STRING_H 2047202d7bSmrg 2147202d7bSmrg/* Define to 1 if you have the <sys/stat.h> header file. */ 2247202d7bSmrg#undef HAVE_SYS_STAT_H 2347202d7bSmrg 2447202d7bSmrg/* Define to 1 if you have the <sys/types.h> header file. */ 2547202d7bSmrg#undef HAVE_SYS_TYPES_H 2647202d7bSmrg 2747202d7bSmrg/* Define to 1 if you have the <unistd.h> header file. */ 2847202d7bSmrg#undef HAVE_UNISTD_H 2947202d7bSmrg 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 454fbc8bdeSmrg/* Define to the home page for this package. */ 464fbc8bdeSmrg#undef PACKAGE_URL 474fbc8bdeSmrg 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 60eb323118Smrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 61e24f450bSmrg required in a freestanding environment). This macro is provided for 62e24f450bSmrg backward compatibility; new code need not use it. */ 6347202d7bSmrg#undef STDC_HEADERS 6447202d7bSmrg 6529459361Smrg/* Version number of package */ 6629459361Smrg#undef VERSION 67