diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2002-09-06 10:20:39 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2002-09-06 10:20:39 +0000 |
commit | 8f14aafe97639984022364afc544565a052ba399 (patch) | |
tree | 1c27b0cfac45e0ac51f20e4dec767a47e4ccc4a6 /ext/xml/xml.c | |
parent | 828c2a9c46283f5e58c5870b131016b1d72fab99 (diff) | |
download | php-git-8f14aafe97639984022364afc544565a052ba399.tar.gz |
NetWare related changes/modifications
Diffstat (limited to 'ext/xml/xml.c')
-rw-r--r-- | ext/xml/xml.c | 3 |
1 files changed, 2 insertions, 1 deletions
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" |