NetWare Libc has php.h so no need of having netware specific block here

This commit is contained in:
Anantha Kesari H Y 2005-02-14 11:10:07 +00:00
parent d20e2cf0fc
commit 3c1e2e15b8

View File

@ -201,9 +201,6 @@ char *strerror(int);
# ifdef PHP_WIN32
#include "win32/pwd.h"
#include "win32/param.h"
#elif defined(NETWARE)
#include <sys/param.h>
#include "NetWare/pwd.h"
# else
#include <pwd.h>
#include <sys/param.h>