hyanantha               Thu Mar 10 08:42:36 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/main       php_compat.h 
  Log:
  NetWare can use of ./configure generated php_config.h
  
  
http://cvs.php.net/diff.php/php-src/main/php_compat.h?r1=1.20.2.1&r2=1.20.2.2&ty=u
Index: php-src/main/php_compat.h
diff -u php-src/main/php_compat.h:1.20.2.1 php-src/main/php_compat.h:1.20.2.2
--- php-src/main/php_compat.h:1.20.2.1  Sun Jan  9 16:05:17 2005
+++ php-src/main/php_compat.h   Thu Mar 10 08:42:35 2005
@@ -16,15 +16,13 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_compat.h,v 1.20.2.1 2005/01/09 21:05:17 sniper Exp $ */
+/* $Id: php_compat.h,v 1.20.2.2 2005/03/10 13:42:35 hyanantha Exp $ */
 
 #ifndef PHP_COMPAT_H
 #define PHP_COMPAT_H
 
 #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