OSDN Git Service

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