#include <openssl/opensslconf.h>Go to the source code of this file.
Macros | |
| #define | OPENSSL_SYS_UNIX |
| #define | OPENSSL_UNISTD_IO OPENSSL_UNISTD |
| #define | OPENSSL_DECLARE_EXIT /* declared in unistd.h */ |
| #define | OPENSSL_EXPORT extern |
| #define | OPENSSL_IMPORT extern |
| #define | OPENSSL_GLOBAL |
| #define | OPENSSL_EXTERN OPENSSL_IMPORT |
| #define | OPENSSL_IMPLEMENT_GLOBAL(type, name, value) OPENSSL_GLOBAL type _shadow_##name=value; |
| #define | OPENSSL_DECLARE_GLOBAL(type, name) OPENSSL_EXPORT type _shadow_##name |
| #define | OPENSSL_GLOBAL_REF(name) _shadow_##name |
| #define | ossl_ssize_t ssize_t |
| #define OPENSSL_DECLARE_GLOBAL | ( | type, | |
| name | |||
| ) | OPENSSL_EXPORT type _shadow_##name |
| #define OPENSSL_EXTERN OPENSSL_IMPORT |
| #define OPENSSL_IMPLEMENT_GLOBAL | ( | type, | |
| name, | |||
| value | |||
| ) | OPENSSL_GLOBAL type _shadow_##name=value; |
| #define OPENSSL_UNISTD_IO OPENSSL_UNISTD |
1.8.2