gstein 01/02/18 17:20:12
Modified: include apu_compat.h
Log:
don't let these renames leak into the system yet
Revision Changes Path
1.4 +2 -0 apr-util/include/apu_compat.h
Index: apu_compat.h
===================================================================
RCS file: /home/cvs/apr-util/include/apu_compat.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- apu_compat.h 2001/02/18 10:42:47 1.3
+++ apu_compat.h 2001/02/19 01:20:11 1.4
@@ -76,6 +76,7 @@
/* --------------------------------------------------------------------
* the following symbols were moved from httpd-2.0/.../util_xml.[ch]
*/
+#if 0
#define ap_text apr_text
#define ap_text_header apr_text_header
#define ap_text_append apr_text_append
@@ -101,5 +102,6 @@
#define ap_xml_quote_elem apr_xml_quote_elem
#define ap_xml_insert_uri apr_xml_insert_uri
#define AP_XML_GET_URI_ITEM(a,i) APR_XML_GET_URI_ITEM(a,i)
+#endif /* 0 */
#endif /* APU_COMPAT_H */