hyanantha Mon Mar 21 03:55:45 2005 EDT
Modified files: (Branch: PHP_5_0)
/php-src/ext/standard pack.c
Log:
NetWare LibC headers have sys/param.h
http://cvs.php.net/diff.php/php-src/ext/standard/pack.c?r1=1.52.2.2&r2=1.52.2.3&ty=u
Index: php-src/ext/standard/pack.c
diff -u php-src/ext/standard/pack.c:1.52.2.2
php-src/ext/standard/pack.c:1.52.2.3
--- php-src/ext/standard/pack.c:1.52.2.2 Thu Mar 10 07:23:12 2005
+++ php-src/ext/standard/pack.c Mon Mar 21 03:55:43 2005
@@ -15,7 +15,7 @@
| Author: Chris Schneider <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: pack.c,v 1.52.2.2 2005/03/10 12:23:12 hyanantha Exp $ */
+/* $Id: pack.c,v 1.52.2.3 2005/03/21 08:55:43 hyanantha Exp $ */
#include "php.h"
@@ -30,17 +30,12 @@
#include "win32/param.h"
#elif defined(NETWARE)
#ifdef USE_WINSOCK
-/*#include <ws2nlm.h>*/
#include <novsock2.h>
#else
#include <sys/socket.h>
#endif
-#ifdef NEW_LIBC
#include <sys/param.h>
#else
-#include "netware/param.h"
-#endif
-#else
#include <sys/param.h>
#endif
#include "ext/standard/head.h"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php