From 8f14aafe97639984022364afc544565a052ba399 Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Fri, 6 Sep 2002 10:20:39 +0000 Subject: NetWare related changes/modifications --- ext/xml/xml.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext/xml/xml.c') diff --git a/ext/xml/xml.c b/ext/xml/xml.c index ce87d36139..838a03e3e4 100644 --- a/ext/xml/xml.c +++ b/ext/xml/xml.c @@ -35,7 +35,8 @@ #if HAVE_LIBEXPAT -#ifndef PHP_WIN32 +/*#ifndef PHP_WIN32*/ +#if !defined(PHP_WIN32) && !defined(NETWARE) # include "build-defs.h" # endif # include "ext/standard/head.h" -- cgit v1.2.1