configuration.h 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. /*
  2. * WARNING: do not edit!
  3. * Generated by configdata.pm from Configurations/common0.tmpl, Configurations/unix-Makefile.tmpl
  4. * via Makefile.in
  5. *
  6. * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
  7. *
  8. * Licensed under the Apache License 2.0 (the "License"). You may not use
  9. * this file except in compliance with the License. You can obtain a copy
  10. * in the file LICENSE in the source distribution or at
  11. * https://www.openssl.org/source/license.html
  12. */
  13. #ifndef OPENSSL_CONFIGURATION_H
  14. # define OPENSSL_CONFIGURATION_H
  15. # pragma once
  16. # ifdef __cplusplus
  17. extern "C" {
  18. # endif
  19. # ifdef OPENSSL_ALGORITHM_DEFINES
  20. # error OPENSSL_ALGORITHM_DEFINES no longer supported
  21. # endif
  22. /*
  23. * OpenSSL was configured with the following options:
  24. */
  25. # define OPENSSL_CONFIGURED_API 30000
  26. # ifndef OPENSSL_RAND_SEED_OS
  27. # define OPENSSL_RAND_SEED_OS
  28. # endif
  29. # ifndef OPENSSL_THREADS
  30. # define OPENSSL_THREADS
  31. # endif
  32. # ifndef OPENSSL_NO_ACVP_TESTS
  33. # define OPENSSL_NO_ACVP_TESTS
  34. # endif
  35. # ifndef OPENSSL_NO_ASAN
  36. # define OPENSSL_NO_ASAN
  37. # endif
  38. # ifndef OPENSSL_NO_CRYPTO_MDEBUG
  39. # define OPENSSL_NO_CRYPTO_MDEBUG
  40. # endif
  41. # ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
  42. # define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
  43. # endif
  44. # ifndef OPENSSL_NO_DEVCRYPTOENG
  45. # define OPENSSL_NO_DEVCRYPTOENG
  46. # endif
  47. # ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
  48. # define OPENSSL_NO_EC_NISTP_64_GCC_128
  49. # endif
  50. # ifndef OPENSSL_NO_EGD
  51. # define OPENSSL_NO_EGD
  52. # endif
  53. # ifndef OPENSSL_NO_EXTERNAL_TESTS
  54. # define OPENSSL_NO_EXTERNAL_TESTS
  55. # endif
  56. # ifndef OPENSSL_NO_FIPS_SECURITYCHECKS
  57. # define OPENSSL_NO_FIPS_SECURITYCHECKS
  58. # endif
  59. # ifndef OPENSSL_NO_FUZZ_AFL
  60. # define OPENSSL_NO_FUZZ_AFL
  61. # endif
  62. # ifndef OPENSSL_NO_FUZZ_LIBFUZZER
  63. # define OPENSSL_NO_FUZZ_LIBFUZZER
  64. # endif
  65. # ifndef OPENSSL_NO_KTLS
  66. # define OPENSSL_NO_KTLS
  67. # endif
  68. # ifndef OPENSSL_NO_MD2
  69. # define OPENSSL_NO_MD2
  70. # endif
  71. # ifndef OPENSSL_NO_MSAN
  72. # define OPENSSL_NO_MSAN
  73. # endif
  74. # ifndef OPENSSL_NO_RC5
  75. # define OPENSSL_NO_RC5
  76. # endif
  77. # ifndef OPENSSL_NO_SCTP
  78. # define OPENSSL_NO_SCTP
  79. # endif
  80. # ifndef OPENSSL_NO_SSL3
  81. # define OPENSSL_NO_SSL3
  82. # endif
  83. # ifndef OPENSSL_NO_SSL3_METHOD
  84. # define OPENSSL_NO_SSL3_METHOD
  85. # endif
  86. # ifndef OPENSSL_NO_TRACE
  87. # define OPENSSL_NO_TRACE
  88. # endif
  89. # ifndef OPENSSL_NO_UBSAN
  90. # define OPENSSL_NO_UBSAN
  91. # endif
  92. # ifndef OPENSSL_NO_UNIT_TEST
  93. # define OPENSSL_NO_UNIT_TEST
  94. # endif
  95. # ifndef OPENSSL_NO_UPLINK
  96. # define OPENSSL_NO_UPLINK
  97. # endif
  98. # ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
  99. # define OPENSSL_NO_WEAK_SSL_CIPHERS
  100. # endif
  101. # ifndef OPENSSL_NO_STATIC_ENGINE
  102. # define OPENSSL_NO_STATIC_ENGINE
  103. # endif
  104. /* Generate 80386 code? */
  105. # undef I386_ONLY
  106. /*
  107. * The following are cipher-specific, but are part of the public API.
  108. */
  109. # if !defined(OPENSSL_SYS_UEFI)
  110. # undef BN_LLONG
  111. /* Only one for the following should be defined */
  112. # define SIXTY_FOUR_BIT_LONG
  113. # undef SIXTY_FOUR_BIT
  114. # undef THIRTY_TWO_BIT
  115. # endif
  116. # define RC4_INT unsigned int
  117. # ifdef __cplusplus
  118. }
  119. # endif
  120. #endif /* OPENSSL_CONFIGURATION_H */