hyanantha               Mon Jul 25 10:07:16 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src/main       php.h 
  Log:
  NetWare LibC SDK has pwd.h and include sys/param.h
  --Kamesh
  
  
http://cvs.php.net/diff.php/php-src/main/php.h?r1=1.178.2.14&r2=1.178.2.14.2.1&ty=u
Index: php-src/main/php.h
diff -u php-src/main/php.h:1.178.2.14 php-src/main/php.h:1.178.2.14.2.1
--- php-src/main/php.h:1.178.2.14       Sun Apr 17 09:37:29 2005
+++ php-src/main/php.h  Mon Jul 25 10:07:16 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php.h,v 1.178.2.14 2005/04/17 13:37:29 sniper Exp $ */
+/* $Id: php.h,v 1.178.2.14.2.1 2005/07/25 14:07:16 hyanantha Exp $ */
 
 #ifndef PHP_H
 #define PHP_H
@@ -199,13 +199,6 @@
 # ifdef PHP_WIN32
 #include "win32/pwd.h"
 #include "win32/param.h"
-#elif defined(NETWARE)
-#ifdef NEW_LIBC
-#include <sys/param.h>
-#else
-#include "NetWare/param.h"
-#endif
-#include "NetWare/pwd.h"
 # else
 #include <pwd.h>
 #include <sys/param.h>

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

Reply via email to