summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2004-09-23 15:43:54 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2004-09-23 15:43:54 +0000
commit9b0489ac4768d5a07370088eb9ff4a01e1d08643 (patch)
treef9ebb402a397846d813f8b5b3155557ff48954d0
parent13163ad5e414f2323c94442093529c32d071d7e9 (diff)
downloadphp-git-9b0489ac4768d5a07370088eb9ff4a01e1d08643.tar.gz
removed redundant checks for NETWARE
-rw-r--r--main/fopen_wrappers.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c
index d29a33b5b7..dc986ffe33 100644
--- a/main/fopen_wrappers.c
+++ b/main/fopen_wrappers.c
@@ -35,14 +35,6 @@
#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>