From: Zeev Suraski Date: Fri, 21 Jul 2000 15:54:10 +0000 (+0000) Subject: Fix Win32 build X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~207 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=206b83f0091898c3ffcf50193b21a144623fde9c;p=php Fix Win32 build --- diff --git a/main/config.w32.h b/main/config.w32.h index 30b232b2b0..d23e88e4cd 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -42,6 +42,9 @@ #define CONFIGURATION_FILE_PATH "php.ini" #define USE_CONFIG_FILE 1 +#define PHP_INCLUDE_PATH NULL + + /* Undefine if you want stricter XML/SGML compliance by default */ /* this disables "" and "" */ #define DEFAULT_SHORT_OPEN_TAG 1