]> granicus.if.org Git - php/commitdiff
NetWare LibC has pwd.h
authorAnantha Kesari H Y <hyanantha@php.net>
Thu, 17 Feb 2005 13:57:21 +0000 (13:57 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Thu, 17 Feb 2005 13:57:21 +0000 (13:57 +0000)
ext/standard/filestat.c

index c15f5d35f8c18910097d5a47c51fc6f2be569f46..9eb7768b9b5e7f70c654722ba5686a84b7652cb4 100644 (file)
@@ -58,8 +58,6 @@
 #if HAVE_PWD_H
 # ifdef PHP_WIN32
 #  include "win32/pwd.h"
-# elif defined(NETWARE)
-#  include "netware/pwd.h"
 # else
 #  include <pwd.h>
 # endif