diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-23 08:56:47 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-23 08:56:47 +0000 |
commit | f04b1e97bb95738775f24f9a28c807ad84581419 (patch) | |
tree | 2f586dabc4d82ecc26b11bd0d1f531b1f5d9dbcd | |
parent | 775cfd708e19dcf85c221ddb4f363e2bf7ef7f43 (diff) | |
download | php-git-f04b1e97bb95738775f24f9a28c807ad84581419.tar.gz |
NetWare LibC has pwd.h
-rw-r--r-- | main/fopen_wrappers.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c index fc11b3c095..f52de88d6d 100644 --- a/main/fopen_wrappers.c +++ b/main/fopen_wrappers.c @@ -48,8 +48,6 @@ #if HAVE_PWD_H #ifdef PHP_WIN32 #include "win32/pwd.h" -#elif defined(NETWARE) -#include "netware/pwd.h" #else #include <pwd.h> #endif |