1c95b42baSmrg/* config.h.in. Generated from configure.ac by autoheader. */ 2c95b42baSmrg 3f40e0d56Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 4f40e0d56Smrg#undef HAVE_INTTYPES_H 5f40e0d56Smrg 6f40e0d56Smrg/* Define to 1 if you have the <stdint.h> header file. */ 7f40e0d56Smrg#undef HAVE_STDINT_H 8f40e0d56Smrg 90f595aedSmrg/* Define to 1 if you have the <stdio.h> header file. */ 100f595aedSmrg#undef HAVE_STDIO_H 110f595aedSmrg 12f40e0d56Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 13f40e0d56Smrg#undef HAVE_STDLIB_H 14f40e0d56Smrg 15f40e0d56Smrg/* Define to 1 if you have the <strings.h> header file. */ 16f40e0d56Smrg#undef HAVE_STRINGS_H 17f40e0d56Smrg 18f40e0d56Smrg/* Define to 1 if you have the <string.h> header file. */ 19f40e0d56Smrg#undef HAVE_STRING_H 20f40e0d56Smrg 21f40e0d56Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 22f40e0d56Smrg#undef HAVE_SYS_STAT_H 23f40e0d56Smrg 24f40e0d56Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 25f40e0d56Smrg#undef HAVE_SYS_TYPES_H 26f40e0d56Smrg 27f40e0d56Smrg/* Define to 1 if you have the <unistd.h> header file. */ 28f40e0d56Smrg#undef HAVE_UNISTD_H 29f40e0d56Smrg 30c95b42baSmrg/* Name of package */ 31c95b42baSmrg#undef PACKAGE 32c95b42baSmrg 33c95b42baSmrg/* Define to the address where bug reports for this package should be sent. */ 34c95b42baSmrg#undef PACKAGE_BUGREPORT 35c95b42baSmrg 36c95b42baSmrg/* Define to the full name of this package. */ 37c95b42baSmrg#undef PACKAGE_NAME 38c95b42baSmrg 39c95b42baSmrg/* Define to the full name and version of this package. */ 40c95b42baSmrg#undef PACKAGE_STRING 41c95b42baSmrg 42c95b42baSmrg/* Define to the one symbol short name of this package. */ 43c95b42baSmrg#undef PACKAGE_TARNAME 44c95b42baSmrg 45d80571a9Smrg/* Define to the home page for this package. */ 46d80571a9Smrg#undef PACKAGE_URL 47d80571a9Smrg 48c95b42baSmrg/* Define to the version of this package. */ 49c95b42baSmrg#undef PACKAGE_VERSION 50c95b42baSmrg 51c95b42baSmrg/* Major version of this package */ 52c95b42baSmrg#undef PACKAGE_VERSION_MAJOR 53c95b42baSmrg 54c95b42baSmrg/* Minor version of this package */ 55c95b42baSmrg#undef PACKAGE_VERSION_MINOR 56c95b42baSmrg 57c95b42baSmrg/* Patch version of this package */ 58c95b42baSmrg#undef PACKAGE_VERSION_PATCHLEVEL 59c95b42baSmrg 600f595aedSmrg/* Define to 1 if all of the C90 standard headers exist (not just the ones 610f595aedSmrg required in a freestanding environment). This macro is provided for 620f595aedSmrg backward compatibility; new code need not use it. */ 63f40e0d56Smrg#undef STDC_HEADERS 64f40e0d56Smrg 65c95b42baSmrg/* Version number of package */ 66c95b42baSmrg#undef VERSION 67