hirokawa Wed Jan 10 06:42:23 2001 EDT Modified files: /php4/main php_compat.h Log: Index: php4/main/php_compat.h diff -u php4/main/php_compat.h:1.6 php4/main/php_compat.h:1.7 --- php4/main/php_compat.h:1.6 Sat Mar 4 11:58:59 2000 +++ php4/main/php_compat.h Wed Jan 10 06:42:23 2001 @@ -24,6 +24,8 @@ #define hashTableDestroy php_hashTableDestroy #define hashTableIterInit php_hashTableIterInit #define hashTableIterNext php_hashTableIterNext + +#ifndef HAVE_LIBEXPAT2 #define XML_DefaultCurrent php_XML_DefaultCurrent #define XML_ErrorString php_XML_ErrorString #define XML_ExternalEntityParserCreate php_XML_ExternalEntityParserCreate @@ -67,5 +69,6 @@ #define XmlUtf16Encode php_XmlUtf16Encode #define XmlUtf8Encode php_XmlUtf8Encode #define XmlPrologStateInit php_XmlPrologStateInit +#endif #endif -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]