configuration.h 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. /*
  2. * WARNING: do not edit!
  3. * Generated by configdata.pm from Configurations\common0.tmpl, Configurations\windows-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. # ifndef OPENSSL_SYS_WIN32
  26. # define OPENSSL_SYS_WIN32 1
  27. # endif
  28. # define OPENSSL_CONFIGURED_API 30100
  29. # ifndef OPENSSL_RAND_SEED_OS
  30. # define OPENSSL_RAND_SEED_OS
  31. # endif
  32. # ifndef OPENSSL_THREADS
  33. # define OPENSSL_THREADS
  34. # endif
  35. # ifndef OPENSSL_NO_ACVP_TESTS
  36. # define OPENSSL_NO_ACVP_TESTS
  37. # endif
  38. # ifndef OPENSSL_NO_AFALGENG
  39. # define OPENSSL_NO_AFALGENG
  40. # endif
  41. # ifndef OPENSSL_NO_ASAN
  42. # define OPENSSL_NO_ASAN
  43. # endif
  44. # ifndef OPENSSL_NO_CRYPTO_MDEBUG
  45. # define OPENSSL_NO_CRYPTO_MDEBUG
  46. # endif
  47. # ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
  48. # define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
  49. # endif
  50. # ifndef OPENSSL_NO_DEVCRYPTOENG
  51. # define OPENSSL_NO_DEVCRYPTOENG
  52. # endif
  53. # ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
  54. # define OPENSSL_NO_EC_NISTP_64_GCC_128
  55. # endif
  56. # ifndef OPENSSL_NO_EGD
  57. # define OPENSSL_NO_EGD
  58. # endif
  59. # ifndef OPENSSL_NO_EXTERNAL_TESTS
  60. # define OPENSSL_NO_EXTERNAL_TESTS
  61. # endif
  62. # ifndef OPENSSL_NO_FIPS_SECURITYCHECKS
  63. # define OPENSSL_NO_FIPS_SECURITYCHECKS
  64. # endif
  65. # ifndef OPENSSL_NO_FUZZ_AFL
  66. # define OPENSSL_NO_FUZZ_AFL
  67. # endif
  68. # ifndef OPENSSL_NO_FUZZ_LIBFUZZER
  69. # define OPENSSL_NO_FUZZ_LIBFUZZER
  70. # endif
  71. # ifndef OPENSSL_NO_KTLS
  72. # define OPENSSL_NO_KTLS
  73. # endif
  74. # ifndef OPENSSL_NO_MD2
  75. # define OPENSSL_NO_MD2
  76. # endif
  77. # ifndef OPENSSL_NO_MSAN
  78. # define OPENSSL_NO_MSAN
  79. # endif
  80. # ifndef OPENSSL_NO_RC5
  81. # define OPENSSL_NO_RC5
  82. # endif
  83. # ifndef OPENSSL_NO_SCTP
  84. # define OPENSSL_NO_SCTP
  85. # endif
  86. # ifndef OPENSSL_NO_SSL3
  87. # define OPENSSL_NO_SSL3
  88. # endif
  89. # ifndef OPENSSL_NO_SSL3_METHOD
  90. # define OPENSSL_NO_SSL3_METHOD
  91. # endif
  92. # ifndef OPENSSL_NO_TRACE
  93. # define OPENSSL_NO_TRACE
  94. # endif
  95. # ifndef OPENSSL_NO_UBSAN
  96. # define OPENSSL_NO_UBSAN
  97. # endif
  98. # ifndef OPENSSL_NO_UNIT_TEST
  99. # define OPENSSL_NO_UNIT_TEST
  100. # endif
  101. # ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
  102. # define OPENSSL_NO_WEAK_SSL_CIPHERS
  103. # endif
  104. # ifndef OPENSSL_NO_STATIC_ENGINE
  105. # define OPENSSL_NO_STATIC_ENGINE
  106. # endif
  107. /* Generate 80386 code? */
  108. # undef I386_ONLY
  109. /*
  110. * The following are cipher-specific, but are part of the public API.
  111. */
  112. # if !defined(OPENSSL_SYS_UEFI)
  113. # define BN_LLONG
  114. /* Only one for the following should be defined */
  115. # undef SIXTY_FOUR_BIT_LONG
  116. # undef SIXTY_FOUR_BIT
  117. # define THIRTY_TWO_BIT
  118. # endif
  119. # define RC4_INT unsigned int
  120. # ifdef __cplusplus
  121. }
  122. # endif
  123. #endif /* OPENSSL_CONFIGURATION_H */