Changeset View
Changeset View
Standalone View
Standalone View
lang/php72/files/patch-ext_xml_compat.c
- This file was moved from textproc/php72-xml/files/patch-compat.c.
| --- compat.c.orig Tue Jul 20 10:55:02 2004 | --- ext/xml/compat.c.orig 2018-07-17 05:35:50 UTC | ||||
| +++ compat.c Tue Jul 20 10:55:55 2004 | +++ ext/xml/compat.c | ||||
| @@ -16,6 +16,10 @@ | @@ -16,6 +16,10 @@ | ||||
| +----------------------------------------------------------------------+ | +----------------------------------------------------------------------+ | ||||
| */ | */ | ||||
| +#ifdef HAVE_CONFIG_H | +#ifdef HAVE_CONFIG_H | ||||
| +#include "config.h" | +#include "config.h" | ||||
| +#endif | +#endif | ||||
| + | + | ||||
| #include "php.h" | #include "php.h" | ||||
| #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT) | #if defined(HAVE_LIBXML) && (defined(HAVE_XML) || defined(HAVE_XMLRPC)) && !defined(HAVE_LIBEXPAT) | ||||
| #include "expat_compat.h" | #include "expat_compat.h" | ||||