- Fix outside-source-tree builds. Always include generated header files

with #include <some_header.h> to make sure the correct file is used.
This commit is contained in:
foobar 2005-01-09 21:05:06 +00:00
parent 37d3ea836e
commit a139dbf9cc
18 changed files with 20 additions and 20 deletions

View file

@ -26,7 +26,7 @@
#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)