mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
7fe96c1093
Future steps: - rename current php5 ports to php54 - make php55 the default one after an exp-run
14 lines
356 B
C
14 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"
|