diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-14 11:10:07 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-14 11:10:07 +0000 |
commit | 3c1e2e15b89d63a8b2afea047be18437608d49cb (patch) | |
tree | d927d3e6dec28d4455672abb2ece72b2d3c886ce /main/php.h | |
parent | d20e2cf0fcea3efc0b10580ec311e8580956a23b (diff) | |
download | php-git-3c1e2e15b89d63a8b2afea047be18437608d49cb.tar.gz |
NetWare Libc has php.h so no need of having netware specific block here
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/main/php.h b/main/php.h index c650d783e8..6d58825b6e 100644 --- a/main/php.h +++ b/main/php.h @@ -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> |