diff options
author | Zeev Suraski <zeev@php.net> | 2000-07-21 15:54:10 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-07-21 15:54:10 +0000 |
commit | 206b83f0091898c3ffcf50193b21a144623fde9c (patch) | |
tree | 39489ba110e30314017e926eca0a0d4409a2a453 /main | |
parent | d4936d8fcf22aba9281fd9c5bc20d8bd855c825b (diff) | |
download | php-git-206b83f0091898c3ffcf50193b21a144623fde9c.tar.gz |
Fix Win32 build
Diffstat (limited to 'main')
-rw-r--r-- | main/config.w32.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 "<?expression?>" and "<?=expression?>" */ #define DEFAULT_SHORT_OPEN_TAG 1 |