include/apu_compat.h

Go to the documentation of this file.
00001 /* Copyright 2000-2005 The Apache Software Foundation or its licensors, as
00002  * applicable.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *     http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 
00022 #ifndef APU_COMPAT_H
00023 #define APU_COMPAT_H
00024 
00031 /* Include the apr compatibility changes, since apr-util users are
00032  * always apr users.
00033  */
00034 #include "apr_compat.h"
00035 
00036 /* --------------------------------------------------------------------
00037  * redefine 1.3.x symbols to those that now live in libapr-util
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  * the following symbols were moved from httpd-2.0/.../util_date.[ch]
00060  */
00062 #define ap_parseHTTPdate apr_date_parse_http
00063 
00064 #define ap_checkmask apr_date_checkmask
00065 
00066 /* --------------------------------------------------------------------
00067  * the following symbols were moved from httpd-2.0/.../util_xml.[ch]
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 /* APU_COMPAT_H */

Generated on Tue Sep 11 08:13:14 2007 for Apache Portable Runtime Utility Library by  doxygen 1.5.2