From 3798528753432421787b202647faac714c9d169c Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Mon, 9 Sep 2002 11:43:50 +0000 Subject: NetWare related changes/modifications --- main/php_ini.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_ini.c') diff --git a/main/php_ini.c b/main/php_ini.c index aa4675698e..fcc8373a9b 100644 --- a/main/php_ini.c +++ b/main/php_ini.c @@ -22,7 +22,7 @@ #define INI_CHECK_CWD #include "php.h" -#ifndef PHP_WIN32 +#if !defined(PHP_WIN32) && !defined(NETWARE) #include "build-defs.h" #endif #include "ext/standard/info.h" -- cgit v1.2.1