]> granicus.if.org Git - php/commitdiff
removed redundant NEW_LIBC checks
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 27 Sep 2004 15:55:04 +0000 (15:55 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 27 Sep 2004 15:55:04 +0000 (15:55 +0000)
ext/standard/http_fopen_wrapper.c

index 2ae33765e8e656341ca79c055577d6172df01b1a..db7e5ee54c0bb4495a74862bf2f664b609d8763c 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
@@ -60,7 +52,6 @@
 #ifdef PHP_WIN32
 #include <winsock2.h>
 #elif defined(NETWARE) && defined(USE_WINSOCK)
-/*#include <ws2nlm.h>*/
 #include <novsock2.h>
 #else
 #include <netinet/in.h>