guenter                                  Tue, 03 Nov 2009 18:56:47 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=290184

Log:
cleaned up includes for NetWare.

Changed paths:
    U   php/php-src/branches/PHP_5_2/ext/standard/file.c

Modified: php/php-src/branches/PHP_5_2/ext/standard/file.c
===================================================================
--- php/php-src/branches/PHP_5_2/ext/standard/file.c    2009-11-03 18:44:11 UTC 
(rev 290183)
+++ php/php-src/branches/PHP_5_2/ext/standard/file.c    2009-11-03 18:56:47 UTC 
(rev 290184)
@@ -48,17 +48,7 @@
 #define O_RDONLY _O_RDONLY
 #include "win32/param.h"
 #include "win32/winutil.h"
-#elif defined(NETWARE)
-#include <sys/param.h>
-#include <sys/select.h>
-#ifdef USE_WINSOCK
-#include <novsock2.h>
 #else
-#include <sys/socket.h>
-#include <netinet/in.h>
-#include <netdb.h>
-#endif
-#else
 #if HAVE_SYS_PARAM_H
 #include <sys/param.h>
 #endif

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

Reply via email to