opensslconf_win32.h 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. /*
  2. * WARNING: do not edit!
  3. * Generated by makefile from include\openssl\opensslconf.h.in
  4. *
  5. * Copyright 2016 The OpenSSL Project Authors. All Rights Reserved.
  6. *
  7. * Licensed under the OpenSSL license (the "License"). You may not use
  8. * this file except in compliance with the License. You can obtain a copy
  9. * in the file LICENSE in the source distribution or at
  10. * https://www.openssl.org/source/license.html
  11. */
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. #ifdef OPENSSL_ALGORITHM_DEFINES
  16. # error OPENSSL_ALGORITHM_DEFINES no longer supported
  17. #endif
  18. /*
  19. * OpenSSL was configured with the following options:
  20. */
  21. #ifndef OPENSSL_SYS_WIN32
  22. # define OPENSSL_SYS_WIN32 1
  23. #endif
  24. #ifndef OPENSSL_NO_MD2
  25. # define OPENSSL_NO_MD2
  26. #endif
  27. #ifndef OPENSSL_NO_RC5
  28. # define OPENSSL_NO_RC5
  29. #endif
  30. #ifndef OPENSSL_THREADS
  31. # define OPENSSL_THREADS
  32. #endif
  33. #ifndef OPENSSL_NO_ASAN
  34. # define OPENSSL_NO_ASAN
  35. #endif
  36. #ifndef OPENSSL_NO_CRYPTO_MDEBUG
  37. # define OPENSSL_NO_CRYPTO_MDEBUG
  38. #endif
  39. #ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
  40. # define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
  41. #endif
  42. #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
  43. # define OPENSSL_NO_EC_NISTP_64_GCC_128
  44. #endif
  45. #ifndef OPENSSL_NO_EGD
  46. # define OPENSSL_NO_EGD
  47. #endif
  48. #ifndef OPENSSL_NO_FUZZ_AFL
  49. # define OPENSSL_NO_FUZZ_AFL
  50. #endif
  51. #ifndef OPENSSL_NO_FUZZ_LIBFUZZER
  52. # define OPENSSL_NO_FUZZ_LIBFUZZER
  53. #endif
  54. #ifndef OPENSSL_NO_HEARTBEATS
  55. # define OPENSSL_NO_HEARTBEATS
  56. #endif
  57. #ifndef OPENSSL_NO_MSAN
  58. # define OPENSSL_NO_MSAN
  59. #endif
  60. #ifndef OPENSSL_NO_SCTP
  61. # define OPENSSL_NO_SCTP
  62. #endif
  63. #ifndef OPENSSL_NO_SSL_TRACE
  64. # define OPENSSL_NO_SSL_TRACE
  65. #endif
  66. #ifndef OPENSSL_NO_SSL3
  67. # define OPENSSL_NO_SSL3
  68. #endif
  69. #ifndef OPENSSL_NO_SSL3_METHOD
  70. # define OPENSSL_NO_SSL3_METHOD
  71. #endif
  72. #ifndef OPENSSL_NO_UBSAN
  73. # define OPENSSL_NO_UBSAN
  74. #endif
  75. #ifndef OPENSSL_NO_UNIT_TEST
  76. # define OPENSSL_NO_UNIT_TEST
  77. #endif
  78. #ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
  79. # define OPENSSL_NO_WEAK_SSL_CIPHERS
  80. #endif
  81. #ifndef OPENSSL_NO_AFALGENG
  82. # define OPENSSL_NO_AFALGENG
  83. #endif
  84. /*
  85. * Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers
  86. * don't like that. This will hopefully silence them.
  87. */
  88. #define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy;
  89. /*
  90. * Applications should use -DOPENSSL_API_COMPAT=<version> to suppress the
  91. * declarations of functions deprecated in or before <version>. Otherwise, they
  92. * still won't see them if the library has been built to disable deprecated
  93. * functions.
  94. */
  95. #if defined(OPENSSL_NO_DEPRECATED)
  96. # define DECLARE_DEPRECATED(f)
  97. #elif __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 0)
  98. # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
  99. #else
  100. # define DECLARE_DEPRECATED(f) f;
  101. #endif
  102. #ifndef OPENSSL_FILE
  103. # ifdef OPENSSL_NO_FILENAMES
  104. # define OPENSSL_FILE ""
  105. # define OPENSSL_LINE 0
  106. # else
  107. # define OPENSSL_FILE __FILE__
  108. # define OPENSSL_LINE __LINE__
  109. # endif
  110. #endif
  111. #ifndef OPENSSL_MIN_API
  112. # define OPENSSL_MIN_API 0
  113. #endif
  114. #if !defined(OPENSSL_API_COMPAT) || OPENSSL_API_COMPAT < OPENSSL_MIN_API
  115. # undef OPENSSL_API_COMPAT
  116. # define OPENSSL_API_COMPAT OPENSSL_MIN_API
  117. #endif
  118. #if OPENSSL_API_COMPAT < 0x10100000L
  119. # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f)
  120. #else
  121. # define DEPRECATEDIN_1_1_0(f)
  122. #endif
  123. #if OPENSSL_API_COMPAT < 0x10000000L
  124. # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f)
  125. #else
  126. # define DEPRECATEDIN_1_0_0(f)
  127. #endif
  128. #if OPENSSL_API_COMPAT < 0x00908000L
  129. # define DEPRECATEDIN_0_9_8(f) DECLARE_DEPRECATED(f)
  130. #else
  131. # define DEPRECATEDIN_0_9_8(f)
  132. #endif
  133. #define OPENSSL_CPUID_OBJ
  134. /* Generate 80386 code? */
  135. #undef I386_ONLY
  136. #undef OPENSSL_UNISTD
  137. #define OPENSSL_UNISTD <unistd.h>
  138. #define OPENSSL_EXPORT_VAR_AS_FUNCTION
  139. /*
  140. * The following are cipher-specific, but are part of the public API.
  141. */
  142. #if !defined(OPENSSL_SYS_UEFI)
  143. # define BN_LLONG
  144. /* Only one for the following should be defined */
  145. # undef SIXTY_FOUR_BIT_LONG
  146. # undef SIXTY_FOUR_BIT
  147. # define THIRTY_TWO_BIT
  148. #endif
  149. #define RC4_INT unsigned int
  150. #ifdef __cplusplus
  151. }
  152. #endif