From cc53b0c1de36f3504b6ab1e3f96ab7411baa4060 Mon Sep 17 00:00:00 2001 From: kouril Date: Tue, 15 Aug 2006 12:48:26 +0000 Subject: [PATCH] Compatibilizing define's are pulled out from apr_compat.h and apu_compat.h --- src/mod_auth_kerb.c | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/src/mod_auth_kerb.c b/src/mod_auth_kerb.c index 7fcb4fb..11f3955 100644 --- a/src/mod_auth_kerb.c +++ b/src/mod_auth_kerb.c @@ -65,22 +65,8 @@ #ifdef STANDARD20_MODULE_STUFF #include #include - -#define ap_null_cleanup NULL -#define ap_register_cleanup apr_pool_cleanup_register - -#define ap_pstrdup apr_pstrdup -#define ap_pstrcat apr_pstrcat -#define ap_pcalloc apr_pcalloc -#define ap_psprintf apr_psprintf - -#define ap_base64decode_len apr_base64_decode_len -#define ap_base64decode apr_base64_decode -#define ap_base64encode_len apr_base64_encode_len -#define ap_base64encode apr_base64_encode - -#define ap_table_setn apr_table_setn -#define ap_table_add apr_table_add +#include +#include #else #define ap_pstrchr_c strchr #endif /* STANDARD20_MODULE_STUFF */ -- 2.1.4