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

index ca750ca709cce604bc8ee4702dd6ead0a909658f..196bf3d6ec7dc70507055924520da4fe16549631 100644 (file)
@@ -83,8 +83,6 @@
 #if HAVE_PWD_H
 #ifdef PHP_WIN32
 #include "win32/pwd.h"
-#elif defined(NETWARE)
-#include "netware/pwd.h"
 #else
 #include <pwd.h>
 #endif