]> granicus.if.org Git - php/commitdiff
If external expat is used, header file is expat.h
authorfoobar <sniper@php.net>
Thu, 11 Jan 2001 16:19:20 +0000 (16:19 +0000)
committerfoobar <sniper@php.net>
Thu, 11 Jan 2001 16:19:20 +0000 (16:19 +0000)
ext/wddx/php_wddx.h

index e2bb26dbb92c5737be14b65a3a81d8ef8518681b..245099d19731ab67dccbd2460f4c8771f23ff11c 100644 (file)
 
 #if HAVE_WDDX
 
+#ifdef HAVE_LIBEXPAT2
+#include <expat.h>
+#else
 #include "xmlparse.h"
+#endif
 
 extern zend_module_entry wddx_module_entry;
 #define wddx_module_ptr &wddx_module_entry