config.h 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* DISABLE WEAK CRYPTO ALGORITHMS */
  4. /* #undef DISABLE_WEAK_CRYPTO */
  5. /* "The default TCTIs configuration string" */
  6. /* #undef ESYS_TCTI_DEFAULT_CONFIG */
  7. /* "The default TCTI library file" */
  8. /* #undef ESYS_TCTI_DEFAULT_MODULE */
  9. /* Perform integration tests without EK certificate verification */
  10. #define FAPI_TEST_EK_CERT_LESS 1
  11. /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
  12. you don't. */
  13. /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
  14. /* Define if you have the GNU dld library. */
  15. /* #undef HAVE_DLD */
  16. /* Define to 1 if you have the `dlerror' function. */
  17. #define HAVE_DLERROR 1
  18. /* Define to 1 if you have the <dlfcn.h> header file. */
  19. #define HAVE_DLFCN_H 1
  20. /* Define if you have the _dyld_func_lookup function. */
  21. /* #undef HAVE_DYLD */
  22. /* Support EVP_sm3 in openssl */
  23. #define HAVE_EVP_SM3 1
  24. /* Define to 1 if you have the <inttypes.h> header file. */
  25. #define HAVE_INTTYPES_H 1
  26. /* Define if you have the libdl library or equivalent. */
  27. #define HAVE_LIBDL 1
  28. /* Define if libdlloader will be built on this platform */
  29. #define HAVE_LIBDLLOADER 1
  30. /* Define to 1 if you have the <memory.h> header file. */
  31. #define HAVE_MEMORY_H 1
  32. /* Define to 1 if you have the `reallocarray' function. */
  33. /* #undef HAVE_REALLOCARRAY */
  34. /* Define if you have the shl_load function. */
  35. /* #undef HAVE_SHL_LOAD */
  36. /* Define to 1 if you have the <stdint.h> header file. */
  37. #define HAVE_STDINT_H 1
  38. /* Define to 1 if you have the <stdlib.h> header file. */
  39. #define HAVE_STDLIB_H 1
  40. /* Define to 1 if you have the <strings.h> header file. */
  41. #define HAVE_STRINGS_H 1
  42. /* Define to 1 if you have the <string.h> header file. */
  43. #define HAVE_STRING_H 1
  44. /* Define to 1 if you have the <sys/stat.h> header file. */
  45. #define HAVE_SYS_STAT_H 1
  46. /* Define to 1 if you have the <sys/types.h> header file. */
  47. #define HAVE_SYS_TYPES_H 1
  48. /* Define to 1 if you have the <unistd.h> header file. */
  49. #define HAVE_UNISTD_H 1
  50. /* use mssim TCTI for integration tests */
  51. /* #undef INTEGRATION_TCTI_MSSIM */
  52. /* Support for writing to a log file is enabled */
  53. #define LOG_FILE_ENABLED 1
  54. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  55. #define LT_OBJDIR ".libs/"
  56. /* "Trace log level" */
  57. #define MAXLOGLEVEL 6
  58. /* mbedTLS cryptographic backend */
  59. /* #undef MBED */
  60. /* Define if debugging is disabled */
  61. #define NDEBUG 1
  62. /* disable use of dlopen */
  63. /* #undef NO_DL */
  64. /* OpenSSL cryptographic backend */
  65. #define OSSL 1
  66. /* Name of package */
  67. #define PACKAGE "tpm2-tss"
  68. /* Define to the address where bug reports for this package should be sent. */
  69. #define PACKAGE_BUGREPORT "https://github.com/tpm2-software/tpm2-tss/issues"
  70. /* Define to the full name of this package. */
  71. #define PACKAGE_NAME "tpm2-tss"
  72. /* Define to the full name and version of this package. */
  73. #define PACKAGE_STRING "tpm2-tss 3.2.0"
  74. /* Define to the one symbol short name of this package. */
  75. #define PACKAGE_TARNAME "tpm2-tss"
  76. /* Define to the home page for this package. */
  77. #define PACKAGE_URL "https://github.com/tpm2-software/tpm2-tss"
  78. /* Define to the version of this package. */
  79. #define PACKAGE_VERSION "3.2.0"
  80. /* Allow usage of self generated root certificate */
  81. /* #undef SELF_GENERATED_CERTIFICATE */
  82. /* Define to 1 if you have the ANSI C header files. */
  83. #define STDC_HEADERS 1
  84. /* System config dir */
  85. #define SYSCONFDIR "/opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/tpm2-tss-3.2.0/release/etc"
  86. /* TCTI FOR COMMAND BASED ACCESS TO TPM2 DEVICE */
  87. #define TCTI_CMD 1
  88. /* TCTI FOR DEV TPM */
  89. #define TCTI_DEVICE 1
  90. /* TCTI FOR FUZZING */
  91. /* #undef TCTI_FUZZING */
  92. /* TCTI FOR MS SIMULATOR */
  93. #define TCTI_MSSIM 1
  94. /* TCTI FOR SWTPM */
  95. /* #undef TCTI_SWTPM */
  96. /* FAPI forced async spinning */
  97. /* #undef TEST_FAPI_ASYNC */
  98. /* Enable for UNIT testing */
  99. /* #undef UNIT */
  100. /* Enable extensions on AIX 3, Interix. */
  101. #ifndef _ALL_SOURCE
  102. # define _ALL_SOURCE 1
  103. #endif
  104. /* Enable GNU extensions on systems that have them. */
  105. #ifndef _GNU_SOURCE
  106. # define _GNU_SOURCE 1
  107. #endif
  108. /* Enable threading extensions on Solaris. */
  109. #ifndef _POSIX_PTHREAD_SEMANTICS
  110. # define _POSIX_PTHREAD_SEMANTICS 1
  111. #endif
  112. /* Enable extensions on HP NonStop. */
  113. #ifndef _TANDEM_SOURCE
  114. # define _TANDEM_SOURCE 1
  115. #endif
  116. /* Enable general extensions on Solaris. */
  117. #ifndef __EXTENSIONS__
  118. # define __EXTENSIONS__ 1
  119. #endif
  120. /* Version number of package */
  121. #define VERSION "3.2.0"
  122. /* Define to 1 if on MINIX. */
  123. /* #undef _MINIX */
  124. /* Define to 2 if the system does not provide POSIX.1 features except with
  125. this defined. */
  126. /* #undef _POSIX_1_SOURCE */
  127. /* Define to 1 if you need to in order for `stat' and other things to work. */
  128. /* #undef _POSIX_SOURCE */