with #include <some_header.h> to make sure the correct file is used.
/* #ifndef WIN32 */
#if !defined(WIN32) && !defined(NETWARE)
-# include "tsrm_config.h"
+# include <tsrm_config.h>
#endif
#ifdef WIN32
#elif defined(NETWARE)
# include "tsrm_config.nw.h"
#else
-# include "tsrm_config.h"
+# include <tsrm_config.h>
# include <sys/param.h>
#endif
# include "zend_config.nw.h"
# include "acconfig.h"
#elif defined(__riscos__)
-# include "zend_config.h"
+# include <zend_config.h>
# define ZEND_PATHS_SEPARATOR ';'
#else
-# include "zend_config.h"
+# include <zend_config.h>
# define ZEND_PATHS_SEPARATOR ':'
#endif
#
test -d TSRM || $php_shtool mkdir TSRM
-echo '#include "../main/php_config.h"' > TSRM/tsrm_config.h
+echo '#include <../main/php_config.h>' > TSRM/tsrm_config.h
test -d Zend || $php_shtool mkdir Zend
cat >Zend/zend_config.h <<FEO
-#include "../main/php_config.h"
+#include <../main/php_config.h>
#if defined(APACHE) && defined(PHP_API_VERSION)
#undef HAVE_DLFCN_H
#endif
#elif defined(NETWARE)
#include "config.nw.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
#include "php.h"
#if PHP_WIN32
#define ENABLE_GD_TTF
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
#if (HAVE_LIBTTF | HAVE_LIBFREETYPE) && !defined(HAVE_GD_CACHE_CREATE)
#if PHP_WIN32
#include "config.w32.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
#if HAVE_LIBTTF && !defined(USE_GD_IMGSTRTTF)
#include <stdio.h>
#elif defined NETWARE
#include "config.nw.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
#if HAVE_MCVE
# define PHPAPI __declspec(dllimport)
# endif
#else
-# include "php_config.h"
+# include <php_config.h>
# define PHPAPI
# define THREAD_LS
#endif
#elif defined(NETWARE)
# include "config.nw.h"
#else
-# include "php_config.h"
+# include <php_config.h>
#endif
#ifndef PCRE_SPY
sed -e s/--VERS--/$SQLITE_VERSION/ -e s/--ENCODING--/$SQLITE_ENCODING/ $ext_srcdir/libsqlite/src/sqlite.h.in >$ext_srcdir/libsqlite/src/sqlite.h
if test "$ext_shared" = "no"; then
- echo '#include "php_config.h"' > $ext_srcdir/libsqlite/src/config.h
+ echo '#include <php_config.h>' > $ext_srcdir/libsqlite/src/config.h
else
echo "#include \"$abs_builddir/config.h\"" > $ext_srcdir/libsqlite/src/config.h
fi
#elif defined NETWARE
#include "config.nw.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
#include "reg.h"
#include "html.h"
/* $Id$ */
-#include "php_config.h"
+#include <php_config.h>
#if !HAVE_ALLOCA
#elif defined(NETWARE)
#include "config.nw.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
#if defined(HAVE_BUNDLED_PCRE) || !defined(PHP_VERSION)
#ifdef PHP_WIN32
#include "config.w32.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
#include "php_scandir.h"
#include "config.w32.h"
#include "win32/readdir.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
#ifdef HAVE_DIRENT_H
#elif defined NETWARE
#include "config.nw.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif
PHPAPI int
#include <syslog.h>
#endif
#else
-#include "php_config.h"
+#include <php_config.h>
#ifdef HAVE_SYSLOG_H
#include <syslog.h>
#endif
#ifdef _WIN32
#include "fcgi_config_win32.h"
#else
-#include "php_config.h"
+#include <php_config.h>
#endif