]> granicus.if.org Git - php/commitdiff
removed redundant checks for NETWARE
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 23 Sep 2004 15:43:54 +0000 (15:43 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 23 Sep 2004 15:43:54 +0000 (15:43 +0000)
main/fopen_wrappers.c

index d29a33b5b7c2aea77c0cb6c9342ec7c272c7ca70..dc986ffe33de5d097e4543302ccd948397ba6be9 100644 (file)
 #ifdef PHP_WIN32
 #define O_RDONLY _O_RDONLY
 #include "win32/param.h"
-#elif defined(NETWARE)
-/*#include <ws2nlm.h>*/
-/*#include <sys/socket.h>*/
-#ifdef NEW_LIBC
-#include <sys/param.h>
-#else
-#include "netware/param.h"
-#endif
 #else
 #include <sys/param.h>
 #endif
@@ -75,7 +67,6 @@
 #ifdef PHP_WIN32
 #include <winsock2.h>
 #elif defined(NETWARE) && defined(USE_WINSOCK)
-/*#include <ws2nlm.h>*/
 #include <novsock2.h>
 #else
 #include <netinet/in.h>