1191cded7Smrg/* src/config.h.in. Generated from configure.ac by autoheader. */ 2191cded7Smrg 3191cded7Smrg/* Define to 1 if you have the <dlfcn.h> header file. */ 4191cded7Smrg#undef HAVE_DLFCN_H 5191cded7Smrg 6191cded7Smrg/* Define to 1 if you have the <inttypes.h> header file. */ 7191cded7Smrg#undef HAVE_INTTYPES_H 8191cded7Smrg 9191cded7Smrg/* Define to 1 if you have the <stdint.h> header file. */ 10191cded7Smrg#undef HAVE_STDINT_H 11191cded7Smrg 12ee3e8c14Smrg/* Define to 1 if you have the <stdio.h> header file. */ 13ee3e8c14Smrg#undef HAVE_STDIO_H 14ee3e8c14Smrg 15191cded7Smrg/* Define to 1 if you have the <stdlib.h> header file. */ 16191cded7Smrg#undef HAVE_STDLIB_H 17191cded7Smrg 18191cded7Smrg/* Define to 1 if you have the <strings.h> header file. */ 19191cded7Smrg#undef HAVE_STRINGS_H 20191cded7Smrg 21191cded7Smrg/* Define to 1 if you have the <string.h> header file. */ 22191cded7Smrg#undef HAVE_STRING_H 23191cded7Smrg 24191cded7Smrg/* Define to 1 if you have the <sys/stat.h> header file. */ 25191cded7Smrg#undef HAVE_SYS_STAT_H 26191cded7Smrg 27191cded7Smrg/* Define to 1 if you have the <sys/types.h> header file. */ 28191cded7Smrg#undef HAVE_SYS_TYPES_H 29191cded7Smrg 30191cded7Smrg/* Define to 1 if you have the <unistd.h> header file. */ 31191cded7Smrg#undef HAVE_UNISTD_H 32191cded7Smrg 33ee3e8c14Smrg/* Define to the sub-directory where libtool stores uninstalled libraries. */ 34b290cf36Smrg#undef LT_OBJDIR 35b290cf36Smrg 36191cded7Smrg/* Name of package */ 37191cded7Smrg#undef PACKAGE 38191cded7Smrg 39191cded7Smrg/* Define to the address where bug reports for this package should be sent. */ 40191cded7Smrg#undef PACKAGE_BUGREPORT 41191cded7Smrg 42191cded7Smrg/* Define to the full name of this package. */ 43191cded7Smrg#undef PACKAGE_NAME 44191cded7Smrg 45191cded7Smrg/* Define to the full name and version of this package. */ 46191cded7Smrg#undef PACKAGE_STRING 47191cded7Smrg 48191cded7Smrg/* Define to the one symbol short name of this package. */ 49191cded7Smrg#undef PACKAGE_TARNAME 50191cded7Smrg 51ba064abeSmrg/* Define to the home page for this package. */ 52ba064abeSmrg#undef PACKAGE_URL 53ba064abeSmrg 54191cded7Smrg/* Define to the version of this package. */ 55191cded7Smrg#undef PACKAGE_VERSION 56191cded7Smrg 57b290cf36Smrg/* Major version of this package */ 58b290cf36Smrg#undef PACKAGE_VERSION_MAJOR 59b290cf36Smrg 60b290cf36Smrg/* Minor version of this package */ 61b290cf36Smrg#undef PACKAGE_VERSION_MINOR 62b290cf36Smrg 63b290cf36Smrg/* Patch version of this package */ 64b290cf36Smrg#undef PACKAGE_VERSION_PATCHLEVEL 65b290cf36Smrg 668f9fac4aSmrg/* Define to 1 if all of the C89 standard headers exist (not just the ones 67ee3e8c14Smrg required in a freestanding environment). This macro is provided for 68ee3e8c14Smrg backward compatibility; new code need not use it. */ 69191cded7Smrg#undef STDC_HEADERS 70191cded7Smrg 71191cded7Smrg/* Version number of package */ 72191cded7Smrg#undef VERSION 73