diff options
author | Venkat Raghavan S <rvenkat@php.net> | 2002-05-31 04:49:45 +0000 |
---|---|---|
committer | Venkat Raghavan S <rvenkat@php.net> | 2002-05-31 04:49:45 +0000 |
commit | 575e3682f53e6e0146bc1aeed9cf721dbb196b35 (patch) | |
tree | 906dce8bef2236e7ccf083a5586f92bf4a279650 /main/php_compat.h | |
parent | c4fd805ce4dbb1effc2fe8970e5a906a8908990b (diff) | |
download | php-git-575e3682f53e6e0146bc1aeed9cf721dbb196b35.tar.gz |
NetWare related changes
Diffstat (limited to 'main/php_compat.h')
-rw-r--r-- | main/php_compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/php_compat.h b/main/php_compat.h index 7c9a16480c..bd65b41f36 100644 --- a/main/php_compat.h +++ b/main/php_compat.h @@ -3,6 +3,8 @@ #ifdef PHP_WIN32 #include "config.w32.h" +#elif defined(NETWARE) +#include "config.nw.h" #else #include "php_config.h" #endif |