Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h
$ cat -n /usr/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/configuration.h 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 14 #ifndef OPENSSL_CONFIGURATION_H 15 # define OPENSSL_CONFIGURATION_H 16 # pragma once 17 18 # ifdef __cplusplus 19 extern "C" { 20 # endif 21 22 # ifdef OPENSSL_ALGORITHM_DEFINES 23 # error OPENSSL_ALGORITHM_DEFINES no longer supported 24 # endif 25 26 /* 27 * OpenSSL was configured with the following options: 28 */ 29 30 # ifndef OPENSSL_SYS_MACOSX 31 # define OPENSSL_SYS_MACOSX 1 32 # endif 33 # define OPENSSL_CONFIGURED_API 30500 34 # ifndef OPENSSL_RAND_SEED_OS 35 # define OPENSSL_RAND_SEED_OS 36 # endif 37 # ifndef OPENSSL_THREADS 38 # define OPENSSL_THREADS 39 # endif 40 # ifndef OPENSSL_NO_AFALGENG 41 # define OPENSSL_NO_AFALGENG 42 # endif 43 # ifndef OPENSSL_NO_ASAN 44 # define OPENSSL_NO_ASAN 45 # endif 46 # ifndef OPENSSL_NO_ASM 47 # define OPENSSL_NO_ASM 48 # endif 49 # ifndef OPENSSL_NO_BROTLI 50 # define OPENSSL_NO_BROTLI 51 # endif 52 # ifndef OPENSSL_NO_BROTLI_DYNAMIC 53 # define OPENSSL_NO_BROTLI_DYNAMIC 54 # endif 55 # ifndef OPENSSL_NO_COMP 56 # define OPENSSL_NO_COMP 57 # endif 58 # ifndef OPENSSL_NO_CRYPTO_MDEBUG 59 # define OPENSSL_NO_CRYPTO_MDEBUG 60 # endif 61 # ifndef OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE 62 # define OPENSSL_NO_CRYPTO_MDEBUG_BACKTRACE 63 # endif 64 # ifndef OPENSSL_NO_DEMOS 65 # define OPENSSL_NO_DEMOS 66 # endif 67 # ifndef OPENSSL_NO_DEVCRYPTOENG 68 # define OPENSSL_NO_DEVCRYPTOENG 69 # endif 70 # ifndef OPENSSL_NO_EC_NISTP_64_GCC_128 71 # define OPENSSL_NO_EC_NISTP_64_GCC_128 72 # endif 73 # ifndef OPENSSL_NO_EGD 74 # define OPENSSL_NO_EGD 75 # endif 76 # ifndef OPENSSL_NO_EXTERNAL_TESTS 77 # define OPENSSL_NO_EXTERNAL_TESTS 78 # endif 79 # ifndef OPENSSL_NO_FIPS_JITTER 80 # define OPENSSL_NO_FIPS_JITTER 81 # endif 82 # ifndef OPENSSL_NO_FUZZ_AFL 83 # define OPENSSL_NO_FUZZ_AFL 84 # endif 85 # ifndef OPENSSL_NO_FUZZ_LIBFUZZER 86 # define OPENSSL_NO_FUZZ_LIBFUZZER 87 # endif 88 # ifndef OPENSSL_NO_H3DEMO 89 # define OPENSSL_NO_H3DEMO 90 # endif 91 # ifndef OPENSSL_NO_HQINTEROP 92 # define OPENSSL_NO_HQINTEROP 93 # endif 94 # ifndef OPENSSL_NO_JITTER 95 # define OPENSSL_NO_JITTER 96 # endif 97 # ifndef OPENSSL_NO_KTLS 98 # define OPENSSL_NO_KTLS 99 # endif 100 # ifndef OPENSSL_NO_LOADERENG 101 # define OPENSSL_NO_LOADERENG 102 # endif 103 # ifndef OPENSSL_NO_MD2 104 # define OPENSSL_NO_MD2 105 # endif 106 # ifndef OPENSSL_NO_MSAN 107 # define OPENSSL_NO_MSAN 108 # endif 109 # ifndef OPENSSL_NO_PIE 110 # define OPENSSL_NO_PIE 111 # endif 112 # ifndef OPENSSL_NO_RC5 113 # define OPENSSL_NO_RC5 114 # endif 115 # ifndef OPENSSL_NO_SCTP 116 # define OPENSSL_NO_SCTP 117 # endif 118 # ifndef OPENSSL_NO_SSL3 119 # define OPENSSL_NO_SSL3 120 # endif 121 # ifndef OPENSSL_NO_SSL3_METHOD 122 # define OPENSSL_NO_SSL3_METHOD 123 # endif 124 # ifndef OPENSSL_NO_SSLKEYLOG 125 # define OPENSSL_NO_SSLKEYLOG 126 # endif 127 # ifndef OPENSSL_NO_TFO 128 # define OPENSSL_NO_TFO 129 # endif 130 # ifndef OPENSSL_NO_TRACE 131 # define OPENSSL_NO_TRACE 132 # endif 133 # ifndef OPENSSL_NO_UBSAN 134 # define OPENSSL_NO_UBSAN 135 # endif 136 # ifndef OPENSSL_NO_UNIT_TEST 137 # define OPENSSL_NO_UNIT_TEST 138 # endif 139 # ifndef OPENSSL_NO_UPLINK 140 # define OPENSSL_NO_UPLINK 141 # endif 142 # ifndef OPENSSL_NO_WEAK_SSL_CIPHERS 143 # define OPENSSL_NO_WEAK_SSL_CIPHERS 144 # endif 145 # ifndef OPENSSL_NO_WINSTORE 146 # define OPENSSL_NO_WINSTORE 147 # endif 148 # ifndef OPENSSL_NO_ZLIB 149 # define OPENSSL_NO_ZLIB 150 # endif 151 # ifndef OPENSSL_NO_ZLIB_DYNAMIC 152 # define OPENSSL_NO_ZLIB_DYNAMIC 153 # endif 154 # ifndef OPENSSL_NO_ZSTD 155 # define OPENSSL_NO_ZSTD 156 # endif 157 # ifndef OPENSSL_NO_ZSTD_DYNAMIC 158 # define OPENSSL_NO_ZSTD_DYNAMIC 159 # endif 160 # ifndef OPENSSL_NO_DYNAMIC_ENGINE 161 # define OPENSSL_NO_DYNAMIC_ENGINE 162 # endif 163 164 165 /* Generate 80386 code? */ 166 # undef I386_ONLY 167 168 /* 169 * The following are cipher-specific, but are part of the public API. 170 */ 171 # if !defined(OPENSSL_SYS_UEFI) 172 # define BN_LLONG 173 /* Only one for the following should be defined */ 174 # undef SIXTY_FOUR_BIT_LONG 175 # undef SIXTY_FOUR_BIT 176 # define THIRTY_TWO_BIT 177 # endif 178 179 # define RC4_INT unsigned int 180 181 # if defined(OPENSSL_NO_COMP) || (defined(OPENSSL_NO_BROTLI) && defined(OPENSSL_NO_ZSTD) && defined(OPENSSL_NO_ZLIB)) 182 # define OPENSSL_NO_COMP_ALG 183 # else 184 # undef OPENSSL_NO_COMP_ALG 185 # endif 186 187 # ifdef __cplusplus 188 } 189 # endif 190 191 #endif /* OPENSSL_CONFIGURATION_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2026 MyWebUniversity.com ™