diff options
author | Edward Rudd | 2004-01-22 05:26:56 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-22 05:26:56 +0000 |
commit | f230d2468cdc8ee3d290d34a36593b154f51aee1 (patch) | |
tree | d823f819136bd34dfa5bb0cba94c6c8c03e852d6 /apache13.h | |
parent | b19a5851171395e196ed686977482d79d7140cfd (diff) |
SSL support working under 1.3 and 2.0 as a separate module
preparsing of logformat completed.
updated configure scripts to detect mod_ssl.h for 1.3 (mostly)
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 |