]> granicus.if.org Git - php/commitdiff
NetWare LibC has sys/param.h
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 22 Jun 2005 11:23:35 +0000 (11:23 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 22 Jun 2005 11:23:35 +0000 (11:23 +0000)
main/fopen_wrappers.c

index 002dd856277bd0aef064afe08950ad617b72df25..a60016942bd001ffafa393900364d898437429d5 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