hyanantha Mon Feb 14 06:10:11 2005 EDT
Modified files:
/php-src/main php.h
Log:
NetWare Libc has php.h so no need of having netware specific block here
http://cvs.php.net/diff.php/php-src/main/php.h?r1=1.211&r2=1.212&ty=u
Index: php-src/main/php.h
diff -u php-src/main/php.h:1.211 php-src/main/php.h:1.212
--- php-src/main/php.h:1.211 Fri Jan 14 15:44:28 2005
+++ php-src/main/php.h Mon Feb 14 06:10:07 2005
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php.h,v 1.211 2005/01/14 20:44:28 sniper Exp $ */
+/* $Id: php.h,v 1.212 2005/02/14 11:10:07 hyanantha Exp $ */
#ifndef PHP_H
#define PHP_H
@@ -201,9 +201,6 @@
# ifdef PHP_WIN32
#include "win32/pwd.h"
#include "win32/param.h"
-#elif defined(NETWARE)
-#include <sys/param.h>
-#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