summaryrefslogtreecommitdiff
path: root/ext/satellite
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-05-24 10:07:29 +0000
committerStig Bakken <ssb@php.net>2001-05-24 10:07:29 +0000
commit1beda9ee1e7a7bd317d65ddc05502047ce1af4b2 (patch)
tree1ed78ec09c3c92d0c86bbcd5bce0c0d3d0e385da /ext/satellite
parent9270ae31eedf1746beec35250555a41979566598 (diff)
downloadphp-git-1beda9ee1e7a7bd317d65ddc05502047ce1af4b2.tar.gz
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
Diffstat (limited to 'ext/satellite')
-rw-r--r--ext/satellite/corba.c5
-rw-r--r--ext/satellite/php_orbit.c4
2 files changed, 9 insertions, 0 deletions
diff --git a/ext/satellite/corba.c b/ext/satellite/corba.c
index 9c5ff446c6..267c26a835 100644
--- a/ext/satellite/corba.c
+++ b/ext/satellite/corba.c
@@ -28,6 +28,11 @@
*
* -----------------------------------------------------------------------
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "corba.h"
#include "php_config.h" /* for COMPILE_DL_ORBIT */
diff --git a/ext/satellite/php_orbit.c b/ext/satellite/php_orbit.c
index a1c31be396..6b740b9f82 100644
--- a/ext/satellite/php_orbit.c
+++ b/ext/satellite/php_orbit.c
@@ -24,6 +24,10 @@
/*
* Interface to PHP
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <php.h>
#include <php_ini.h> /* for DISPLAY_INI_ENTRIES() */
#include <ext/standard/info.h> /* for php_info_print_table_*() */