Apache2
macros.h
Go to the documentation of this file.
1 #define AP_DECLARE(x) x
2 #define AP_DECLARE_NONSTD(x) x
3 #define AP_CORE_DECLARE(x) x
4 #define AP_CORE_DECLARE_NONSTD(x) x
5 #define AP_LUA_DECLARE(x) x
6 #define APR_DECLARE(x) x
7 #define APR_DECLARE_NONSTD(x) x
8 #define APU_DECLARE(x) x
9 #define APU_DECLARE_NONSTD(x) x
10 #define PROXY_DECLARE(x) x
11 #define DAV_DECLARE(x) x
12 #define APREQ_DECLARE(x) x
13 #define APREQ_DECLARE_PARSER(x) x
14 
15 #define AP_DECLARE_DATA
16 #define AP_MODULE_DECLARE_DATA
17 #define APR_DECLARE_DATA
18 #define APR_MODULE_DECLARE_DATA
19 #define APU_DECLARE_DATA
20 #define DAV_DECLARE_DATA
21 #define PROXY_DECLARE_DATA
22 
23 #define AP_DECLARE_MODULE(foo) module foo##_module
24 
25 #define BOOL int
26 #define STACK_OF(x) x
27 #define MODSSL_D2I_SSL_SESSION_CONST
28 #define MODSSL_D2I_ASN1_type_bytes_CONST
29 #define MODSSL_D2I_PrivateKey_CONST
30 #define MODSSL_D2I_X509_CONST
31 #define MODSSL_SSL_CIPHER_CONST
32 #define MODSSL_SSL_METHOD_CONST