00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00022 #ifndef APU_COMPAT_H
00023 #define APU_COMPAT_H
00024
00031
00032
00033
00034 #include "apr_compat.h"
00035
00036
00037
00038
00040 #define ap_base64decode apr_base64_decode
00041
00042 #define ap_base64decode_binary apr_base64_decode_binary
00043
00044 #define ap_base64decode_len apr_base64_decode_len
00045
00046 #define ap_base64encode apr_base64_encode
00047
00048 #define ap_base64encode_binary apr_base64_encode_binary
00049
00050 #define ap_base64encode_len apr_base64_encode_len
00051
00052 #define ap_hook_deregister_all apr_hook_deregister_all
00053
00054 #define ap_hook_sort_register apr_hook_sort_register
00055
00056 #define ap_show_hook apr_hook_debug_show
00057
00058
00059
00060
00062 #define ap_parseHTTPdate apr_date_parse_http
00063
00064 #define ap_checkmask apr_date_checkmask
00065
00066
00067
00068
00070 #define ap_text apr_text
00071
00072 #define ap_text_header apr_text_header
00073
00074 #define ap_text_append apr_text_append
00075
00077 #define AP_XML_NS_DAV_ID APR_XML_NS_DAV_ID
00078
00079 #define AP_XML_NS_NONE APR_XML_NS_NONE
00080
00081 #define AP_XML_NS_ERROR_BASE APR_XML_NS_ERROR_BASE
00082
00083 #define AP_XML_NS_IS_ERROR(e) APR_XML_NS_IS_ERROR(e)
00084
00085 #define AP_XML_ELEM_IS_EMPTY(e) APR_XML_ELEM_IS_EMPTY(e)
00086
00088 #define ap_xml_attr apr_xml_attr
00089
00090 #define ap_xml_elem apr_xml_elem
00091
00092 #define ap_xml_doc apr_xml_doc
00093
00095 #define ap_xml_to_text apr_xml_to_text
00096
00097 #define AP_XML_X2T_FULL APR_XML_X2T_FULL
00098
00099 #define AP_XML_X2T_INNER APR_XML_X2T_INNER
00100
00101 #define AP_XML_X2T_LANG_INNER APR_XML_X2T_LANG_INNER
00102
00103 #define AP_XML_X2T_FULL_NS_LANG APR_XML_X2T_FULL_NS_LANG
00104
00106 #define ap_xml_empty_elem apr_xml_empty_elem
00107
00108 #define ap_xml_quote_string apr_xml_quote_string
00109
00110 #define ap_xml_quote_elem apr_xml_quote_elem
00111
00112 #define ap_xml_insert_uri apr_xml_insert_uri
00113
00114 #define AP_XML_GET_URI_ITEM(a,i) APR_XML_GET_URI_ITEM(a,i)
00115
00116 #endif