hyanantha               Wed Feb 23 05:31:47 2005 EDT

  Modified files:              
    /php-src/main       php_compat.h 
  Log:
  NetWare can make use autoconf generated header file
  
  
http://cvs.php.net/diff.php/php-src/main/php_compat.h?r1=1.22&r2=1.23&ty=u
Index: php-src/main/php_compat.h
diff -u php-src/main/php_compat.h:1.22 php-src/main/php_compat.h:1.23
--- php-src/main/php_compat.h:1.22      Sun Jan  9 16:05:06 2005
+++ php-src/main/php_compat.h   Wed Feb 23 05:31:44 2005
@@ -16,15 +16,13 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_compat.h,v 1.22 2005/01/09 21:05:06 sniper Exp $ */
+/* $Id: php_compat.h,v 1.23 2005/02/23 10:31:44 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