diff options
Diffstat (limited to 'apache13.h')
-rw-r--r-- | apache13.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $Header: /home/cvs/mod_log_sql/apache13.h,v 1.2 2004/01/20 19:38:07 urkle Exp $ */ | 1 | /* $Header: /home/cvs/mod_log_sql/apache13.h,v 1.3 2004/01/22 05:26:56 urkle Exp $ */ |
2 | #ifndef APACHE13_H | 2 | #ifndef APACHE13_H |
3 | #define APACHE13_H | 3 | #define APACHE13_H |
4 | 4 | ||
@@ -41,6 +41,7 @@ | |||
41 | /* Functions */ | 41 | /* Functions */ |
42 | #define ap_get_remote_host(a,b,c,d) ap_get_remote_host(a,b,c) | 42 | #define ap_get_remote_host(a,b,c,d) ap_get_remote_host(a,b,c) |
43 | 43 | ||
44 | #define apr_pool_create(a,b) *(a) = ap_make_sub_pool(b) | ||
44 | #define apr_palloc ap_palloc | 45 | #define apr_palloc ap_palloc |
45 | #define apr_pcalloc ap_pcalloc | 46 | #define apr_pcalloc ap_pcalloc |
46 | #define apr_pstrdup ap_pstrdup | 47 | #define apr_pstrdup ap_pstrdup |