config.h 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. /* lib/config.h. Generated from config.h.in by configure. */
  2. /* lib/config.h.in. Generated from configure.ac by autoheader. */
  3. /* Some versions of libc cause a sigsegv on exit with dlclose(), this disables
  4. the dlclose() and works around that bug */
  5. /* #undef DISABLE_DLCLOSE */
  6. /* Esys2.3 */
  7. #define ESYS_2_3 1
  8. /* Esys3.0 */
  9. /* #undef ESYS_3_0 */
  10. /* fapi3.0.0 */
  11. /* #undef FAPI_3_0 */
  12. /* Define to 1 if you have the <dlfcn.h> header file. */
  13. #define HAVE_DLFCN_H 1
  14. /* Define to 1 if you have the <efivar/efivar.h> header file. */
  15. /* #undef HAVE_EFIVAR_EFIVAR_H */
  16. /* Define to 1 if you have the <inttypes.h> header file. */
  17. #define HAVE_INTTYPES_H 1
  18. /* Define to 1 if you have the <memory.h> header file. */
  19. #define HAVE_MEMORY_H 1
  20. /* Define to 1 if you have the <stdint.h> header file. */
  21. #define HAVE_STDINT_H 1
  22. /* Define to 1 if you have the <stdlib.h> header file. */
  23. #define HAVE_STDLIB_H 1
  24. /* Define to 1 if you have the <strings.h> header file. */
  25. #define HAVE_STRINGS_H 1
  26. /* Define to 1 if you have the <string.h> header file. */
  27. #define HAVE_STRING_H 1
  28. /* Define to 1 if you have the <sys/stat.h> header file. */
  29. #define HAVE_SYS_STAT_H 1
  30. /* Define to 1 if you have the <sys/types.h> header file. */
  31. #define HAVE_SYS_TYPES_H 1
  32. /* Define to 1 if you have the <unistd.h> header file. */
  33. #define HAVE_UNISTD_H 1
  34. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  35. #define LT_OBJDIR ".libs/"
  36. /* Define if debugging is disabled */
  37. #define NDEBUG /**/
  38. /* Name of package */
  39. #define PACKAGE "tpm2-tools"
  40. /* Define to the address where bug reports for this package should be sent. */
  41. #define PACKAGE_BUGREPORT ""
  42. /* Define to the full name of this package. */
  43. #define PACKAGE_NAME "tpm2-tools"
  44. /* Define to the full name and version of this package. */
  45. #define PACKAGE_STRING "tpm2-tools 5.1"
  46. /* Define to the one symbol short name of this package. */
  47. #define PACKAGE_TARNAME "tpm2-tools"
  48. /* Define to the home page for this package. */
  49. #define PACKAGE_URL ""
  50. /* Define to the version of this package. */
  51. #define PACKAGE_VERSION "5.1"
  52. /* Define to 1 if you have the ANSI C header files. */
  53. #define STDC_HEADERS 1
  54. /* Version number of package */
  55. #define VERSION "5.1"