hyanantha               Thu Oct 24 07:22:43 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/ext/xml       xml.c 
  Log:
  NetWare related changes/modifications.
  
  
Index: php4/ext/xml/xml.c
diff -u php4/ext/xml/xml.c:1.104 php4/ext/xml/xml.c:1.104.2.1
--- php4/ext/xml/xml.c:1.104    Thu Feb 28 03:26:57 2002
+++ php4/ext/xml/xml.c  Thu Oct 24 07:22:42 2002
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: xml.c,v 1.104 2002/02/28 08:26:57 sebastian Exp $ */
+/* $Id: xml.c,v 1.104.2.1 2002/10/24 11:22:42 hyanantha Exp $ */
 
 #define IS_EXT_MODULE
 
@@ -35,7 +35,7 @@
 
 #if HAVE_LIBEXPAT
 
-#ifndef PHP_WIN32
+#if !defined(PHP_WIN32) && !defined(NETWARE)
 #  include "build-defs.h"
 # endif
 # include "ext/standard/head.h"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to