mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
NetWare Libc has php.h so no need of having netware specific block here
This commit is contained in:
parent
d20e2cf0fc
commit
3c1e2e15b8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user