hyanantha               Thu Mar 10 06:32:36 2005 EDT

  Modified files:              (Branch: PHP_5_0)
    /php-src/main       php.h 
  Log:
  NetWare LibC has param.h and pwd.h
  
  
http://cvs.php.net/diff.php/php-src/main/php.h?r1=1.203.2.7&r2=1.203.2.8&ty=u
Index: php-src/main/php.h
diff -u php-src/main/php.h:1.203.2.7 php-src/main/php.h:1.203.2.8
--- php-src/main/php.h:1.203.2.7        Tue Mar  8 16:45:38 2005
+++ php-src/main/php.h  Thu Mar 10 06:32:36 2005
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: php.h,v 1.203.2.7 2005/03/08 21:45:38 sniper Exp $ */
+/* $Id: php.h,v 1.203.2.8 2005/03/10 11:32:36 hyanantha Exp $ */
 
 #ifndef PHP_H
 #define PHP_H
@@ -205,13 +205,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