]> granicus.if.org Git - php/commitdiff
NetWare LibC has pwd.h
authorAnantha Kesari H Y <hyanantha@php.net>
Wed, 23 Feb 2005 08:56:47 +0000 (08:56 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Wed, 23 Feb 2005 08:56:47 +0000 (08:56 +0000)
main/fopen_wrappers.c

index fc11b3c095319d1e4dbbc23088e2c190a578ae6b..f52de88d6de946c2bfe65aff6812a6dfeaea6b33 100644 (file)
@@ -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