mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -04:00
There are many greater changes including: - New module ffi - Remove interbase module - Remove recode module - Remove wddx module - Many modules changes the build switches - Many modules changes the config format, so patches needed to be recreated Special thanks to tobik and ale for their support. Reviewed by: tobik, ale, joneum Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D21349
13 lines
356 B
C
13 lines
356 B
C
--- compat.c.orig Tue Jul 20 10:55:02 2004
|
|
+++ compat.c Tue Jul 20 10:55:55 2004
|
|
@@ -16,6 +16,10 @@
|
|
+----------------------------------------------------------------------+
|
|
*/
|
|
|
|
+#ifdef HAVE_CONFIG_H
|
|
+#include "config.h"
|
|
+#endif
|
|
+
|
|
#include "php.h"
|
|
#if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT)
|
|
#include "expat_compat.h"
|