hyanantha               Wed Jul 27 06:32:16 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src/ext/mcve   mcve.c 
    /php-src/ext/bcmath/libbcmath/src   config.h 
    /php-src/ext/pcre/pcrelib   internal.h 
  Log:
  NetWare can make use of autoconf based build
  
  
http://cvs.php.net/diff.php/php-src/ext/mcve/mcve.c?r1=1.14.2.11&r2=1.14.2.11.2.1&ty=u
Index: php-src/ext/mcve/mcve.c
diff -u php-src/ext/mcve/mcve.c:1.14.2.11 php-src/ext/mcve/mcve.c:1.14.2.11.2.1
--- php-src/ext/mcve/mcve.c:1.14.2.11   Sun Jan  9 16:05:31 2005
+++ php-src/ext/mcve/mcve.c     Wed Jul 27 06:32:15 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: mcve.c,v 1.14.2.11 2005/01/09 21:05:31 sniper Exp $ */
+/* $Id: mcve.c,v 1.14.2.11.2.1 2005/07/27 10:32:15 hyanantha Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -27,8 +27,6 @@
 
 #if PHP_WIN32
 #include "config.w32.h"
-#elif defined NETWARE
-#include "config.nw.h"
 #else
 #include <php_config.h>
 #endif
http://cvs.php.net/diff.php/php-src/ext/bcmath/libbcmath/src/config.h?r1=1.3.2.1&r2=1.3.2.1.2.1&ty=u
Index: php-src/ext/bcmath/libbcmath/src/config.h
diff -u php-src/ext/bcmath/libbcmath/src/config.h:1.3.2.1 
php-src/ext/bcmath/libbcmath/src/config.h:1.3.2.1.2.1
--- php-src/ext/bcmath/libbcmath/src/config.h:1.3.2.1   Sun Jan  9 16:05:31 2005
+++ php-src/ext/bcmath/libbcmath/src/config.h   Wed Jul 27 06:32:16 2005
@@ -1,7 +1,5 @@
 #if PHP_WIN32
 #include "../../../../main/config.w32.h"
-#elif defined(NETWARE)
-#include "config.nw.h"
 #else
 #include <php_config.h>
 #endif
http://cvs.php.net/diff.php/php-src/ext/pcre/pcrelib/internal.h?r1=1.12.2.5&r2=1.12.2.5.2.1&ty=u
Index: php-src/ext/pcre/pcrelib/internal.h
diff -u php-src/ext/pcre/pcrelib/internal.h:1.12.2.5 
php-src/ext/pcre/pcrelib/internal.h:1.12.2.5.2.1
--- php-src/ext/pcre/pcrelib/internal.h:1.12.2.5        Fri May 27 14:12:42 2005
+++ php-src/ext/pcre/pcrelib/internal.h Wed Jul 27 06:32:16 2005
@@ -47,8 +47,6 @@
 
 #ifdef PHP_WIN32
 # include "config.w32.h"
-#elif defined(NETWARE)
-# include "config.nw.h"
 #else
 # include <php_config.h>
 #endif

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

Reply via email to