opensslconf_linux64.h 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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_NO_MD2
  22. # define OPENSSL_NO_MD2
  23. #endif
  24. #ifndef OPENSSL_NO_RC5
  25. # define OPENSSL_NO_RC5
  26. #endif
  27. #ifndef OPENSSL_THREADS
  28. # define OPENSSL_THREADS
  29. #endif
  30. #ifndef OPENSSL_NO_ASAN
  31. # define OPENSSL_NO_ASAN
  32. #endif
  33. #ifndef OPENSSL_NO_CRYPTO_MDEBUG
  34. # define OPENSSL_NO_CRYPTO_MDEBUG
  35. #endif
  36. #ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
  37. # define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE
  38. #endif
  39. #ifndef OPENSSL_NO_EC_NISTP_64_GCC_128
  40. # define OPENSSL_NO_EC_NISTP_64_GCC_128
  41. #endif
  42. #ifndef OPENSSL_NO_EGD
  43. # define OPENSSL_NO_EGD
  44. #endif
  45. #ifndef OPENSSL_NO_FUZZ_AFL
  46. # define OPENSSL_NO_FUZZ_AFL
  47. #endif
  48. #ifndef OPENSSL_NO_FUZZ_LIBFUZZER
  49. # define OPENSSL_NO_FUZZ_LIBFUZZER
  50. #endif
  51. #ifndef OPENSSL_NO_HEARTBEATS
  52. # define OPENSSL_NO_HEARTBEATS
  53. #endif
  54. #ifndef OPENSSL_NO_MSAN
  55. # define OPENSSL_NO_MSAN
  56. #endif
  57. #ifndef OPENSSL_NO_SCTP
  58. # define OPENSSL_NO_SCTP
  59. #endif
  60. #ifndef OPENSSL_NO_SSL_TRACE
  61. # define OPENSSL_NO_SSL_TRACE
  62. #endif
  63. #ifndef OPENSSL_NO_SSL3
  64. # define OPENSSL_NO_SSL3
  65. #endif
  66. #ifndef OPENSSL_NO_SSL3_METHOD
  67. # define OPENSSL_NO_SSL3_METHOD
  68. #endif
  69. #ifndef OPENSSL_NO_UBSAN
  70. # define OPENSSL_NO_UBSAN
  71. #endif
  72. #ifndef OPENSSL_NO_UNIT_TEST
  73. # define OPENSSL_NO_UNIT_TEST
  74. #endif
  75. #ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
  76. # define OPENSSL_NO_WEAK_SSL_CIPHERS
  77. #endif
  78. #ifndef OPENSSL_NO_AFALGENG
  79. # define OPENSSL_NO_AFALGENG
  80. #endif
  81. /*
  82. * Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers
  83. * don't like that. This will hopefully silence them.
  84. */
  85. #define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy;
  86. /*
  87. * Applications should use -DOPENSSL_API_COMPAT=<version> to suppress the
  88. * declarations of functions deprecated in or before <version>. Otherwise, they
  89. * still won't see them if the library has been built to disable deprecated
  90. * functions.
  91. */
  92. #if defined(OPENSSL_NO_DEPRECATED)
  93. # define DECLARE_DEPRECATED(f)
  94. #elif __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 0)
  95. # define DECLARE_DEPRECATED(f) f __attribute__ ((deprecated));
  96. #else
  97. # define DECLARE_DEPRECATED(f) f;
  98. #endif
  99. #ifndef OPENSSL_FILE
  100. # ifdef OPENSSL_NO_FILENAMES
  101. # define OPENSSL_FILE ""
  102. # define OPENSSL_LINE 0
  103. # else
  104. # define OPENSSL_FILE __FILE__
  105. # define OPENSSL_LINE __LINE__
  106. # endif
  107. #endif
  108. #ifndef OPENSSL_MIN_API
  109. # define OPENSSL_MIN_API 0
  110. #endif
  111. #if !defined(OPENSSL_API_COMPAT) || OPENSSL_API_COMPAT < OPENSSL_MIN_API
  112. # undef OPENSSL_API_COMPAT
  113. # define OPENSSL_API_COMPAT OPENSSL_MIN_API
  114. #endif
  115. #if OPENSSL_API_COMPAT < 0x10100000L
  116. # define DEPRECATEDIN_1_1_0(f) DECLARE_DEPRECATED(f)
  117. #else
  118. # define DEPRECATEDIN_1_1_0(f)
  119. #endif
  120. #if OPENSSL_API_COMPAT < 0x10000000L
  121. # define DEPRECATEDIN_1_0_0(f) DECLARE_DEPRECATED(f)
  122. #else
  123. # define DEPRECATEDIN_1_0_0(f)
  124. #endif
  125. #if OPENSSL_API_COMPAT < 0x00908000L
  126. # define DEPRECATEDIN_0_9_8(f) DECLARE_DEPRECATED(f)
  127. #else
  128. # define DEPRECATEDIN_0_9_8(f)
  129. #endif
  130. #define OPENSSL_CPUID_OBJ
  131. /* Generate 80386 code? */
  132. #undef I386_ONLY
  133. #undef OPENSSL_UNISTD
  134. #define OPENSSL_UNISTD <unistd.h>
  135. #undef OPENSSL_EXPORT_VAR_AS_FUNCTION
  136. /*
  137. * The following are cipher-specific, but are part of the public API.
  138. */
  139. #if !defined(OPENSSL_SYS_UEFI)
  140. # undef BN_LLONG
  141. /* Only one for the following should be defined */
  142. # define SIXTY_FOUR_BIT_LONG
  143. # undef SIXTY_FOUR_BIT
  144. # undef THIRTY_TWO_BIT
  145. #endif
  146. #define RC4_INT unsigned int
  147. #ifdef __cplusplus
  148. }
  149. #endif