a646d82de1b9e95f6eea48873076d39cd0a50423
[shibboleth/sp.git] / apache / mod_shib_13.cpp
1
2 /* mod_shib_13.cpp -- a wrapper around the apache module code to
3  *                    build for Apache 1.3
4  *
5  * Created by:  Derek Atkins <derek@ihtfp.com>
6  *
7  */
8
9 #define SHIB_APACHE_13 1
10
11 #define SH_AP_POOL pool
12 #define SH_AP_TABLE table
13 #define SH_AP_CONFIGFILE configfile_t
14 #define SH_AP_R(r) r
15 #define SH_AP_USER(r) r->connection->user
16
17 #define apr_pool_userdata_setn(n,k,d,p)
18 #define apr_pool_cleanup_register(p1,p2,f,d)
19
20 #include "mod_apache.cpp"