]> granicus.if.org Git - php/commitdiff
NetWare LibC headers have sys/param.h
authorAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Mar 2005 08:55:43 +0000 (08:55 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Mon, 21 Mar 2005 08:55:43 +0000 (08:55 +0000)
ext/standard/pack.c

index f66586ab21f8d2ea113c8457c36a881345539ff1..f7f630bc796d307a9adb85d231703f381077d118 100644 (file)
 #include "win32/param.h"
 #elif defined(NETWARE)
 #ifdef USE_WINSOCK
-/*#include <ws2nlm.h>*/
 #include <novsock2.h>
 #else
 #include <sys/socket.h>
 #endif
-#ifdef NEW_LIBC
 #include <sys/param.h>
 #else
-#include "netware/param.h"
-#endif
-#else
 #include <sys/param.h>
 #endif
 #include "ext/standard/head.h"