]> granicus.if.org Git - php/commitdiff
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
authorStig Bakken <ssb@php.net>
Thu, 24 May 2001 10:07:29 +0000 (10:07 +0000)
committerStig Bakken <ssb@php.net>
Thu, 24 May 2001 10:07:29 +0000 (10:07 +0000)
75 files changed:
ext/aspell/aspell.c
ext/bcmath/bcmath.c
ext/calendar/calendar.c
ext/cpdf/cpdf.c
ext/crack/crack.c
ext/ctype/ctype.c
ext/curl/curl.c
ext/cybercash/cybercash.c
ext/cybermut/cybermut.c
ext/db/db.c
ext/dba/dba.c
ext/dbase/dbase.c
ext/dbx/dbx.c
ext/domxml/php_domxml.c
ext/exif/exif.c
ext/fbsql/php_fbsql.c
ext/fdf/fdf.c
ext/filepro/filepro.c
ext/fribidi/fribidi.c
ext/ftp/php_ftp.c
ext/gd/gd.c
ext/gettext/gettext.c
ext/gmp/gmp.c
ext/hyperwave/hw.c
ext/icap/php_icap.c
ext/iconv/iconv.c
ext/imap/php_imap.c
ext/ingres_ii/ii.c
ext/interbase/interbase.c
ext/ldap/ldap.c
ext/mailparse/mailparse.c
ext/mbstring/mbstring.c
ext/mcal/php_mcal.c
ext/mcrypt/mcrypt.c
ext/mhash/mhash.c
ext/ming/ming.c
ext/mnogosearch/php_mnogo.c
ext/msql/php_msql.c
ext/mssql/php_mssql.c
ext/muscat/muscat.c
ext/mysql/php_mysql.c
ext/notes/php_notes.c
ext/oci8/oci8.c
ext/odbc/php_odbc.c
ext/odbc/velocis.c
ext/openssl/openssl.c
ext/oracle/oracle.c
ext/pcre/php_pcre.c
ext/pdf/pdf.c
ext/pfpro/pfpro.c
ext/pgsql/pgsql.c
ext/posix/posix.c
ext/pspell/pspell.c
ext/qtdom/qtdom.c
ext/readline/readline.c
ext/recode/recode.c
ext/sablot/sablot.c
ext/satellite/corba.c
ext/satellite/php_orbit.c
ext/session/session.c
ext/shmop/shmop.c
ext/skeleton/skeleton.c
ext/snmp/snmp.c
ext/sockets/sockets.c
ext/swf/swf.c
ext/sybase/php_sybase_db.c
ext/sybase_ct/php_sybase_ct.c
ext/sysvsem/sysvsem.c
ext/sysvshm/sysvshm.c
ext/vpopmail/php_vpopmail.c
ext/xml/xml.c
ext/xslt/sablot.c
ext/yaz/php_yaz.c
ext/yp/yp.c
ext/zlib/zlib.c

index fa474ae182a18477b284cc9a5e19101619d2a806..dac32cb2598221d7a8d83efa85adeb92118a806e 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #ifdef COMPILE_DL_ASPELL
index 3faff36ad737e23a47cbed39adfd32462ed3023a..3ef8226fd0cccc895cd696937bfa4a64ffdc77ba 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if WITH_BCMATH
index 676110b0fc4a52fd743c19b63fa7b16789e4e6b2..4443c97bdd9383228c36ba99b4e47b9c66a8a9f6 100644 (file)
  */
 /* $Id: */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "ext/standard/info.h"
 #include "php_calendar.h"
index 67f7d307d8bdddbd973c3a3e70ca62df5a45c6a7..fbdcb2e8422bf676ccd98ec78a82169edddde413 100644 (file)
 #undef THREAD_SAFE
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 #include "zend/zend_list.h"
index f2af001e65b5e0f76bd2926979a3a2f0a396d6c6..f63b740f9cd5bbad35466e2014b5e9779e9d990e 100644 (file)
@@ -1,3 +1,7 @@
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "ext/standard/info.h"
index 33cf94215fffe1df618c04c7c8b24a76c970bb82..8c88e7d9c0ec70ff5d718177f3d1d37fe567d474 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_ctype.h"
index 059b2a685bb27fd04ff15cfafb6a8b5034b8f8c1..7b0e740de545d845cd19234581801607dd98da3d 100644 (file)
@@ -18,6 +18,9 @@
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
 #include "php.h"
 
index 28b4f921ae14a2e23f00c440478ef2c8d91dcfdf..4cf2c44b729ca92a0beb4faa0cf1dcadde09eb36 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "ext/standard/info.h"
 #include "cybercash.h"
index 7dd83600f541d81b719a037717bcdb6b6ce5fba9..239bc69aa5a5094c287cbc1f219dd044ea14bc65 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_cybermut.h"
index 80e19d47aea1b30994956f66ada483a8eed75592..26f3b7917ea5dd47839dd3ddd86a876513da129b 100644 (file)
 
 #if 1
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 #include "safe_mode.h"
index c432b70018f281c59673864599874bf0f7433c7f..54f337177ff68323df926803dfb9743ca45bad6e 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_DBA
index 63312f47b6824fd2ec2caada88a8de4e336802e3..e8ecf09eb82466474ae9e4ebad0d74cfa3a57468 100644 (file)
    +----------------------------------------------------------------------+
  */
 
-#include <stdlib.h>
-
-#ifdef HAVE_SYS_TYPES_H
-#include <sys/types.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
 #endif
 
 #include "php.h"
 #include "fopen_wrappers.h"
 #include "php_globals.h"
 
+#include <stdlib.h>
+
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
 #if DBASE
 #include "php_dbase.h"
 #include "dbf.h"
index 662433aedc4e16c33f4a73b33a60aabec7d98ad9..f587e16072666ee15dc87020d542b155be21527e 100644 (file)
    +----------------------------------------------------------------------+
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_dbx.h"
index 8ad82c2e9c1d0c845c0b374da5ab14cdd31ab2b0..51d0caebaae5bcae9d245ccdcf39e92d52b188af 100644 (file)
 /* $Id$ */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_domxml.h"
 
index 787ddf5fee69580f4240f41114814a0e799641df..b4d0d188892a34ab78279e40eaa2233e514061b8 100644 (file)
    Matthias Wandel,  Dec 1999 - April 2000
   --------------------------------------------------------------------------
   */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_EXIF
index 8ef0c90b46ce57c6eecd5e17fc4f2fc3088ef3c9..281c24ebbc9176e007b8301d75ccdcf8c0febec6 100644 (file)
        - Select db with no arguments
         - Query with everything defaulted
 */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 #include "php_globals.h"
index 590df50d500b660f2b6febb8e644eb178ddfb3f7..2a003130c764b3e87b77047c1df3d6720caae96b 100644 (file)
 
 /* Note that there is no code from the FdfTk lib in this file */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_FDFLIB
index 85a24cadfb6675e6059f2a7a22fda616fd1de249..37afbbecbeb2294632a5d94c628366f84fd2b738 100644 (file)
   web site at http://www.fileproplus.com/
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "safe_mode.h"
 #include "fopen_wrappers.h"
index ead833b25c5749e4b27d78c902f950321232ec92..f4ac00d11e99a7c765b649b0150a8917c15595e6 100755 (executable)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_fribidi.h"
index 2dcbdbda3e7e9e4e9d89b0f0923bde6f61612c63..acd73b77be5bf95b17afe784b09567003b50b4ea 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_FTP
index 434e68d0203ab99d1f0bc1140b87c9b51c534749..c9ff44220526a4013aa456b3c534038dacf53c7a 100644 (file)
 
 /* Note that there is no code from the gd package in this file */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "ext/standard/head.h"
 #include <math.h>
index 3de4b007f5e43a4cdf512f33571238c88c4eb24d..cdc96ae2cc050deba1705a17cc9cb9be15fdb036 100644 (file)
 /* $Id$ */
 
 #include <stdio.h>
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_gettext.h"
 
index fb45cf222fdfc3e4f929c2bd075db34630810154..a52a1b2121ba6658c9f84c41595b44a2e04736cb 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_gmp.h"
index 2abaed7f751af4662d719a55cb2c440920a780c3..7613bb00a76e9fb353f6c7efe571bc7533f75b9d 100644 (file)
 #include <stdlib.h>
 #include <errno.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 #include "ext/standard/php_standard.h"
index e7455b25320059280f25a784eefeb150fb0f6815..b2f9a613c10712871ee9aed8f0fa36301a190e72 100644 (file)
 #undef ERROR
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_ICAP
index ff98e204a38a0da244cfc2f98c66a43359875ec3..7067bab1acf5adf628ffedfd795c8bae01cc3536 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 
index 5dec6850c9781e803299cea2ab9c6767002155fb..914d6cc8a11bfe1c564cbb13c9f72e8a03e267df 100644 (file)
 
 #undef OP_RELOGIN
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "ext/standard/php_string.h"
index 708dd769e7e87088aeb710c944535351a40a2f95..8144dd49473a2ca1f77312223b8ecf495190c0e2 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 #include "php_ini.h"
index a773050911dcc2a1b2c6e749525ba5bae127055d..bc189b553ca8611d5111b8eff76142f6b2de0266 100644 (file)
@@ -35,6 +35,10 @@ A lot... */
                          emalloc & co. replaced with malloc & co.
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "ext/standard/php_standard.h"
index a8bbf99bcf03560261daee08e1ca634ac4e4ba7b..68317e4296bb747e79d482204c67abb762c3ab52 100644 (file)
 /* $Id$ */
 #define IS_EXT_MODULE
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 
index 78ec53f4585678c211ddd25d627cd295b1c91622..1ca5d58b7627135bb1e39824fd7fb21e5702e162 100755 (executable)
  */
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "ext/standard/file.h"
index e6c9271634aeca9cefe727d6dadfb34805a2344d..7d6c64df8017d39856a021fbfd3198e74f9b210f 100644 (file)
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_config.h"
index b3e3f04710ff90cdc0cb49d78d331b5f74ceaddb..cb42cbd9621ba4177824cef198a80c09a37d7b6a 100644 (file)
 #undef ERROR
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_MCAL
index 58875aba42fb0de654ab3688cf87cc0f163c49a5..68ed41f1be9aad26382e5e063ff7837a367a0569 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_LIBMCRYPT
index c602308e612737f61d9e6cf457c4c82ebc3bc403..a8b6b9f2fb213ad3fc92fc50a73721f0878ee1f8 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_LIBMHASH
index 3ac7e47cfddfcb731f8834ddf72f9e792e12d743..931da1b0f510a61cad9e8f40a2bdf663dd48a715 100644 (file)
 #include <stdio.h>
 #include <math.h>
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_MING
index 5114f86cf48002bb82ede0f2a40f7ee81ee44e07..c76c2ea62ffda6684c40aebf38c4aea137208694 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_mnogo.h"
 #include "ext/standard/php_standard.h"
index 0f2847378c0e53cb8c487ff20fe435b190c2fe92..6f77d4f42dab7c995e1c202b7680350a88877f03 100644 (file)
  
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_msql.h"
 #include "ext/standard/php_standard.h"
index f47607b170cdb69070b50c71f894b1e9b4072aa4..61870726b7714cfa18ee5aaaa4f78113646e5fd9 100644 (file)
 #define HAVE_MSSQL 1
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 #include "ext/standard/php_standard.h"
index 9bacc00524d0428079fae937619e2ba7f75606e7..89dbf82daf000b27632e5a114a31e777f92d277c 100644 (file)
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
 
-#include <php.h>
-#include <php_ini.h>
-#include <php_muscat.h>
+#include "php.h"
+#include "php_ini.h"
+#include "php_muscat.h"
 
 /* You should tweak config.m4 so this symbol (or some else suitable)
    gets defined.
index 947f9cf2390dd3df1976d7ba8ff8db8c1e036e72..6a0e6cb452ffc41160a23307913a6a176036b656 100644 (file)
  * ? Safe mode implementation
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 #include "php_mysql.h"
index 6686e71918786cfb95505de451a162c5b9bf5ad1..0c887ec03e034c90cf06c5b6d899e129c4ff0455 100644 (file)
 #define HAVE_NOTES 1
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 #include "php_notes.h"
index 7c3599806eac2914a4a2fc946e0bb82e92e0c46e..6856da1402d398d9e3de0532084590fb2ce32482 100644 (file)
 
 /* {{{ includes & stuff */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "ext/standard/info.h"
 
index d40867dd1fc81b056bd53d969f862741040450b1..355436f63bc58b3dc2108dcea5ece2c08b430780 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 
index c9a82326cb7f0f9abe30e574d37ec3162c4c1303..1491cb0239ee731301f75384ea1064dcbd239de1 100644 (file)
  * Check all on real life apps.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if WIN32
index 72082e31f3e6584406dfcb26667a985bda6ca212..8bbf5b9f9c745c9d68073f8494b0e3e48a161d14 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_openssl.h"
 
index 3e37fc7a22f9b28bfc007c0664f72f32caf8a6bf..2c65df62a88151c2b6ca9e1f0960e354ec06d4d4 100644 (file)
  
 #define HAS_OLOG 1
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #include "zend_globals.h"
index b380604507c6ba9f0a679fc3d2cfd2fe62c290be..582f1c623ab671b16da15956ae46db4e97f53a68 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_globals.h"
 #include "php_pcre.h"
index 70109e1b8e97176c31c8548c5be9cd3183cf7e16..a0d98f650652d9296ec201097053e7cb8dfad7d1 100644 (file)
    Copyright (C) 1997-1999 Thomas Merz. 2000-2001 PDFlib GmbH */
 /* Note that there is no code from the pdflib package in this file */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_globals.h"
index 8d9f728d90cb7b795971449a6efa6cd281dc4f3c..860a4f1a1e2026064eb8fdbbf1caff3ff2de5b05 100644 (file)
 /* $Id$ */
 
 /* {{{ includes */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_pfpro.h"
index fe1d308087b66c962b1cc2953db6b148eabeab24..4e94079c569f58a4e825683fa55cac657852cef0 100644 (file)
 
 #define PHP_PGSQL_PRIVATE 1
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "ext/standard/php_standard.h"
index c562b2e2b7e70848c247c2afa483ae3762406e44..5723768f3cedfcfcfb6b28a71c61807286833080 100644 (file)
 /* $Id$ */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "ext/standard/info.h"
 #if !defined(PHP_API_VERSION) || PHP_API_VERSION < 19990421
index f197e543cb9c6d83fa05b19c98dbfdbdf007b665..78f8eaf160e8cb870d3dd0fe887ab097fb319ebb 100644 (file)
 
 #define IS_EXT_MODULE
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #include <stdlib.h>
index 587ad62abaf0f7f28fa80c46ded372903678898f..4c08a97d9f130a69063e655dfed2f1ed20945a52 100644 (file)
 /* You should tweak config.m4 so this symbol (or some else suitable)
    gets defined.
 */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "qtdom.h"
index f9a83a0fb28517c559fa4322e06cbf958f701af7..3548fe7b9b23f583464925bcd4d1cbea1b73a12b 100644 (file)
 
 /* {{{ includes & prototypes */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_readline.h"
 
index 6a6863881d5698dd6caa2b9a05b7899006b22aa2..da4bcb1ba3cd4fec7d55b22d51fe9c932b4457ef 100644 (file)
 
 /* {{{ includes & prototypes */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_recode.h"
 
index aefc0c82fbf8da0c652eb8e5421d3e7dfe8e108e..dbe3fcc8739f1869a5d8b3c1721a4cc0189d268f 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_SABLOT
index 9c5ff446c6602da519aa1837b5376c66cd96f65f..267c26a835fd666ca0d9bb220b8b8840468f1533 100644 (file)
  *
  * -----------------------------------------------------------------------
  */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "corba.h"
 
 #include "php_config.h"        /* for COMPILE_DL_ORBIT */
index a1c31be396f3e1adc0721c1c05193db02cfa3a99..6b740b9f82892fcdfdcb4dc8064ff4e7aec072eb 100644 (file)
 /*
  * 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_*() */
index 80ab21844ce2665551e0ffd53be7ec5ac35cbf94..ce3d9f781a57a2ee1dc44dcac18e9de30ebc2f66 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #ifdef PHP_WIN32
index 8b639840341125ef5cff1b0136eaaa17c6128e63..53746c2bb8a18da21d04d2ae95619a7ec54524c1 100644 (file)
    +----------------------------------------------------------------------+
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_shmop.h"
index 77ac1646549fbf62ed05405ac47f707e35e35a9f..25b5e3d84744268e8aeaf04a88ba583c04da404e 100644 (file)
@@ -1,5 +1,9 @@
 /* __header_here__ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_ini.h"
 #include "php_extname.h"
index 47cfac5e57f63d7e52a11070590387edb52b19ec..f6a361f9822adbe77b4e07e38549be93adca7357 100644 (file)
 */
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "ext/standard/info.h"
 #include "php_snmp.h"
index e6b36e0c84ccfdd194153ebff8665c1ec7beb8f8..f37f9c56495f3da7f303156f5014d752e10d09cc 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_SOCKETS
index b81e9f7c9467e595eced9ce6590801cb260c606d..e251df85233e851bf6fc4ae4a6d7117fc6318abd 100644 (file)
 /* $Id$ */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_SWF
index beb568456853c4fffa71cc5c1b853c43dfcea588..9d81981f513044710ad7a3eb6baf6240addda1b5 100644 (file)
 /* $Id$ */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_sybase_db.h"
 #include "ext/standard/php_standard.h"
index 21595a55f071f4bba75aebb61beb135c83a584e0..3196b43d83447b5b3d2dcbcbf5cbf1f746775b11 100644 (file)
 /* $Id$ */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_sybase_ct.h"
 #include "ext/standard/php_standard.h"
index 950c4e6bcc4116a76994b56228fcb16a19dcdddc..a55f1c1adb7227d5777f5ecd68b3e6521c8d4ef5 100644 (file)
  * sas: Works for me on Linux 2.0.36 and FreeBSD 3.0-current
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_SYSVSEM
index 874bbd7b1c18b9f501c42e23f9664195e638aaf2..c8930ca793514e850d188d85ed3fcd46577c12f6 100644 (file)
  * It may not compile or execute correctly on other systems.
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_SYSVSHM
index 19b7fb77866a4636cdac268c7ac6987b7d0bdca7..206e5947ad60ace9f6ef3a96d3ff5635e9718c7c 100644 (file)
  * incompat option is specified and work for minimal params
  */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #undef VPOPMAIL_IS_REALLY_OLD
 
 #include <errno.h>
index c6872522cd6877bb435d139c518bbd361611358b..d5e3bad9881fef84e9877a64b2fe2c0f86ccf39a 100644 (file)
 /* $Id$ */
 #define IS_EXT_MODULE
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #define PHP_XML_INTERNAL
index 861e0817e5e8ba126894e39f9942cb730400556b..2d06bd638833d1fdf90aa8116dea60696b7111b3 100644 (file)
  */
 
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_xslt.h"
 #include "php_sablot.h"
index ca241b6bb017bda6325e8449f2db80729923e67a..f4fb772e15bad471f38110de7a73858316b5ac18 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 
 #if HAVE_YAZ
index 7e680920f2a2b063b163337eee92abe74d04267d..82ba26b22dedf9785be0e4d88a1dd5e6116a5765 100644 (file)
  */
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "ext/standard/info.h"
 
index b3624bb78f199c2c8cfe37e6099b1bafd6a9ac05..8f72cc06361009b6e18dab1003d9c166ecb4acc9 100644 (file)
 /* $Id$ */
 #define IS_EXT_MODULE
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "SAPI.h"
 #include "php_ini.h"