From: Anantha Kesari H Y Date: Mon, 25 Jul 2005 14:07:16 +0000 (+0000) Subject: NetWare LibC SDK has pwd.h and include sys/param.h X-Git-Tag: php-4.4.1RC1~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8274a8d7331968e0c475c95f174726dd63cd5424;p=php NetWare LibC SDK has pwd.h and include sys/param.h --Kamesh --- diff --git a/main/php.h b/main/php.h index 60e5f0ce43..63251c4e13 100644 --- a/main/php.h +++ b/main/php.h @@ -199,13 +199,6 @@ char *strerror(int); # ifdef PHP_WIN32 #include "win32/pwd.h" #include "win32/param.h" -#elif defined(NETWARE) -#ifdef NEW_LIBC -#include -#else -#include "NetWare/param.h" -#endif -#include "NetWare/pwd.h" # else #include #include