summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2002-09-09 11:43:50 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2002-09-09 11:43:50 +0000
commit3798528753432421787b202647faac714c9d169c (patch)
treea1023458564271c686700eca3dbe18b2de297d26
parent1b18be126d661d350386f6049a70b23ce66c90ff (diff)
downloadphp-git-3798528753432421787b202647faac714c9d169c.tar.gz
NetWare related changes/modifications
-rw-r--r--main/php_ini.c2
1 files changed, 1 insertions, 1 deletions
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"